﻿2025-08-20T20:23:48.2495420Z Current runner version: '2.328.0'
2025-08-20T20:23:48.2532242Z ##[group]Runner Image Provisioner
2025-08-20T20:23:48.2533238Z Hosted Compute Agent
2025-08-20T20:23:48.2534342Z Version: 20250818.377
2025-08-20T20:23:48.2534996Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:23:48.2535707Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:23:48.2536368Z ##[endgroup]
2025-08-20T20:23:48.2536875Z ##[group]VM Image
2025-08-20T20:23:48.2537429Z - OS: Linux (arm64)
2025-08-20T20:23:48.2538405Z - Source: Partner
2025-08-20T20:23:48.2538958Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:23:48.2539615Z - Version: 20250728.24.1
2025-08-20T20:23:48.2540578Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:23:48.2541601Z ##[endgroup]
2025-08-20T20:23:48.2542916Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:23:48.2546686Z Attestations: write
2025-08-20T20:23:48.2547392Z Contents: write
2025-08-20T20:23:48.2548432Z Metadata: read
2025-08-20T20:23:48.2549088Z Packages: write
2025-08-20T20:23:48.2549667Z ##[endgroup]
2025-08-20T20:23:48.2553338Z Secret source: Actions
2025-08-20T20:23:48.2554668Z Prepare workflow directory
2025-08-20T20:23:48.2986862Z Prepare all required actions
2025-08-20T20:23:48.3034017Z Getting action download info
2025-08-20T20:23:48.6903429Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:23:50.0594351Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:23:50.7323794Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:23:50.9055704Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:23:51.5582451Z Getting action download info
2025-08-20T20:23:51.7283240Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:23:52.2820308Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:23:52.8679476Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/gitlab-cli/official)
2025-08-20T20:23:52.9323516Z ##[group]Run ##Presets
2025-08-20T20:23:52.9324177Z [36;1m##Presets[0m
2025-08-20T20:23:52.9324466Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:52.9324711Z [36;1m#-------------#[0m
2025-08-20T20:23:52.9325112Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:23:52.9325592Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:23:52.9325974Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9326362Z [36;1m  fi[0m
2025-08-20T20:23:52.9326684Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:23:52.9327124Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:23:52.9327602Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9328244Z [36;1m  fi[0m
2025-08-20T20:23:52.9328630Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:23:52.9329326Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:23:52.9329752Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9330122Z [36;1m  fi[0m
2025-08-20T20:23:52.9330411Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:23:52.9330859Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:23:52.9331214Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:23:52.9331539Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:23:52.9331989Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9332650Z [36;1m     else[0m
2025-08-20T20:23:52.9333028Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9333377Z [36;1m     fi[0m
2025-08-20T20:23:52.9333588Z [36;1m  fi[0m
2025-08-20T20:23:52.9333867Z [36;1mfi[0m
2025-08-20T20:23:52.9364799Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:52.9365665Z env:
2025-08-20T20:23:52.9366319Z   GH_TOKEN: ***
2025-08-20T20:23:52.9366707Z ##[endgroup]
2025-08-20T20:23:52.9594838Z ##[group]Run ##Presets
2025-08-20T20:23:52.9595262Z [36;1m##Presets[0m
2025-08-20T20:23:52.9595757Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:52.9596037Z [36;1m#-------------#[0m
2025-08-20T20:23:52.9596352Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:23:52.9596933Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:23:52.9597487Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:23:52.9598220Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:23:52.9598731Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:23:52.9599176Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:23:52.9599579Z [36;1m  exit 1[0m
2025-08-20T20:23:52.9599856Z [36;1mfi[0m
2025-08-20T20:23:52.9624219Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:52.9624545Z env:
2025-08-20T20:23:52.9625091Z   RO_GHTOKEN: ***
2025-08-20T20:23:52.9625440Z   RO_GLTOKEN: ***
2025-08-20T20:23:52.9626616Z   MINISIGN_KEY: ***
2025-08-20T20:23:52.9626944Z ##[endgroup]
2025-08-20T20:23:52.9762363Z ##[group]Run ##Presets
2025-08-20T20:23:52.9762954Z [36;1m##Presets[0m
2025-08-20T20:23:52.9763225Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:52.9763515Z [36;1m#-------------#[0m
2025-08-20T20:23:52.9763832Z [36;1m##Host Triplet[0m
2025-08-20T20:23:52.9764174Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:23:52.9764537Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:23:52.9764919Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:23:52.9765280Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:23:52.9765602Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:23:52.9766054Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:23:52.9766432Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:23:52.9766854Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:23:52.9767207Z [36;1m   fi[0m
2025-08-20T20:23:52.9767642Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:23:52.9768299Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:23:52.9768653Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:23:52.9769075Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:23:52.9769455Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:23:52.9769712Z [36;1m fi[0m
2025-08-20T20:23:52.9770149Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9770588Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9771058Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9771496Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9771789Z [36;1m##Debug[0m
2025-08-20T20:23:52.9772080Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:23:52.9772400Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:23:52.9772666Z [36;1m else[0m
2025-08-20T20:23:52.9772957Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:23:52.9773243Z [36;1m fi[0m
2025-08-20T20:23:52.9773486Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9773856Z [36;1m##Docker Platform[0m
2025-08-20T20:23:52.9774500Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:23:52.9774901Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:23:52.9775334Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:23:52.9775703Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:23:52.9776111Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:23:52.9776483Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:23:52.9776840Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:23:52.9777292Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:23:52.9777577Z [36;1m fi[0m
2025-08-20T20:23:52.9778294Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9778785Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9779147Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:23:52.9779746Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gitlab-cli/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:23:52.9780345Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:23:52.9780667Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9781057Z [36;1m##Logs[0m
2025-08-20T20:23:52.9781460Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:23:52.9781852Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:23:52.9782144Z [36;1m else[0m
2025-08-20T20:23:52.9782367Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:23:52.9782733Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:23:52.9783047Z [36;1m fi[0m
2025-08-20T20:23:52.9783675Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9784206Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9784604Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:23:52.9785007Z [36;1m PKG_FAMILY_LOCAL="$(echo "gitlab-cli" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:23:52.9785513Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:23:52.9785904Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9786306Z [36;1m##Rebuild[0m
2025-08-20T20:23:52.9786594Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:23:52.9786902Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:23:52.9787266Z [36;1m else[0m
2025-08-20T20:23:52.9787539Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:23:52.9788029Z [36;1m fi[0m
2025-08-20T20:23:52.9788410Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9788775Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:23:52.9789297Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:23:52.9789882Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:23:52.9790784Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:23:52.9791603Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:23:52.9792014Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:23:52.9792466Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:23:52.9792980Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:23:52.9793432Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9793797Z [36;1m    exit 1[0m
2025-08-20T20:23:52.9794070Z [36;1m   else[0m
2025-08-20T20:23:52.9794310Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:23:52.9794691Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9795089Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:23:52.9795738Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:23:52.9796191Z [36;1m      #check if supported[0m
2025-08-20T20:23:52.9796595Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:23:52.9797134Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:23:52.9797646Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:23:52.9798228Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9798602Z [36;1m         exit 1[0m
2025-08-20T20:23:52.9798889Z [36;1m       fi[0m
2025-08-20T20:23:52.9799140Z [36;1m      #get build system[0m
2025-08-20T20:23:52.9799661Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:23:52.9800087Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:23:52.9800417Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9800867Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:23:52.9801242Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9801656Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9802085Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:23:52.9802474Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9802898Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:52.9803225Z [36;1m       fi[0m
2025-08-20T20:23:52.9803719Z [36;1m     fi[0m
2025-08-20T20:23:52.9804066Z [36;1m   fi[0m
2025-08-20T20:23:52.9804305Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:23:52.9830571Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:52.9830991Z ##[endgroup]
2025-08-20T20:23:53.7134921Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:23:53.7135784Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:23:53.7136046Z 
2025-08-20T20:23:53.8688670Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:23:53.8689405Z 100  4097  100  4097    0     0  26070      0 --:--:-- --:--:-- --:--:-- 26095
2025-08-20T20:23:53.8700709Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:23:53.8908954Z ##[group]Run ##Presets
2025-08-20T20:23:53.8909458Z [36;1m##Presets[0m
2025-08-20T20:23:53.8909714Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:53.8910183Z [36;1m#-------------#[0m
2025-08-20T20:23:53.8910449Z [36;1m##Debug?[0m
2025-08-20T20:23:53.8910787Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:53.8911149Z [36;1m  set -x[0m
2025-08-20T20:23:53.8911382Z [36;1mfi[0m
2025-08-20T20:23:53.8911721Z [36;1m#-------------#[0m
2025-08-20T20:23:53.8911954Z [36;1m##CoreUtils[0m
2025-08-20T20:23:53.8912212Z [36;1msudo apt update -y[0m
2025-08-20T20:23:53.8912646Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:23:53.8913658Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:23:53.8914707Z [36;1m##tmp[0m
2025-08-20T20:23:53.8915042Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:23:53.8915397Z [36;1m#GH ENV[0m
2025-08-20T20:23:53.8915767Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:53.8916152Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:53.8916540Z [36;1m#-------------#[0m
2025-08-20T20:23:53.8916821Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:23:53.8917448Z [36;1msudo apt update -y[0m
2025-08-20T20:23:53.8918103Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:23:53.8918420Z [36;1m##Setup Minisign[0m
2025-08-20T20:23:53.8918723Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:23:53.8919295Z [36;1mecho "***[0m
2025-08-20T20:23:53.8920616Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:23:53.8921017Z [36;1m##User-Agent[0m
2025-08-20T20:23:53.8921797Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:23:53.8922638Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:53.8950048Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:53.8950393Z env:
2025-08-20T20:23:53.8950903Z   CROSS_COMPILING: NO
2025-08-20T20:23:53.8951189Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:53.8951540Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:53.8951843Z   ON_QEMU: NO
2025-08-20T20:23:53.8952101Z   DEBUG: 0
2025-08-20T20:23:53.8952420Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:53.8952714Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:53.8953062Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:23:53.8953495Z   KEEP_LOGS: YES
2025-08-20T20:23:53.8953727Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:53.8954058Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:23:53.8954354Z   SBUILD_REBUILD: false
2025-08-20T20:23:53.8954978Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:23:53.8955685Z   BUILD_SYS: docker://go
2025-08-20T20:23:53.8955935Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:53.8956206Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:53.8956488Z ##[endgroup]
2025-08-20T20:23:54.0463704Z 
2025-08-20T20:23:54.0465006Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:23:54.0465667Z 
2025-08-20T20:23:54.5926911Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:23:54.6949162Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:23:54.6949734Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:23:54.8852372Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:23:54.8853208Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:23:54.9047254Z Get:6 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:23:54.9504967Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:23:54.9643716Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:23:54.9805152Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:23:55.0007513Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:23:55.0174233Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:23:55.0909648Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:23:55.2954269Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:23:55.3487261Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:23:55.3984836Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:23:55.4708683Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:23:55.5225322Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:23:55.5772279Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:23:55.6756911Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:23:55.7243937Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:23:55.7709726Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:23:55.9040526Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:23:55.9504804Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:23:55.9973270Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:23:56.0474904Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:23:56.0939239Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:23:56.1402636Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:23:56.1867297Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:23:56.2378670Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:23:56.2879937Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:23:56.3341899Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:23:56.3806507Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:23:56.4352412Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:23:56.4825128Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:23:56.5290324Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:23:56.5815362Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:23:56.7193369Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:23:56.7658471Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:23:56.8285391Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:23:56.8770850Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:23:56.9235889Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:23:56.9698159Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:23:57.0169250Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:24:06.9136616Z Fetched 11.9 MB in 3s (4581 kB/s)
2025-08-20T20:24:07.6868059Z Reading package lists...
2025-08-20T20:24:07.9259420Z Building dependency tree...
2025-08-20T20:24:07.9266799Z Reading state information...
2025-08-20T20:24:07.9516600Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:24:07.9608361Z 
2025-08-20T20:24:07.9608823Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:24:07.9609136Z 
2025-08-20T20:24:07.9720260Z Reading package lists...
2025-08-20T20:24:08.2175808Z Building dependency tree...
2025-08-20T20:24:08.2183976Z Reading state information...
2025-08-20T20:24:08.4826332Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:24:08.4827195Z bc set to manually installed.
2025-08-20T20:24:08.4829303Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:24:08.4829722Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:24:08.4830247Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:24:08.5517795Z The following NEW packages will be installed:
2025-08-20T20:24:08.5525033Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:24:08.5527136Z   moreutils
2025-08-20T20:24:08.5533523Z The following packages will be upgraded:
2025-08-20T20:24:08.5541522Z   jq libjq1
2025-08-20T20:24:08.5723057Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:24:09.0181004Z Need to get 936 kB of archives.
2025-08-20T20:24:09.0182068Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:24:09.0182972Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:24:09.3577398Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:24:09.5876904Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:24:09.8199406Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:24:09.9418668Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:24:10.0830831Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:24:10.1981226Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:24:10.3279058Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:24:10.8819650Z Fetched 936 kB in 2s (472 kB/s)
2025-08-20T20:24:10.9555546Z Selecting previously unselected package fdupes.
2025-08-20T20:24:11.0936895Z (Reading database ... 
2025-08-20T20:24:11.0937572Z (Reading database ... 5%
2025-08-20T20:24:11.0938111Z (Reading database ... 10%
2025-08-20T20:24:11.0938414Z (Reading database ... 15%
2025-08-20T20:24:11.0938703Z (Reading database ... 20%
2025-08-20T20:24:11.0938967Z (Reading database ... 25%
2025-08-20T20:24:11.0939250Z (Reading database ... 30%
2025-08-20T20:24:11.0939480Z (Reading database ... 35%
2025-08-20T20:24:11.0939721Z (Reading database ... 40%
2025-08-20T20:24:11.0940007Z (Reading database ... 45%
2025-08-20T20:24:11.0940245Z (Reading database ... 50%
2025-08-20T20:24:11.4618600Z (Reading database ... 55%
2025-08-20T20:24:12.1099784Z (Reading database ... 60%
2025-08-20T20:24:12.7331172Z (Reading database ... 65%
2025-08-20T20:24:13.5667093Z (Reading database ... 70%
2025-08-20T20:24:14.2858438Z (Reading database ... 75%
2025-08-20T20:24:15.0441709Z (Reading database ... 80%
2025-08-20T20:24:15.7220802Z (Reading database ... 85%
2025-08-20T20:24:16.3744656Z (Reading database ... 90%
2025-08-20T20:24:17.2805871Z (Reading database ... 95%
2025-08-20T20:24:17.2806264Z (Reading database ... 100%
2025-08-20T20:24:17.2806606Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:24:17.2849654Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:24:17.3014500Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:24:17.4095779Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:24:17.4401277Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:24:17.5584645Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:24:17.5943699Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:24:17.6741710Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:24:17.6896528Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:24:17.6965227Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:24:17.7840660Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:24:17.7992172Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:24:17.8060315Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:24:17.8958496Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:24:17.9136522Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:24:17.9246475Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:24:17.9984722Z Selecting previously unselected package moreutils.
2025-08-20T20:24:18.0163447Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:24:18.0242532Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:24:18.2371138Z Selecting previously unselected package dos2unix.
2025-08-20T20:24:18.2533948Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:24:18.3359676Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:24:18.6707459Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:24:18.6924753Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:24:18.7214979Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:24:18.8637847Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:24:18.8893833Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:24:18.9115145Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:24:18.9427327Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:24:18.9599542Z Setting up moreutils (0.69-1) ...
2025-08-20T20:24:18.9775662Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:24:38.2120929Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:24:39.5905453Z Reading package lists...
2025-08-20T20:24:39.8324051Z Building dependency tree...
2025-08-20T20:24:39.8330992Z Reading state information...
2025-08-20T20:24:40.0924191Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:24:40.0924659Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:24:40.0925009Z apt-utils set to manually installed.
2025-08-20T20:24:40.0925408Z ca-certificates is already the newest version (20240203).
2025-08-20T20:24:40.0925786Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:24:40.0926241Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:24:40.0926623Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:24:40.0926975Z moreutils is already the newest version (0.69-1).
2025-08-20T20:24:40.0927391Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:24:40.0927995Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:24:40.0928384Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:24:40.0929291Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:24:40.0929685Z tmux set to manually installed.
2025-08-20T20:24:40.0929975Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:24:40.0930401Z The following additional packages will be installed:
2025-08-20T20:24:40.0930867Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:24:40.0931404Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:24:40.0931926Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:24:40.0932290Z   uuid-runtime
2025-08-20T20:24:40.0941426Z Suggested packages:
2025-08-20T20:24:40.0941860Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:24:40.0942270Z   util-linux-extra util-linux-locales
2025-08-20T20:24:40.0942647Z Recommended packages:
2025-08-20T20:24:40.0942890Z   unattended-upgrades
2025-08-20T20:24:40.1562013Z The following NEW packages will be installed:
2025-08-20T20:24:40.1562618Z   rename
2025-08-20T20:24:40.1566137Z The following packages will be upgraded:
2025-08-20T20:24:40.1566715Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:24:40.1568531Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:24:40.1574864Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:24:40.1575364Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:24:40.1758735Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:24:40.4043409Z Need to get 4390 kB of archives.
2025-08-20T20:24:40.4044192Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:24:40.4044809Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:24:40.5930023Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:24:40.8152592Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:24:40.8638947Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:24:40.9108024Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:24:40.9575726Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:24:41.0042639Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:24:41.0532620Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:24:41.1036346Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:24:41.1503797Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:24:41.2048331Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:24:41.2566485Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:24:41.3050202Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:24:41.3562914Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:24:41.4171981Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:24:41.4657520Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:24:41.5212049Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:24:41.5686406Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:24:41.6212722Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:24:41.7540768Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:24:41.8035598Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:24:41.8511660Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:24:41.9000228Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:24:41.9471824Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:24:41.9937463Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:24:42.0481929Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:24:42.0945901Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:24:42.3682577Z Fetched 4390 kB in 2s (2305 kB/s)
2025-08-20T20:24:42.4012833Z (Reading database ... 
2025-08-20T20:24:42.4013195Z (Reading database ... 5%
2025-08-20T20:24:42.4013709Z (Reading database ... 10%
2025-08-20T20:24:42.4013969Z (Reading database ... 15%
2025-08-20T20:24:42.4014249Z (Reading database ... 20%
2025-08-20T20:24:42.4014540Z (Reading database ... 25%
2025-08-20T20:24:42.4014778Z (Reading database ... 30%
2025-08-20T20:24:42.4015058Z (Reading database ... 35%
2025-08-20T20:24:42.4015315Z (Reading database ... 40%
2025-08-20T20:24:42.4015585Z (Reading database ... 45%
2025-08-20T20:24:42.4015928Z (Reading database ... 50%
2025-08-20T20:24:42.4036246Z (Reading database ... 55%
2025-08-20T20:24:42.4127888Z (Reading database ... 60%
2025-08-20T20:24:42.4169774Z (Reading database ... 65%
2025-08-20T20:24:42.4184704Z (Reading database ... 70%
2025-08-20T20:24:42.4205600Z (Reading database ... 75%
2025-08-20T20:24:42.4238995Z (Reading database ... 80%
2025-08-20T20:24:42.4421954Z (Reading database ... 85%
2025-08-20T20:24:42.4442034Z (Reading database ... 90%
2025-08-20T20:24:42.4547008Z (Reading database ... 95%
2025-08-20T20:24:42.4547273Z (Reading database ... 100%
2025-08-20T20:24:42.4547870Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:42.4586480Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:42.4811402Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:42.6319344Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:42.9543823Z (Reading database ... 
2025-08-20T20:24:42.9544190Z (Reading database ... 5%
2025-08-20T20:24:42.9544436Z (Reading database ... 10%
2025-08-20T20:24:42.9545006Z (Reading database ... 15%
2025-08-20T20:24:42.9545264Z (Reading database ... 20%
2025-08-20T20:24:42.9545542Z (Reading database ... 25%
2025-08-20T20:24:42.9545794Z (Reading database ... 30%
2025-08-20T20:24:42.9546033Z (Reading database ... 35%
2025-08-20T20:24:42.9546363Z (Reading database ... 40%
2025-08-20T20:24:42.9546605Z (Reading database ... 45%
2025-08-20T20:24:42.9546835Z (Reading database ... 50%
2025-08-20T20:24:42.9565305Z (Reading database ... 55%
2025-08-20T20:24:42.9654586Z (Reading database ... 60%
2025-08-20T20:24:42.9696384Z (Reading database ... 65%
2025-08-20T20:24:42.9711160Z (Reading database ... 70%
2025-08-20T20:24:42.9731204Z (Reading database ... 75%
2025-08-20T20:24:42.9765134Z (Reading database ... 80%
2025-08-20T20:24:42.9949912Z (Reading database ... 85%
2025-08-20T20:24:42.9970003Z (Reading database ... 90%
2025-08-20T20:24:43.0074387Z (Reading database ... 95%
2025-08-20T20:24:43.0074679Z (Reading database ... 100%
2025-08-20T20:24:43.0075119Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:43.0113757Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:43.0389019Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:43.2563747Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:43.9195596Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:24:43.9804938Z (Reading database ... 
2025-08-20T20:24:43.9805509Z (Reading database ... 5%
2025-08-20T20:24:43.9805786Z (Reading database ... 10%
2025-08-20T20:24:43.9806029Z (Reading database ... 15%
2025-08-20T20:24:43.9806362Z (Reading database ... 20%
2025-08-20T20:24:43.9806621Z (Reading database ... 25%
2025-08-20T20:24:43.9806860Z (Reading database ... 30%
2025-08-20T20:24:43.9807198Z (Reading database ... 35%
2025-08-20T20:24:43.9807446Z (Reading database ... 40%
2025-08-20T20:24:43.9807872Z (Reading database ... 45%
2025-08-20T20:24:43.9808217Z (Reading database ... 50%
2025-08-20T20:24:43.9828294Z (Reading database ... 55%
2025-08-20T20:24:43.9920551Z (Reading database ... 60%
2025-08-20T20:24:43.9961164Z (Reading database ... 65%
2025-08-20T20:24:43.9975600Z (Reading database ... 70%
2025-08-20T20:24:43.9996227Z (Reading database ... 75%
2025-08-20T20:24:44.0030803Z (Reading database ... 80%
2025-08-20T20:24:44.0223409Z (Reading database ... 85%
2025-08-20T20:24:44.0243284Z (Reading database ... 90%
2025-08-20T20:24:44.0353090Z (Reading database ... 95%
2025-08-20T20:24:44.0353547Z (Reading database ... 100%
2025-08-20T20:24:44.0353970Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:44.0393990Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:44.0646178Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:44.1635015Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:44.1923948Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:44.2814537Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:44.3857361Z (Reading database ... 
2025-08-20T20:24:44.3857886Z (Reading database ... 5%
2025-08-20T20:24:44.3858402Z (Reading database ... 10%
2025-08-20T20:24:44.3858704Z (Reading database ... 15%
2025-08-20T20:24:44.3858952Z (Reading database ... 20%
2025-08-20T20:24:44.3859276Z (Reading database ... 25%
2025-08-20T20:24:44.3859518Z (Reading database ... 30%
2025-08-20T20:24:44.3859750Z (Reading database ... 35%
2025-08-20T20:24:44.3860041Z (Reading database ... 40%
2025-08-20T20:24:44.3860295Z (Reading database ... 45%
2025-08-20T20:24:44.3860643Z (Reading database ... 50%
2025-08-20T20:24:44.3881287Z (Reading database ... 55%
2025-08-20T20:24:44.3972262Z (Reading database ... 60%
2025-08-20T20:24:44.4013455Z (Reading database ... 65%
2025-08-20T20:24:44.4027935Z (Reading database ... 70%
2025-08-20T20:24:44.4048679Z (Reading database ... 75%
2025-08-20T20:24:44.4083430Z (Reading database ... 80%
2025-08-20T20:24:44.4277074Z (Reading database ... 85%
2025-08-20T20:24:44.4297338Z (Reading database ... 90%
2025-08-20T20:24:44.4405602Z (Reading database ... 95%
2025-08-20T20:24:44.4405957Z (Reading database ... 100%
2025-08-20T20:24:44.4406511Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:44.4445271Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:44.4692279Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:44.5724636Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:44.7577382Z (Reading database ... 
2025-08-20T20:24:44.7578051Z (Reading database ... 5%
2025-08-20T20:24:44.7578327Z (Reading database ... 10%
2025-08-20T20:24:44.7578635Z (Reading database ... 15%
2025-08-20T20:24:44.7579257Z (Reading database ... 20%
2025-08-20T20:24:44.7579563Z (Reading database ... 25%
2025-08-20T20:24:44.7579869Z (Reading database ... 30%
2025-08-20T20:24:44.7580103Z (Reading database ... 35%
2025-08-20T20:24:44.7580373Z (Reading database ... 40%
2025-08-20T20:24:44.7580617Z (Reading database ... 45%
2025-08-20T20:24:44.7580874Z (Reading database ... 50%
2025-08-20T20:24:44.7601670Z (Reading database ... 55%
2025-08-20T20:24:44.7691617Z (Reading database ... 60%
2025-08-20T20:24:44.7732439Z (Reading database ... 65%
2025-08-20T20:24:44.7746565Z (Reading database ... 70%
2025-08-20T20:24:44.7766502Z (Reading database ... 75%
2025-08-20T20:24:44.7800073Z (Reading database ... 80%
2025-08-20T20:24:44.7990879Z (Reading database ... 85%
2025-08-20T20:24:44.8011531Z (Reading database ... 90%
2025-08-20T20:24:44.8117454Z (Reading database ... 95%
2025-08-20T20:24:44.8117892Z (Reading database ... 100%
2025-08-20T20:24:44.8118281Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:44.8156395Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:44.9113013Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:45.0239224Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:45.0502518Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:45.1488369Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:45.2327593Z (Reading database ... 
2025-08-20T20:24:45.2328286Z (Reading database ... 5%
2025-08-20T20:24:45.2328530Z (Reading database ... 10%
2025-08-20T20:24:45.2328783Z (Reading database ... 15%
2025-08-20T20:24:45.2329062Z (Reading database ... 20%
2025-08-20T20:24:45.2329340Z (Reading database ... 25%
2025-08-20T20:24:45.2330155Z (Reading database ... 30%
2025-08-20T20:24:45.2330490Z (Reading database ... 35%
2025-08-20T20:24:45.2330730Z (Reading database ... 40%
2025-08-20T20:24:45.2331007Z (Reading database ... 45%
2025-08-20T20:24:45.2331373Z (Reading database ... 50%
2025-08-20T20:24:45.2350757Z (Reading database ... 55%
2025-08-20T20:24:45.2442566Z (Reading database ... 60%
2025-08-20T20:24:45.2482412Z (Reading database ... 65%
2025-08-20T20:24:45.2497008Z (Reading database ... 70%
2025-08-20T20:24:45.2518586Z (Reading database ... 75%
2025-08-20T20:24:45.2553948Z (Reading database ... 80%
2025-08-20T20:24:45.2738912Z (Reading database ... 85%
2025-08-20T20:24:45.2765321Z (Reading database ... 90%
2025-08-20T20:24:45.2867051Z (Reading database ... 95%
2025-08-20T20:24:45.2867503Z (Reading database ... 100%
2025-08-20T20:24:45.2868020Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:45.2908211Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:45.3177834Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:45.4075509Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:45.4776078Z (Reading database ... 
2025-08-20T20:24:45.4776435Z (Reading database ... 5%
2025-08-20T20:24:45.4776891Z (Reading database ... 10%
2025-08-20T20:24:45.4777123Z (Reading database ... 15%
2025-08-20T20:24:45.4777355Z (Reading database ... 20%
2025-08-20T20:24:45.4777879Z (Reading database ... 25%
2025-08-20T20:24:45.4778154Z (Reading database ... 30%
2025-08-20T20:24:45.4778444Z (Reading database ... 35%
2025-08-20T20:24:45.4778699Z (Reading database ... 40%
2025-08-20T20:24:45.4778963Z (Reading database ... 45%
2025-08-20T20:24:45.4779270Z (Reading database ... 50%
2025-08-20T20:24:45.4797997Z (Reading database ... 55%
2025-08-20T20:24:45.4885695Z (Reading database ... 60%
2025-08-20T20:24:45.4924801Z (Reading database ... 65%
2025-08-20T20:24:45.4938620Z (Reading database ... 70%
2025-08-20T20:24:45.4959279Z (Reading database ... 75%
2025-08-20T20:24:45.4993319Z (Reading database ... 80%
2025-08-20T20:24:45.5172893Z (Reading database ... 85%
2025-08-20T20:24:45.5199052Z (Reading database ... 90%
2025-08-20T20:24:45.5295107Z (Reading database ... 95%
2025-08-20T20:24:45.5295444Z (Reading database ... 100%
2025-08-20T20:24:45.5295996Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:45.5332410Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:45.5582113Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:45.6624249Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:45.7200255Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:45.8241494Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:45.8433161Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:45.9355933Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:45.9559841Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.0531375Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:46.0822310Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.1839466Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:46.2036201Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.3173382Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:46.3370736Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.4257384Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:24:46.4479376Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.5571903Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:46.5891007Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.6751971Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:24:46.6933499Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:46.7863791Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:46.8577423Z (Reading database ... 
2025-08-20T20:24:46.8577974Z (Reading database ... 5%
2025-08-20T20:24:46.8578238Z (Reading database ... 10%
2025-08-20T20:24:46.8578543Z (Reading database ... 15%
2025-08-20T20:24:46.8578817Z (Reading database ... 20%
2025-08-20T20:24:46.8579085Z (Reading database ... 25%
2025-08-20T20:24:46.8579431Z (Reading database ... 30%
2025-08-20T20:24:46.8579670Z (Reading database ... 35%
2025-08-20T20:24:46.8579944Z (Reading database ... 40%
2025-08-20T20:24:46.8580176Z (Reading database ... 45%
2025-08-20T20:24:46.8580427Z (Reading database ... 50%
2025-08-20T20:24:46.8601655Z (Reading database ... 55%
2025-08-20T20:24:46.8693835Z (Reading database ... 60%
2025-08-20T20:24:46.8735588Z (Reading database ... 65%
2025-08-20T20:24:46.8750188Z (Reading database ... 70%
2025-08-20T20:24:46.8771756Z (Reading database ... 75%
2025-08-20T20:24:46.8913966Z (Reading database ... 80%
2025-08-20T20:24:46.8997594Z (Reading database ... 85%
2025-08-20T20:24:46.9025185Z (Reading database ... 90%
2025-08-20T20:24:46.9123489Z (Reading database ... 95%
2025-08-20T20:24:46.9123823Z (Reading database ... 100%
2025-08-20T20:24:46.9124331Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:24:46.9161369Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:46.9424844Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:47.0449083Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:47.0718005Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:47.1700630Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:47.1941740Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:47.2843392Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:24:47.3041645Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:24:47.3972472Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:24:47.4169259Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:47.5217540Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:24:47.6503550Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:24:47.7562591Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:24:47.8376596Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:24:47.9094760Z Selecting previously unselected package rename.
2025-08-20T20:24:47.9288111Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:24:47.9388453Z Unpacking rename (2.02-1) ...
2025-08-20T20:24:48.0141316Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:24:48.0427181Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:24:48.1397892Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:48.1633111Z Setting up rename (2.02-1) ...
2025-08-20T20:24:48.1785190Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:24:48.1914405Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:48.2106145Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:48.2291792Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:48.2601186Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:48.2899479Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:48.9062486Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:24:48.9274044Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:48.9524368Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:48.9720436Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:48.9913694Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.3643374Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.3965350Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:24:49.4179099Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.5364946Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:24:49.7330969Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.8378007Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.8568683Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.8805974Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:24:49.9031896Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:24:50.0588527Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:24:50.3584390Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:24:50.3936637Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:24:58.7924151Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:25:00.2692170Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:25:00.2785928Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:25:00.4652406Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:25:00.5772618Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:25:00.6893772Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:25:00.8015706Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:25:01.7239150Z Reading package lists...
2025-08-20T20:25:01.9715572Z Building dependency tree...
2025-08-20T20:25:01.9723513Z Reading state information...
2025-08-20T20:25:01.9994324Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:25:02.0120010Z 
2025-08-20T20:25:02.0121115Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:25:02.0121510Z 
2025-08-20T20:25:02.1772955Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:25:02.1913088Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:25:02.3944519Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:25:02.5108631Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:25:02.6270027Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:25:02.7434565Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:25:03.6897842Z Reading package lists...
2025-08-20T20:25:03.9403150Z Building dependency tree...
2025-08-20T20:25:03.9411196Z Reading state information...
2025-08-20T20:25:03.9696309Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:25:03.9791190Z 
2025-08-20T20:25:03.9791894Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:25:03.9792240Z 
2025-08-20T20:25:03.9906864Z Reading package lists...
2025-08-20T20:25:04.2392325Z Building dependency tree...
2025-08-20T20:25:04.2399188Z Reading state information...
2025-08-20T20:25:04.5042408Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:25:04.5496382Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:25:04.5784223Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:25:04.6443879Z ##[group]Run ##Presets
2025-08-20T20:25:04.6444341Z [36;1m##Presets[0m
2025-08-20T20:25:04.6444569Z [36;1mset +x ; set +e[0m
2025-08-20T20:25:04.6444897Z [36;1m#-------------#[0m
2025-08-20T20:25:04.6445127Z [36;1m##Debug?[0m
2025-08-20T20:25:04.6445428Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:25:04.6445777Z [36;1m  set -x[0m
2025-08-20T20:25:04.6445980Z [36;1mfi[0m
2025-08-20T20:25:04.6446219Z [36;1m#-------------#[0m
2025-08-20T20:25:04.6446684Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:25:04.6447279Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:25:04.6448062Z [36;1msudo service procps restart[0m
2025-08-20T20:25:04.6448370Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:25:04.6475806Z shell: /usr/bin/bash -e {0}
2025-08-20T20:25:04.6476117Z env:
2025-08-20T20:25:04.6476557Z   CROSS_COMPILING: NO
2025-08-20T20:25:04.6476807Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:25:04.6477119Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:25:04.6477364Z   ON_QEMU: NO
2025-08-20T20:25:04.6477577Z   DEBUG: 0
2025-08-20T20:25:04.6478056Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:25:04.6478336Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:25:04.6478655Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:25:04.6479040Z   KEEP_LOGS: YES
2025-08-20T20:25:04.6479282Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:25:04.6479549Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:25:04.6480339Z   SBUILD_REBUILD: false
2025-08-20T20:25:04.6480930Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:25:04.6481582Z   BUILD_SYS: docker://go
2025-08-20T20:25:04.6481854Z   BUILD_ON_HOST: FALSE
2025-08-20T20:25:04.6482084Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:25:04.6482381Z   SYSTMP: /tmp
2025-08-20T20:25:04.6482592Z   GHA_MODE: MATRIX
2025-08-20T20:25:04.6483054Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:25:04.6483583Z ##[endgroup]
2025-08-20T20:25:04.6584483Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:25:04.6644202Z 0
2025-08-20T20:25:04.6976886Z vm.max_map_count = 262144
2025-08-20T20:25:04.6977266Z fs.inotify.max_user_watches = 655360
2025-08-20T20:25:04.6979558Z fs.inotify.max_user_instances = 1280
2025-08-20T20:25:04.6979952Z vm.mmap_rnd_bits = 28
2025-08-20T20:25:04.7072282Z ##[group]Run ##Presets
2025-08-20T20:25:04.7072753Z [36;1m##Presets[0m
2025-08-20T20:25:04.7073108Z [36;1mset +x ; set +e[0m
2025-08-20T20:25:04.7073357Z [36;1m#-------------#[0m
2025-08-20T20:25:04.7073571Z [36;1m##Debug?[0m
2025-08-20T20:25:04.7073896Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:25:04.7074211Z [36;1m  set -x[0m
2025-08-20T20:25:04.7074477Z [36;1mfi[0m
2025-08-20T20:25:04.7074685Z [36;1m#-------------#[0m
2025-08-20T20:25:04.7074934Z [36;1m##Main[0m
2025-08-20T20:25:04.7075206Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:25:04.7075862Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:25:04.7076583Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:25:04.7077022Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:25:04.7077382Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:25:04.7078813Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:25:04.7079178Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:25:04.7079589Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:25:04.7079960Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:25:04.7080305Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:25:04.7081025Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:25:04.7081361Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:25:04.7081755Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:25:04.7082126Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:25:04.7082407Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:25:04.7082703Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:25:04.7083067Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:25:04.7083391Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:25:04.7083732Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:25:04.7084081Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:25:04.7084412Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:25:04.7084777Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:25:04.7085124Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:25:04.7085453Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:25:04.7085863Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:25:04.7086200Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:25:04.7086554Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:25:04.7086939Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:25:04.7087415Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:25:04.7088177Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:25:04.7088674Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:25:04.7089038Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:25:04.7089468Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:25:04.7090160Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:25:04.7091024Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:25:04.7091577Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:25:04.7091866Z [36;1m else[0m
2025-08-20T20:25:04.7092556Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:25:04.7092962Z [36;1m fi[0m
2025-08-20T20:25:04.7093415Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:25:04.7093901Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:25:04.7094334Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7094777Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7095197Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7095640Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7096116Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7096565Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7097005Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:04.7097503Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:25:04.7097992Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:25:04.7124461Z shell: /usr/bin/bash -e {0}
2025-08-20T20:25:04.7124735Z env:
2025-08-20T20:25:04.7125094Z   CROSS_COMPILING: NO
2025-08-20T20:25:04.7125380Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:25:04.7125882Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:25:04.7126191Z   ON_QEMU: NO
2025-08-20T20:25:04.7126402Z   DEBUG: 0
2025-08-20T20:25:04.7126644Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:25:04.7126938Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:25:04.7127243Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:25:04.7127601Z   KEEP_LOGS: YES
2025-08-20T20:25:04.7127986Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:25:04.7128229Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:25:04.7129025Z   SBUILD_REBUILD: false
2025-08-20T20:25:04.7129612Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:25:04.7130193Z   BUILD_SYS: docker://go
2025-08-20T20:25:04.7130476Z   BUILD_ON_HOST: FALSE
2025-08-20T20:25:04.7130711Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:25:04.7130983Z   SYSTMP: /tmp
2025-08-20T20:25:04.7131196Z   GHA_MODE: MATRIX
2025-08-20T20:25:04.7131642Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:25:04.7132453Z   GHCR_TOKEN: ***
2025-08-20T20:25:04.7132793Z   GITHUB_TOKEN: ***
2025-08-20T20:25:04.7133102Z   GITLAB_TOKEN: ***
2025-08-20T20:25:04.7134372Z   MINISIGN_KEY: ***
2025-08-20T20:25:04.7134825Z ##[endgroup]
2025-08-20T20:25:04.8447753Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:25:04.9847063Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:25:04.9847584Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:25:04.9848069Z 
2025-08-20T20:25:05.0368367Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:25:05.0368837Z 100  4097  100  4097    0     0  78366      0 --:--:-- --:--:-- --:--:-- 78788
2025-08-20T20:25:05.0380667Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:25:05.0460037Z 
2025-08-20T20:25:05.0460601Z [+] Building [/tmp/tmp.yDLwMNCu0Q/SBUILD_INPUT] Locally
2025-08-20T20:25:05.0460882Z 
2025-08-20T20:25:05.0472013Z '/tmp/tmp.yDLwMNCu0Q/SBUILD_INPUT' -> '/tmp/pkgforge/3F8B2DOXc_build.yaml'
2025-08-20T20:25:05.1946754Z 
2025-08-20T20:25:05.1947398Z [+] Passwordless sudo is Configured
2025-08-20T20:25:05.3268465Z 
2025-08-20T20:25:05.3285793Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:25:05.3286274Z 
2025-08-20T20:25:05.3664482Z 
2025-08-20T20:25:05.3666341Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:25:05.3666717Z 
2025-08-20T20:25:05.3666722Z 
2025-08-20T20:25:05.3666978Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:25:05.3667269Z 
2025-08-20T20:25:05.3706186Z [+] Installing: 7z -> 7z
2025-08-20T20:25:05.9614897Z [+] Installing: actionlint -> actionlint
2025-08-20T20:25:06.5292904Z [+] Installing: anew -> anew
2025-08-20T20:25:07.0843414Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:25:07.3334753Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:25:07.8330513Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:25:08.3236403Z [+] Installing: archey -> archey
2025-08-20T20:25:08.9171883Z [+] Installing: aria2 -> aria2c
2025-08-20T20:25:09.5088843Z [+] Installing: askalono -> askalono
2025-08-20T20:25:10.0774378Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:25:10.6633562Z [+] Installing: b3sum -> b3sum
2025-08-20T20:25:11.1997170Z [+] Installing: bita -> bita
2025-08-20T20:25:11.5056208Z [+] Installing: btop -> btop
2025-08-20T20:25:12.0505378Z [+] Installing: chafa -> chafa
2025-08-20T20:25:12.6481755Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:25:13.3208579Z [+] Installing: croc -> croc
2025-08-20T20:25:13.9012907Z [+] Installing: csvtk -> csvtk
2025-08-20T20:25:14.5365108Z [+] Installing: cutlines -> cutlines
2025-08-20T20:25:15.0147443Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:15.0187952Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:25:15.0188656Z [+] Installing: dbin -> dbin
2025-08-20T20:25:15.6115046Z [+] Installing: dasel -> dasel
2025-08-20T20:25:16.1951313Z [+] Installing: delta -> delta
2025-08-20T20:25:16.7715033Z [+] Installing: ds -> ds
2025-08-20T20:25:17.2411347Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:17.2448522Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:25:17.2452429Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:25:17.4477845Z [+] Installing: duf -> duf
2025-08-20T20:25:18.0176546Z [+] Installing: duplicut -> duplicut
2025-08-20T20:25:18.5781356Z [+] Installing: dust -> dust
2025-08-20T20:25:19.1506536Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:25:19.7280437Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:25:20.2485060Z [+] Installing: dysk -> dysk
2025-08-20T20:25:20.7955817Z [+] Installing: eget -> eget
2025-08-20T20:25:21.4010782Z [+] Installing: epoch -> epoch
2025-08-20T20:25:21.9745040Z [+] Installing: faketty -> faketty
2025-08-20T20:25:22.5013050Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:25:22.7638989Z [+] Installing: freeze -> freeze
2025-08-20T20:25:23.3496643Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:25:23.8586111Z [+] Installing: gdu -> gdu
2025-08-20T20:25:24.1481901Z [+] Installing: gh -> gh
2025-08-20T20:25:24.8492364Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:25:25.4634139Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:25:26.0444232Z [+] Installing: glab -> glab
2025-08-20T20:25:26.7253122Z [+] Installing: glow -> glow
2025-08-20T20:25:27.8045951Z [+] Installing: httpx -> httpx
2025-08-20T20:25:28.5085080Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:25:29.1493023Z [+] Installing: husarnet -> husarnet
2025-08-20T20:25:29.6161043Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:29.6195808Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:25:29.6196286Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:25:30.0821139Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:30.0853536Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:25:30.0854171Z [+] Installing: imgcat -> imgcat
2025-08-20T20:25:30.6474863Z [+] Installing: jc -> jc
2025-08-20T20:25:30.9475659Z [+] Installing: jq -> jq
2025-08-20T20:25:31.4863715Z [+] Installing: logdy -> logdy
2025-08-20T20:25:32.1706668Z [+] Installing: micro -> micro
2025-08-20T20:25:32.7627087Z [+] Installing: miniserve -> miniserve
2025-08-20T20:25:33.3372003Z [+] Installing: minisign -> minisign
2025-08-20T20:25:33.8452504Z [+] Installing: ncdu -> ncdu
2025-08-20T20:25:34.3798177Z [+] Installing: notify -> notify
2025-08-20T20:25:35.0092491Z [+] Installing: ouch -> ouch
2025-08-20T20:25:35.5774189Z [+] Installing: oras -> oras
2025-08-20T20:25:36.1640914Z [+] Installing: pipetty -> pipetty
2025-08-20T20:25:36.6704030Z [+] Installing: pixterm -> pixterm
2025-08-20T20:25:37.2890223Z [+] Installing: qsv -> qsv
2025-08-20T20:25:37.8912070Z [+] Installing: rclone -> rclone
2025-08-20T20:25:38.3168434Z [+] Installing: ripgrep -> rg
2025-08-20T20:25:38.8936152Z [+] Installing: rga -> rga
2025-08-20T20:25:39.4613385Z [+] Installing: rsync -> rsync
2025-08-20T20:25:40.0312430Z [+] Installing: script -> script
2025-08-20T20:25:40.5455447Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:25:41.2747224Z [+] Installing: soar -> soar
2025-08-20T20:25:41.8664752Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:25:42.4430933Z [+] Installing: sstrip -> sstrip
2025-08-20T20:25:42.9422110Z [+] Installing: strace -> strace
2025-08-20T20:25:43.4959356Z [+] Installing: sttr -> sttr
2025-08-20T20:25:44.0856577Z [+] Installing: tailscale -> tailscale
2025-08-20T20:25:44.7131803Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:25:45.4647490Z [+] Installing: taplo -> taplo
2025-08-20T20:25:46.0250550Z [+] Installing: tldr -> tldr
2025-08-20T20:25:46.5906432Z [+] Installing: tldr -> tealdeer
2025-08-20T20:25:47.1229950Z [+] Installing: tmux -> tmux
2025-08-20T20:25:47.6882766Z [+] Installing: tok -> tok
2025-08-20T20:25:48.2343622Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:25:48.8802926Z [+] Installing: trurl -> trurl
2025-08-20T20:25:49.4478111Z [+] Installing: tss -> tss
2025-08-20T20:25:49.9742503Z [+] Installing: ulexec -> ulexec
2025-08-20T20:25:50.5408018Z [+] Installing: unfurl -> unfurl
2025-08-20T20:25:51.1009488Z [+] Installing: upx -> upx
2025-08-20T20:25:51.3303464Z [+] Installing: validtoml -> validtoml
2025-08-20T20:25:51.8963880Z [+] Installing: wget -> wget
2025-08-20T20:25:52.4730389Z [+] Installing: wget2 -> wget2
2025-08-20T20:25:53.0711936Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:25:53.6504917Z [+] Installing: xq -> xq
2025-08-20T20:25:54.2358569Z [+] Installing: xz -> xz
2025-08-20T20:25:54.7529983Z [+] Installing: unxz -> unxz
2025-08-20T20:25:55.2815297Z [+] Installing: yq -> yq
2025-08-20T20:25:55.8601503Z [+] Installing: yj -> yj
2025-08-20T20:25:56.4319549Z [+] Installing: zapper -> zapper
2025-08-20T20:25:56.9391764Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:25:57.4560874Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:25:57.9189120Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:57.9224909Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:25:57.9227121Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:25:58.3899501Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:58.3938652Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:25:58.3940251Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:25:58.8738562Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:58.8773704Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:25:58.8794804Z [+] Installing: zstd -> zstd
2025-08-20T20:25:59.4255531Z [+] Creating symlinks...
2025-08-20T20:25:59.4330418Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:25:59.4412293Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:25:59.4495424Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:25:59.4581232Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:25:59.4667616Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:25:59.4751563Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:25:59.4836172Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:25:59.4921167Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:25:59.5005218Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:25:59.5086214Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:25:59.5169565Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:25:59.5252028Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:25:59.5336060Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:25:59.5416698Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:25:59.5501162Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:25:59.5582066Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:25:59.5666081Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:25:59.5701291Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:25:59.5776032Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:25:59.5861298Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:25:59.5944454Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:25:59.5980592Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:25:59.6057461Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:25:59.6143241Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:25:59.6228934Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:25:59.6313162Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:25:59.6396495Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:25:59.6479913Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:25:59.6562510Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:25:59.6645849Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:25:59.6727355Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:25:59.6810637Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:25:59.6893620Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:25:59.6985717Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:25:59.7063316Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:25:59.7149173Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:25:59.7233513Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:25:59.7315269Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:25:59.7399744Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:25:59.7481627Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:25:59.7564728Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:25:59.7647354Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:25:59.7731389Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:25:59.7813043Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:25:59.7846538Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:25:59.7870648Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:25:59.7940258Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:25:59.8018197Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:25:59.8095956Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:25:59.8173370Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:25:59.8249863Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:25:59.8328160Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:25:59.8405913Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:25:59.8486306Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:25:59.8566411Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:25:59.8649926Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:25:59.8733825Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:25:59.8819606Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:25:59.8904814Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:25:59.8990933Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:25:59.9077139Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:25:59.9162757Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:25:59.9249358Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:25:59.9344332Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:25:59.9424410Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:25:59.9513217Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:25:59.9598791Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:25:59.9683583Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:25:59.9769331Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:25:59.9853686Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:25:59.9937619Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:26:00.0020985Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:26:00.0102976Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:26:00.0184851Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:26:00.0263872Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:26:00.0344150Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:26:00.0425864Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:26:00.0507458Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:26:00.0590653Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:26:00.0672888Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:26:00.0756019Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:26:00.0841013Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:26:00.0931742Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:26:00.1018895Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:26:00.1104295Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:26:00.1188086Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:26:00.1270939Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:26:00.1355318Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:26:00.1443604Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:26:00.1528287Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:26:00.1611573Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:26:00.1693674Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:26:00.1778200Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:26:00.1860117Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:26:00.1943902Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:26:00.1978657Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:26:00.2003376Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:26:00.2027856Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:26:00.2103101Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:26:00.2127559Z 
2025-08-20T20:26:00.2128358Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:26:00.2128738Z 
2025-08-20T20:26:00.2268836Z 
2025-08-20T20:26:00.2351379Z 
2025-08-20T20:26:00.2352009Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:26:00.2352233Z 
2025-08-20T20:26:00.2352322Z [+] Installation completed!
2025-08-20T20:26:00.2430182Z 
2025-08-20T20:26:00.2430671Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:26:00.5610969Z github.com
2025-08-20T20:26:00.5618735Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:26:00.5619092Z   - Active account: true
2025-08-20T20:26:00.5619304Z   - Git operations protocol: https
2025-08-20T20:26:00.5619556Z   - Token: ghp_************************************
2025-08-20T20:26:00.5620185Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:26:00.5620833Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:26:00.5621169Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:26:00.7601114Z Limit: 5000, Remaining: 4972, Reset: 2025-08-20 21:25:35 +0000 UTC (59m34s)
2025-08-20T20:26:00.7609754Z 
2025-08-20T20:26:00.7609930Z [+] GHCR_TOKEN is Exported
2025-08-20T20:26:00.7640779Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:26:01.9391634Z Login Succeeded
2025-08-20T20:26:01.9400985Z 
2025-08-20T20:26:01.9401097Z [+] GITLAB is Exported
2025-08-20T20:26:02.7932976Z [git remote -v]
2025-08-20T20:26:03.0190304Z gitlab.com
2025-08-20T20:26:03.0190914Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:26:03.0191475Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:26:03.0191934Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:26:03.0192333Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:26:03.0192686Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:26:03.0193003Z   ✓ Token found: **************************
2025-08-20T20:26:03.0193161Z 
2025-08-20T20:26:03.0193511Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:26:03.0193974Z [git remote -v]
2025-08-20T20:26:03.0202882Z 2025/08/20 20:26:03 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:26:03.0203554Z git: exit status 128]
2025-08-20T20:26:03.2925469Z 
2025-08-20T20:26:03.2925480Z 
2025-08-20T20:26:03.2926246Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:26:03 PM)
2025-08-20T20:26:03.2926647Z 
2025-08-20T20:26:03.2926651Z 
2025-08-20T20:26:03.2926714Z [+] USER = runner
2025-08-20T20:26:03.2926891Z [+] HOME = /home/runner
2025-08-20T20:26:03.2929222Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:26:03.2931341Z 
2025-08-20T20:26:03.4728137Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:26:03.4877986Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:26:03.6282456Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:26:03.7404828Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:26:03.8525329Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:26:03.9645894Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:26:04.8668181Z Reading package lists...
2025-08-20T20:26:04.8977214Z Reading package lists...
2025-08-20T20:26:05.1206937Z Building dependency tree...
2025-08-20T20:26:05.1213583Z Reading state information...
2025-08-20T20:26:05.4068709Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:26:05.4069487Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:26:05.4070039Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:05.4070427Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:26:05.4070789Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:26:05.4071477Z moreutils is already the newest version (0.69-1).
2025-08-20T20:26:05.4071912Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:26:05.4072344Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:26:05.4072805Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:05.6034499Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:26:05.6073262Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:26:05.6174375Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:26:05.6538169Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:26:05.7002181Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:26:05.7466440Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:26:06.7042917Z Reading package lists...
2025-08-20T20:26:06.7345886Z Reading package lists...
2025-08-20T20:26:06.9556669Z Building dependency tree...
2025-08-20T20:26:06.9563610Z Reading state information...
2025-08-20T20:26:07.2056352Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:26:07.2056904Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:07.2057508Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:26:07.2058031Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:07.2058414Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:07.2058867Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:26:07.2059257Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:26:07.2059927Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:26:07.2060288Z gawk set to manually installed.
2025-08-20T20:26:07.2060571Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:26:07.2060969Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:07.2061365Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:07.2061682Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:26:07.2062104Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:26:07.2062503Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:26:07.2062845Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:26:07.2063254Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:07.2063688Z The following additional packages will be installed:
2025-08-20T20:26:07.2064151Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:26:07.2064654Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:26:07.2065133Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:26:07.2065633Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:26:07.2066143Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:26:07.2066585Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:26:07.2075766Z Suggested packages:
2025-08-20T20:26:07.2076059Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:26:07.2076483Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:26:07.2076929Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:26:07.2077370Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:26:07.2077847Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:26:07.2078225Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:26:07.2078591Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:26:07.2297478Z The following NEW packages will be installed:
2025-08-20T20:26:07.2297888Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:26:07.2299620Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:26:07.2300142Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:26:07.2300898Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:26:07.2301407Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:26:07.2304835Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:26:07.2306133Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:26:07.4744202Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:07.4744616Z Need to get 27.2 MB of archives.
2025-08-20T20:26:07.4744914Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:26:07.4745463Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:26:08.4496479Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:26:08.9601750Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:26:09.1908546Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:26:09.3035079Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:26:09.4168972Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:26:09.7558708Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:26:09.9911405Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:26:10.3284349Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:26:10.4443593Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:26:11.6864033Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:26:11.9136944Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:26:12.6439297Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:26:12.7652713Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:26:12.8798417Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:26:13.0017317Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:26:13.1155854Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:26:13.8369557Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:26:13.9496831Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:26:14.1739852Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:26:14.2864639Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:26:14.3998585Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:26:14.7452098Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:26:15.1332160Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:26:15.4623752Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:26:15.5801888Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:26:16.0454427Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:26:16.1627489Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:26:16.2790611Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:26:16.3999365Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:26:16.5124248Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:26:16.6305626Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:26:16.7490887Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:26:17.5602727Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:26:18.2636186Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:26:18.6336889Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:26:18.8816891Z Preconfiguring packages ...
2025-08-20T20:26:19.5650629Z Fetched 27.2 MB in 11s (2386 kB/s)
2025-08-20T20:26:19.6099619Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:26:19.6131973Z (Reading database ... 
2025-08-20T20:26:19.6132210Z (Reading database ... 5%
2025-08-20T20:26:19.6132411Z (Reading database ... 10%
2025-08-20T20:26:19.6132613Z (Reading database ... 15%
2025-08-20T20:26:19.6133505Z (Reading database ... 20%
2025-08-20T20:26:19.6133746Z (Reading database ... 25%
2025-08-20T20:26:19.6133975Z (Reading database ... 30%
2025-08-20T20:26:19.6134175Z (Reading database ... 35%
2025-08-20T20:26:19.6134369Z (Reading database ... 40%
2025-08-20T20:26:19.6134561Z (Reading database ... 45%
2025-08-20T20:26:19.6134750Z (Reading database ... 50%
2025-08-20T20:26:19.6155431Z (Reading database ... 55%
2025-08-20T20:26:19.6243695Z (Reading database ... 60%
2025-08-20T20:26:19.6284399Z (Reading database ... 65%
2025-08-20T20:26:19.6298424Z (Reading database ... 70%
2025-08-20T20:26:19.6318525Z (Reading database ... 75%
2025-08-20T20:26:19.6450603Z (Reading database ... 80%
2025-08-20T20:26:19.6524355Z (Reading database ... 85%
2025-08-20T20:26:19.6557986Z (Reading database ... 90%
2025-08-20T20:26:19.6638755Z (Reading database ... 95%
2025-08-20T20:26:19.6638980Z (Reading database ... 100%
2025-08-20T20:26:19.6639283Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:26:19.6670892Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:26:19.7707541Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:26:19.9344901Z Selecting previously unselected package poppler-data.
2025-08-20T20:26:19.9498738Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:26:19.9593423Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:26:20.2030481Z Selecting previously unselected package b3sum.
2025-08-20T20:26:20.2193079Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:26:20.2266827Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:26:20.2943605Z Selecting previously unselected package build-essential.
2025-08-20T20:26:20.3095412Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:26:20.3162637Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:26:20.3810284Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:26:20.3966490Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:26:20.4164862Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:26:20.4923241Z Selecting previously unselected package ccache.
2025-08-20T20:26:20.5067997Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:26:20.5128384Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:26:20.6026939Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:26:20.6197302Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:26:20.6262029Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:26:20.6925156Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:26:20.7097130Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:26:20.7169620Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:26:20.7770849Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:26:20.7930647Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:26:20.7996358Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:26:20.8843986Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:26:20.8992353Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:26:20.9572910Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:26:21.0737514Z Selecting previously unselected package libgs-common.
2025-08-20T20:26:21.0916527Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:26:21.1014711Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:21.1706819Z Selecting previously unselected package libgs10-common.
2025-08-20T20:26:21.1876736Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:26:21.1945200Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:21.2882129Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:26:21.3048076Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:26:21.3120285Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:26:21.3878066Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:26:21.4029908Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:26:21.4100860Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:26:21.4742696Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:26:21.4881495Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:26:21.4953027Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:26:21.5782141Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:26:21.5936908Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:26:21.6002013Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:26:21.6731901Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:26:21.6905712Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:26:21.6966053Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:21.8987454Z Selecting previously unselected package ghostscript.
2025-08-20T20:26:21.9137868Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:26:21.9203850Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:21.9890781Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:26:22.0047431Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:22.0123654Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:22.1749002Z Selecting previously unselected package imagemagick.
2025-08-20T20:26:22.1919964Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:22.2000866Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:22.2666849Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:26:22.2834535Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:26:22.2916132Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:22.3661456Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:26:22.3824332Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:26:22.3889106Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:22.4627491Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:26:22.4783714Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:26:22.4858985Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:26:22.5579118Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:26:22.5740832Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:26:22.5801338Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:22.6493470Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:26:22.6662716Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:26:22.6733891Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:22.7397533Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:26:22.7567625Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:26:22.7632603Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:26:22.8544336Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:26:22.8706452Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:26:22.8771136Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:26:22.9358737Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:26:22.9504541Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:22.9591528Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:23.0225941Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:26:23.0373554Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:26:23.0437513Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:26:23.1103630Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:26:23.1246641Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:26:23.1305437Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:26:23.1908980Z Selecting previously unselected package libtool-bin.
2025-08-20T20:26:23.2072900Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:26:23.2138705Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:26:23.2909911Z Selecting previously unselected package lzip.
2025-08-20T20:26:23.3077330Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:26:23.3139606Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:26:23.3785851Z Selecting previously unselected package netpbm.
2025-08-20T20:26:23.3953731Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:26:23.4027883Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:26:23.6519083Z Selecting previously unselected package musl:arm64.
2025-08-20T20:26:23.6678740Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:26:23.6738574Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:26:23.7419630Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:26:23.7599336Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:26:23.7671422Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:26:23.8771577Z Selecting previously unselected package musl-tools.
2025-08-20T20:26:23.8947562Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:26:23.9023330Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:26:23.9838517Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:26:24.2386580Z 
2025-08-20T20:26:24.2387285Z Creating config file /etc/papersize with new version
2025-08-20T20:26:24.3463412Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:26:24.3651660Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:26:24.3932883Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:26:24.4154439Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:26:24.4354633Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:24.4571526Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:26:24.4981382Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:26:24.6322133Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:26:24.7835289Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:24.8900805Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:26:24.9183898Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:26:24.9339021Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:26:24.9414104Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:26:24.9489675Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:26:24.9661061Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:26:25.0120016Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:26:25.0340119Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:26:25.0595997Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:26:25.0806517Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:25.0973620Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:26:25.1066396Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:26:25.1162658Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:26:25.1233108Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:26:25.1311710Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:26:25.1394849Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:26:25.1492685Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:26:25.1582627Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:26:25.1663088Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:26:25.1741577Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:26:25.1826467Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:26:25.1911937Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:26:25.1993785Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:26:25.2088388Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:26:25.2180880Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:26:25.2250041Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:26:25.2329712Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:26:25.2408348Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:26:25.2494536Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:26:25.2620437Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:26:25.2723637Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:26:25.2807814Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:26:25.2970596Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:26:25.3236698Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:26:25.3577273Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:26:25.3782212Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:26:25.4222420Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:25.4404567Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:26:25.4626892Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:25.4878021Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:26:25.5109542Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:26:25.5254778Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:25.5447162Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:26:25.5746957Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:26:25.5934726Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:26:25.6113478Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:25.6303254Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:25.6487031Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:26:25.8662388Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:26:25.8899393Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:25.9121911Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:25.9338198Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:25.9651079Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:26:26.0538229Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:26:26.4524367Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:26:27.6094733Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:26:27.6430109Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:30.3338145Z Reading package lists...
2025-08-20T20:26:30.5580293Z Building dependency tree...
2025-08-20T20:26:30.5588607Z Reading state information...
2025-08-20T20:26:30.8130170Z autoconf is already the newest version (2.71-3).
2025-08-20T20:26:30.8130591Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:30.8130972Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:30.8131301Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:26:30.8131642Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:26:30.8132007Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:30.8132318Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:26:30.8132612Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:26:30.8132917Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:30.8133227Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:30.8133538Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:26:30.8134335Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:26:30.8134634Z patch set to manually installed.
2025-08-20T20:26:30.8134903Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:26:30.8135228Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:26:30.8135527Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:26:30.8135825Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:30.8136091Z Suggested packages:
2025-08-20T20:26:30.8136256Z   scons-doc
2025-08-20T20:26:30.8291420Z The following NEW packages will be installed:
2025-08-20T20:26:30.8299858Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:26:30.9884611Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:30.9884970Z Need to get 17.8 MB of archives.
2025-08-20T20:26:30.9885266Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:26:30.9885791Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:26:31.2778582Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:26:31.3246016Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:26:31.6874525Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:26:31.7369599Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:26:31.9931889Z Fetched 17.8 MB in 1s (19.8 MB/s)
2025-08-20T20:26:32.0244563Z Selecting previously unselected package autopoint.
2025-08-20T20:26:32.0276563Z (Reading database ... 
2025-08-20T20:26:32.0277078Z (Reading database ... 5%
2025-08-20T20:26:32.0277303Z (Reading database ... 10%
2025-08-20T20:26:32.0277505Z (Reading database ... 15%
2025-08-20T20:26:32.0277798Z (Reading database ... 20%
2025-08-20T20:26:32.0278021Z (Reading database ... 25%
2025-08-20T20:26:32.0278248Z (Reading database ... 30%
2025-08-20T20:26:32.0278443Z (Reading database ... 35%
2025-08-20T20:26:32.0278640Z (Reading database ... 40%
2025-08-20T20:26:32.0278831Z (Reading database ... 45%
2025-08-20T20:26:32.0279017Z (Reading database ... 50%
2025-08-20T20:26:32.0299239Z (Reading database ... 55%
2025-08-20T20:26:32.0382704Z (Reading database ... 60%
2025-08-20T20:26:32.0420911Z (Reading database ... 65%
2025-08-20T20:26:32.0434557Z (Reading database ... 70%
2025-08-20T20:26:32.0461101Z (Reading database ... 75%
2025-08-20T20:26:32.0581851Z (Reading database ... 80%
2025-08-20T20:26:32.0653324Z (Reading database ... 85%
2025-08-20T20:26:32.0681004Z (Reading database ... 90%
2025-08-20T20:26:32.0774129Z (Reading database ... 95%
2025-08-20T20:26:32.0774363Z (Reading database ... 100%
2025-08-20T20:26:32.0774654Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:26:32.0812413Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:26:32.0875832Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:26:32.1720535Z Selecting previously unselected package clang.
2025-08-20T20:26:32.1889394Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:26:32.1962309Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:26:32.2569246Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:26:32.2724453Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:26:32.2802531Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:26:33.2474554Z Selecting previously unselected package scons.
2025-08-20T20:26:33.2637002Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:26:33.2749002Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:26:33.3937435Z Selecting previously unselected package byacc.
2025-08-20T20:26:33.4092539Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:26:33.4163975Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:26:33.5163755Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:26:33.5430524Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:26:33.5776866Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:26:33.6289124Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:26:34.0082394Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:26:34.0302344Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:35.4631869Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:26:36.7018718Z Reading package lists...
2025-08-20T20:26:36.9280313Z Building dependency tree...
2025-08-20T20:26:36.9288166Z Reading state information...
2025-08-20T20:26:37.1744872Z The following additional packages will be installed:
2025-08-20T20:26:37.1745282Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:26:37.1745630Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:26:37.1746054Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:26:37.1746524Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:26:37.1746965Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:26:37.1747389Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:26:37.1749059Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:26:37.1749916Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:26:37.1751284Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:26:37.1761952Z Suggested packages:
2025-08-20T20:26:37.1762258Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:26:37.1762647Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:26:37.1763057Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:26:37.1765429Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:26:37.1765835Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:26:37.1766243Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:26:37.1766701Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:26:37.1767173Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:26:37.1767539Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:26:37.1767942Z Recommended packages:
2025-08-20T20:26:37.1768232Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:26:37.1768656Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:26:37.1769047Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:26:37.1769403Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:26:37.1769722Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:26:37.1948307Z The following NEW packages will be installed:
2025-08-20T20:26:37.1949056Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:26:37.1949436Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:26:37.1949837Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:26:37.1950310Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:26:37.1950775Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:26:37.1951200Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:26:37.1951648Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:26:37.1953333Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:26:37.1956675Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:26:37.4403489Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:37.4404183Z Need to get 2409 kB of archives.
2025-08-20T20:26:37.4404499Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:26:37.4405014Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:26:37.5530718Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:26:37.6893348Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:26:37.9136143Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:26:38.0334405Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:26:38.1611268Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:26:38.3079830Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:26:38.4264760Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:26:38.5481659Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:26:38.6730010Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:26:38.8040809Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:26:39.0525311Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:26:39.1691961Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:26:39.3259562Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:26:39.4990393Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:26:39.7445734Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:26:39.8783292Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:26:40.2741181Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:26:40.3965438Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:26:40.5165710Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:26:40.6348437Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:26:40.9337063Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:26:41.2885786Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:26:41.5242236Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:26:41.6534514Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:26:41.8091572Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:26:41.9515156Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:26:42.3283465Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:26:42.4817603Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:26:42.6088715Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:26:43.2649101Z Fetched 2409 kB in 6s (416 kB/s)
2025-08-20T20:26:43.2955864Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:26:43.2989016Z (Reading database ... 
2025-08-20T20:26:43.2989232Z (Reading database ... 5%
2025-08-20T20:26:43.2989434Z (Reading database ... 10%
2025-08-20T20:26:43.2989631Z (Reading database ... 15%
2025-08-20T20:26:43.2989864Z (Reading database ... 20%
2025-08-20T20:26:43.2990657Z (Reading database ... 25%
2025-08-20T20:26:43.2990890Z (Reading database ... 30%
2025-08-20T20:26:43.2991094Z (Reading database ... 35%
2025-08-20T20:26:43.2991289Z (Reading database ... 40%
2025-08-20T20:26:43.2991485Z (Reading database ... 45%
2025-08-20T20:26:43.2991677Z (Reading database ... 50%
2025-08-20T20:26:43.3013084Z (Reading database ... 55%
2025-08-20T20:26:43.3100970Z (Reading database ... 60%
2025-08-20T20:26:43.3140454Z (Reading database ... 65%
2025-08-20T20:26:43.3154399Z (Reading database ... 70%
2025-08-20T20:26:43.3181670Z (Reading database ... 75%
2025-08-20T20:26:43.3305915Z (Reading database ... 80%
2025-08-20T20:26:43.3377638Z (Reading database ... 85%
2025-08-20T20:26:43.3406486Z (Reading database ... 90%
2025-08-20T20:26:43.3497384Z (Reading database ... 95%
2025-08-20T20:26:43.3497606Z (Reading database ... 100%
2025-08-20T20:26:43.3497996Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:26:43.3530882Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:26:43.3625164Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:26:43.4242077Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:26:43.4390967Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:26:43.4478362Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:26:43.5050759Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:26:43.5203570Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:26:43.5270404Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:26:43.6024948Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:26:43.6179820Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:26:43.6280463Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:26:43.6811889Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:26:43.6984107Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:26:43.7074485Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:26:43.7661868Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:26:43.7833715Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:26:43.7908968Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:26:43.8454398Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:26:43.8626091Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:26:43.8692903Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:26:43.9255010Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:26:43.9422641Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:26:43.9496381Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:26:44.0046960Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:26:44.0199378Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:26:44.0267611Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:26:44.0852000Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:26:44.1002456Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:26:44.1071608Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:26:44.1619628Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:26:44.1769879Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:26:44.1833739Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:26:44.2488026Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:26:44.2667469Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:26:44.2743819Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:26:44.3326201Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:26:44.3504429Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:26:44.3571951Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:26:44.4135224Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:26:44.4305197Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:26:44.4374485Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:26:44.5076796Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:26:44.5232676Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:26:44.5310004Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:26:44.5921816Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:26:44.6077074Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:26:44.6145198Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:26:44.7725539Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:26:44.7903784Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:26:44.7971415Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:26:44.8579772Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:26:44.8766705Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:26:44.8895613Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:26:44.9595611Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:26:44.9764900Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:26:44.9835363Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:26:45.0362487Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:26:45.0521573Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:26:45.0607360Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:26:45.1365707Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:26:45.1531565Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:26:45.1600471Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:26:45.2269523Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:26:45.2422480Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:26:45.2490960Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:26:45.3074732Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:26:45.3254708Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:26:45.3320534Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:26:45.3881087Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:26:45.4065901Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:26:45.4158606Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:26:45.4731135Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:26:45.4893550Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:26:45.4987322Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:26:45.5752736Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:26:45.5917999Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:26:45.6012779Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:26:45.6532954Z Selecting previously unselected package libwww-perl.
2025-08-20T20:26:45.6686400Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:26:45.6755870Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:26:45.7341538Z Selecting previously unselected package patchutils.
2025-08-20T20:26:45.7492853Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:26:45.7576501Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:26:45.8248745Z Selecting previously unselected package wdiff.
2025-08-20T20:26:45.8427512Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:26:45.8490465Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:26:46.0213567Z Selecting previously unselected package devscripts.
2025-08-20T20:26:46.0387126Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:26:46.0608185Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:26:46.2137077Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:26:46.2347602Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:26:46.2553175Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:26:46.2740096Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:26:46.2954749Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:26:46.3150325Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:26:46.3334314Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:26:46.3518824Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:26:46.3737368Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:26:46.3948038Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:26:46.4124325Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:26:46.4305665Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:26:46.4503301Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:26:46.4716815Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:26:46.4913263Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:26:46.5144279Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:26:46.5320906Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:26:46.5561565Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:26:46.5746828Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:26:46.5949172Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:26:46.6139666Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:26:46.6366542Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:26:46.6613493Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:26:46.6886362Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:26:46.7102925Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:26:46.7303446Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:26:46.7486535Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:26:46.7692060Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:26:46.7901886Z Setting up devscripts (2.23.7) ...
2025-08-20T20:26:46.9315333Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:26:46.9537394Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:48.8338123Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:26:50.0971908Z Reading package lists...
2025-08-20T20:26:50.3189096Z Building dependency tree...
2025-08-20T20:26:50.3197657Z Reading state information...
2025-08-20T20:26:50.5733964Z The following additional packages will be installed:
2025-08-20T20:26:50.5742389Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:26:50.5750447Z Suggested packages:
2025-08-20T20:26:50.5751095Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:26:50.5922053Z The following NEW packages will be installed:
2025-08-20T20:26:50.5930957Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:26:50.7529126Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:50.7529494Z Need to get 12.7 MB of archives.
2025-08-20T20:26:50.7529793Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:26:50.7530306Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:26:50.9232405Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:26:51.0297826Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:26:51.2621273Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:26:51.6664694Z Fetched 12.7 MB in 1s (15.8 MB/s)
2025-08-20T20:26:51.7159524Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:26:51.7193194Z (Reading database ... 
2025-08-20T20:26:51.7193413Z (Reading database ... 5%
2025-08-20T20:26:51.7193629Z (Reading database ... 10%
2025-08-20T20:26:51.7193836Z (Reading database ... 15%
2025-08-20T20:26:51.7194027Z (Reading database ... 20%
2025-08-20T20:26:51.7194218Z (Reading database ... 25%
2025-08-20T20:26:51.7194410Z (Reading database ... 30%
2025-08-20T20:26:51.7194608Z (Reading database ... 35%
2025-08-20T20:26:51.7195209Z (Reading database ... 40%
2025-08-20T20:26:51.7195401Z (Reading database ... 45%
2025-08-20T20:26:51.7195592Z (Reading database ... 50%
2025-08-20T20:26:51.7216447Z (Reading database ... 55%
2025-08-20T20:26:51.7305470Z (Reading database ... 60%
2025-08-20T20:26:51.7348756Z (Reading database ... 65%
2025-08-20T20:26:51.7363105Z (Reading database ... 70%
2025-08-20T20:26:51.7392197Z (Reading database ... 75%
2025-08-20T20:26:51.7522867Z (Reading database ... 80%
2025-08-20T20:26:51.7598479Z (Reading database ... 85%
2025-08-20T20:26:51.7633727Z (Reading database ... 90%
2025-08-20T20:26:51.7718090Z (Reading database ... 95%
2025-08-20T20:26:51.7718325Z (Reading database ... 100%
2025-08-20T20:26:51.7718622Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:26:51.7751950Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:26:51.7871180Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:26:51.8556170Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:26:51.8701040Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:26:51.8767628Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:26:51.9493056Z Selecting previously unselected package cmake-data.
2025-08-20T20:26:51.9647821Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:26:51.9775031Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:26:52.9727311Z Selecting previously unselected package cmake.
2025-08-20T20:26:52.9900277Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:26:52.9976851Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:26:53.2434873Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:26:53.2676404Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:26:53.2880561Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:26:53.3127932Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:26:53.3336391Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:54.9067219Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:26:56.1508962Z Reading package lists...
2025-08-20T20:26:56.3809184Z Building dependency tree...
2025-08-20T20:26:56.3815995Z Reading state information...
2025-08-20T20:26:56.6662532Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:26:56.6662962Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:56.6663287Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:26:56.6664041Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:56.6664355Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:26:56.6664667Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:26:56.6665012Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:56.6665310Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:26:56.6665604Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:26:56.6665920Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:26:56.6666210Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:26:56.6666489Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:26:56.6666823Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:26:56.6667200Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:26:56.6667506Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:56.6668082Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:56.6668424Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:26:56.6668729Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:26:56.6669002Z musl is already the newest version (1.2.4-2).
2025-08-20T20:26:56.6669270Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:26:56.6669555Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:26:56.6670151Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:26:56.6670494Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:26:56.6670792Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:26:56.6671093Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:56.6671421Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:56.6858991Z Reading package lists...
2025-08-20T20:26:56.9075637Z Building dependency tree...
2025-08-20T20:26:56.9082334Z Reading state information...
2025-08-20T20:26:57.1872429Z autoconf is already the newest version (2.71-3).
2025-08-20T20:26:57.1872810Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:57.1873155Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:26:57.1873491Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:57.1873814Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:26:57.1874173Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:26:57.1874501Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:26:57.1874819Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:57.1875133Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:26:57.1875429Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:26:57.1875720Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:26:57.1876052Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:57.1876360Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:57.1876673Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:26:57.1876977Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:26:57.1877288Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:26:57.1877618Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:26:57.1878658Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:26:57.1879012Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:26:57.1879304Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:26:57.1879606Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:57.1879938Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:57.2072976Z Reading package lists...
2025-08-20T20:26:57.4233228Z Building dependency tree...
2025-08-20T20:26:57.4240597Z Reading state information...
2025-08-20T20:26:57.6937643Z devscripts is already the newest version (2.23.7).
2025-08-20T20:26:57.6938181Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:57.7140358Z Reading package lists...
2025-08-20T20:26:57.9388791Z Building dependency tree...
2025-08-20T20:26:57.9398881Z Reading state information...
2025-08-20T20:26:58.2183305Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:26:58.2183739Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:58.2375646Z Reading package lists...
2025-08-20T20:26:58.4606680Z Building dependency tree...
2025-08-20T20:26:58.4614883Z Reading state information...
2025-08-20T20:26:58.7405539Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:58.7405988Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:26:58.7836987Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:58.8297332Z Reading package lists...
2025-08-20T20:26:59.0590549Z Building dependency tree...
2025-08-20T20:26:59.0597971Z Reading state information...
2025-08-20T20:26:59.3174888Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:26:59.3175312Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:26:59.3175669Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:26:59.3176491Z The following additional packages will be installed:
2025-08-20T20:26:59.3176823Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:26:59.3177222Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:26:59.3178023Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:26:59.3178455Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:26:59.3178846Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:26:59.3179291Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:26:59.3179690Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:26:59.3180099Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:26:59.3180477Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:26:59.3180871Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:26:59.3181295Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:26:59.3181649Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:26:59.3182020Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:26:59.3182460Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:26:59.3182801Z   linux-libc-dev-armhf-cross
2025-08-20T20:26:59.3192422Z Suggested packages:
2025-08-20T20:26:59.3194747Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:26:59.3195141Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:26:59.3526861Z The following NEW packages will be installed:
2025-08-20T20:26:59.3527408Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:26:59.3527930Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:26:59.3528414Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:26:59.3528881Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:26:59.3529255Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:26:59.3529651Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:26:59.3530070Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:26:59.3530459Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:26:59.3531186Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:26:59.3531639Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:26:59.3532050Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:26:59.3533061Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:26:59.3533435Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:26:59.3533822Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:26:59.3535528Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:26:59.6453288Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:59.6453649Z Need to get 112 MB of archives.
2025-08-20T20:26:59.6453947Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:26:59.6454632Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:26:59.9986642Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:27:00.9999714Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:27:01.1127872Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:27:02.1228098Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:27:02.2353754Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:27:02.3481320Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:27:02.9115362Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:27:03.0242659Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:27:03.1372001Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:27:03.3667223Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:27:03.5920962Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:27:04.0959044Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:27:04.2137138Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:27:04.8681577Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:27:05.1018982Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:27:05.4499016Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:27:05.7909869Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:27:07.2823557Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:27:07.6206642Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:27:07.9610886Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:27:08.4136518Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:27:09.5461185Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:27:10.5901656Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:27:10.7033434Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:27:10.8161548Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:27:11.2669569Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:27:11.3794917Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:27:11.4940206Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:27:11.6066104Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:27:12.1860009Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:27:12.4198612Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:27:12.7670889Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:27:13.2290855Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:27:14.7585251Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:27:15.1093879Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:27:15.4606997Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:27:15.9293655Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:27:16.9772312Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:27:17.0937001Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:27:17.2103767Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:27:17.3271575Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:27:17.6153441Z Fetched 112 MB in 18s (6247 kB/s)
2025-08-20T20:27:17.6454984Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:27:17.6489318Z (Reading database ... 
2025-08-20T20:27:17.6489556Z (Reading database ... 5%
2025-08-20T20:27:17.6489765Z (Reading database ... 10%
2025-08-20T20:27:17.6489966Z (Reading database ... 15%
2025-08-20T20:27:17.6490159Z (Reading database ... 20%
2025-08-20T20:27:17.6490992Z (Reading database ... 25%
2025-08-20T20:27:17.6491214Z (Reading database ... 30%
2025-08-20T20:27:17.6491787Z (Reading database ... 35%
2025-08-20T20:27:17.6491998Z (Reading database ... 40%
2025-08-20T20:27:17.6492190Z (Reading database ... 45%
2025-08-20T20:27:17.6492378Z (Reading database ... 50%
2025-08-20T20:27:17.6512137Z (Reading database ... 55%
2025-08-20T20:27:17.6599136Z (Reading database ... 60%
2025-08-20T20:27:17.6638702Z (Reading database ... 65%
2025-08-20T20:27:17.6653439Z (Reading database ... 70%
2025-08-20T20:27:17.6681462Z (Reading database ... 75%
2025-08-20T20:27:17.6809720Z (Reading database ... 80%
2025-08-20T20:27:17.6885930Z (Reading database ... 85%
2025-08-20T20:27:17.6941732Z (Reading database ... 90%
2025-08-20T20:27:17.7015166Z (Reading database ... 95%
2025-08-20T20:27:17.7015374Z (Reading database ... 100%
2025-08-20T20:27:17.7015665Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:27:17.7051400Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:17.7121354Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:17.7717087Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:27:17.7874683Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:17.7983755Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:18.1046903Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:27:18.1224782Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:18.1325576Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:18.1996975Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:27:18.2166983Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:18.2256202Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:18.5049139Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:27:18.5221693Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:18.5301878Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:18.5876909Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:27:18.6053313Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:18.6118976Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:18.6730292Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:27:18.6906534Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:27:18.7058127Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:27:18.8585944Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:27:18.8743342Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:18.8810519Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:18.9348045Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:27:18.9503670Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:18.9586009Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.0168024Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:27:19.0339587Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:19.0400199Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:19.1166188Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:27:19.1333556Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.1393828Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.2090969Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:27:19.2248603Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.2330883Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.2941237Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:27:19.3092018Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.3205088Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.3837874Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:27:19.3992165Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.4062075Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.5133953Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:27:19.5321178Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.5392884Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.6107948Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:27:19.6292238Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.6379717Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.7646944Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:27:19.7813873Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:19.7909742Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:19.9239922Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:27:19.9393561Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:19.9488674Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:20.4135119Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:27:20.4292897Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:27:20.4425364Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:20.7711775Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:27:20.7872693Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:20.7940997Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:20.9876046Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:27:21.0066968Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:21.0127797Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:21.3220061Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:27:21.3381793Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:21.3466033Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:21.6659450Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:27:21.6850333Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:27:21.6956543Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:27:21.8306775Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:27:21.8463488Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:21.8526592Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:21.9095550Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:27:21.9256093Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:21.9330189Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:21.9891670Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:27:22.0076796Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:22.0145074Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:22.0955143Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:27:22.1141663Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.1251411Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.1877837Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:27:22.2050758Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.2117767Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.2747370Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:27:22.2899770Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.2964388Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.3561898Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:27:22.3718133Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.3795439Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.4956993Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:27:22.5139617Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.5203923Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.5894148Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:27:22.6074265Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.6140403Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.6879586Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:27:22.7042732Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:22.7112616Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:22.8021451Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:27:22.8186751Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:22.8293656Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:23.2606258Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:27:23.2765145Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:27:23.2837040Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:23.5732521Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:27:23.5909596Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:23.5974257Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:23.7977002Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:27:23.8156606Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:23.8229944Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:24.1313211Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:27:24.1472645Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:24.1557608Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:24.4622650Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:27:24.4795112Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:24.4866310Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:24.5404998Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:27:24.5575791Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:24.5645527Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:24.6104049Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:27:24.6270760Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:24.6344386Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:24.8678830Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:27:24.8863578Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:24.8923409Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:24.9681572Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:27:24.9924567Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:25.0132158Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.0334145Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.0541850Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.0793833Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:25.1008627Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.1226381Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:25.1428535Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:25.1623213Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.1866837Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.2058578Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:25.2261861Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:27:25.2446818Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.2692489Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.2892351Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.3083655Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.3304821Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.3499603Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.3683557Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.3909231Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:25.4130772Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.4413264Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.7590971Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:25.7794727Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.8031179Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.8244914Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.8451021Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:25.8715805Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.8910011Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.9126214Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.9385722Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.9572408Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.9781288Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:25.9977901Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:26.0182085Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:26.0405045Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:26.0600231Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:26.0816962Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:26.1012345Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:26.1263846Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:26.1482409Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:26.1664759Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:27:26.1738900Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:27:26.1900932Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:27.5563659Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:28.8385633Z Reading package lists...
2025-08-20T20:27:29.0694065Z Building dependency tree...
2025-08-20T20:27:29.0701425Z Reading state information...
2025-08-20T20:27:29.3318412Z The following additional packages will be installed:
2025-08-20T20:27:29.3324776Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:27:29.3325152Z   libpcap0.8-dev
2025-08-20T20:27:29.3610274Z The following NEW packages will be installed:
2025-08-20T20:27:29.3611094Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:27:29.3616981Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:27:29.3826634Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:29.5470238Z Need to get 1640 kB of archives.
2025-08-20T20:27:29.5470628Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:27:29.5471199Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:27:29.7876072Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:27:29.8515751Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:27:29.9150304Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:27:29.9998185Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:27:30.1333679Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:27:30.1906608Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:27:30.2372149Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:27:30.5068360Z Fetched 1640 kB in 1s (1945 kB/s)
2025-08-20T20:27:30.5471490Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:27:30.5506933Z (Reading database ... 
2025-08-20T20:27:30.5507178Z (Reading database ... 5%
2025-08-20T20:27:30.5507378Z (Reading database ... 10%
2025-08-20T20:27:30.5507592Z (Reading database ... 15%
2025-08-20T20:27:30.5507880Z (Reading database ... 20%
2025-08-20T20:27:30.5508080Z (Reading database ... 25%
2025-08-20T20:27:30.5508277Z (Reading database ... 30%
2025-08-20T20:27:30.5508850Z (Reading database ... 35%
2025-08-20T20:27:30.5509078Z (Reading database ... 40%
2025-08-20T20:27:30.5509274Z (Reading database ... 45%
2025-08-20T20:27:30.5509465Z (Reading database ... 50%
2025-08-20T20:27:30.5529348Z (Reading database ... 55%
2025-08-20T20:27:30.5622546Z (Reading database ... 60%
2025-08-20T20:27:30.5660043Z (Reading database ... 65%
2025-08-20T20:27:30.5677312Z (Reading database ... 70%
2025-08-20T20:27:30.5702231Z (Reading database ... 75%
2025-08-20T20:27:30.5876065Z (Reading database ... 80%
2025-08-20T20:27:30.5913612Z (Reading database ... 85%
2025-08-20T20:27:30.5982610Z (Reading database ... 90%
2025-08-20T20:27:30.6059527Z (Reading database ... 95%
2025-08-20T20:27:30.6059742Z (Reading database ... 100%
2025-08-20T20:27:30.6060044Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:27:30.6098963Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:27:30.6170054Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:27:30.7020018Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:27:30.7182161Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:27:30.7331281Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:27:30.7957223Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:27:30.8139278Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:27:30.8212913Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:30.8931464Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:27:30.9112763Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:27:30.9183762Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:30.9906321Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:27:31.0079808Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:27:31.0153518Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:27:31.1122653Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:27:31.1289227Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:27:31.1381924Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:31.2119773Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:27:31.2293114Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:27:31.2382155Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:31.3145578Z Selecting previously unselected package pcaputils.
2025-08-20T20:27:31.3337343Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:27:31.3449677Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:27:31.4337063Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:27:31.4533393Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:27:31.6016883Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:31.6221487Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:27:31.7631587Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:27:31.9952045Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:32.0182863Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:27:32.0442059Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:32.0823451Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:33.7198612Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:27:33.8291532Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:33.8500972Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:35.1325916Z Reading package lists...
2025-08-20T20:27:35.3598200Z Building dependency tree...
2025-08-20T20:27:35.3605053Z Reading state information...
2025-08-20T20:27:35.4039396Z Reading package lists...
2025-08-20T20:27:35.6376720Z Building dependency tree...
2025-08-20T20:27:35.6385927Z Reading state information...
2025-08-20T20:27:35.9030600Z The following additional packages will be installed:
2025-08-20T20:27:35.9036068Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:27:35.9044652Z Suggested packages:
2025-08-20T20:27:35.9045007Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:27:35.9047917Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:27:35.9220165Z The following NEW packages will be installed:
2025-08-20T20:27:35.9221304Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:27:35.9226074Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:27:36.0390807Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:36.0391169Z Need to get 801 kB of archives.
2025-08-20T20:27:36.0391496Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:27:36.0391987Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:27:36.1550015Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:27:36.2574621Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:27:36.4277869Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:27:36.4745864Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:27:36.5222054Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:27:36.5827313Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:27:36.6328724Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:27:36.6814563Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:27:36.9488672Z Fetched 801 kB in 1s (1070 kB/s)
2025-08-20T20:27:36.9857463Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:27:36.9892974Z (Reading database ... 
2025-08-20T20:27:36.9893208Z (Reading database ... 5%
2025-08-20T20:27:36.9893400Z (Reading database ... 10%
2025-08-20T20:27:36.9894944Z (Reading database ... 15%
2025-08-20T20:27:36.9895170Z (Reading database ... 20%
2025-08-20T20:27:36.9895369Z (Reading database ... 25%
2025-08-20T20:27:36.9895563Z (Reading database ... 30%
2025-08-20T20:27:36.9895757Z (Reading database ... 35%
2025-08-20T20:27:36.9895951Z (Reading database ... 40%
2025-08-20T20:27:36.9896144Z (Reading database ... 45%
2025-08-20T20:27:36.9896335Z (Reading database ... 50%
2025-08-20T20:27:36.9915694Z (Reading database ... 55%
2025-08-20T20:27:37.0009944Z (Reading database ... 60%
2025-08-20T20:27:37.0047146Z (Reading database ... 65%
2025-08-20T20:27:37.0064855Z (Reading database ... 70%
2025-08-20T20:27:37.0091219Z (Reading database ... 75%
2025-08-20T20:27:37.0269291Z (Reading database ... 80%
2025-08-20T20:27:37.0308650Z (Reading database ... 85%
2025-08-20T20:27:37.0379961Z (Reading database ... 90%
2025-08-20T20:27:37.0459019Z (Reading database ... 95%
2025-08-20T20:27:37.0459245Z (Reading database ... 100%
2025-08-20T20:27:37.0459533Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:27:37.0498428Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:27:37.2142913Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:27:37.2723541Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:27:37.2911582Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:27:37.3002038Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:27:37.3673671Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:27:37.3856656Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:27:37.3923439Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:27:37.4943260Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:27:37.5118709Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:27:37.5198631Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:27:37.5782585Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:27:37.5944466Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:27:37.6027991Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:27:37.6674880Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:27:37.6838453Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:27:37.6952697Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:27:37.7609235Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:27:37.7790740Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:27:37.7854002Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:27:37.8491107Z Selecting previously unselected package lzma.
2025-08-20T20:27:37.8672733Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:27:37.8749636Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:27:37.9481074Z Selecting previously unselected package lzma-dev.
2025-08-20T20:27:37.9668203Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:27:37.9768569Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:27:38.0573081Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:27:38.0812804Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:27:38.1003790Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:27:38.1222002Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:27:38.1417015Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:27:38.1571956Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:27:38.1766200Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:27:38.1963311Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:27:38.2150210Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:27:38.2364496Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:27:38.2576372Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:38.2894910Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:39.7643123Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:27:41.0855953Z Reading package lists...
2025-08-20T20:27:41.3199523Z Building dependency tree...
2025-08-20T20:27:41.3206744Z Reading state information...
2025-08-20T20:27:41.6650305Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:27:41.6650752Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:27:41.6651076Z inetutils-telnet set to manually installed.
2025-08-20T20:27:41.6651377Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:27:41.6651727Z The following additional packages will be installed:
2025-08-20T20:27:41.6651989Z   tcpd update-inetd
2025-08-20T20:27:41.6824876Z The following packages will be REMOVED:
2025-08-20T20:27:41.6832547Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:27:41.6833546Z The following NEW packages will be installed:
2025-08-20T20:27:41.6833874Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:27:41.6834273Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:27:41.6842110Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:27:41.7963950Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:27:41.7964644Z Need to get 691 kB of archives.
2025-08-20T20:27:41.7964923Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:27:41.7965437Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:27:41.9496565Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:27:42.0065774Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:27:42.0638791Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:27:42.1311237Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:27:42.2180962Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:27:42.2893218Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:27:42.3555417Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:27:42.4161527Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:27:42.4733395Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:27:42.5385814Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:27:42.6102562Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:27:42.6753779Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:27:42.9235288Z Preconfiguring packages ...
2025-08-20T20:27:43.0443561Z Fetched 691 kB in 1s (695 kB/s)
2025-08-20T20:27:43.0653535Z (Reading database ... 
2025-08-20T20:27:43.0653816Z (Reading database ... 5%
2025-08-20T20:27:43.0654017Z (Reading database ... 10%
2025-08-20T20:27:43.0654214Z (Reading database ... 15%
2025-08-20T20:27:43.0654409Z (Reading database ... 20%
2025-08-20T20:27:43.0654600Z (Reading database ... 25%
2025-08-20T20:27:43.0654793Z (Reading database ... 30%
2025-08-20T20:27:43.0654980Z (Reading database ... 35%
2025-08-20T20:27:43.0655190Z (Reading database ... 40%
2025-08-20T20:27:43.0655387Z (Reading database ... 45%
2025-08-20T20:27:43.0655573Z (Reading database ... 50%
2025-08-20T20:27:43.0675517Z (Reading database ... 55%
2025-08-20T20:27:43.0764098Z (Reading database ... 60%
2025-08-20T20:27:43.0805116Z (Reading database ... 65%
2025-08-20T20:27:43.0823626Z (Reading database ... 70%
2025-08-20T20:27:43.0850461Z (Reading database ... 75%
2025-08-20T20:27:43.1026665Z (Reading database ... 80%
2025-08-20T20:27:43.1066450Z (Reading database ... 85%
2025-08-20T20:27:43.1115124Z (Reading database ... 90%
2025-08-20T20:27:43.1215514Z (Reading database ... 95%
2025-08-20T20:27:43.1215761Z (Reading database ... 100%
2025-08-20T20:27:43.1216061Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:27:43.1256199Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:27:43.2033470Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:27:43.2948897Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:27:43.8669439Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:27:43.8705803Z (Reading database ... 
2025-08-20T20:27:43.8706051Z (Reading database ... 5%
2025-08-20T20:27:43.8706246Z (Reading database ... 10%
2025-08-20T20:27:43.8706448Z (Reading database ... 15%
2025-08-20T20:27:43.8706644Z (Reading database ... 20%
2025-08-20T20:27:43.8706833Z (Reading database ... 25%
2025-08-20T20:27:43.8707783Z (Reading database ... 30%
2025-08-20T20:27:43.8708013Z (Reading database ... 35%
2025-08-20T20:27:43.8708207Z (Reading database ... 40%
2025-08-20T20:27:43.8708792Z (Reading database ... 45%
2025-08-20T20:27:43.8709005Z (Reading database ... 50%
2025-08-20T20:27:43.8728124Z (Reading database ... 55%
2025-08-20T20:27:43.8817449Z (Reading database ... 60%
2025-08-20T20:27:43.8858882Z (Reading database ... 65%
2025-08-20T20:27:43.8876232Z (Reading database ... 70%
2025-08-20T20:27:43.8902678Z (Reading database ... 75%
2025-08-20T20:27:43.9075898Z (Reading database ... 80%
2025-08-20T20:27:43.9114746Z (Reading database ... 85%
2025-08-20T20:27:43.9164868Z (Reading database ... 90%
2025-08-20T20:27:43.9266172Z (Reading database ... 95%
2025-08-20T20:27:43.9266430Z (Reading database ... 100%
2025-08-20T20:27:43.9266839Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:27:43.9307855Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:43.9420639Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:44.0085576Z Selecting previously unselected package tcpd.
2025-08-20T20:27:44.0254127Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:27:44.0324480Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:27:44.1020355Z Selecting previously unselected package update-inetd.
2025-08-20T20:27:44.1185703Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:27:44.1264298Z Unpacking update-inetd (4.53) ...
2025-08-20T20:27:44.2862838Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:27:44.3042943Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:44.3150518Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:44.3827235Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:27:44.4006176Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:44.4107298Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:27:44.4845334Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:27:44.5010652Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:44.5760953Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:44.9027856Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:27:44.9198970Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:44.9302492Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.0788464Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:27:45.0951372Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:45.1031523Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.1759388Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:27:45.1944249Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:45.2031314Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.2835076Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:27:45.3014449Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:45.3079904Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.3671761Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:27:45.3847826Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:45.3937978Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.4675536Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:27:45.4838462Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:27:45.4906268Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:27:45.5584415Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:27:45.5759096Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:45.5850999Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.6767257Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:27:45.7057970Z Setting up update-inetd (4.53) ...
2025-08-20T20:27:45.8046559Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:27:45.8257642Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:27:45.8385420Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.2046166Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:46.2046583Z 
2025-08-20T20:27:46.2046691Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:27:46.2046892Z 
2025-08-20T20:27:46.2047275Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:46.2047642Z 
2025-08-20T20:27:46.2048333Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:46.2048830Z 
2025-08-20T20:27:46.4761590Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.5071676Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.5269804Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:27:46.5464522Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.5830027Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.6024478Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:27:46.6254135Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:46.9509278Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:27:46.9509680Z 
2025-08-20T20:27:46.9510217Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:27:46.9510691Z 
2025-08-20T20:27:47.1924051Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:47.3128470Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:47.4116873Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:47.4974814Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:50.5510096Z Reading package lists...
2025-08-20T20:27:50.7922662Z Building dependency tree...
2025-08-20T20:27:50.7930415Z Reading state information...
2025-08-20T20:27:51.1427220Z The following packages will be REMOVED:
2025-08-20T20:27:51.1433097Z   inetutils-ping
2025-08-20T20:27:51.1433908Z The following NEW packages will be installed:
2025-08-20T20:27:51.1442188Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:27:51.1447367Z The following packages will be upgraded:
2025-08-20T20:27:51.1454979Z   iputils-tracepath
2025-08-20T20:27:51.3888279Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:27:51.3888634Z Need to get 84.5 kB of archives.
2025-08-20T20:27:51.3888929Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:27:51.3889534Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:27:51.7263592Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:27:51.8559304Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:27:51.9857635Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:27:52.3147997Z Fetched 84.5 kB in 1s (100 kB/s)
2025-08-20T20:27:52.3363170Z (Reading database ... 
2025-08-20T20:27:52.3363421Z (Reading database ... 5%
2025-08-20T20:27:52.3363638Z (Reading database ... 10%
2025-08-20T20:27:52.3363832Z (Reading database ... 15%
2025-08-20T20:27:52.3364024Z (Reading database ... 20%
2025-08-20T20:27:52.3364210Z (Reading database ... 25%
2025-08-20T20:27:52.3364766Z (Reading database ... 30%
2025-08-20T20:27:52.3364980Z (Reading database ... 35%
2025-08-20T20:27:52.3365174Z (Reading database ... 40%
2025-08-20T20:27:52.3365362Z (Reading database ... 45%
2025-08-20T20:27:52.3365550Z (Reading database ... 50%
2025-08-20T20:27:52.3385599Z (Reading database ... 55%
2025-08-20T20:27:52.3479565Z (Reading database ... 60%
2025-08-20T20:27:52.3518490Z (Reading database ... 65%
2025-08-20T20:27:52.3536811Z (Reading database ... 70%
2025-08-20T20:27:52.3564456Z (Reading database ... 75%
2025-08-20T20:27:52.3750827Z (Reading database ... 80%
2025-08-20T20:27:52.3790648Z (Reading database ... 85%
2025-08-20T20:27:52.3830939Z (Reading database ... 90%
2025-08-20T20:27:52.3942635Z (Reading database ... 95%
2025-08-20T20:27:52.3942864Z (Reading database ... 100%
2025-08-20T20:27:52.3943156Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:27:52.3983319Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:52.5146724Z Selecting previously unselected package iputils-ping.
2025-08-20T20:27:52.5183292Z (Reading database ... 
2025-08-20T20:27:52.5183541Z (Reading database ... 5%
2025-08-20T20:27:52.5183739Z (Reading database ... 10%
2025-08-20T20:27:52.5183935Z (Reading database ... 15%
2025-08-20T20:27:52.5184126Z (Reading database ... 20%
2025-08-20T20:27:52.5184320Z (Reading database ... 25%
2025-08-20T20:27:52.5184511Z (Reading database ... 30%
2025-08-20T20:27:52.5185053Z (Reading database ... 35%
2025-08-20T20:27:52.5185239Z (Reading database ... 40%
2025-08-20T20:27:52.5185448Z (Reading database ... 45%
2025-08-20T20:27:52.5185636Z (Reading database ... 50%
2025-08-20T20:27:52.5205846Z (Reading database ... 55%
2025-08-20T20:27:52.5301460Z (Reading database ... 60%
2025-08-20T20:27:52.5341754Z (Reading database ... 65%
2025-08-20T20:27:52.5360126Z (Reading database ... 70%
2025-08-20T20:27:52.5388051Z (Reading database ... 75%
2025-08-20T20:27:52.5571748Z (Reading database ... 80%
2025-08-20T20:27:52.5612301Z (Reading database ... 85%
2025-08-20T20:27:52.5653029Z (Reading database ... 90%
2025-08-20T20:27:52.5767077Z (Reading database ... 95%
2025-08-20T20:27:52.5767321Z (Reading database ... 100%
2025-08-20T20:27:52.5767614Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:27:52.5810828Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:52.5883869Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:52.6709332Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:52.6950716Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:27:52.7965679Z Selecting previously unselected package iputils-arping.
2025-08-20T20:27:52.8157903Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:52.8232049Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:52.8898923Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:27:52.9078564Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:52.9162658Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:53.0001762Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:53.0448270Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:53.0777455Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:53.1106999Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:53.1300614Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:56.1671592Z Reading package lists...
2025-08-20T20:27:56.4094060Z Building dependency tree...
2025-08-20T20:27:56.4102641Z Reading state information...
2025-08-20T20:27:56.6808911Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:27:56.7118473Z The following packages will be upgraded:
2025-08-20T20:27:56.7118795Z   python3-pip python3-pip-whl
2025-08-20T20:27:56.7302608Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:27:56.8456429Z Need to get 3020 kB of archives.
2025-08-20T20:27:56.8456809Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:27:56.8457399Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:27:57.2180600Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:27:57.5533006Z Fetched 3020 kB in 1s (5700 kB/s)
2025-08-20T20:27:57.5970802Z (Reading database ... 
2025-08-20T20:27:57.5971069Z (Reading database ... 5%
2025-08-20T20:27:57.5971274Z (Reading database ... 10%
2025-08-20T20:27:57.5971470Z (Reading database ... 15%
2025-08-20T20:27:57.5971669Z (Reading database ... 20%
2025-08-20T20:27:57.5971874Z (Reading database ... 25%
2025-08-20T20:27:57.5972067Z (Reading database ... 30%
2025-08-20T20:27:57.5972291Z (Reading database ... 35%
2025-08-20T20:27:57.5972514Z (Reading database ... 40%
2025-08-20T20:27:57.5972705Z (Reading database ... 45%
2025-08-20T20:27:57.5972898Z (Reading database ... 50%
2025-08-20T20:27:57.5994453Z (Reading database ... 55%
2025-08-20T20:27:57.6092830Z (Reading database ... 60%
2025-08-20T20:27:57.6132809Z (Reading database ... 65%
2025-08-20T20:27:57.6151980Z (Reading database ... 70%
2025-08-20T20:27:57.6180271Z (Reading database ... 75%
2025-08-20T20:27:57.6367516Z (Reading database ... 80%
2025-08-20T20:27:57.6408058Z (Reading database ... 85%
2025-08-20T20:27:57.6449439Z (Reading database ... 90%
2025-08-20T20:27:57.6568257Z (Reading database ... 95%
2025-08-20T20:27:57.6568486Z (Reading database ... 100%
2025-08-20T20:27:57.6568780Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:27:57.6612041Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:27:57.8446533Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:27:58.1177972Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:27:58.1386046Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:27:58.2570151Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:27:58.2778133Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:27:59.2389421Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:02.2025755Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:28:02.4972189Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:03.5041606Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:28:03.6453238Z Collecting pip
2025-08-20T20:28:03.7184774Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:28:03.7456715Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:28:03.8440715Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.7 MB/s eta 0:00:00
2025-08-20T20:28:04.1223079Z Installing collected packages: pip
2025-08-20T20:28:04.7899968Z Successfully installed pip-25.2
2025-08-20T20:28:04.9917555Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:28:05.0370351Z Reading package lists...
2025-08-20T20:28:05.2765009Z Building dependency tree...
2025-08-20T20:28:05.2775800Z Reading state information...
2025-08-20T20:28:05.5292081Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:28:05.5292432Z pciutils set to manually installed.
2025-08-20T20:28:05.5292714Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:28:05.5293037Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:28:05.5293329Z python3-distro set to manually installed.
2025-08-20T20:28:05.5293657Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:28:05.5293988Z python3-netifaces set to manually installed.
2025-08-20T20:28:05.5294742Z The following additional packages will be installed:
2025-08-20T20:28:05.5295061Z   libsysfs2
2025-08-20T20:28:05.5304297Z Suggested packages:
2025-08-20T20:28:05.5304505Z   fancontrol read-edid i2c-tools
2025-08-20T20:28:05.5593979Z The following NEW packages will be installed:
2025-08-20T20:28:05.5596666Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:28:05.5821351Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:28:05.8137030Z Need to get 133 kB of archives.
2025-08-20T20:28:05.8137409Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:28:05.8138074Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:28:05.9103856Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:28:05.9699923Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:28:06.1021349Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:28:06.3765915Z Fetched 133 kB in 1s (262 kB/s)
2025-08-20T20:28:06.4195779Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:28:06.4232561Z (Reading database ... 
2025-08-20T20:28:06.4232798Z (Reading database ... 5%
2025-08-20T20:28:06.4233002Z (Reading database ... 10%
2025-08-20T20:28:06.4233596Z (Reading database ... 15%
2025-08-20T20:28:06.4233792Z (Reading database ... 20%
2025-08-20T20:28:06.4234596Z (Reading database ... 25%
2025-08-20T20:28:06.4234835Z (Reading database ... 30%
2025-08-20T20:28:06.4235143Z (Reading database ... 35%
2025-08-20T20:28:06.4235341Z (Reading database ... 40%
2025-08-20T20:28:06.4235533Z (Reading database ... 45%
2025-08-20T20:28:06.4235726Z (Reading database ... 50%
2025-08-20T20:28:06.4257050Z (Reading database ... 55%
2025-08-20T20:28:06.4351449Z (Reading database ... 60%
2025-08-20T20:28:06.4389672Z (Reading database ... 65%
2025-08-20T20:28:06.4407429Z (Reading database ... 70%
2025-08-20T20:28:06.4433866Z (Reading database ... 75%
2025-08-20T20:28:06.4617222Z (Reading database ... 80%
2025-08-20T20:28:06.4657871Z (Reading database ... 85%
2025-08-20T20:28:06.4698626Z (Reading database ... 90%
2025-08-20T20:28:06.4818185Z (Reading database ... 95%
2025-08-20T20:28:06.4818556Z (Reading database ... 100%
2025-08-20T20:28:06.4818899Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:28:06.4860970Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:28:06.5006978Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:28:06.5768902Z Selecting previously unselected package sysfsutils.
2025-08-20T20:28:06.5956159Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:28:06.6095852Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:28:06.7013392Z Selecting previously unselected package lm-sensors.
2025-08-20T20:28:06.7179819Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:28:06.7413478Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:28:06.8046824Z Selecting previously unselected package virt-what.
2025-08-20T20:28:06.8218328Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:28:06.8289049Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:28:06.9162853Z Setting up virt-what (1.25-2) ...
2025-08-20T20:28:06.9363345Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:28:06.9565526Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:28:07.2822068Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:28:07.2822445Z 
2025-08-20T20:28:07.2822924Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:28:07.2823367Z 
2025-08-20T20:28:07.5326909Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:28:07.8481933Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:28:07.8482449Z 
2025-08-20T20:28:07.8596380Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:09.5091480Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:28:10.8345216Z Reading package lists...
2025-08-20T20:28:11.0693754Z Building dependency tree...
2025-08-20T20:28:11.0702652Z Reading state information...
2025-08-20T20:28:11.3426760Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:28:11.3427130Z The following additional packages will be installed:
2025-08-20T20:28:11.3430913Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:28:11.3431257Z   xorg-sgml-doctools
2025-08-20T20:28:11.3439831Z Suggested packages:
2025-08-20T20:28:11.3440011Z   libxcb-doc
2025-08-20T20:28:11.3612677Z The following NEW packages will be installed:
2025-08-20T20:28:11.3614960Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:28:11.3618140Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:28:11.3618494Z   xcb xorg-sgml-doctools
2025-08-20T20:28:11.6309481Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:28:11.6310356Z Need to get 816 kB of archives.
2025-08-20T20:28:11.6310703Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:28:11.6311693Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:28:11.7474297Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:28:11.8715003Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:28:12.5548555Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:28:12.6715133Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:28:12.7903903Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:28:12.9177936Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:28:13.0351935Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:28:13.1518164Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:28:13.2686377Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:28:13.3861368Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:28:13.6665201Z Fetched 816 kB in 2s (405 kB/s)
2025-08-20T20:28:13.6982247Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:28:13.7018857Z (Reading database ... 
2025-08-20T20:28:13.7019090Z (Reading database ... 5%
2025-08-20T20:28:13.7019290Z (Reading database ... 10%
2025-08-20T20:28:13.7019485Z (Reading database ... 15%
2025-08-20T20:28:13.7019681Z (Reading database ... 20%
2025-08-20T20:28:13.7019869Z (Reading database ... 25%
2025-08-20T20:28:13.7020614Z (Reading database ... 30%
2025-08-20T20:28:13.7020884Z (Reading database ... 35%
2025-08-20T20:28:13.7021084Z (Reading database ... 40%
2025-08-20T20:28:13.7021282Z (Reading database ... 45%
2025-08-20T20:28:13.7021477Z (Reading database ... 50%
2025-08-20T20:28:13.7043698Z (Reading database ... 55%
2025-08-20T20:28:13.7138745Z (Reading database ... 60%
2025-08-20T20:28:13.7177826Z (Reading database ... 65%
2025-08-20T20:28:13.7195678Z (Reading database ... 70%
2025-08-20T20:28:13.7232301Z (Reading database ... 75%
2025-08-20T20:28:13.7401541Z (Reading database ... 80%
2025-08-20T20:28:13.7440918Z (Reading database ... 85%
2025-08-20T20:28:13.7513656Z (Reading database ... 90%
2025-08-20T20:28:13.7592278Z (Reading database ... 95%
2025-08-20T20:28:13.7592495Z (Reading database ... 100%
2025-08-20T20:28:13.7592789Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:28:13.7631863Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:28:13.7702574Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:28:13.8334044Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:28:13.8505026Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:28:13.8569188Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:28:13.9326777Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:28:13.9497638Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:28:13.9571036Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:28:14.0645537Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:28:14.0829920Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:28:14.0911788Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:28:14.1582883Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:28:14.1763462Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:28:14.1845780Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:28:14.2576099Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:28:14.2759054Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:14.2868917Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:14.3591137Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:28:14.3751029Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:14.3823604Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:14.4693345Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:28:14.4859234Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:14.5040818Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:14.5732905Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:28:14.5920172Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:14.8231662Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:14.9418049Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:28:14.9581448Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:14.9669105Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:15.0476277Z Selecting previously unselected package xcb.
2025-08-20T20:28:15.0641581Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:28:15.0729665Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:28:15.1678961Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:15.1959635Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:28:15.2190311Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:28:15.2563835Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:28:15.2836042Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:28:15.3205839Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:16.8687271Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:28:16.8973081Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:28:16.9260916Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:28:16.9493965Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:28:16.9747658Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:17.0030541Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:17.0258750Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:17.0482061Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:18.5590461Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:19.2200309Z Collecting build
2025-08-20T20:28:19.2908755Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:28:19.4276398Z Collecting cffi
2025-08-20T20:28:19.4432087Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:28:19.4855733Z Collecting scons
2025-08-20T20:28:19.5018194Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:19.5443900Z Collecting scuba
2025-08-20T20:28:19.5602299Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:28:19.6297757Z Collecting pytest
2025-08-20T20:28:19.6440149Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:28:19.7716017Z Collecting packaging>=19.1 (from build)
2025-08-20T20:28:19.7856583Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:19.8245726Z Collecting pyproject_hooks (from build)
2025-08-20T20:28:19.8387278Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:28:19.8777886Z Collecting pycparser (from cffi)
2025-08-20T20:28:19.8920444Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:28:19.9489436Z Collecting PyYAML (from scuba)
2025-08-20T20:28:19.9640184Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:28:20.0023610Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:28:20.0165319Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:28:20.1376748Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:28:20.1516716Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:28:20.2108158Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:28:20.2258216Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:20.2576658Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:28:20.2918902Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:28:20.3654949Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:20.4275266Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 66.6 MB/s  0:00:00
2025-08-20T20:28:20.4439431Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:28:20.4736594Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:28:20.5031892Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:28:20.5354190Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:28:20.5656680Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:20.5917220Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:20.6180542Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 39.6 MB/s  0:00:00
2025-08-20T20:28:20.6321194Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:28:20.6577568Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:28:20.6855986Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:28:20.7088074Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 22.4 MB/s  0:00:00
2025-08-20T20:28:20.8059404Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:28:22.4244349Z 
2025-08-20T20:28:22.4257862Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:28:22.7265969Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:23.3792309Z Collecting ansi2txt
2025-08-20T20:28:23.4476264Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:28:23.5018164Z Collecting pipx
2025-08-20T20:28:23.5159377Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:23.5600439Z Collecting scons
2025-08-20T20:28:23.5610784Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:23.5879678Z Collecting py2static
2025-08-20T20:28:23.6047926Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:28:23.6551435Z Collecting typer
2025-08-20T20:28:23.6694377Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:28:23.7262401Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:28:23.7400073Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:23.7804857Z Collecting packaging>=20 (from pipx)
2025-08-20T20:28:23.7814287Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:23.8151371Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:28:23.8414054Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:28:23.8826806Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:28:23.8963948Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:23.9675745Z Collecting pyinstaller (from py2static)
2025-08-20T20:28:23.9827112Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:28:24.0281729Z Collecting staticx (from py2static)
2025-08-20T20:28:24.0445898Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:28:24.0936628Z   Preparing metadata (setup.py): started
2025-08-20T20:28:24.6262814Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:28:24.8075835Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:28:24.8213439Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:24.8764737Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:28:24.8906297Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:24.9372051Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:28:24.9509993Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:28:25.0132530Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:28:25.0270529Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:25.0776518Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:25.0917948Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:25.1342750Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:25.1353895Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:25.1633046Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:28:25.1772206Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:28:25.3095987Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:28:25.3233385Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:25.3666979Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:28:25.3802654Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:25.4251496Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:28:25.4389276Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:25.4842961Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:28:25.4987325Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:28:25.5255449Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:28:25.5507556Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:28:25.5688681Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:25.5899959Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:28:25.6193135Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:28:25.6462547Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:28:25.6715811Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:28:25.6867558Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:25.7006979Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:28:25.7255117Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:28:25.7540801Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:25.7687911Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:28:25.7931706Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:28:25.8182171Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:28:25.8434681Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:28:25.8674764Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:28:25.8928015Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:28:25.9255649Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 16.0 MB/s  0:00:00
2025-08-20T20:28:25.9401379Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:25.9719558Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:26.0028366Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 33.0 MB/s  0:00:00
2025-08-20T20:28:26.0166247Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:26.0406787Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:28:26.0883688Z Building wheels for collected packages: staticx
2025-08-20T20:28:26.0891026Z   Building wheel for staticx (setup.py): started
2025-08-20T20:28:38.8934503Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:28:38.8944016Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=958d769fd9e995b0d2a8069a0f5f96cf6d6a2dc1f13b28d40f7e56d4f0e53394
2025-08-20T20:28:38.8945304Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:28:38.8961976Z Successfully built staticx
2025-08-20T20:28:38.9930838Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:28:39.9715847Z   Attempting uninstall: scons
2025-08-20T20:28:39.9788240Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:40.0073858Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:40.0135396Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:40.5195921Z   Attempting uninstall: pygments
2025-08-20T20:28:40.5275308Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:40.5426070Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:40.5449524Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:41.1557029Z   Attempting uninstall: packaging
2025-08-20T20:28:41.1626932Z     Found existing installation: packaging 25.0
2025-08-20T20:28:41.1647225Z     Uninstalling packaging-25.0:
2025-08-20T20:28:41.1653561Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:42.1647954Z 
2025-08-20T20:28:42.1671298Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:28:42.4639081Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:43.0799065Z Collecting build
2025-08-20T20:28:43.0810261Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:28:43.1702888Z Collecting cffi
2025-08-20T20:28:43.1713314Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:28:43.1982692Z Collecting scons
2025-08-20T20:28:43.1995141Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:43.2296735Z Collecting scuba
2025-08-20T20:28:43.2309363Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:28:43.2887865Z Collecting pytest
2025-08-20T20:28:43.2899864Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:28:43.3193393Z Collecting packaging>=19.1 (from build)
2025-08-20T20:28:43.3204400Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:43.3429415Z Collecting pyproject_hooks (from build)
2025-08-20T20:28:43.3440676Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:28:43.3683996Z Collecting pycparser (from cffi)
2025-08-20T20:28:43.3694883Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:28:43.4065681Z Collecting PyYAML (from scuba)
2025-08-20T20:28:43.4080112Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:28:43.4309133Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:28:43.4318196Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:28:43.4587101Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:28:43.4596694Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:28:43.4883548Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:28:43.4893238Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:43.4943595Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:28:43.4952081Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:28:43.4963852Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:43.4995330Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:28:43.5005860Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:28:43.5017356Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:28:43.5026186Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:28:43.5034508Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:43.5043404Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:43.5058959Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:28:43.5068515Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:28:43.5077100Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:28:43.6124255Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:28:43.6126178Z   Attempting uninstall: scons
2025-08-20T20:28:43.6198895Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:43.6483446Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:43.6545012Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:44.3559653Z   Attempting uninstall: PyYAML
2025-08-20T20:28:44.3637870Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:28:44.3660448Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:28:44.3666786Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:28:44.4228411Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:28:44.4297101Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:28:44.4310220Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:28:44.4314880Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:28:44.4474902Z   Attempting uninstall: pygments
2025-08-20T20:28:44.4541603Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:44.4697858Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:44.4720558Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:45.0747156Z   Attempting uninstall: pycparser
2025-08-20T20:28:45.0818846Z     Found existing installation: pycparser 2.22
2025-08-20T20:28:45.0838043Z     Uninstalling pycparser-2.22:
2025-08-20T20:28:45.0842604Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:28:45.2035507Z   Attempting uninstall: pluggy
2025-08-20T20:28:45.2105289Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:28:45.2121454Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:28:45.2126418Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:28:45.2381030Z   Attempting uninstall: packaging
2025-08-20T20:28:45.2452306Z     Found existing installation: packaging 25.0
2025-08-20T20:28:45.2471264Z     Uninstalling packaging-25.0:
2025-08-20T20:28:45.2476721Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:45.2901164Z   Attempting uninstall: iniconfig
2025-08-20T20:28:45.2974202Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:28:45.2987990Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:28:45.2993111Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:28:45.3585100Z   Attempting uninstall: scuba
2025-08-20T20:28:45.3653229Z     Found existing installation: scuba 2.14.1
2025-08-20T20:28:45.3671159Z     Uninstalling scuba-2.14.1:
2025-08-20T20:28:45.3678769Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:28:45.4708241Z   Attempting uninstall: pytest
2025-08-20T20:28:45.4785579Z     Found existing installation: pytest 8.4.1
2025-08-20T20:28:45.4832877Z     Uninstalling pytest-8.4.1:
2025-08-20T20:28:45.5032639Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:28:45.7068304Z   Attempting uninstall: cffi
2025-08-20T20:28:45.7136152Z     Found existing installation: cffi 1.17.1
2025-08-20T20:28:45.7162832Z     Uninstalling cffi-1.17.1:
2025-08-20T20:28:45.7345586Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:28:45.8106612Z   Attempting uninstall: build
2025-08-20T20:28:45.8179811Z     Found existing installation: build 1.3.0
2025-08-20T20:28:45.8199812Z     Uninstalling build-1.3.0:
2025-08-20T20:28:45.8207020Z       Successfully uninstalled build-1.3.0
2025-08-20T20:28:45.8473520Z 
2025-08-20T20:28:45.8496512Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:28:46.1422876Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:46.3237395Z Collecting ansi2txt
2025-08-20T20:28:46.3248589Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:28:46.3523156Z Collecting pipx
2025-08-20T20:28:46.3533402Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:46.4015117Z Collecting scons
2025-08-20T20:28:46.4026285Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:46.4246192Z Collecting py2static
2025-08-20T20:28:46.4255387Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:28:46.4545788Z Collecting typer
2025-08-20T20:28:46.4555403Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:28:46.4883387Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:28:46.4893743Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:46.5192212Z Collecting packaging>=20 (from pipx)
2025-08-20T20:28:46.5201510Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:46.5479904Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:28:46.5489571Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:28:46.5785144Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:28:46.5794704Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:46.6253052Z Collecting pyinstaller (from py2static)
2025-08-20T20:28:46.6264356Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:28:46.6498472Z Collecting staticx (from py2static)
2025-08-20T20:28:46.6507798Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:28:46.6643442Z   Preparing metadata (setup.py): started
2025-08-20T20:28:46.8613399Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:28:46.8926605Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:28:46.8937141Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:46.9211840Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:28:46.9222482Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:46.9562083Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:28:46.9571988Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:28:46.9994206Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:28:47.0004790Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:47.0296359Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:47.0305345Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:47.0651752Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:47.0661715Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:47.0903877Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:28:47.0913750Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:28:47.1880196Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:28:47.1890070Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:47.2181218Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:28:47.2191456Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:47.2482390Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:28:47.2492615Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:47.2793190Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:28:47.2803544Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:28:47.2836198Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:28:47.2845656Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:28:47.2855561Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:47.2888173Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:28:47.2897259Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:28:47.2906676Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:28:47.2915904Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:28:47.2925468Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:47.2935052Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:28:47.2944279Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:28:47.2954771Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:47.2971008Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:28:47.2980673Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:28:47.2989773Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:28:47.2998896Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:28:47.3007897Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:28:47.3016971Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:28:47.3030378Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:47.3041985Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:47.3057068Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:47.3066059Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:28:47.3386606Z Building wheels for collected packages: staticx
2025-08-20T20:28:47.3392890Z   Building wheel for staticx (setup.py): started
2025-08-20T20:28:49.7705090Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:28:49.7714885Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790770 sha256=7725dd829938a5bec0e0cc0e319eca3e97e4ed68a29a621c6298f379988e8521
2025-08-20T20:28:49.7716064Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:28:49.7733414Z Successfully built staticx
2025-08-20T20:28:49.8707544Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:28:49.8709685Z   Attempting uninstall: pyelftools
2025-08-20T20:28:49.8775657Z     Found existing installation: pyelftools 0.32
2025-08-20T20:28:49.8813172Z     Uninstalling pyelftools-0.32:
2025-08-20T20:28:49.8824738Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:28:49.9890632Z   Attempting uninstall: altgraph
2025-08-20T20:28:49.9960930Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:28:49.9976488Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:28:49.9981662Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:28:50.0184531Z   Attempting uninstall: typing-extensions
2025-08-20T20:28:50.0252803Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:28:50.0264957Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:28:50.0453466Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:28:50.0772986Z   Attempting uninstall: staticx
2025-08-20T20:28:50.0844091Z     Found existing installation: staticx 0.14.1
2025-08-20T20:28:50.0864670Z     Uninstalling staticx-0.14.1:
2025-08-20T20:28:50.0872917Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:28:50.1192258Z   Attempting uninstall: shellingham
2025-08-20T20:28:50.1264478Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:28:50.1280375Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:28:50.1285396Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:28:50.1454339Z   Attempting uninstall: setuptools
2025-08-20T20:28:50.1521576Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:28:50.1722357Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:28:50.1939756Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:28:50.7863662Z   Attempting uninstall: scons
2025-08-20T20:28:50.7948537Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:50.8233728Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:50.8292040Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:51.3269874Z   Attempting uninstall: pygments
2025-08-20T20:28:51.3340772Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:51.3498709Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:51.3521190Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:51.9345269Z   Attempting uninstall: platformdirs
2025-08-20T20:28:51.9419293Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:28:51.9435919Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:28:51.9441155Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:28:51.9676589Z   Attempting uninstall: packaging
2025-08-20T20:28:51.9748756Z     Found existing installation: packaging 25.0
2025-08-20T20:28:51.9767479Z     Uninstalling packaging-25.0:
2025-08-20T20:28:51.9773179Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:52.0258706Z   Attempting uninstall: mdurl
2025-08-20T20:28:52.0325113Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:28:52.0339098Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:28:52.0343805Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:28:52.0525086Z   Attempting uninstall: click
2025-08-20T20:28:52.0598842Z     Found existing installation: click 8.2.1
2025-08-20T20:28:52.0617270Z     Uninstalling click-8.2.1:
2025-08-20T20:28:52.0623075Z       Successfully uninstalled click-8.2.1
2025-08-20T20:28:52.1245595Z   Attempting uninstall: argcomplete
2025-08-20T20:28:52.1318212Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:28:52.1342670Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:28:52.1350807Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:28:52.1645564Z   Attempting uninstall: ansi2txt
2025-08-20T20:28:52.1716440Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:28:52.1729823Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:28:52.1917281Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:28:52.2049609Z   Attempting uninstall: userpath
2025-08-20T20:28:52.2119475Z     Found existing installation: userpath 1.9.2
2025-08-20T20:28:52.2135183Z     Uninstalling userpath-1.9.2:
2025-08-20T20:28:52.2141986Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:28:52.2321920Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:28:52.2395291Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:28:52.2698037Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:28:52.2736400Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:28:52.4698747Z   Attempting uninstall: markdown-it-py
2025-08-20T20:28:52.4772093Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:28:52.4817863Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:28:52.4829387Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:28:52.5533070Z   Attempting uninstall: rich
2025-08-20T20:28:52.5608531Z     Found existing installation: rich 14.1.0
2025-08-20T20:28:52.5654297Z     Uninstalling rich-14.1.0:
2025-08-20T20:28:52.5664469Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:28:52.7194987Z   Attempting uninstall: pyinstaller
2025-08-20T20:28:52.7269932Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:28:52.7520350Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:28:52.7556376Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:28:53.0199378Z   Attempting uninstall: pipx
2025-08-20T20:28:53.0276157Z     Found existing installation: pipx 1.7.1
2025-08-20T20:28:53.0316578Z     Uninstalling pipx-1.7.1:
2025-08-20T20:28:53.0325034Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:28:53.0902670Z   Attempting uninstall: typer
2025-08-20T20:28:53.0975810Z     Found existing installation: typer 0.16.1
2025-08-20T20:28:53.0997777Z     Uninstalling typer-0.16.1:
2025-08-20T20:28:53.1005163Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:28:53.1429828Z   Attempting uninstall: py2static
2025-08-20T20:28:53.1495819Z     Found existing installation: py2static 0.0.1
2025-08-20T20:28:53.1512150Z     Uninstalling py2static-0.0.1:
2025-08-20T20:28:53.1520110Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:28:53.1687897Z 
2025-08-20T20:28:53.1712351Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:28:53.4711510Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:53.5743084Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:28:53.5746801Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-bwyfns1c
2025-08-20T20:28:53.5766296Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-bwyfns1c
2025-08-20T20:28:55.5309006Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:28:55.5345798Z   Installing build dependencies: started
2025-08-20T20:28:56.1894761Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:28:56.1905151Z   Getting requirements to build wheel: started
2025-08-20T20:28:56.4469421Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:28:56.4479919Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:28:56.6202547Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:28:56.8003393Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:28:56.8012636Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:56.8302060Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:28:56.8310880Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:56.8601113Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:28:56.8610888Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:56.8873839Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:28:56.8883978Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:56.8922811Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:56.8932355Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:56.8944155Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:56.8959958Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:56.9068227Z Building wheels for collected packages: pyinstaller
2025-08-20T20:28:56.9075069Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:28:59.7096787Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:28:59.7119113Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=857d1603bf65fd6ee69578127d9fc86b47dd45644992782b2492bdade9a47171
2025-08-20T20:28:59.7120153Z   Stored in directory: /tmp/pip-ephem-wheel-cache-b2gkuisg/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:28:59.7158949Z Successfully built pyinstaller
2025-08-20T20:28:59.7954938Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:28:59.7960899Z   Attempting uninstall: altgraph
2025-08-20T20:28:59.8031681Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:28:59.8047644Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:28:59.8053973Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:28:59.8296772Z   Attempting uninstall: setuptools
2025-08-20T20:28:59.8365054Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:28:59.8567262Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:28:59.8790839Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:29:00.4749253Z   Attempting uninstall: packaging
2025-08-20T20:29:00.4820624Z     Found existing installation: packaging 25.0
2025-08-20T20:29:00.4839972Z     Uninstalling packaging-25.0:
2025-08-20T20:29:00.4845860Z       Successfully uninstalled packaging-25.0
2025-08-20T20:29:00.5333200Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:29:00.5406487Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:29:00.5702962Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:29:00.5741305Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:29:00.7844112Z   Attempting uninstall: pyinstaller
2025-08-20T20:29:00.7926150Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:29:00.8178152Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:29:00.8215502Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:29:01.1144372Z 
2025-08-20T20:29:01.1169713Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:29:01.3435925Z 6.15.0
2025-08-20T20:29:03.0291448Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:29:03.0300313Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:29:03.0300695Z 
2025-08-20T20:29:03.0300898Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:29:03.0301539Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:29:03.0301967Z installation.
2025-08-20T20:29:03.0302079Z 
2025-08-20T20:29:03.0302326Z If you installed the current Docker package using this script and are using it
2025-08-20T20:29:03.0302805Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:29:03.0303266Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:29:03.0303701Z files to match the parameters passed to the script.
2025-08-20T20:29:03.0303909Z 
2025-08-20T20:29:03.0304075Z You may press Ctrl+C now to abort this script.
2025-08-20T20:29:03.0451946Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:29:04.3453110Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:29:04.8436297Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:29:04.8611791Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:29:04.9701365Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:29:04.9716735Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:29:04.9723987Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:29:06.5277965Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:29:18.0074398Z + sh -c 'docker version'
2025-08-20T20:29:18.0210025Z Client: Docker Engine - Community
2025-08-20T20:29:18.0211019Z  Version:           28.3.3
2025-08-20T20:29:18.0220424Z  API version:       1.51
2025-08-20T20:29:18.0220741Z  Go version:        go1.24.5
2025-08-20T20:29:18.0220989Z  Git commit:        980b856
2025-08-20T20:29:18.0221478Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:29:18.0221820Z  OS/Arch:           linux/arm64
2025-08-20T20:29:18.0222103Z  Context:           default
2025-08-20T20:29:18.0222277Z 
2025-08-20T20:29:18.0222381Z Server: Docker Engine - Community
2025-08-20T20:29:18.0222630Z  Engine:
2025-08-20T20:29:18.0222879Z   Version:          28.3.3
2025-08-20T20:29:18.0223172Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:29:18.0223539Z   Go version:       go1.24.5
2025-08-20T20:29:18.0223807Z   Git commit:       bea959c
2025-08-20T20:29:18.0224053Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:29:18.0224397Z   OS/Arch:          linux/arm64
2025-08-20T20:29:18.0224676Z   Experimental:     false
2025-08-20T20:29:18.0224884Z  containerd:
2025-08-20T20:29:18.0225143Z   Version:          1.7.27
2025-08-20T20:29:18.0225443Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:29:18.0225773Z  runc:
2025-08-20T20:29:18.0225982Z   Version:          1.2.5
2025-08-20T20:29:18.0226238Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:29:18.0226556Z  docker-init:
2025-08-20T20:29:18.0226767Z   Version:          0.19.0
2025-08-20T20:29:18.0227031Z   GitCommit:        de40ad0
2025-08-20T20:29:18.0227199Z 
2025-08-20T20:29:18.0227323Z ================================================================================
2025-08-20T20:29:18.0227540Z 
2025-08-20T20:29:18.0228463Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:29:18.0228971Z Docker daemon in rootless mode for your user:
2025-08-20T20:29:18.0229166Z 
2025-08-20T20:29:18.0229294Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:29:18.0229477Z 
2025-08-20T20:29:18.0229696Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:29:18.0230017Z 
2025-08-20T20:29:18.0230022Z 
2025-08-20T20:29:18.0230255Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:29:18.0230742Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:29:18.0230990Z 
2025-08-20T20:29:18.0231238Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:29:18.0231713Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:29:18.0232174Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:29:18.0232438Z 
2025-08-20T20:29:18.0232618Z ================================================================================
2025-08-20T20:29:18.0232844Z 
2025-08-20T20:29:29.6426800Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:29.6427383Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:29.6428019Z      Active: active (running) since Wed 2025-08-20 20:29:19 UTC; 10s ago
2025-08-20T20:29:29.6428951Z TriggeredBy: ● docker.socket
2025-08-20T20:29:29.6429240Z        Docs: https://docs.docker.com
2025-08-20T20:29:29.6429515Z    Main PID: 20469 (dockerd)
2025-08-20T20:29:29.6429794Z       Tasks: 10
2025-08-20T20:29:29.6430007Z      Memory: 21.6M (peak: 25.0M)
2025-08-20T20:29:29.6430241Z         CPU: 257ms
2025-08-20T20:29:29.6430557Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:29.6433209Z              └─20469 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:29.6433557Z 
2025-08-20T20:29:29.6434006Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.006093161Z" level=info msg="Loading containers: start."
2025-08-20T20:29:29.6435172Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.483231431Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count dc12f116f130a48d2e3aeb0192661926a8e1e5ac39eb9c9061fff88dd25511f5], retrying...."
2025-08-20T20:29:29.6436408Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.521452366Z" level=info msg="Loading containers: done."
2025-08-20T20:29:29.6437565Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605362381Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:29.6439811Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605511441Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:29.6440706Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605550522Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:29.6441484Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.622026368Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:29.6442218Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626354385Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:29.6443007Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626407010Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:29.6443669Z Aug 20 20:29:19 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:29.6521293Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:29.6522198Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:29.6522753Z      Active: active (running) since Wed 2025-08-20 20:29:19 UTC; 10s ago
2025-08-20T20:29:29.6523274Z TriggeredBy: ● docker.socket
2025-08-20T20:29:29.6523575Z        Docs: https://docs.docker.com
2025-08-20T20:29:29.6523886Z    Main PID: 20469 (dockerd)
2025-08-20T20:29:29.6524183Z       Tasks: 10
2025-08-20T20:29:29.6524704Z      Memory: 21.6M (peak: 25.0M)
2025-08-20T20:29:29.6524986Z         CPU: 257ms
2025-08-20T20:29:29.6525286Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:29.6525917Z              └─20469 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:29.6526225Z 
2025-08-20T20:29:29.6526582Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.006093161Z" level=info msg="Loading containers: start."
2025-08-20T20:29:29.6527927Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.483231431Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count dc12f116f130a48d2e3aeb0192661926a8e1e5ac39eb9c9061fff88dd25511f5], retrying...."
2025-08-20T20:29:29.6529092Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.521452366Z" level=info msg="Loading containers: done."
2025-08-20T20:29:29.6530250Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605362381Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:29.6531819Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605511441Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:29.6532693Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605550522Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:29.6533476Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.622026368Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:29.6534215Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626354385Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:29.6534966Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626407010Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:29.6535665Z Aug 20 20:29:19 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:29.6693310Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:29.6693981Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:29.6694516Z      Active: active (running) since Wed 2025-08-20 20:29:19 UTC; 10s ago
2025-08-20T20:29:29.6694965Z TriggeredBy: ● docker.socket
2025-08-20T20:29:29.6695291Z        Docs: https://docs.docker.com
2025-08-20T20:29:29.6695583Z    Main PID: 20469 (dockerd)
2025-08-20T20:29:29.6695808Z       Tasks: 10
2025-08-20T20:29:29.6696103Z      Memory: 21.6M (peak: 25.0M)
2025-08-20T20:29:29.6696350Z         CPU: 257ms
2025-08-20T20:29:29.6696617Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:29.6697167Z              └─20469 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:29.6697482Z 
2025-08-20T20:29:29.6697981Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.006093161Z" level=info msg="Loading containers: start."
2025-08-20T20:29:29.6699244Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.483231431Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count dc12f116f130a48d2e3aeb0192661926a8e1e5ac39eb9c9061fff88dd25511f5], retrying...."
2025-08-20T20:29:29.6700396Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.521452366Z" level=info msg="Loading containers: done."
2025-08-20T20:29:29.6701715Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605362381Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:29.6703101Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605511441Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:29.6703990Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.605550522Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:29.6704741Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.622026368Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:29.6705490Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626354385Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:29.6706220Z Aug 20 20:29:19 runnervmdbl46 dockerd[20469]: time="2025-08-20T20:29:19.626407010Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:29.6706913Z Aug 20 20:29:19 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:29.6788843Z Docker version 28.3.3, build 980b856
2025-08-20T20:29:29.6948283Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:29:30.5221793Z latest: Pulling from library/hello-world
2025-08-20T20:29:30.7422049Z 198f93fd5094: Pulling fs layer
2025-08-20T20:29:31.0817135Z 198f93fd5094: Verifying Checksum
2025-08-20T20:29:31.0818028Z 198f93fd5094: Download complete
2025-08-20T20:29:31.1397527Z 198f93fd5094: Pull complete
2025-08-20T20:29:31.1624408Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:29:31.1827520Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:29:32.2521615Z 
2025-08-20T20:29:32.2523125Z Hello from Docker!
2025-08-20T20:29:32.2523543Z This message shows that your installation appears to be working correctly.
2025-08-20T20:29:32.2523808Z 
2025-08-20T20:29:32.2523948Z To generate this message, Docker took the following steps:
2025-08-20T20:29:32.2524257Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:29:32.2524605Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:29:32.2524905Z     (arm64v8)
2025-08-20T20:29:32.2525177Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:29:32.2525990Z     executable that produces the output you are currently reading.
2025-08-20T20:29:32.2526766Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:29:32.2527094Z     to your terminal.
2025-08-20T20:29:32.2527274Z 
2025-08-20T20:29:32.2527434Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:29:32.2527861Z  $ docker run -it ubuntu bash
2025-08-20T20:29:32.2528000Z 
2025-08-20T20:29:32.2528176Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:29:32.2528496Z  https://hub.docker.com/
2025-08-20T20:29:32.2528633Z 
2025-08-20T20:29:32.2528713Z For more examples and ideas, visit:
2025-08-20T20:29:32.2528953Z  https://docs.docker.com/get-started/
2025-08-20T20:29:32.2529118Z 
2025-08-20T20:29:32.6735843Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:32.6736183Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:32.6736583Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:32.6736955Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:32.6737339Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:32.6737864Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:32.6738246Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:32.6738974Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:32.6739338Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:32.6739667Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:32.6740019Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:32.6740402Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:32.6740792Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:32.6741197Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:32.6741590Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:32.6741990Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:32.6742392Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:32.6742750Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:32.6743132Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:32.6743590Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:32.6744036Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:32.6744426Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:32.6745053Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:32.6745450Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:32.6745801Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:32.6746194Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:32.6746625Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:32.6747043Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:32.6747455Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:32.6748043Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:32.6748464Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:32.6748892Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:32.6749327Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:32.6749746Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:32.6750362Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:32.6750789Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:32.6751194Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:32.6751605Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:32.6751998Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:32.6752404Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:32.6752831Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:32.6753249Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:32.6753661Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:32.6754057Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:32.6754513Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:32.6754988Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:32.6755459Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:32.6756210Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:32.6756682Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:32.6757103Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:32.6757522Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:32.6758221Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:32.6758641Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:32.6759034Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:32.6759403Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:32.6759757Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:32.6760126Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:32.6760526Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:32.6760930Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:32.6761307Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:32.6761712Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:32.6762341Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:32.6762767Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:32.6763178Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:32.6763600Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:32.6764037Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:32.6764445Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:32.6764842Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:32.6765279Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:32.6765777Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:32.6766276Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:32.6766743Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:32.6767161Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:32.6767547Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:32.6768222Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:32.6768627Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:32.6769031Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:32.6769490Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:32.6769990Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:32.6770494Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:32.6770999Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:32.6771442Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:32.6771843Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:32.6772238Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:32.6772647Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:32.6773272Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:32.6773685Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:32.6774109Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:32.6774532Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:32.6774920Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:32.6775291Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:32.6775697Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:32.6776104Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:32.6776480Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:32.6776846Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:32.6777237Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:32.6777626Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:32.6778194Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:32.6778576Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:32.6778985Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:32.6779647Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:32.6780011Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:32.6780372Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:32.6780747Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:32.6781134Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:32.6781538Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:32.6781931Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:32.6782315Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:32.6782696Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:32.6783091Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:32.6783495Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:32.6783863Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:32.6784216Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:32.6784565Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:32.6784916Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:32.6785285Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:32.6785636Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:32.6786008Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:32.6786404Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:32.6786839Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:32.6787282Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:32.6787848Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:32.6788271Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:32.6788663Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:32.6789049Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:32.6789460Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:32.6790090Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:32.6790489Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:32.6790885Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:32.6791295Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:32.6791739Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:32.6792166Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:32.6792554Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:32.6792950Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:32.6793356Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:32.6793764Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:32.6794169Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:32.6794562Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:32.6794962Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:32.6795362Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:32.6795887Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:32.6796249Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:32.6796615Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:32.6797013Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:32.6797410Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:32.6797953Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:32.6798352Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:32.6798724Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:32.6799099Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:32.6799480Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:32.6799872Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:32.6800295Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:32.6800740Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:32.6801138Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:32.6801511Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:32.6801903Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:32.6802323Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:32.6802742Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:32.6803097Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:32.6803444Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:32.6803867Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:32.6804299Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:32.6804713Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:32.6805096Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:32.6805476Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:32.6805859Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:32.6806509Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:32.6807000Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:32.6807418Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:32.6807921Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:32.6808302Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:32.6808751Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:32.6809250Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:32.6809689Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:32.6810068Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:32.6810538Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:32.6811072Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:32.6811574Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:32.6812006Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:32.6812527Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:32.6812906Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:32.6813316Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:32.6813733Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:32.6814137Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:32.6814510Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:32.6814889Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:32.6815285Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:32.6815683Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:32.6816086Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:32.6816488Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:32.6816881Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:32.6817274Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:32.6817891Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:32.6818354Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:32.6818786Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:32.6819174Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:32.6819550Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:32.6819926Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:32.6820296Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:32.6820690Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:32.6821108Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:32.6821577Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:32.6822027Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:32.6822433Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:32.6823105Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:32.6823512Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:32.6823889Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:32.6824259Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:32.6824645Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:32.6825031Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:32.6825477Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:32.6825950Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:32.6826410Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:32.6826931Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:32.6827447Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:32.6828124Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:32.6828565Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:32.6828927Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:32.6829500Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:32.6829874Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:32.6830251Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:32.6830620Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:32.6831002Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:32.6831388Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:32.6831776Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:32.6832153Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:32.6832528Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:32.6832926Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:32.6833323Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:32.6833737Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:32.6834206Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:32.6834629Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:32.6835044Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:32.6835447Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:32.6835866Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:32.6836289Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:32.6836683Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:32.6837046Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:32.6837560Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6838218Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:32.6838588Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:32.6838962Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:32.6839327Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:32.6839946Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:32.6840395Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:32.6840819Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:32.6841247Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:32.6841652Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:32.6842058Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:32.6842480Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:32.6842896Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:32.6843289Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:32.6843719Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:32.6844213Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:32.6844712Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:32.6845160Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:32.6845571Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:32.6846221Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:32.6846708Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:32.6847196Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:32.6847607Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:32.6848202Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:32.6848670Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:32.6849077Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:32.6849438Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:32.6849788Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:32.6850162Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:32.6850553Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:32.6850919Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:32.6851272Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:32.6851891Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:32.6852254Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:32.6852616Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:32.6852992Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:32.6853347Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:32.6853723Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:32.6854107Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:32.6854472Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:32.6854832Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:32.6855192Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:32.6855563Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:32.6855941Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:32.6856303Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:32.6856930Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:32.6857333Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:32.6857913Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:32.6858360Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:32.6858769Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:32.6859135Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:32.6859515Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:32.6859943Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:32.6860343Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:32.6860702Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:32.6861073Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:32.6861432Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:32.6861775Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:32.6862121Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:32.6862475Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:32.6863036Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:32.6863396Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:32.6863742Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:32.6864072Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:32.6864448Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:32.6864853Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:32.6865253Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:32.6865650Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:32.6866044Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:32.6866460Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:32.6866967Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:32.6867581Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:32.6868370Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:32.6868917Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:32.6869397Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:32.6869852Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:32.6870372Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:32.6870994Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:32.6871560Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:32.6872056Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:32.6872500Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:32.6872906Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:32.6873279Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:32.6873877Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:32.6874282Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:32.6874670Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:32.6875057Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:32.6875449Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:32.6875843Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:32.6876230Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:32.6876611Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:32.6876993Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:32.6877366Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:32.6877912Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:32.6878314Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:32.6878732Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:32.6879147Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:32.6879515Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:32.6880085Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:32.6880495Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:32.6880907Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:32.6881346Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:32.6881773Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:32.6882144Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:32.6882515Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:32.6882900Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:32.6883267Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:32.6883659Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:32.6884058Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:32.6884443Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:32.6884822Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:32.6885187Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:32.6885556Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:32.6886106Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6886826Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6887512Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6888319Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6888851Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:32.6889236Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:32.6889641Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:32.6890042Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:32.6890651Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:32.6891043Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:32.6891408Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:32.6891785Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:32.6892163Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:32.6892545Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:32.6892921Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:32.6893308Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:32.6893711Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:32.6894113Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:32.6894511Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:32.6894905Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:32.6895284Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:32.6895674Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:32.6896076Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:32.6896632Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:32.6897023Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:32.6897413Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:32.6898001Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:32.6898448Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:32.6898851Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:32.6899291Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:32.6899749Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:32.6900153Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:32.6900524Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:32.6900909Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:32.6901307Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:32.6901717Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:32.6902124Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:32.6902505Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:32.6902902Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:32.6903375Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:32.6903849Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:32.6904248Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:32.6904657Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:32.6905114Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:32.6905563Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:32.6906035Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:32.6906523Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:32.6907214Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:32.6907867Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:32.6908280Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:32.6908673Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:32.6909091Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:32.6909481Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:32.6909859Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:32.6910267Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:32.6910669Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:32.6911070Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:32.6911494Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:32.6911889Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:32.6912270Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:32.6912637Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:32.6912995Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:32.6913659Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:32.6914077Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:32.6914472Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:32.6914922Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:32.6915372Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:32.6915773Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:32.6916211Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:32.6916634Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:32.6917041Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:32.6917447Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:32.6917971Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:32.6919105Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:32.6919579Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:32.6919990Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:32.6920370Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:32.6920735Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:32.6921086Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:32.6921434Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:32.6921923Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:32.6922430Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:32.6922857Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:32.6923240Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:32.6923640Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:32.6924049Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:32.6924459Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:32.6925194Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:32.6925638Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:32.6926050Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:32.6926427Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:32.6926793Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:32.6927160Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:32.6927539Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:32.6928145Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:32.6928579Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:32.6928977Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:32.6929404Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:32.6929848Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:32.6930247Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:32.6930614Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:32.6930961Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:32.6931528Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:32.6931895Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:32.6932271Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:32.6932648Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:32.6933048Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:32.6933465Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:32.6933928Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:32.6934365Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:32.6934735Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:32.6935122Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:32.6935514Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:32.6935903Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:32.6936287Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:32.6936663Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:32.6937104Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:32.6937601Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:32.6938169Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:32.6938548Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:32.6938925Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:32.6939336Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:32.6939731Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:32.6940105Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:32.6940503Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:32.6940881Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:32.6941231Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:32.6941800Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:32.6942230Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:32.6942652Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:32.6943028Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:32.6943411Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:32.6943863Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:32.6944302Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:32.6944729Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:32.6945126Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:32.6945643Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6946153Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:32.6946545Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:32.6946959Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:32.6947410Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:32.6948252Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:32.6948839Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:32.6949451Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:32.6950099Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:32.6950750Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:32.6951383Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:32.6952012Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:32.6952594Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:32.6953080Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:32.6953523Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:32.6953962Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:32.6954390Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:32.6954866Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:32.6955299Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:32.6955680Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:32.6956047Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:32.6956432Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:32.6956821Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:32.6957230Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:32.6957646Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:32.6958133Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:32.6958521Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:32.6959195Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:32.6959703Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:32.6960192Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:32.6960683Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:32.6961139Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:32.6961556Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:32.6961971Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:32.6962385Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:32.6962820Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:32.6963252Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:32.6963640Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:32.6964028Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:32.6964401Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:32.6964775Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:32.6965367Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:32.6965806Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:32.6966214Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:32.6966627Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:32.6967056Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:32.6967511Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:32.6968100Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:32.6968535Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:32.6968933Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:32.6969307Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:32.6969700Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:32.6970071Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:32.6970444Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:32.6970846Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:32.6971245Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:32.6971677Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:32.6972156Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:32.6972614Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:32.6973006Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:32.6973360Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:32.6973730Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:32.6974124Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:32.6974511Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:32.6974903Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:32.6975333Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:32.6976007Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:32.6976439Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:32.6976827Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:32.6977226Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:32.6978014Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:32.6978601Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:32.6979058Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:32.6979502Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:32.6979929Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:32.6980333Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:32.6980723Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:32.6981112Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:32.6981512Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:32.6982089Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:32.6982472Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:32.6982863Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:32.6983266Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:32.6983637Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:32.6984045Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:32.6984514Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:32.6984940Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:32.6985318Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:32.6985699Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:32.6986095Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:32.6986470Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:32.6986841Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:32.6987270Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:32.6987873Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:32.6988287Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:32.6988686Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:32.6989080Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:32.6989464Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:32.6989838Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:32.6990229Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:32.6990632Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:32.6991077Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:32.6991528Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:32.6991947Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:32.6992564Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:32.6992986Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:32.6993414Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:32.6993805Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:32.6994162Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:32.6994514Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:32.6994877Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:32.6995250Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:32.6995605Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:32.6995976Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:32.6996378Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:32.6996764Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:32.6997124Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:32.6997474Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:32.6998005Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:32.6998580Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:32.6998958Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:32.6999320Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:32.6999676Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:32.7000058Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:32.7000435Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:32.7000789Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:32.7001161Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:32.7001553Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:32.7001933Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:32.7002311Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:32.7002695Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:32.7003080Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:32.7003487Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:32.7003911Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:32.7004315Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:32.7004675Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:32.7005023Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:32.7005368Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:32.7005788Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:32.7006290Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:32.7006800Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:32.7007280Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:32.7007936Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:32.7008389Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:32.7008963Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:32.7009372Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:32.7009761Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:32.7010148Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:32.7010534Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:32.7010928Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:32.7011309Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:32.7011703Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:32.7012148Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:32.7012578Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:32.7012960Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:32.7013360Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:32.7013782Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:32.7014163Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:32.7014511Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:32.7015061Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:32.7015514Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:32.7015974Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:32.7016387Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:32.7016799Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:32.7017230Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:32.7017897Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:32.7718913Z [+] Installing Go for linux-arm64...
2025-08-20T20:29:33.2731160Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:29:33.2731508Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:29:33.2731736Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:29:33.2741246Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:29:33.2741607Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:29:33.2741957Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:29:33.2809907Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:29:33.2810401Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:29:33.2810881Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:29:33.2811341Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:29:33.2811780Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:29:33.2812222Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:29:33.2812686Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:29:33.2813165Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:29:33.2813597Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:29:33.2814031Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:29:33.2814461Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:29:33.2815275Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:29:33.2815728Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:29:33.2816181Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:29:33.2816629Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:29:33.2817082Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:29:33.2817556Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:29:33.2818215Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:29:33.2818673Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:29:33.2819090Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:29:33.2819432Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:29:33.2819756Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:29:33.2820095Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:29:33.2820427Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:29:33.2820762Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:29:33.2849468Z go version go1.22.2 linux/arm64
2025-08-20T20:29:33.3186187Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:33.3186612Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:33.3186983Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:33.3187358Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:33.3187832Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:33.3188198Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:33.3188585Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:33.3188944Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:33.3189288Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:33.3189615Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:33.3189970Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:33.3190367Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:33.3190750Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:33.3191156Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:33.3191550Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:33.3191950Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:33.3192353Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:33.3192722Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:33.3193104Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:33.3193560Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:33.3194007Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:33.3194398Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:33.3194815Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:33.3195211Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:33.3195561Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:33.3195956Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:33.3196386Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:33.3197169Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:33.3197614Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:33.3198174Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:33.3198595Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:33.3199031Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:33.3199462Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:33.3199885Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:33.3200325Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:33.3200753Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:33.3201163Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:33.3201571Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:33.3201960Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:33.3202368Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:33.3202792Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:33.3203450Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:33.3203850Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:33.3204243Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:33.3204698Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:33.3205172Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:33.3205647Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:33.3206138Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:33.3206580Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:33.3207000Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:33.3207426Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:33.3208006Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:33.3208423Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:33.3208819Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:33.3209188Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:33.3209547Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:33.3209924Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:33.3210319Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:33.3210723Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:33.3211101Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:33.3211515Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:33.3211953Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:33.3212383Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:33.3212791Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:33.3213210Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:33.3213952Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:33.3214390Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:33.3214794Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:33.3215230Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:33.3215728Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:33.3216234Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:33.3216692Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:33.3217111Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:33.3217501Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:33.3218155Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:33.3218566Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:33.3218969Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:33.3219426Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:33.3219928Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:33.3220629Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:33.3221120Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:33.3221559Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:33.3221960Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:33.3222354Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:33.3222764Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:33.3223160Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:33.3223542Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:33.3223970Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:33.3224396Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:33.3224779Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:33.3225148Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:33.3225552Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:33.3225958Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:33.3226333Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:33.3226709Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:33.3227104Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:33.3227493Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:33.3228055Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:33.3228444Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:33.3228861Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:33.3229247Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:33.3229610Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:33.3229974Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:33.3230350Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:33.3230939Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:33.3231356Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:33.3231751Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:33.3232134Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:33.3232514Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:33.3233078Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:33.3233479Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:33.3233847Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:33.3234204Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:33.3234550Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:33.3234905Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:33.3235269Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:33.3235619Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:33.3235992Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:33.3236389Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:33.3236975Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:33.3237411Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:33.3237923Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:33.3238317Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:33.3238706Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:33.3239119Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:33.3239523Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:33.3239931Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:33.3240317Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:33.3240707Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:33.3241124Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:33.3241559Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:33.3241988Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:33.3242378Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:33.3242771Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:33.3243183Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:33.3243591Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:33.3243991Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:33.3244381Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:33.3244776Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:33.3245183Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:33.3245565Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:33.3245922Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:33.3246292Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:33.3246687Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:33.3247305Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:33.3247925Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:33.3248333Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:33.3248709Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:33.3249086Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:33.3249470Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:33.3249856Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:33.3250278Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:33.3250722Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:33.3251122Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:33.3251496Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:33.3251888Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:33.3252309Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:33.3252725Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:33.3253079Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:33.3253620Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:33.3254043Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:33.3254474Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:33.3254882Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:33.3255264Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:33.3255647Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:33.3256029Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:33.3256450Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:33.3256918Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:33.3257330Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:33.3257900Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:33.3258274Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:33.3258719Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:33.3259221Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:33.3259664Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:33.3260045Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:33.3260508Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:33.3261043Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:33.3261548Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:33.3261984Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:33.3262343Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:33.3262718Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:33.3263127Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:33.3263547Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:33.3263953Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:33.3264535Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:33.3264934Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:33.3265334Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:33.3265732Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:33.3266141Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:33.3266541Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:33.3266938Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:33.3267333Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:33.3267886Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:33.3268348Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:33.3268775Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:33.3269164Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:33.3269539Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:33.3269911Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:33.3270439Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:33.3270831Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:33.3271248Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:33.3271715Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:33.3272161Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:33.3272569Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:33.3272959Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:33.3273341Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:33.3273716Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:33.3274085Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:33.3274477Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:33.3274857Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:33.3275302Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:33.3275776Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:33.3276236Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:33.3276760Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:33.3277273Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:33.3277896Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:33.3278340Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:33.3278712Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:33.3279073Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:33.3279449Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:33.3279826Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:33.3280189Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:33.3280571Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:33.3281160Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:33.3281558Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:33.3281933Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:33.3282307Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:33.3282706Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:33.3283096Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:33.3283510Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:33.3283948Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:33.3284366Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:33.3284779Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:33.3285185Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:33.3285594Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:33.3286015Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:33.3286455Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:33.3286987Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:33.3287497Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3288125Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:33.3288497Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:33.3288871Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:33.3289235Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:33.3289636Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:33.3290073Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:33.3290500Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:33.3290932Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:33.3291341Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:33.3291743Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:33.3292167Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:33.3292577Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:33.3292969Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:33.3293403Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:33.3293893Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:33.3294390Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:33.3294841Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:33.3295260Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:33.3295661Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:33.3296138Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:33.3296624Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:33.3297032Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:33.3297783Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:33.3298284Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:33.3298689Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:33.3299046Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:33.3299395Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:33.3299771Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:33.3300152Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:33.3300517Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:33.3300869Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:33.3301236Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:33.3301597Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:33.3301958Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:33.3302329Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:33.3302685Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:33.3303060Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:33.3303617Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:33.3303978Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:33.3304336Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:33.3304694Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:33.3305060Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:33.3305433Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:33.3305798Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:33.3306158Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:33.3306532Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:33.3306952Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:33.3307386Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:33.3307995Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:33.3308369Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:33.3308749Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:33.3309173Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:33.3309574Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:33.3309939Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:33.3310304Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:33.3310663Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:33.3311006Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:33.3311353Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:33.3311731Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:33.3312100Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:33.3312457Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:33.3312803Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:33.3313134Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:33.3313509Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:33.3314152Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:33.3314573Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:33.3314969Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:33.3315366Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:33.3315787Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:33.3316288Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:33.3316906Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:33.3317530Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:33.3318198Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:33.3318672Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:33.3319126Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:33.3319645Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:33.3320263Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:33.3320983Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:33.3321476Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:33.3321919Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:33.3322288Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:33.3322665Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:33.3323039Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:33.3323418Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:33.3323806Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:33.3324194Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:33.3324582Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:33.3324967Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:33.3325353Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:33.3325851Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:33.3326237Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:33.3326612Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:33.3327008Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:33.3327406Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:33.3327945Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:33.3328376Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:33.3328755Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:33.3329148Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:33.3329562Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:33.3329974Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:33.3330414Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:33.3331050Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:33.3331448Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:33.3331819Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:33.3332205Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:33.3332575Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:33.3332968Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:33.3333356Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:33.3333743Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:33.3334126Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:33.3334487Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:33.3334855Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:33.3335408Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3336127Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3336817Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3337630Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3338276Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:33.3338669Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:33.3339076Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:33.3339484Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:33.3339861Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:33.3340236Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:33.3340604Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:33.3340981Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:33.3341364Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:33.3341739Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:33.3342114Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:33.3342501Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:33.3342908Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:33.3343306Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:33.3343707Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:33.3344099Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:33.3344481Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:33.3344872Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:33.3345283Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:33.3345681Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:33.3346080Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:33.3346472Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:33.3346898Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:33.3347333Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:33.3348089Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:33.3348550Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:33.3349010Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:33.3349417Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:33.3349793Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:33.3350174Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:33.3350570Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:33.3350983Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:33.3351385Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:33.3351768Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:33.3352157Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:33.3352625Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:33.3353097Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:33.3353494Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:33.3354032Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:33.3354487Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:33.3354935Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:33.3355409Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:33.3355898Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:33.3356346Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:33.3356789Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:33.3357189Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:33.3357584Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:33.3358148Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:33.3358538Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:33.3358914Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:33.3359324Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:33.3359722Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:33.3360133Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:33.3360553Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:33.3360946Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:33.3361323Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:33.3361688Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:33.3362044Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:33.3362433Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:33.3362853Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:33.3363247Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:33.3363699Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:33.3364319Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:33.3364741Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:33.3365181Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:33.3365605Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:33.3366014Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:33.3366428Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:33.3366785Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:33.3367148Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:33.3367539Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:33.3368109Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:33.3368499Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:33.3368861Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:33.3369209Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:33.3369557Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:33.3370042Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:33.3370728Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:33.3371111Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:33.3371496Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:33.3371894Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:33.3372306Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:33.3372720Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:33.3373124Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:33.3373541Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:33.3373955Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:33.3374331Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:33.3374704Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:33.3375067Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:33.3375445Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:33.3375871Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:33.3376303Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:33.3376706Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:33.3377131Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:33.3377570Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:33.3378224Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:33.3378605Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:33.3378958Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:33.3379308Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:33.3379675Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:33.3380050Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:33.3380427Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:33.3381030Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:33.3381470Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:33.3381931Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:33.3382365Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:33.3382740Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:33.3383131Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:33.3383521Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:33.3383916Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:33.3384299Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:33.3384677Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:33.3385123Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:33.3385615Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:33.3386055Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:33.3386474Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:33.3387075Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:33.3387483Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:33.3388005Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:33.3388380Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:33.3388776Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:33.3389157Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:33.3389510Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:33.3389864Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:33.3390265Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:33.3390686Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:33.3391066Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:33.3391456Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:33.3391897Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:33.3392339Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:33.3392769Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:33.3393163Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:33.3393682Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3394196Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:33.3394588Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:33.3395001Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:33.3395436Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:33.3395960Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:33.3396551Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:33.3397168Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:33.3398173Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:33.3398845Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:33.3399478Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:33.3400102Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:33.3400694Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:33.3401177Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:33.3401623Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:33.3402056Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:33.3402489Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:33.3402968Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:33.3403404Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:33.3403786Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:33.3404161Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:33.3404689Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:33.3405070Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:33.3405478Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:33.3405891Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:33.3406256Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:33.3406647Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:33.3407110Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:33.3407602Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:33.3408229Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:33.3408720Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:33.3409177Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:33.3409589Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:33.3410005Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:33.3410419Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:33.3410852Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:33.3411280Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:33.3411672Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:33.3412053Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:33.3412431Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:33.3412811Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:33.3413246Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:33.3413687Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:33.3414091Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:33.3414507Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:33.3415146Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:33.3415619Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:33.3416067Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:33.3416504Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:33.3416904Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:33.3417280Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:33.3417784Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:33.3418173Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:33.3418541Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:33.3418953Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:33.3419359Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:33.3419788Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:33.3420256Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:33.3420713Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:33.3421251Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:33.3421606Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:33.3421978Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:33.3422372Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:33.3422758Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:33.3423148Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:33.3423583Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:33.3424039Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:33.3424456Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:33.3424846Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:33.3425255Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:33.3425801Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:33.3426382Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:33.3426834Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:33.3427280Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:33.3427818Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:33.3428220Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:33.3428610Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:33.3428999Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:33.3429403Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:33.3429808Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:33.3430191Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:33.3430585Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:33.3430990Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:33.3431365Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:33.3431994Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:33.3432469Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:33.3432894Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:33.3433272Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:33.3433655Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:33.3434047Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:33.3434424Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:33.3434795Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:33.3435225Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:33.3435677Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:33.3436082Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:33.3436479Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:33.3436870Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:33.3437251Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:33.3437926Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:33.3438321Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:33.3438724Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:33.3439169Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:33.3439616Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:33.3440039Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:33.3440440Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:33.3440843Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:33.3441275Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:33.3441661Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:33.3442022Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:33.3442370Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:33.3442736Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:33.3443113Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:33.3443474Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:33.3443846Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:33.3444247Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:33.3444634Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:33.3444987Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:33.3445335Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:33.3445717Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:33.3446117Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:33.3446491Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:33.3446859Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:33.3447226Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:33.3447612Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:33.3448348Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:33.3448716Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:33.3449091Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:33.3449486Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:33.3449869Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:33.3450254Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:33.3450630Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:33.3451017Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:33.3451419Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:33.3451845Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:33.3452254Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:33.3452612Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:33.3452957Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:33.3453302Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:33.3453727Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:33.3454404Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:33.3454879Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:33.3455358Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:33.3455863Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:33.3456304Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:33.3456684Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:33.3457073Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:33.3457460Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:33.3458052Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:33.3458453Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:33.3458839Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:33.3459213Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:33.3459604Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:33.3460047Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:33.3460482Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:33.3460858Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:33.3461275Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:33.3461699Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:33.3462075Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:33.3462427Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:33.3462813Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:33.3463264Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:33.3463726Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:33.3464140Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:33.3464771Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:33.3465262Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:33.3465696Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:33.5472414Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:29:33.7551759Z Collecting meson
2025-08-20T20:29:33.8248106Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:29:33.8865997Z Collecting ninja
2025-08-20T20:29:33.9019753Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:29:33.9318152Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:29:34.0078682Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 20.1 MB/s  0:00:00
2025-08-20T20:29:34.0246029Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:29:34.1130831Z Installing collected packages: ninja, meson
2025-08-20T20:29:34.7968764Z 
2025-08-20T20:29:34.7992213Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:29:35.0680979Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:29:35.1612790Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:29:35.2522173Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:29:35.6505510Z 1.8.4
2025-08-20T20:29:35.6818358Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:29:35.7145375Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:35.7145858Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:35.7146224Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:35.7146580Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:35.7146982Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:35.7147343Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:35.7147961Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:35.7148333Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:35.7148683Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:35.7149028Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:35.7149387Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:35.7149774Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:35.7150156Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:35.7150562Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:35.7150961Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:35.7151369Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:35.7151772Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:35.7152133Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:35.7152512Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:35.7152995Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:35.7153445Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:35.7153855Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:35.7154281Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:35.7154683Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:35.7155029Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:35.7155827Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:35.7156278Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:35.7156691Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:35.7157096Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:35.7157516Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:35.7158097Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:35.7158522Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:35.7158952Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:35.7159373Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:35.7159813Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:35.7160241Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:35.7160644Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:35.7161052Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:35.7161444Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:35.7162103Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:35.7162530Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:35.7162949Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:35.7163355Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:35.7163754Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:35.7164222Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:35.7164700Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:35.7165170Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:35.7165659Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:35.7166114Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:35.7166533Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:35.7166954Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:35.7167361Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:35.7167927Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:35.7168341Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:35.7168712Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:35.7169069Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:35.7169444Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:35.7169842Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:35.7170252Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:35.7170631Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:35.7171041Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:35.7171480Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:35.7171908Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:35.7172689Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:35.7173133Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:35.7173568Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:35.7173972Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:35.7174363Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:35.7174809Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:35.7175306Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:35.7175810Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:35.7176270Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:35.7176689Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:35.7177081Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:35.7177474Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:35.7178077Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:35.7178481Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:35.7179115Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:35.7179618Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:35.7180127Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:35.7180620Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:35.7181066Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:35.7181470Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:35.7181865Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:35.7182276Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:35.7182672Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:35.7183067Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:35.7183488Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:35.7183914Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:35.7184296Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:35.7184670Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:35.7185077Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:35.7185487Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:35.7185864Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:35.7186232Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:35.7186629Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:35.7187019Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:35.7187376Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:35.7187996Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:35.7188418Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:35.7188809Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:35.7189173Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:35.7189767Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:35.7190160Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:35.7190548Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:35.7190949Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:35.7191343Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:35.7191731Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:35.7192110Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:35.7192505Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:35.7192904Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:35.7193273Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:35.7193662Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:35.7194009Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:35.7194364Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:35.7194726Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:35.7195075Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:35.7195589Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:35.7195988Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:35.7196416Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:35.7196847Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:35.7197249Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:35.7197639Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:35.7198228Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:35.7198622Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:35.7199025Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:35.7199433Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:35.7199821Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:35.7200214Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:35.7200622Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:35.7201058Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:35.7201484Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:35.7201876Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:35.7202270Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:35.7202681Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:35.7203088Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:35.7203489Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:35.7203887Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:35.7204286Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:35.7204690Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:35.7205070Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:35.7205424Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:35.7205993Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:35.7206419Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:35.7206817Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:35.7207217Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:35.7207603Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:35.7208136Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:35.7208511Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:35.7208890Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:35.7209274Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:35.7209695Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:35.7210145Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:35.7210540Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:35.7210912Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:35.7211303Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:35.7211719Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:35.7212307Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:35.7212663Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:35.7213005Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:35.7213426Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:35.7213852Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:35.7214267Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:35.7214651Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:35.7215033Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:35.7215414Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:35.7215837Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:35.7216306Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:35.7216721Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:35.7217087Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:35.7217445Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:35.7218099Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:35.7218610Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:35.7219051Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:35.7219426Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:35.7219887Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:35.7220424Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:35.7220931Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:35.7221368Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:35.7221729Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:35.7222109Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:35.7222518Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:35.7223157Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:35.7223573Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:35.7223945Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:35.7224322Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:35.7224732Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:35.7225134Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:35.7225531Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:35.7225928Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:35.7226320Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:35.7226715Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:35.7227143Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:35.7227590Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:35.7228215Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:35.7228611Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:35.7229166Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:35.7229545Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:35.7229919Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:35.7230312Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:35.7230729Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:35.7231199Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:35.7231648Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:35.7232049Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:35.7232438Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:35.7232821Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:35.7233204Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:35.7233576Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:35.7233963Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:35.7234343Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:35.7234790Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:35.7235272Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:35.7235735Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:35.7236254Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:35.7236768Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:35.7237281Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:35.7237957Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:35.7238340Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:35.7238701Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:35.7239198Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:35.7239574Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:35.7240165Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:35.7240555Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:35.7240939Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:35.7241326Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:35.7241704Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:35.7242077Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:35.7242475Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:35.7242866Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:35.7243282Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:35.7243719Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:35.7244142Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:35.7244554Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:35.7244957Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:35.7245369Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:35.7245925Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:35.7246322Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:35.7246684Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:35.7247193Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7247863Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:35.7248249Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:35.7248624Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:35.7248990Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:35.7249385Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:35.7249820Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:35.7250248Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:35.7250673Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:35.7251077Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:35.7251478Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:35.7251900Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:35.7252318Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:35.7252714Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:35.7253148Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:35.7253638Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:35.7254137Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:35.7254586Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:35.7254998Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:35.7255403Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:35.7255880Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:35.7256577Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:35.7257004Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:35.7257437Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:35.7258034Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:35.7258444Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:35.7258814Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:35.7259169Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:35.7259539Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:35.7259917Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:35.7260282Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:35.7260638Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:35.7261007Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:35.7261367Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:35.7261724Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:35.7262131Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:35.7262678Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:35.7263057Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:35.7263440Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:35.7263799Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:35.7264157Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:35.7264514Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:35.7264884Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:35.7265257Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:35.7265625Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:35.7265986Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:35.7266384Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:35.7266811Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:35.7267243Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:35.7267650Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:35.7268193Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:35.7268580Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:35.7269012Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:35.7269413Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:35.7269773Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:35.7270139Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:35.7270500Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:35.7270852Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:35.7271201Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:35.7271553Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:35.7271923Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:35.7272282Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:35.7272628Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:35.7273200Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:35.7273590Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:35.7273998Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:35.7274395Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:35.7274795Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:35.7275189Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:35.7275604Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:35.7276107Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:35.7276723Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:35.7277353Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:35.7278105Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:35.7278579Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:35.7279036Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:35.7279770Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:35.7280390Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:35.7280952Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:35.7281447Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:35.7281896Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:35.7282268Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:35.7282641Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:35.7283012Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:35.7283393Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:35.7283785Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:35.7284174Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:35.7284563Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:35.7284949Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:35.7285336Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:35.7285715Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:35.7286097Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:35.7286471Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:35.7286866Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:35.7287259Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:35.7287892Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:35.7288372Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:35.7288747Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:35.7289139Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:35.7289550Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:35.7290170Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:35.7290632Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:35.7291058Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:35.7291425Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:35.7291793Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:35.7292183Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:35.7292556Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:35.7292946Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:35.7293337Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:35.7293723Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:35.7294104Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:35.7294466Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:35.7294834Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:35.7295383Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7296102Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7296942Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7297611Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7298295Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:35.7298688Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:35.7299095Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:35.7299495Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:35.7299872Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:35.7300246Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:35.7300618Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:35.7300996Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:35.7301378Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:35.7301752Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:35.7302128Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:35.7302517Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:35.7302923Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:35.7303324Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:35.7303720Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:35.7304109Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:35.7304487Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:35.7304874Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:35.7305279Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:35.7305676Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:35.7306077Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:35.7306467Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:35.7307155Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:35.7307601Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:35.7308166Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:35.7308605Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:35.7309065Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:35.7309467Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:35.7309838Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:35.7310218Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:35.7310619Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:35.7311035Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:35.7311437Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:35.7311814Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:35.7312206Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:35.7312676Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:35.7313304Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:35.7313698Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:35.7314108Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:35.7314560Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:35.7315007Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:35.7315482Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:35.7315969Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:35.7316413Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:35.7316852Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:35.7317254Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:35.7317645Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:35.7318193Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:35.7318588Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:35.7318965Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:35.7319382Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:35.7319784Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:35.7320187Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:35.7320610Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:35.7321005Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:35.7321386Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:35.7321754Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:35.7322111Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:35.7322493Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:35.7322913Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:35.7323498Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:35.7323962Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:35.7324411Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:35.7324812Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:35.7325250Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:35.7325674Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:35.7326078Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:35.7326482Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:35.7326839Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:35.7327200Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:35.7327597Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:35.7328201Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:35.7328584Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:35.7328944Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:35.7329292Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:35.7329815Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:35.7330301Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:35.7330808Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:35.7331190Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:35.7331563Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:35.7331970Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:35.7332380Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:35.7332791Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:35.7333195Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:35.7333609Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:35.7334029Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:35.7334403Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:35.7334769Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:35.7335129Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:35.7335505Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:35.7335931Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:35.7336368Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:35.7336772Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:35.7337191Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:35.7337638Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:35.7338188Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:35.7338563Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:35.7338910Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:35.7339260Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:35.7339624Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:35.7340218Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:35.7340611Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:35.7341033Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:35.7341447Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:35.7341907Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:35.7342345Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:35.7342718Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:35.7343104Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:35.7343490Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:35.7343877Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:35.7344264Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:35.7344642Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:35.7345081Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:35.7345571Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:35.7346126Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:35.7346501Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:35.7346877Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:35.7347281Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:35.7347828Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:35.7348208Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:35.7348606Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:35.7348987Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:35.7349333Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:35.7349690Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:35.7350087Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:35.7350515Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:35.7350894Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:35.7351278Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:35.7351720Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:35.7352160Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:35.7352589Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:35.7352983Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:35.7353497Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7354009Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:35.7354406Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:35.7354822Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:35.7355251Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:35.7355779Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:35.7356582Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:35.7357248Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:35.7358043Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:35.7358694Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:35.7359330Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:35.7359954Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:35.7360535Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:35.7361013Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:35.7361462Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:35.7361934Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:35.7362364Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:35.7362839Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:35.7363273Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:35.7363834Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:35.7364204Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:35.7364582Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:35.7364966Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:35.7365373Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:35.7365793Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:35.7366159Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:35.7366545Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:35.7367016Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:35.7367510Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:35.7368183Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:35.7368676Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:35.7369129Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:35.7369546Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:35.7369960Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:35.7370381Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:35.7370809Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:35.7371236Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:35.7371625Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:35.7372011Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:35.7372390Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:35.7372766Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:35.7373206Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:35.7373646Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:35.7374290Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:35.7374719Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:35.7375150Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:35.7375604Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:35.7376052Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:35.7376494Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:35.7376892Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:35.7377265Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:35.7377655Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:35.7378196Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:35.7378576Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:35.7378980Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:35.7379382Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:35.7379808Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:35.7380285Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:35.7380916Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:35.7381312Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:35.7381665Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:35.7382036Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:35.7382434Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:35.7382822Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:35.7383217Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:35.7383647Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:35.7384096Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:35.7384522Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:35.7384908Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:35.7385311Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:35.7385856Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:35.7386439Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:35.7386897Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:35.7387342Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:35.7387938Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:35.7388349Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:35.7388746Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:35.7389141Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:35.7389538Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:35.7389942Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:35.7390321Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:35.7390713Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:35.7391309Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:35.7391755Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:35.7392166Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:35.7392629Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:35.7393062Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:35.7393436Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:35.7393812Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:35.7394202Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:35.7394578Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:35.7394952Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:35.7395383Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:35.7395829Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:35.7396237Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:35.7396634Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:35.7397157Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:35.7397540Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:35.7398068Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:35.7398459Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:35.7398862Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:35.7399309Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:35.7399758Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:35.7400180Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:35.7400577Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:35.7400982Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:35.7401409Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:35.7401799Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:35.7402154Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:35.7402500Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:35.7402867Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:35.7403246Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:35.7403598Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:35.7403971Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:35.7404367Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:35.7404751Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:35.7405115Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:35.7405464Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:35.7405840Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:35.7406239Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:35.7406616Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:35.7406981Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:35.7407566Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:35.7408138Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:35.7408521Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:35.7408870Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:35.7409246Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:35.7409648Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:35.7410031Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:35.7410412Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:35.7410789Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:35.7411174Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:35.7411582Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:35.7412006Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:35.7412408Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:35.7412764Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:35.7413112Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:35.7413652Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:35.7414069Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:35.7414570Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:35.7415042Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:35.7415522Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:35.7416027Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:35.7416478Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:35.7416858Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:35.7417249Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:35.7417645Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:35.7418196Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:35.7418586Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:35.7418973Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:35.7419348Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:35.7419743Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:35.7420187Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:35.7420617Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:35.7420993Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:35.7421394Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:35.7421824Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:35.7422206Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:35.7422556Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:35.7422938Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:35.7423389Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:35.7424061Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:35.7424486Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:35.7424901Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:35.7425330Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:35.7425764Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:36.0998439Z info: downloading installer
2025-08-20T20:29:36.5529944Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:29:36.5530319Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:29:36.5530677Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:29:36.5531092Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:29:36.5758203Z info: profile set to 'default'
2025-08-20T20:29:36.5758540Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:29:36.6307895Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:29:36.6308330Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:36.8933819Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:36.9232076Z info: downloading component 'clippy'
2025-08-20T20:29:37.0712563Z info: downloading component 'rustfmt'
2025-08-20T20:29:37.1873382Z info: downloading component 'cargo'
2025-08-20T20:29:37.4093621Z info: downloading component 'rust-std'
2025-08-20T20:29:37.8680682Z info: downloading component 'rustc'
2025-08-20T20:29:38.7624626Z info: removing previous version of component 'clippy'
2025-08-20T20:29:38.7794984Z info: removing previous version of component 'rustfmt'
2025-08-20T20:29:38.7866572Z info: removing previous version of component 'cargo'
2025-08-20T20:29:38.8069147Z info: removing previous version of component 'rust-std'
2025-08-20T20:29:38.8202692Z info: removing previous version of component 'rustc'
2025-08-20T20:29:38.8465818Z info: installing component 'clippy'
2025-08-20T20:29:39.1132072Z info: installing component 'rustfmt'
2025-08-20T20:29:39.3135081Z info: installing component 'cargo'
2025-08-20T20:29:39.8133605Z info: installing component 'rust-std'
2025-08-20T20:29:41.1215512Z info: installing component 'rustc'
2025-08-20T20:29:43.9026852Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:43.9027149Z 
2025-08-20T20:29:43.9100959Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:29:43.9101355Z 
2025-08-20T20:29:43.9101359Z 
2025-08-20T20:29:43.9101441Z Rust is installed now. Great!
2025-08-20T20:29:43.9101582Z 
2025-08-20T20:29:43.9101763Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:29:43.9102170Z environment variable. This has not been done automatically.
2025-08-20T20:29:43.9102427Z 
2025-08-20T20:29:43.9102540Z To configure your current shell, you need to source
2025-08-20T20:29:43.9102828Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:29:43.9103006Z 
2025-08-20T20:29:43.9103177Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:29:43.9103559Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:29:43.9103866Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:29:43.9104136Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:29:43.9276309Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:43.9624955Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:43.9625214Z 
2025-08-20T20:29:43.9696014Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:43.9696307Z 
2025-08-20T20:29:44.0105683Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:44.0488698Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:29:44.0772437Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:44.0772819Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:44.0773190Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:44.0773564Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:44.0775711Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:44.0776120Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:44.0776485Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:44.0776844Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:44.0777185Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:44.0777512Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:44.0777997Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:44.0778383Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:44.0778765Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:44.0779356Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:44.0779753Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:44.0780572Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:44.0780972Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:44.0781334Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:44.0781715Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:44.0782173Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:44.0782627Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:44.0783019Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:44.0783440Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:44.0783840Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:44.0784190Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:44.0784588Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:44.0785021Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:44.0785439Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:44.0785847Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:44.0786262Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:44.0786688Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:44.0787116Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:44.0787545Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:44.0788224Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:44.0788675Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:44.0789108Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:44.0789511Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:44.0789919Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:44.0790309Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:44.0790714Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:44.0791452Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:44.0791899Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:44.0792305Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:44.0792697Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:44.0793156Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:44.0793631Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:44.0794105Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:44.0794600Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:44.0795044Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:44.0795469Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:44.0795898Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:44.0796311Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:44.0796730Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:44.0797134Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:44.0797661Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:44.0798237Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:44.0798609Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:44.0799006Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:44.0799411Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:44.0799795Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:44.0800205Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:44.0800646Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:44.0801074Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:44.0801494Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:44.0801919Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:44.0802348Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:44.0802753Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:44.0803150Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:44.0803589Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:44.0804095Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:44.0804602Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:44.0805098Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:44.0805522Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:44.0805914Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:44.0806306Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:44.0806709Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:44.0807110Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:44.0807569Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:44.0808470Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:44.0809002Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:44.0809493Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:44.0809934Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:44.0810342Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:44.0810734Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:44.0811138Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:44.0811537Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:44.0811918Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:44.0812346Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:44.0812772Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:44.0813154Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:44.0813530Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:44.0813937Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:44.0814507Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:44.0814886Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:44.0815252Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:44.0815645Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:44.0816034Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:44.0816384Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:44.0816770Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:44.0817182Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:44.0817570Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:44.0818267Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:44.0818660Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:44.0819038Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:44.0819424Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:44.0819817Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:44.0820212Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:44.0820594Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:44.0820982Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:44.0821382Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:44.0821782Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:44.0822155Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:44.0822512Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:44.0822867Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:44.0823223Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:44.0823585Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:44.0823933Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:44.0824303Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:44.0824943Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:44.0825399Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:44.0825838Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:44.0826239Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:44.0826631Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:44.0827024Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:44.0827411Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:44.0827969Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:44.0828393Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:44.0828776Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:44.0829171Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:44.0829581Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:44.0830017Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:44.0830445Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:44.0830833Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:44.0831415Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:44.0831826Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:44.0832235Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:44.0832640Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:44.0833039Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:44.0833442Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:44.0833841Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:44.0834223Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:44.0834581Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:44.0834945Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:44.0835349Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:44.0835746Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:44.0836148Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:44.0836542Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:44.0836910Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:44.0837287Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:44.0837882Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:44.0838292Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:44.0838716Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:44.0839161Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:44.0839562Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:44.0839934Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:44.0840324Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:44.0840744Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:44.0841164Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:44.0841718Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:44.0842090Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:44.0842514Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:44.0842943Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:44.0843349Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:44.0843740Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:44.0844123Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:44.0844506Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:44.0844937Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:44.0845408Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:44.0845829Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:44.0846199Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:44.0846559Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:44.0847003Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:44.0847511Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:44.0848260Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:44.0848642Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:44.0849108Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:44.0849649Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:44.0850160Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:44.0850601Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:44.0850965Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:44.0851346Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:44.0851759Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:44.0852185Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:44.0852591Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:44.0852966Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:44.0853345Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:44.0853749Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:44.0854148Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:44.0854545Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:44.0854947Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:44.0855344Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:44.0855740Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:44.0856167Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:44.0856618Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:44.0857051Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:44.0857440Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:44.0858035Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:44.0858663Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:44.0859054Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:44.0859448Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:44.0859865Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:44.0860333Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:44.0860789Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:44.0861193Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:44.0861582Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:44.0861963Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:44.0862341Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:44.0862711Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:44.0863099Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:44.0863483Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:44.0863932Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:44.0864408Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:44.0865025Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:44.0865546Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:44.0866063Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:44.0866573Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:44.0867019Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:44.0867386Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:44.0867914Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:44.0868308Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:44.0868694Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:44.0869071Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:44.0869455Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:44.0869843Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:44.0870228Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:44.0870608Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:44.0870989Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:44.0871384Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:44.0871771Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:44.0872185Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:44.0872626Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:44.0873054Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:44.0873470Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:44.0873872Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:44.0874288Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:44.0874718Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:44.0875351Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:44.0875771Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:44.0876284Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0876807Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:44.0877185Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:44.0877560Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:44.0878067Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:44.0878471Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:44.0878930Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:44.0879360Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:44.0879794Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:44.0880197Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:44.0880600Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:44.0881017Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:44.0881602Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:44.0881997Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:44.0882427Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:44.0882918Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:44.0883420Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:44.0883874Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:44.0884284Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:44.0884689Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:44.0885167Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:44.0885661Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:44.0886076Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:44.0886513Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:44.0886967Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:44.0887375Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:44.0887896Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:44.0888268Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:44.0888640Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:44.0889025Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:44.0889392Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:44.0889744Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:44.0890115Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:44.0890479Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:44.0890838Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:44.0891214Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:44.0891573Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:44.0892171Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:44.0892577Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:44.0892935Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:44.0893296Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:44.0893653Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:44.0894026Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:44.0894402Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:44.0894771Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:44.0895133Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:44.0895510Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:44.0895934Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:44.0896371Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:44.0896780Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:44.0897148Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:44.0897525Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:44.0898289Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:44.0898692Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:44.0899051Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:44.0899417Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:44.0899774Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:44.0900119Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:44.0900475Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:44.0900835Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:44.0901204Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:44.0901563Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:44.0901909Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:44.0902251Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:44.0902628Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:44.0903040Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:44.0903438Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:44.0903837Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:44.0904237Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:44.0904657Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:44.0905162Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:44.0905776Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:44.0906405Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:44.0906952Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:44.0907426Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:44.0908165Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:44.0908699Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:44.0909615Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:44.0910190Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:44.0910685Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:44.0911128Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:44.0911501Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:44.0911873Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:44.0912244Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:44.0912622Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:44.0913011Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:44.0913403Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:44.0913794Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:44.0914183Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:44.0914572Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:44.0914950Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:44.0915506Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:44.0915882Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:44.0916278Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:44.0916669Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:44.0917081Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:44.0917502Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:44.0918052Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:44.0918453Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:44.0918863Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:44.0919275Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:44.0919718Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:44.0920146Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:44.0920515Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:44.0920882Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:44.0921267Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:44.0921640Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:44.0922031Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:44.0922426Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:44.0922810Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:44.0923190Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:44.0923561Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:44.0923928Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:44.0924478Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0925196Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0926107Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0926796Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0927320Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:44.0927868Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:44.0928306Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:44.0928710Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:44.0929087Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:44.0929464Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:44.0929831Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:44.0930213Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:44.0930590Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:44.0930965Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:44.0931341Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:44.0931730Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:44.0932301Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:44.0932703Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:44.0933102Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:44.0933490Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:44.0933866Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:44.0934259Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:44.0934661Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:44.0935058Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:44.0935449Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:44.0935845Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:44.0936272Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:44.0936705Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:44.0937108Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:44.0937549Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:44.0938178Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:44.0938591Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:44.0938960Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:44.0939339Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:44.0939736Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:44.0940142Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:44.0940550Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:44.0940934Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:44.0941325Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:44.0941798Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:44.0942269Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:44.0942870Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:44.0943291Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:44.0943744Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:44.0944190Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:44.0944667Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:44.0945154Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:44.0945595Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:44.0946035Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:44.0946435Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:44.0946830Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:44.0947252Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:44.0947633Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:44.0948175Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:44.0948588Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:44.0949152Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:44.0949558Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:44.0949974Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:44.0950367Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:44.0950744Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:44.0951120Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:44.0951476Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:44.0951868Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:44.0952286Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:44.0952682Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:44.0953138Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:44.0953608Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:44.0954008Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:44.0954448Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:44.0954870Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:44.0955283Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:44.0955692Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:44.0956050Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:44.0956414Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:44.0956814Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:44.0957208Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:44.0957589Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:44.0958122Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:44.0958476Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:44.0958825Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:44.0959536Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:44.0960065Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:44.0960449Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:44.0960828Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:44.0961232Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:44.0961641Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:44.0962054Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:44.0962453Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:44.0962866Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:44.0963286Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:44.0963663Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:44.0964031Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:44.0964393Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:44.0964779Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:44.0965346Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:44.0965778Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:44.0966173Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:44.0966596Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:44.0967036Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:44.0967437Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:44.0967967Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:44.0968325Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:44.0968673Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:44.0969041Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:44.0969423Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:44.0969802Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:44.0970203Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:44.0970615Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:44.0971076Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:44.0971514Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:44.0971892Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:44.0972281Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:44.0972670Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:44.0973057Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:44.0973441Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:44.0973816Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:44.0974263Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:44.0974757Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:44.0975182Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:44.0975809Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:44.0976219Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:44.0976624Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:44.0977015Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:44.0977389Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:44.0977945Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:44.0978339Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:44.0978691Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:44.0979047Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:44.0979445Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:44.0979867Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:44.0980252Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:44.0980640Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:44.0981080Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:44.0981522Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:44.0982141Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:44.0982535Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:44.0983054Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.0983561Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:44.0983950Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:44.0984366Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:44.0984794Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:44.0985323Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:44.0985911Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:44.0986528Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:44.0987179Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:44.0987965Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:44.0988623Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:44.0989257Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:44.0989838Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:44.0990321Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:44.0990763Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:44.0991205Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:44.0991632Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:44.0992103Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:44.0992539Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:44.0992919Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:44.0993496Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:44.0993887Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:44.0994268Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:44.0994676Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:44.0995087Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:44.0995454Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:44.0995844Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:44.0996304Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:44.0996799Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:44.0997294Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:44.0997988Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:44.0998458Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:44.0998878Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:44.0999295Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:44.0999895Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:44.1000328Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:44.1000757Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:44.1001151Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:44.1001530Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:44.1001911Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:44.1002293Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:44.1002730Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:44.1003171Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:44.1003582Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:44.1003999Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:44.1004432Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:44.1004879Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:44.1005325Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:44.1005760Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:44.1006158Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:44.1006535Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:44.1006922Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:44.1007294Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:44.1007832Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:44.1008259Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:44.1008660Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:44.1009087Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:44.1009559Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:44.1010250Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:44.1010657Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:44.1011005Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:44.1011380Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:44.1011775Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:44.1012169Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:44.1012561Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:44.1012986Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:44.1013436Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:44.1013849Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:44.1014240Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:44.1014639Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:44.1015183Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:44.1015762Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:44.1016375Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:44.1016820Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:44.1017244Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:44.1017641Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:44.1018183Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:44.1018576Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:44.1018979Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:44.1019384Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:44.1019763Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:44.1020156Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:44.1020561Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:44.1020936Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:44.1021343Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:44.1021808Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:44.1022234Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:44.1022618Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:44.1022997Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:44.1023384Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:44.1023759Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:44.1024131Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:44.1024566Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:44.1025015Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:44.1025425Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:44.1025824Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:44.1026224Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:44.1026806Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:44.1027208Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:44.1027595Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:44.1028145Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:44.1028595Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:44.1029047Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:44.1046172Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:44.1046611Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:44.1047022Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:44.1047447Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:44.1048114Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:44.1048480Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:44.1048825Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:44.1049190Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:44.1049564Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:44.1050262Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:44.1050637Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:44.1051031Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:44.1051409Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:44.1051770Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:44.1052123Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:44.1052502Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:44.1052899Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:44.1053274Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:44.1053635Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:44.1054008Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:44.1054393Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:44.1054773Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:44.1055122Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:44.1055497Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:44.1055890Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:44.1056275Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:44.1056652Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:44.1057031Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:44.1057423Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:44.1058043Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:44.1058467Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:44.1058867Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:44.1059223Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:44.1059569Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:44.1059910Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:44.1060688Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:44.1061212Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:44.1061684Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:44.1062162Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:44.1062671Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:44.1063108Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:44.1063486Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:44.1063873Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:44.1064263Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:44.1064654Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:44.1065037Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:44.1065424Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:44.1065800Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:44.1066191Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:44.1066795Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:44.1067227Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:44.1067603Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:44.1068190Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:44.1068616Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:44.1069001Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:44.1069349Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:44.1069735Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:44.1070184Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:44.1070651Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:44.1071063Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:44.1071481Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:44.1071908Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:44.1072342Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:44.1072675Z 
2025-08-20T20:29:44.1072679Z 
2025-08-20T20:29:44.1073075Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:29:44 PM)
2025-08-20T20:29:44.1073434Z 
2025-08-20T20:29:44.1073437Z 
2025-08-20T20:29:44.1073440Z 
2025-08-20T20:29:44.1073509Z [+] Continue : YES
2025-08-20T20:29:44.1073610Z 
2025-08-20T20:29:44.1073846Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:29:44.2221960Z 
2025-08-20T20:29:44.2222448Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:29:44 PM) UTC
2025-08-20T20:29:44.2222714Z 
2025-08-20T20:29:44.2237531Z 
2025-08-20T20:29:44.2237756Z [+] Total RECIPES :: 1
2025-08-20T20:29:44.2237904Z 
2025-08-20T20:29:44.2311008Z 
2025-08-20T20:29:44.2311524Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml (1/1)
2025-08-20T20:29:44.2312037Z 
2025-08-20T20:29:44.3399050Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:29:44.3410256Z mode of '/tmp/pkgforge/3F8B2DOXc_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:29:44.3460274Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gitlab-cli/official [Provided]
2025-08-20T20:29:44.3460691Z [+] Setting '.pkg_family' --> gitlab-cli [Provided]
2025-08-20T20:29:44.3474080Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:29:44.3480298Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:29:44.3507757Z [00:00:00.003]➜  
2025-08-20T20:29:44.3508309Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:29:44.3508722Z [00:00:00.003]➜  
2025-08-20T20:29:44.3544565Z [00:00:00.007]➜  
2025-08-20T20:29:44.3545045Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:29:44.3545439Z [00:00:00.007]➜  
2025-08-20T20:29:44.3620835Z [00:00:00.014]➜  
2025-08-20T20:29:44.3621834Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitlab-cli/static.official.source.yaml) --> /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:29:44 PM) UTC]
2025-08-20T20:29:44.3622665Z [00:00:00.014]➜  
2025-08-20T20:29:44.3623223Z [00:00:00.014]➜  
2025-08-20T20:29:44.3623412Z [00:00:00.014]➜  
2025-08-20T20:29:44.3623694Z [00:00:00.014]➜  ###################################################################
2025-08-20T20:29:44.3629742Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:29:44.3630970Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:29:44.3631621Z [00:00:00.015]➜  _disabled: false
2025-08-20T20:29:44.3631858Z [00:00:00.015]➜  
2025-08-20T20:29:44.3632107Z [00:00:00.015]➜  pkg: "gitlab-cli"
2025-08-20T20:29:44.3632408Z [00:00:00.015]➜  pkg_id: "gitlab.com.gitlab-org.cli"
2025-08-20T20:29:44.3632703Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T20:29:44.3632947Z [00:00:00.015]➜  category:
2025-08-20T20:29:44.3633658Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T20:29:44.3634002Z [00:00:00.015]➜    - "Utility"
2025-08-20T20:29:44.3634296Z [00:00:00.015]➜  description: "Official Gitlab CLI"
2025-08-20T20:29:44.3634607Z [00:00:00.015]➜  distro_pkg:
2025-08-20T20:29:44.3634833Z [00:00:00.015]➜    alpine:
2025-08-20T20:29:44.3635057Z [00:00:00.015]➜      - "glab"
2025-08-20T20:29:44.3635286Z [00:00:00.015]➜    archlinux:
2025-08-20T20:29:44.3635506Z [00:00:00.015]➜      aur:
2025-08-20T20:29:44.3635733Z [00:00:00.015]➜        - "glab-git"
2025-08-20T20:29:44.3635973Z [00:00:00.015]➜      extra:
2025-08-20T20:29:44.3636193Z [00:00:00.015]➜        - "glab"
2025-08-20T20:29:44.3636416Z [00:00:00.015]➜    debian:
2025-08-20T20:29:44.3636633Z [00:00:00.015]➜      - "glab"
2025-08-20T20:29:44.3636875Z [00:00:00.015]➜    homebrew:
2025-08-20T20:29:44.3637102Z [00:00:00.015]➜      - "glab"
2025-08-20T20:29:44.3637321Z [00:00:00.015]➜    nixpkgs:
2025-08-20T20:29:44.3637565Z [00:00:00.015]➜      - "glab"
2025-08-20T20:29:44.3638039Z [00:00:00.015]➜  homepage:
2025-08-20T20:29:44.3638393Z [00:00:00.015]➜    - "https://docs.gitlab.com/ee/editor_extensions/gitlab_cli"
2025-08-20T20:29:44.3638729Z [00:00:00.015]➜  license:
2025-08-20T20:29:44.3638962Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T20:29:44.3639370Z [00:00:00.015]➜      url: "https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE?ref_type=heads"  
2025-08-20T20:29:44.3639755Z [00:00:00.015]➜  maintainer:
2025-08-20T20:29:44.3640060Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:29:44.3640373Z [00:00:00.015]➜  note:
2025-08-20T20:29:44.3640672Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:29:44.3641610Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://gitlab.com/gitlab-org/cli"
2025-08-20T20:29:44.3642091Z [00:00:00.015]➜  provides:
2025-08-20T20:29:44.3642313Z [00:00:00.015]➜    - "glab"
2025-08-20T20:29:44.3642541Z [00:00:00.015]➜    - "gitlab-cli"
2025-08-20T20:29:44.3642796Z [00:00:00.015]➜  repology:
2025-08-20T20:29:44.3643033Z [00:00:00.015]➜    - "glab-gitlab-cli"
2025-08-20T20:29:44.3643281Z [00:00:00.015]➜  src_url:
2025-08-20T20:29:44.3643565Z [00:00:00.015]➜    - "https://gitlab.com/gitlab-org/cli"
2025-08-20T20:29:44.3643842Z [00:00:00.015]➜  tag:
2025-08-20T20:29:44.3644049Z [00:00:00.015]➜    - "gitlab"
2025-08-20T20:29:44.3644267Z [00:00:00.015]➜  x_exec:
2025-08-20T20:29:44.3644499Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T20:29:44.3644741Z [00:00:00.015]➜    host:
2025-08-20T20:29:44.3644971Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T20:29:44.3645242Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T20:29:44.3645511Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T20:29:44.3645761Z [00:00:00.015]➜    shell: "bash"
2025-08-20T20:29:44.3646011Z [00:00:00.015]➜    pkgver: |
2025-08-20T20:29:44.3646290Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:29:44.3646989Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://gitlab.com/gitlab-org/cli" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:29:44.3648241Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:29:44.3649227Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:29:44.3649604Z [00:00:00.015]➜    run: |
2025-08-20T20:29:44.3649819Z [00:00:00.015]➜      #Build
2025-08-20T20:29:44.3650412Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:29:44.3651149Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:29:44.3651719Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:29:44.3652188Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:29:44.3652597Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:29:44.3652943Z [00:00:00.015]➜        bash -l -c '
2025-08-20T20:29:44.3653188Z [00:00:00.015]➜        #Setup ENV
2025-08-20T20:29:44.3653557Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:29:44.3653919Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T20:29:44.3654284Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:29:44.3654788Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:29:44.3655182Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T20:29:44.3655493Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:29:44.3655793Z [00:00:00.015]➜        #Build
2025-08-20T20:29:44.3656294Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://gitlab.com/gitlab-org/cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:29:44.3656827Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:29:44.3657304Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:29:44.3658086Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:29:44.3658953Z [00:00:00.015]➜         go build -C "./cmd/glab" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/glab"
2025-08-20T20:29:44.3659599Z [00:00:00.015]➜        #Copy
2025-08-20T20:29:44.3660163Z [00:00:00.015]➜         cp -fv "/build-bins/glab" "/build-bins/gitlab-cli"
2025-08-20T20:29:44.3660971Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:29:44.3661535Z [00:00:00.015]➜        #Strip 
2025-08-20T20:29:44.3662023Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:29:44.3662712Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:29:44.3663394Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:29:44.3663980Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:29:44.3664542Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:29:44.3664959Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T20:29:44.3665201Z [00:00:00.015]➜        '
2025-08-20T20:29:44.3665419Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T20:29:44.3665775Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:29:44.3666314Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:29:44.3667608Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:29:44.3668657Z [00:00:00.015]➜  
2025-08-20T20:29:44.3668849Z [00:00:00.015]➜  
2025-08-20T20:29:44.3669123Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:29:44.3669407Z [00:00:00.015]➜  
2025-08-20T20:29:44.3669591Z [00:00:00.015]➜  
2025-08-20T20:29:44.3669778Z [00:00:00.015]➜  
2025-08-20T20:29:44.3670270Z [00:00:00.016]➜  '/tmp/pkgforge/3F8B2DOXc_build.yaml' -> '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:29:46.2786690Z [00:00:01.931]➜  '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.version' -> '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.version'
2025-08-20T20:29:46.2836415Z [00:00:01.936]➜  [+] Version: HEAD-318bc52-250820T084939 ('.x_exec.pkgver') [/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.version]
2025-08-20T20:29:46.3015588Z [00:00:01.954]➜  [+] Progs: gitlab-cli glab
2025-08-20T20:29:46.9355092Z [00:00:02.588]➜  
2025-08-20T20:29:46.9355430Z [00:00:02.588]➜  [-] Missing packages. Found: 
2025-08-20T20:29:46.9355757Z [00:00:02.588]➜  [+] Expected: gitlab-cli glab
2025-08-20T20:29:46.9356056Z [00:00:02.588]➜  [+] Continuing with build...
2025-08-20T20:29:46.9356356Z [00:00:02.588]➜  
2025-08-20T20:29:47.2687214Z [00:00:02.921]➜  
2025-08-20T20:29:47.2687511Z [00:00:02.921]➜  
2025-08-20T20:29:47.2765466Z [00:00:02.929]➜  + mkdir -pv /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:29:47.2781867Z [00:00:02.930]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=gitlab-cli -e PKG_ID=gitlab.com.gitlab-org.cli -e PKG_TYPE=static -e PKG_VER=HEAD-318bc52-250820T084939 -e PKGVER=HEAD-318bc52-250820T084939 -e SBUILD_PKG=gitlab-cli.static -e SBUILD_PKGVER=HEAD-318bc52-250820T084939 --volume /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:29:47.2783590Z [00:00:02.930]➜    #Setup ENV
2025-08-20T20:29:47.2783971Z [00:00:02.930]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:29:47.2784335Z [00:00:02.930]➜     CGO_ENABLED="1" 
2025-08-20T20:29:47.2785059Z [00:00:02.930]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:29:47.2785649Z [00:00:02.930]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:29:47.2786033Z [00:00:02.930]➜     GOOS="linux"
2025-08-20T20:29:47.2786330Z [00:00:02.930]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:29:47.2786619Z [00:00:02.930]➜    #Build
2025-08-20T20:29:47.2787128Z [00:00:02.930]➜     git clone --filter "blob:none" --quiet "https://gitlab.com/gitlab-org/cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:29:47.2787654Z [00:00:02.930]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:29:47.2788332Z [00:00:02.930]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:29:47.2788756Z [00:00:02.930]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:29:47.2789561Z [00:00:02.930]➜     go build -C "./cmd/glab" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/glab"
2025-08-20T20:29:47.2790204Z [00:00:02.930]➜    #Copy
2025-08-20T20:29:47.2790508Z [00:00:02.930]➜     cp -fv "/build-bins/glab" "/build-bins/gitlab-cli"
2025-08-20T20:29:47.2791235Z [00:00:02.930]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:29:47.2792114Z [00:00:02.930]➜    #Strip 
2025-08-20T20:29:47.2792600Z [00:00:02.930]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:29:47.2793283Z [00:00:02.930]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:29:47.2793960Z [00:00:02.930]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:29:47.2794552Z [00:00:02.930]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:29:47.2795099Z [00:00:02.930]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:29:47.2795509Z [00:00:02.930]➜     popd &>/dev/null
2025-08-20T20:29:47.2795747Z [00:00:02.930]➜    '
2025-08-20T20:29:47.9632217Z [00:00:03.615]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:29:48.1366967Z [00:00:03.789]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:29:48.1367343Z [00:00:03.789]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:29:48.1367796Z [00:00:03.789]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:29:48.1368163Z [00:00:03.789]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:29:48.1368470Z [00:00:03.789]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:29:48.1368765Z [00:00:03.789]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:29:48.1369043Z [00:00:03.789]➜  323e89f8c367: Waiting
2025-08-20T20:29:48.1369343Z [00:00:03.789]➜  4239b2f25ebc: Waiting
2025-08-20T20:29:48.1369597Z [00:00:03.789]➜  2b92eb3035e7: Waiting
2025-08-20T20:29:48.3425021Z [00:00:03.995]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:29:48.3425424Z [00:00:03.995]➜  99fd740fb142: Download complete
2025-08-20T20:29:48.4201276Z [00:00:04.072]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:29:48.4201712Z [00:00:04.072]➜  b2e6f696af52: Download complete
2025-08-20T20:29:48.5084231Z [00:00:04.160]➜  b2e6f696af52: Pull complete
2025-08-20T20:29:48.5779482Z [00:00:04.230]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:29:48.5779976Z [00:00:04.230]➜  996f2cb07f7c: Download complete
2025-08-20T20:29:48.8236061Z [00:00:04.476]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:29:48.8237144Z [00:00:04.476]➜  323e89f8c367: Download complete
2025-08-20T20:29:49.0276248Z [00:00:04.680]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:29:49.0276643Z [00:00:04.680]➜  4239b2f25ebc: Download complete
2025-08-20T20:29:53.7224981Z [00:00:09.374]➜  996f2cb07f7c: Pull complete
2025-08-20T20:29:58.9381127Z [00:00:14.590]➜  99fd740fb142: Pull complete
2025-08-20T20:30:05.9952081Z [00:00:21.647]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:30:05.9952520Z [00:00:21.647]➜  2b92eb3035e7: Download complete
2025-08-20T20:31:48.4689149Z [00:02:04.121]➜  2b92eb3035e7: Pull complete
2025-08-20T20:31:56.2989204Z [00:02:11.951]➜  4239b2f25ebc: Pull complete
2025-08-20T20:31:56.3834233Z [00:02:12.035]➜  323e89f8c367: Pull complete
2025-08-20T20:31:56.4102232Z [00:02:12.062]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:31:56.4214701Z [00:02:12.074]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:31:56.7787785Z [00:02:12.431]➜  + mkdir -p /build-bins
2025-08-20T20:31:56.7803188Z [00:02:12.432]➜  ++ mktemp -d
2025-08-20T20:31:56.7816068Z [00:02:12.434]➜  + pushd /tmp/tmp.NhlN4ZeHcO
2025-08-20T20:31:56.7816445Z [00:02:12.434]➜  + CGO_ENABLED=1
2025-08-20T20:31:56.7816837Z [00:02:12.434]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:31:56.7822930Z [00:02:12.434]➜  ++ uname -m
2025-08-20T20:31:56.7823335Z [00:02:12.434]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:31:56.7837152Z [00:02:12.436]➜  + GOARCH=arm64
2025-08-20T20:31:56.7837469Z [00:02:12.436]➜  + GOOS=linux
2025-08-20T20:31:56.7837937Z [00:02:12.436]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:31:56.7838877Z [00:02:12.436]➜  + git clone --filter blob:none --quiet https://gitlab.com/gitlab-org/cli ./TEMPREPO
2025-08-20T20:31:58.3149578Z [00:02:13.967]➜  warning: redirecting to https://gitlab.com/gitlab-org/cli.git/
2025-08-20T20:31:59.3422889Z [00:02:14.994]➜  + cd ./TEMPREPO
2025-08-20T20:31:59.3423787Z [00:02:14.994]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:31:59.3424129Z [00:02:14.994]➜  
2025-08-20T20:31:59.3424361Z [00:02:14.994]➜  [+] Target: "arm64/linux"
2025-08-20T20:31:59.3424845Z [00:02:14.994]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:31:59.3425219Z [00:02:14.994]➜  
2025-08-20T20:31:59.3425623Z [00:02:14.994]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:31:59.3426033Z [00:02:14.994]➜  + go mod tidy -v
2025-08-20T20:31:59.3758837Z [00:02:15.028]➜  go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2025-08-20T20:31:59.3759442Z [00:02:15.028]➜  go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
2025-08-20T20:31:59.3759849Z [00:02:15.028]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T20:31:59.3760267Z [00:02:15.028]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.141.1
2025-08-20T20:31:59.5720068Z [00:02:15.224]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T20:31:59.5833108Z [00:02:15.235]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:31:59.5880794Z [00:02:15.240]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T20:31:59.6076512Z [00:02:15.259]➜  go: downloading github.com/MakeNowJust/heredoc/v2 v2.0.1
2025-08-20T20:31:59.6376365Z [00:02:15.290]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T20:31:59.6399020Z [00:02:15.292]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T20:31:59.6737549Z [00:02:15.326]➜  go: downloading go.uber.org/mock v0.6.0
2025-08-20T20:31:59.6779959Z [00:02:15.330]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T20:31:59.7163198Z [00:02:15.368]➜  go: downloading github.com/spf13/viper v1.20.1
2025-08-20T20:31:59.7299492Z [00:02:15.382]➜  go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
2025-08-20T20:31:59.7560676Z [00:02:15.408]➜  go: downloading github.com/tidwall/pretty v1.2.1
2025-08-20T20:31:59.7634006Z [00:02:15.416]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
2025-08-20T20:31:59.7718857Z [00:02:15.424]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T20:31:59.7741017Z [00:02:15.426]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T20:31:59.8074465Z [00:02:15.460]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T20:31:59.8386996Z [00:02:15.491]➜  go: downloading github.com/docker/cli v28.3.3+incompatible
2025-08-20T20:31:59.8400604Z [00:02:15.492]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T20:31:59.8875463Z [00:02:15.540]➜  go: downloading github.com/zalando/go-keyring v0.2.6
2025-08-20T20:31:59.9225891Z [00:02:15.575]➜  go: downloading github.com/gosuri/uilive v0.0.4
2025-08-20T20:31:59.9719680Z [00:02:15.624]➜  go: downloading github.com/gdamore/tcell/v2 v2.8.1
2025-08-20T20:32:00.0260517Z [00:02:15.678]➜  go: downloading github.com/lunixbochs/vtclean v1.0.0
2025-08-20T20:32:00.0261738Z [00:02:15.678]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:32:00.0522884Z [00:02:15.704]➜  go: downloading github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf
2025-08-20T20:32:00.0575479Z [00:02:15.710]➜  go: downloading github.com/avast/retry-go/v4 v4.6.1
2025-08-20T20:32:00.0628083Z [00:02:15.715]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T20:32:00.1393816Z [00:02:15.791]➜  go: downloading k8s.io/apimachinery v0.33.4
2025-08-20T20:32:00.2575614Z [00:02:15.910]➜  go: downloading k8s.io/client-go v0.33.4
2025-08-20T20:32:00.6779407Z [00:02:16.330]➜  go: downloading github.com/coder/websocket v1.8.13
2025-08-20T20:32:00.6785818Z [00:02:16.331]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T20:32:00.7161952Z [00:02:16.368]➜  go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2025-08-20T20:32:00.7492721Z [00:02:16.401]➜  go: downloading oss.terrastruct.com/d2 v0.7.0
2025-08-20T20:32:02.3293550Z [00:02:17.981]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T20:32:02.3294115Z [00:02:17.981]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T20:32:02.3296052Z [00:02:17.981]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T20:32:02.3351597Z [00:02:17.987]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T20:32:02.3740051Z [00:02:18.026]➜  go: downloading github.com/briandowns/spinner v1.23.2
2025-08-20T20:32:02.3753192Z [00:02:18.027]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T20:32:02.3754821Z [00:02:18.028]➜  go: downloading github.com/google/renameio/v2 v2.0.0
2025-08-20T20:32:02.3785001Z [00:02:18.031]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T20:32:02.4132955Z [00:02:18.065]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T20:32:02.4202108Z [00:02:18.072]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T20:32:02.4340252Z [00:02:18.086]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T20:32:02.4340747Z [00:02:18.086]➜  go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.6
2025-08-20T20:32:02.4756613Z [00:02:18.127]➜  go: downloading github.com/otiai10/copy v1.14.1
2025-08-20T20:32:02.4757536Z [00:02:18.128]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T20:32:02.4763732Z [00:02:18.128]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T20:32:02.4857807Z [00:02:18.138]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T20:32:02.5096474Z [00:02:18.162]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T20:32:02.5260723Z [00:02:18.178]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T20:32:02.5635581Z [00:02:18.216]➜  go: downloading github.com/fsnotify/fsnotify v1.8.0
2025-08-20T20:32:02.6278520Z [00:02:18.280]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
2025-08-20T20:32:02.6476822Z [00:02:18.300]➜  go: downloading github.com/sagikazarmark/locafero v0.7.0
2025-08-20T20:32:02.6986874Z [00:02:18.351]➜  go: downloading github.com/spf13/afero v1.12.0
2025-08-20T20:32:02.7374971Z [00:02:18.390]➜  go: downloading github.com/spf13/cast v1.7.1
2025-08-20T20:32:02.7701465Z [00:02:18.422]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T20:32:02.8043235Z [00:02:18.456]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T20:32:02.8195905Z [00:02:18.472]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T20:32:02.8425371Z [00:02:18.495]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T20:32:02.8593902Z [00:02:18.511]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T20:32:02.8769046Z [00:02:18.529]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T20:32:03.0133043Z [00:02:18.665]➜  go: downloading al.essio.dev/pkg/shellescape v1.6.0
2025-08-20T20:32:03.0320650Z [00:02:18.684]➜  go: downloading github.com/danieljoos/wincred v1.2.2
2025-08-20T20:32:03.0490232Z [00:02:18.701]➜  go: downloading github.com/godbus/dbus/v5 v5.1.0
2025-08-20T20:32:03.0735630Z [00:02:18.726]➜  go: downloading github.com/gdamore/encoding v1.0.1
2025-08-20T20:32:03.0911464Z [00:02:18.743]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T20:32:03.1436413Z [00:02:18.796]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T20:32:03.1614002Z [00:02:18.813]➜  go: downloading gotest.tools/v3 v3.5.2
2025-08-20T20:32:03.1889438Z [00:02:18.841]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T20:32:03.3224332Z [00:02:18.974]➜  go: downloading github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
2025-08-20T20:32:03.3224927Z [00:02:18.974]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T20:32:03.3226668Z [00:02:18.975]➜  go: downloading github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec
2025-08-20T20:32:03.3611833Z [00:02:19.013]➜  go: downloading sigs.k8s.io/randfill v1.0.0
2025-08-20T20:32:03.3640010Z [00:02:19.016]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T20:32:03.3791140Z [00:02:19.031]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T20:32:03.3791645Z [00:02:19.031]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T20:32:03.3924200Z [00:02:19.044]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T20:32:03.4033331Z [00:02:19.055]➜  go: downloading oss.terrastruct.com/util-go v0.0.0-20250213174338-243d8661088a
2025-08-20T20:32:03.5022430Z [00:02:19.154]➜  go: downloading github.com/alecthomas/chroma/v2 v2.14.0
2025-08-20T20:32:03.6226344Z [00:02:19.275]➜  go: downloading github.com/PuerkitoBio/goquery v1.10.0
2025-08-20T20:32:03.6226865Z [00:02:19.275]➜  go: downloading github.com/yuin/goldmark v1.7.8
2025-08-20T20:32:03.6227357Z [00:02:19.275]➜  go: downloading github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2025-08-20T20:32:03.6566420Z [00:02:19.309]➜  go: downloading golang.org/x/image v0.20.0
2025-08-20T20:32:03.6651860Z [00:02:19.317]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T20:32:03.6713743Z [00:02:19.323]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.5
2025-08-20T20:32:03.7078830Z [00:02:19.360]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a
2025-08-20T20:32:03.7717247Z [00:02:19.424]➜  go: downloading github.com/fatih/color v1.16.0
2025-08-20T20:32:03.7983739Z [00:02:19.450]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T20:32:03.9196656Z [00:02:19.572]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T20:32:03.9223330Z [00:02:19.574]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T20:32:03.9282811Z [00:02:19.580]➜  go: downloading github.com/otiai10/mint v1.6.3
2025-08-20T20:32:03.9283256Z [00:02:19.580]➜  go: downloading github.com/sourcegraph/conc v0.3.0
2025-08-20T20:32:03.9366001Z [00:02:19.589]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T20:32:03.9375741Z [00:02:19.590]➜  go: downloading github.com/subosito/gotenv v1.6.0
2025-08-20T20:32:03.9461313Z [00:02:19.598]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
2025-08-20T20:32:03.9514886Z [00:02:19.604]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T20:32:03.9544398Z [00:02:19.607]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T20:32:03.9716188Z [00:02:19.624]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T20:32:03.9861796Z [00:02:19.638]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T20:32:03.9963758Z [00:02:19.648]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.6.0
2025-08-20T20:32:04.0012394Z [00:02:19.653]➜  go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
2025-08-20T20:32:04.0116250Z [00:02:19.664]➜  go: downloading k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
2025-08-20T20:32:04.0249456Z [00:02:19.677]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T20:32:04.0365950Z [00:02:19.689]➜  go: downloading k8s.io/api v0.33.4
2025-08-20T20:32:04.2161268Z [00:02:19.868]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T20:32:04.2161731Z [00:02:19.868]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T20:32:04.2346131Z [00:02:19.887]➜  go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
2025-08-20T20:32:04.2394129Z [00:02:19.892]➜  go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
2025-08-20T20:32:04.2591882Z [00:02:19.911]➜  go: downloading github.com/dlclark/regexp2 v1.11.4
2025-08-20T20:32:04.3275759Z [00:02:19.979]➜  go: downloading github.com/alecthomas/assert/v2 v2.7.0
2025-08-20T20:32:04.3475071Z [00:02:20.000]➜  go: downloading gonum.org/v1/plot v0.14.0
2025-08-20T20:32:04.3475527Z [00:02:20.000]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T20:32:04.4197097Z [00:02:20.072]➜  go: downloading github.com/dop251/goja v0.0.0-20240927123429-241b342198c2
2025-08-20T20:32:04.4713790Z [00:02:20.123]➜  go: downloading github.com/mazznoer/csscolorparser v0.1.5
2025-08-20T20:32:04.4951551Z [00:02:20.147]➜  go: downloading github.com/andybalholm/cascadia v1.3.2
2025-08-20T20:32:04.5151661Z [00:02:20.167]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T20:32:04.5367580Z [00:02:20.189]➜  go: downloading github.com/charmbracelet/x/ansi v0.8.0
2025-08-20T20:32:04.5368346Z [00:02:20.189]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
2025-08-20T20:32:04.5487038Z [00:02:20.201]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T20:32:04.5487593Z [00:02:20.201]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T20:32:04.5680408Z [00:02:20.220]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T20:32:04.5698557Z [00:02:20.222]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T20:32:04.5703823Z [00:02:20.223]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T20:32:04.5713902Z [00:02:20.224]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T20:32:04.6053107Z [00:02:20.257]➜  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
2025-08-20T20:32:04.6054099Z [00:02:20.258]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T20:32:04.6246713Z [00:02:20.277]➜  go: downloading github.com/google/gnostic-models v0.6.9
2025-08-20T20:32:04.6270343Z [00:02:20.279]➜  go: downloading google.golang.org/protobuf v1.36.7
2025-08-20T20:32:04.6338000Z [00:02:20.286]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T20:32:04.6518729Z [00:02:20.304]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T20:32:04.6828180Z [00:02:20.335]➜  go: downloading github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db
2025-08-20T20:32:04.6845727Z [00:02:20.337]➜  go: downloading github.com/Masterminds/semver/v3 v3.2.1
2025-08-20T20:32:04.6850350Z [00:02:20.337]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T20:32:04.7217564Z [00:02:20.374]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T20:32:04.7230591Z [00:02:20.375]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T20:32:04.7444944Z [00:02:20.397]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T20:32:04.7635627Z [00:02:20.415]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T20:32:04.7665629Z [00:02:20.419]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T20:32:04.7843827Z [00:02:20.436]➜  go: downloading github.com/x448/float16 v0.8.4
2025-08-20T20:32:04.8041786Z [00:02:20.456]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T20:32:04.8056434Z [00:02:20.458]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T20:32:04.8961415Z [00:02:20.548]➜  go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
2025-08-20T20:32:04.8961963Z [00:02:20.548]➜  go: downloading github.com/go-fonts/liberation v0.3.1
2025-08-20T20:32:05.0924812Z [00:02:20.745]➜  go: downloading rsc.io/pdf v0.1.1
2025-08-20T20:32:05.0925291Z [00:02:20.745]➜  go: downloading git.sr.ht/~sbinet/gg v0.5.0
2025-08-20T20:32:05.0925869Z [00:02:20.745]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T20:32:05.0926407Z [00:02:20.745]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T20:32:05.1149188Z [00:02:20.767]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T20:32:05.1316710Z [00:02:20.767]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T20:32:05.1317184Z [00:02:20.784]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T20:32:05.1451243Z [00:02:20.797]➜  go: downloading github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9
2025-08-20T20:32:05.2523661Z [00:02:20.904]➜  go: downloading github.com/go-pdf/fpdf v0.8.0
2025-08-20T20:32:05.2524195Z [00:02:20.904]➜  go: downloading github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
2025-08-20T20:32:05.2524732Z [00:02:20.904]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T20:32:05.2525184Z [00:02:20.904]➜  go: downloading github.com/campoy/embedmd v1.0.0
2025-08-20T20:32:05.2738445Z [00:02:20.926]➜  go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
2025-08-20T20:32:05.4227808Z [00:02:21.075]➜  + go generate ./...
2025-08-20T20:32:12.6164151Z [00:02:28.268]➜  go: downloading golang.org/x/tools v0.36.0
2025-08-20T20:32:12.6164571Z [00:02:28.268]➜  go: downloading golang.org/x/mod v0.27.0
2025-08-20T20:32:20.3832092Z [00:02:36.035]➜  panic: config.yaml.lock has the permissions 644, but glab requires 600.
2025-08-20T20:32:20.3832693Z [00:02:36.035]➜  	Consider running `chmod 600 config.yaml.lock`
2025-08-20T20:32:20.3832989Z [00:02:36.035]➜  
2025-08-20T20:32:20.3833215Z [00:02:36.035]➜  goroutine 1 [running]:
2025-08-20T20:32:20.3833469Z [00:02:36.035]➜  main.main()
2025-08-20T20:32:20.3833825Z [00:02:36.035]➜  	/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/gen.go:18 +0xd0
2025-08-20T20:32:20.3834948Z [00:02:36.036]➜  exit status 2
2025-08-20T20:32:20.3872007Z [00:02:36.039]➜  internal/config/config.go:15: running "go": exit status 1
2025-08-20T20:32:23.2865762Z [00:02:38.939]➜  + go build -C ./cmd/glab -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/glab
2025-08-20T20:32:23.2889387Z [00:02:38.941]➜  WORK=/tmp/go-build3897779518
2025-08-20T20:32:23.3206200Z [00:02:38.972]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T20:32:23.3254673Z [00:02:38.978]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.3+incompatible.info
2025-08-20T20:32:23.3259598Z [00:02:38.978]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info
2025-08-20T20:32:23.3260436Z [00:02:38.978]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info
2025-08-20T20:32:23.3843341Z [00:02:39.036]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info: 200 OK (0.058s)
2025-08-20T20:32:23.3866989Z [00:02:39.039]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info: 200 OK (0.061s)
2025-08-20T20:32:23.3870824Z [00:02:39.039]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.3.0.info
2025-08-20T20:32:23.3872968Z [00:02:39.039]➜  # get https://proxy.golang.org/github.com/coder/websocket/@v/v1.8.13.info
2025-08-20T20:32:23.3893425Z [00:02:39.041]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.069s)
2025-08-20T20:32:23.3902589Z [00:02:39.042]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.3+incompatible.info: 200 OK (0.064s)
2025-08-20T20:32:23.3903214Z [00:02:39.042]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T20:32:23.3903812Z [00:02:39.042]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T20:32:23.3904387Z [00:02:39.042]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T20:32:23.4051025Z [00:02:39.057]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.3.0.info: 200 OK (0.018s)
2025-08-20T20:32:23.4084881Z [00:02:39.061]➜  # get https://proxy.golang.org/github.com/coder/websocket/@v/v1.8.13.info: 200 OK (0.021s)
2025-08-20T20:32:23.4095981Z [00:02:39.062]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.020s)
2025-08-20T20:32:23.4098899Z [00:02:39.062]➜  # get https://proxy.golang.org/github.com/gosuri/uilive/@v/v0.0.4.info
2025-08-20T20:32:23.4103656Z [00:02:39.063]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/v2/@v/v2.8.1.info
2025-08-20T20:32:23.4141356Z [00:02:39.066]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.024s)
2025-08-20T20:32:23.4143867Z [00:02:39.067]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T20:32:23.4293047Z [00:02:39.081]➜  # get https://proxy.golang.org/github.com/gosuri/uilive/@v/v0.0.4.info: 200 OK (0.019s)
2025-08-20T20:32:23.4300156Z [00:02:39.082]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/v2/@v/v2.8.1.info: 200 OK (0.019s)
2025-08-20T20:32:23.4300910Z [00:02:39.082]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20230621164836-6cc0565babaf.info
2025-08-20T20:32:23.4301467Z [00:02:39.082]➜  # get https://proxy.golang.org/k8s.io/client-go/@v/v0.33.4.info
2025-08-20T20:32:23.4301974Z [00:02:39.082]➜  # get https://proxy.golang.org/github.com/lunixbochs/vtclean/@v/v1.0.0.info
2025-08-20T20:32:23.4316370Z [00:02:39.084]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.017s)
2025-08-20T20:32:23.4328901Z [00:02:39.085]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info
2025-08-20T20:32:23.4451896Z [00:02:39.097]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20230621164836-6cc0565babaf.info: 200 OK (0.015s)
2025-08-20T20:32:23.4454754Z [00:02:39.098]➜  # get https://proxy.golang.org/k8s.io/apimachinery/@v/v0.33.4.info
2025-08-20T20:32:23.4478252Z [00:02:39.100]➜  # get https://proxy.golang.org/k8s.io/client-go/@v/v0.33.4.info: 200 OK (0.018s)
2025-08-20T20:32:23.4481439Z [00:02:39.100]➜  # get https://proxy.golang.org/github.com/lunixbochs/vtclean/@v/v1.0.0.info: 200 OK (0.018s)
2025-08-20T20:32:23.4486104Z [00:02:39.101]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T20:32:23.4517509Z [00:02:39.104]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info: 200 OK (0.019s)
2025-08-20T20:32:23.4640155Z [00:02:39.116]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.015s)
2025-08-20T20:32:23.4705719Z [00:02:39.123]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.080s)
2025-08-20T20:32:23.4708514Z [00:02:39.123]➜  # get https://proxy.golang.org/k8s.io/utils/@v/v0.0.0-20241104100929-3ea5e8cea738.info
2025-08-20T20:32:23.4881992Z [00:02:39.140]➜  # get https://proxy.golang.org/k8s.io/utils/@v/v0.0.0-20241104100929-3ea5e8cea738.info: 200 OK (0.017s)
2025-08-20T20:32:23.4892275Z [00:02:39.141]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T20:32:23.5061907Z [00:02:39.158]➜  # get https://proxy.golang.org/k8s.io/apimachinery/@v/v0.33.4.info: 200 OK (0.061s)
2025-08-20T20:32:23.5066728Z [00:02:39.159]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T20:32:23.5079076Z [00:02:39.160]➜  # get https://proxy.golang.org/oss.terrastruct.com/d2/@v/v0.7.0.info
2025-08-20T20:32:23.5214055Z [00:02:39.173]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.015s)
2025-08-20T20:32:23.5218241Z [00:02:39.174]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info
2025-08-20T20:32:23.5223413Z [00:02:39.174]➜  # get https://proxy.golang.org/oss.terrastruct.com/d2/@v/v0.7.0.info: 200 OK (0.014s)
2025-08-20T20:32:23.5234191Z [00:02:39.176]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info
2025-08-20T20:32:23.5243150Z [00:02:39.176]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.0.info
2025-08-20T20:32:23.5369271Z [00:02:39.189]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info: 200 OK (0.015s)
2025-08-20T20:32:23.5374063Z [00:02:39.190]➜  # get https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.7.0.info
2025-08-20T20:32:23.5380893Z [00:02:39.190]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info: 200 OK (0.015s)
2025-08-20T20:32:23.5386577Z [00:02:39.191]➜  # get https://proxy.golang.org/oss.terrastruct.com/util-go/@v/v0.0.0-20250213174338-243d8661088a.info
2025-08-20T20:32:23.5387312Z [00:02:39.191]➜  # get https://proxy.golang.org/github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.info
2025-08-20T20:32:23.5393617Z [00:02:39.191]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.0.info: 200 OK (0.015s)
2025-08-20T20:32:23.5397950Z [00:02:39.192]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T20:32:23.5433097Z [00:02:39.195]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.054s)
2025-08-20T20:32:23.5444066Z [00:02:39.197]➜  # get https://proxy.golang.org/gonum.org/v1/plot/@v/v0.14.0.info
2025-08-20T20:32:23.5538022Z [00:02:39.206]➜  # get https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.7.0.info: 200 OK (0.016s)
2025-08-20T20:32:23.5541353Z [00:02:39.206]➜  # get https://proxy.golang.org/github.com/x448/float16/@v/v0.8.4.info
2025-08-20T20:32:23.5554503Z [00:02:39.208]➜  # get https://proxy.golang.org/oss.terrastruct.com/util-go/@v/v0.0.0-20250213174338-243d8661088a.info: 200 OK (0.017s)
2025-08-20T20:32:23.5558370Z [00:02:39.208]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info
2025-08-20T20:32:23.5566766Z [00:02:39.209]➜  # get https://proxy.golang.org/github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.info: 200 OK (0.018s)
2025-08-20T20:32:23.5569450Z [00:02:39.209]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.017s)
2025-08-20T20:32:23.5574974Z [00:02:39.210]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20240909161429-701f63a606c0.info
2025-08-20T20:32:23.5584256Z [00:02:39.211]➜  # get https://proxy.golang.org/gonum.org/v1/plot/@v/v0.14.0.info: 200 OK (0.014s)
2025-08-20T20:32:23.5590989Z [00:02:39.211]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info
2025-08-20T20:32:23.5592013Z [00:02:39.211]➜  # get https://proxy.golang.org/github.com/dop251/goja/@v/v0.0.0-20240927123429-241b342198c2.info
2025-08-20T20:32:23.5678196Z [00:02:39.220]➜  # get https://proxy.golang.org/github.com/x448/float16/@v/v0.8.4.info: 200 OK (0.014s)
2025-08-20T20:32:23.5684872Z [00:02:39.221]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info
2025-08-20T20:32:23.5716262Z [00:02:39.224]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20240909161429-701f63a606c0.info: 200 OK (0.014s)
2025-08-20T20:32:23.5750999Z [00:02:39.227]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info: 200 OK (0.014s)
2025-08-20T20:32:23.5751687Z [00:02:39.227]➜  # get https://proxy.golang.org/golang.org/x/image/@v/v0.20.0.info
2025-08-20T20:32:23.5752343Z [00:02:39.227]➜  # get https://proxy.golang.org/github.com/dop251/goja/@v/v0.0.0-20240927123429-241b342198c2.info: 200 OK (0.016s)
2025-08-20T20:32:23.5824870Z [00:02:39.235]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.014s)
2025-08-20T20:32:23.5834441Z [00:02:39.236]➜  # get https://proxy.golang.org/sigs.k8s.io/json/@v/v0.0.0-20241010143419-9aa6b5e7a4b3.info
2025-08-20T20:32:23.5872988Z [00:02:39.239]➜  # get https://proxy.golang.org/golang.org/x/image/@v/v0.20.0.info: 200 OK (0.014s)
2025-08-20T20:32:23.5888320Z [00:02:39.241]➜  # get https://proxy.golang.org/github.com/mazznoer/csscolorparser/@v/v0.1.5.info
2025-08-20T20:32:23.5992016Z [00:02:39.251]➜  # get https://proxy.golang.org/sigs.k8s.io/json/@v/v0.0.0-20241010143419-9aa6b5e7a4b3.info: 200 OK (0.016s)
2025-08-20T20:32:23.5998729Z [00:02:39.252]➜  # get https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.6.0.info
2025-08-20T20:32:23.6000358Z [00:02:39.252]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info
2025-08-20T20:32:23.6007342Z [00:02:39.253]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info
2025-08-20T20:32:23.6023665Z [00:02:39.254]➜  # get https://proxy.golang.org/github.com/mazznoer/csscolorparser/@v/v0.1.5.info: 200 OK (0.014s)
2025-08-20T20:32:23.6148692Z [00:02:39.267]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info: 200 OK (0.015s)
2025-08-20T20:32:23.6155573Z [00:02:39.268]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20241029153458-d1b30febd7db.info
2025-08-20T20:32:23.6161314Z [00:02:39.268]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info: 200 OK (0.015s)
2025-08-20T20:32:23.6193052Z [00:02:39.271]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info: 200 OK (0.063s)
2025-08-20T20:32:23.6295407Z [00:02:39.282]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20241029153458-d1b30febd7db.info: 200 OK (0.014s)
2025-08-20T20:32:23.6658924Z [00:02:39.318]➜  # get https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.6.0.info: 200 OK (0.066s)
2025-08-20T20:32:23.6662638Z [00:02:39.318]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T20:32:23.6813509Z [00:02:39.333]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.015s)
2025-08-20T20:32:23.6816702Z [00:02:39.334]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T20:32:23.6956357Z [00:02:39.348]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.014s)
2025-08-20T20:32:23.6959243Z [00:02:39.348]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T20:32:23.7099392Z [00:02:39.362]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.014s)
2025-08-20T20:32:23.7104473Z [00:02:39.363]➜  # get https://proxy.golang.org/sigs.k8s.io/randfill/@v/v1.0.0.info
2025-08-20T20:32:23.7248839Z [00:02:39.377]➜  # get https://proxy.golang.org/sigs.k8s.io/randfill/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T20:32:23.7335455Z [00:02:39.386]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO
2025-08-20T20:32:23.7335833Z [00:02:39.386]➜  git status --porcelain
2025-08-20T20:32:23.7999263Z [00:02:39.452]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO
2025-08-20T20:32:23.7999690Z [00:02:39.452]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:32:23.8013534Z [00:02:39.453]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git config extensions.objectformat
2025-08-20T20:32:23.8022051Z [00:02:39.454]➜  0.001s # cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git config extensions.objectformat
2025-08-20T20:32:23.8022938Z [00:02:39.454]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 318bc52a935a57e140e85977fb1b557a70ea4853 --
2025-08-20T20:32:23.8040346Z [00:02:39.456]➜  0.002s # cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 318bc52a935a57e140e85977fb1b557a70ea4853 --
2025-08-20T20:32:23.8041721Z [00:02:39.456]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 318bc52a935a57e140e85977fb1b557a70ea4853
2025-08-20T20:32:23.8285424Z [00:02:39.481]➜  0.024s # cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 318bc52a935a57e140e85977fb1b557a70ea4853
2025-08-20T20:32:23.8286419Z [00:02:39.481]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 318bc52a935a --
2025-08-20T20:32:23.8303988Z [00:02:39.482]➜  0.002s # cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 318bc52a935a --
2025-08-20T20:32:23.8304845Z [00:02:39.482]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git cat-file blob 318bc52a935a57e140e85977fb1b557a70ea4853:go.mod
2025-08-20T20:32:23.8316371Z [00:02:39.484]➜  0.001s # cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO; git cat-file blob 318bc52a935a57e140e85977fb1b557a70ea4853:go.mod
2025-08-20T20:32:23.8370395Z [00:02:39.489]➜  internal/unsafeheader
2025-08-20T20:32:23.8370945Z [00:02:39.489]➜  mkdir -p $WORK/b007/
2025-08-20T20:32:23.8373251Z [00:02:39.489]➜  internal/byteorder
2025-08-20T20:32:23.8373553Z [00:02:39.489]➜  mkdir -p $WORK/b011/
2025-08-20T20:32:23.8375094Z [00:02:39.490]➜  internal/goarch
2025-08-20T20:32:23.8375565Z [00:02:39.490]➜  mkdir -p $WORK/b005/
2025-08-20T20:32:23.8376195Z [00:02:39.490]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T20:32:23.8376632Z [00:02:39.490]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8378607Z [00:02:39.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b007=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:32:23.8380727Z [00:02:39.490]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:32:23.8381161Z [00:02:39.490]➜  echo '# import config' > $WORK/b005/importcfg # internal
2025-08-20T20:32:23.8389984Z [00:02:39.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b011=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:32:23.8392672Z [00:02:39.491]➜  internal/cpu
2025-08-20T20:32:23.8394695Z [00:02:39.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b005=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T20:32:23.8399291Z [00:02:39.492]➜  mkdir -p $WORK/b010/
2025-08-20T20:32:23.8399631Z [00:02:39.492]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:32:23.8399954Z [00:02:39.492]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:32:23.8401014Z [00:02:39.492]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T20:32:23.8436790Z [00:02:39.496]➜  echo '# import config' > $WORK/b010/importcfg # internal
2025-08-20T20:32:23.8438909Z [00:02:39.496]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8443003Z [00:02:39.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T20:32:23.8455165Z [00:02:39.498]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T20:32:23.8462011Z [00:02:39.498]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:32:23.8467652Z [00:02:39.498]➜  internal/coverage/rtcov
2025-08-20T20:32:23.8468245Z [00:02:39.498]➜  mkdir -p $WORK/b013/
2025-08-20T20:32:23.8472574Z [00:02:39.499]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T20:32:23.8474458Z [00:02:39.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b013=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:32:23.8536267Z [00:02:39.506]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:32:23.8545903Z [00:02:39.507]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:32:23.8548574Z [00:02:39.507]➜  internal/abi
2025-08-20T20:32:23.8548857Z [00:02:39.507]➜  mkdir -p $WORK/b004/
2025-08-20T20:32:23.8551205Z [00:02:39.507]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:32:23.8552309Z [00:02:39.507]➜  cd /root/.go/src/internal/abi
2025-08-20T20:32:23.8553526Z [00:02:39.507]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./abi_test.s ./stub.s
2025-08-20T20:32:23.8579723Z [00:02:39.510]➜  cat >/tmp/go-build3897779518/b004/importcfg << 'EOF' # internal
2025-08-20T20:32:23.8580302Z [00:02:39.510]➜  # import config
2025-08-20T20:32:23.8581028Z [00:02:39.510]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.8581449Z [00:02:39.510]➜  EOF
2025-08-20T20:32:23.8581721Z [00:02:39.510]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8585459Z [00:02:39.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.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-20T20:32:23.8603180Z [00:02:39.512]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:32:23.8607642Z [00:02:39.513]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:32:23.8613433Z [00:02:39.513]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:32:23.8620023Z [00:02:39.514]➜  internal/godebugs
2025-08-20T20:32:23.8621157Z [00:02:39.514]➜  mkdir -p $WORK/b014/
2025-08-20T20:32:23.8622390Z [00:02:39.514]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:32:23.8624127Z [00:02:39.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b014=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:32:23.8625838Z [00:02:39.514]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:32:23.8641515Z [00:02:39.516]➜  internal/goexperiment
2025-08-20T20:32:23.8641905Z [00:02:39.516]➜  mkdir -p $WORK/b015/
2025-08-20T20:32:23.8642259Z [00:02:39.516]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:32:23.8679442Z [00:02:39.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b015=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/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-20T20:32:23.8724400Z [00:02:39.525]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:32:23.8725466Z [00:02:39.525]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/cpu.o ./cpu.s
2025-08-20T20:32:23.8752253Z [00:02:39.527]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:32:23.8755619Z [00:02:39.528]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:32:23.8757027Z [00:02:39.528]➜  internal/goos
2025-08-20T20:32:23.8758961Z [00:02:39.528]➜  mkdir -p $WORK/b016/
2025-08-20T20:32:23.8759431Z [00:02:39.528]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:32:23.8759877Z [00:02:39.528]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8762509Z [00:02:39.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b016=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/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-20T20:32:23.8771339Z [00:02:39.529]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:32:23.8775105Z [00:02:39.530]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:32:23.8776153Z [00:02:39.530]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:32:23.8782183Z [00:02:39.530]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:32:23.8783337Z [00:02:39.530]➜  internal/profilerecord
2025-08-20T20:32:23.8783632Z [00:02:39.531]➜  mkdir -p $WORK/b017/
2025-08-20T20:32:23.8786744Z [00:02:39.531]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:32:23.8788589Z [00:02:39.531]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8790974Z [00:02:39.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b017=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:32:23.8818815Z [00:02:39.534]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:32:23.8819331Z [00:02:39.534]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/cpu.o $WORK/b010/cpu_arm64.o # internal
2025-08-20T20:32:23.8825305Z [00:02:39.535]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:32:23.8837167Z [00:02:39.536]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:32:23.8847325Z [00:02:39.537]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:32:23.8848189Z [00:02:39.537]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:32:23.8848759Z [00:02:39.537]➜  internal/chacha8rand
2025-08-20T20:32:23.8849036Z [00:02:39.537]➜  mkdir -p $WORK/b012/
2025-08-20T20:32:23.8849344Z [00:02:39.537]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T20:32:23.8849676Z [00:02:39.537]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:32:23.8851191Z [00:02:39.537]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./chacha8_arm64.s
2025-08-20T20:32:23.8852248Z [00:02:39.537]➜  internal/bytealg
2025-08-20T20:32:23.8855060Z [00:02:39.538]➜  mkdir -p $WORK/b009/
2025-08-20T20:32:23.8859088Z [00:02:39.538]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:32:23.8859554Z [00:02:39.538]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:32:23.8860897Z [00:02:39.538]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T20:32:23.8877442Z [00:02:39.540]➜  cat >/tmp/go-build3897779518/b012/importcfg << 'EOF' # internal
2025-08-20T20:32:23.8879102Z [00:02:39.540]➜  # import config
2025-08-20T20:32:23.8879554Z [00:02:39.540]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:23.8880070Z [00:02:39.540]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:23.8880557Z [00:02:39.540]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.8881369Z [00:02:39.540]➜  EOF
2025-08-20T20:32:23.8881643Z [00:02:39.540]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8883687Z [00:02:39.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -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/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:32:23.8890815Z [00:02:39.541]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:32:23.8895807Z [00:02:39.542]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:32:23.8900744Z [00:02:39.542]➜  internal/runtime/atomic
2025-08-20T20:32:23.8901079Z [00:02:39.542]➜  mkdir -p $WORK/b018/
2025-08-20T20:32:23.8902212Z [00:02:39.542]➜  echo -n > $WORK/b018/go_asm.h # internal
2025-08-20T20:32:23.8903903Z [00:02:39.543]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:32:23.8905896Z [00:02:39.543]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -I $WORK/b018/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b018/symabis ./atomic_arm64.s
2025-08-20T20:32:23.8926811Z [00:02:39.545]➜  cat >/tmp/go-build3897779518/b009/importcfg << 'EOF' # internal
2025-08-20T20:32:23.8928164Z [00:02:39.545]➜  # import config
2025-08-20T20:32:23.8928719Z [00:02:39.545]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:23.8929117Z [00:02:39.545]➜  EOF
2025-08-20T20:32:23.8934204Z [00:02:39.546]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.8938836Z [00:02:39.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/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_arm64.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-20T20:32:23.8959374Z [00:02:39.548]➜  cat >/tmp/go-build3897779518/b018/importcfg << 'EOF' # internal
2025-08-20T20:32:23.8960149Z [00:02:39.548]➜  # import config
2025-08-20T20:32:23.8960558Z [00:02:39.548]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:23.8961043Z [00:02:39.548]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.8961387Z [00:02:39.548]➜  EOF
2025-08-20T20:32:23.8964320Z [00:02:39.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b018/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack -asmhdr $WORK/b018/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.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-20T20:32:23.9100096Z [00:02:39.561]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:32:23.9101303Z [00:02:39.561]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/compare_arm64.o ./compare_arm64.s
2025-08-20T20:32:23.9136990Z [00:02:39.566]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/count_arm64.o ./count_arm64.s
2025-08-20T20:32:23.9147281Z [00:02:39.567]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:32:23.9162838Z [00:02:39.567]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T20:32:23.9196903Z [00:02:39.572]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:32:23.9198161Z [00:02:39.572]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/equal_arm64.o ./equal_arm64.s
2025-08-20T20:32:23.9224598Z [00:02:39.574]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/index_arm64.o ./index_arm64.s
2025-08-20T20:32:23.9255478Z [00:02:39.578]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:32:23.9256518Z [00:02:39.578]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/chacha8_arm64.o # internal
2025-08-20T20:32:23.9257758Z [00:02:39.578]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:32:23.9259790Z [00:02:39.578]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:32:23.9267648Z [00:02:39.578]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T20:32:23.9276528Z [00:02:39.580]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:32:23.9278074Z [00:02:39.580]➜  internal/runtime/math
2025-08-20T20:32:23.9278929Z [00:02:39.580]➜  mkdir -p $WORK/b021/
2025-08-20T20:32:23.9281151Z [00:02:39.580]➜  cat >/tmp/go-build3897779518/b021/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9281631Z [00:02:39.580]➜  # import config
2025-08-20T20:32:23.9282029Z [00:02:39.580]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.9282426Z [00:02:39.580]➜  EOF
2025-08-20T20:32:23.9282734Z [00:02:39.580]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.9284416Z [00:02:39.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b021=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:32:23.9285869Z [00:02:39.581]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:32:23.9287032Z [00:02:39.581]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -I $WORK/b018/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b018/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:32:23.9341936Z [00:02:39.586]➜  go tool pack r $WORK/b018/_pkg_.a $WORK/b018/atomic_arm64.o # internal
2025-08-20T20:32:23.9342821Z [00:02:39.586]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:32:23.9355256Z [00:02:39.588]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:32:23.9361671Z [00:02:39.588]➜  internal/runtime/syscall
2025-08-20T20:32:23.9364137Z [00:02:39.589]➜  mkdir -p $WORK/b022/
2025-08-20T20:32:23.9369656Z [00:02:39.589]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:32:23.9399955Z [00:02:39.590]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/compare_arm64.o $WORK/b009/count_arm64.o $WORK/b009/equal_arm64.o $WORK/b009/index_arm64.o $WORK/b009/indexbyte_arm64.o # internal
2025-08-20T20:32:23.9401313Z [00:02:39.592]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:32:23.9408841Z [00:02:39.593]➜  echo -n > $WORK/b022/go_asm.h # internal
2025-08-20T20:32:23.9413460Z [00:02:39.593]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:32:23.9414740Z [00:02:39.593]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b022/symabis ./asm_linux_arm64.s
2025-08-20T20:32:23.9430389Z [00:02:39.595]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:32:23.9431360Z [00:02:39.595]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:32:23.9435611Z [00:02:39.595]➜  internal/runtime/exithook
2025-08-20T20:32:23.9437289Z [00:02:39.595]➜  mkdir -p $WORK/b023/
2025-08-20T20:32:23.9437988Z [00:02:39.595]➜  cat >/tmp/go-build3897779518/b023/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9438404Z [00:02:39.595]➜  # import config
2025-08-20T20:32:23.9438836Z [00:02:39.595]➜  packagefile internal/runtime/atomic=/tmp/go-build3897779518/b018/_pkg_.a
2025-08-20T20:32:23.9439234Z [00:02:39.595]➜  EOF
2025-08-20T20:32:23.9439508Z [00:02:39.595]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.9441564Z [00:02:39.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b023=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:32:23.9443460Z [00:02:39.595]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:32:23.9444018Z [00:02:39.595]➜  internal/runtime/strconv
2025-08-20T20:32:23.9444292Z [00:02:39.595]➜  mkdir -p $WORK/b020/
2025-08-20T20:32:23.9444655Z [00:02:39.595]➜  cat >/tmp/go-build3897779518/b020/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9445008Z [00:02:39.595]➜  # import config
2025-08-20T20:32:23.9445401Z [00:02:39.595]➜  packagefile internal/runtime/math=/tmp/go-build3897779518/b021/_pkg_.a
2025-08-20T20:32:23.9445762Z [00:02:39.595]➜  EOF
2025-08-20T20:32:23.9450526Z [00:02:39.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b020=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:32:23.9480017Z [00:02:39.600]➜  cat >/tmp/go-build3897779518/b022/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9480455Z [00:02:39.600]➜  # import config
2025-08-20T20:32:23.9480839Z [00:02:39.600]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.9481187Z [00:02:39.600]➜  EOF
2025-08-20T20:32:23.9483947Z [00:02:39.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b022/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:32:23.9627138Z [00:02:39.614]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:32:23.9628014Z [00:02:39.615]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:32:23.9628629Z [00:02:39.615]➜  internal/runtime/gc
2025-08-20T20:32:23.9628907Z [00:02:39.615]➜  mkdir -p $WORK/b024/
2025-08-20T20:32:23.9635179Z [00:02:39.615]➜  cat >/tmp/go-build3897779518/b024/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9635572Z [00:02:39.615]➜  # import config
2025-08-20T20:32:23.9636846Z [00:02:39.615]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.9637209Z [00:02:39.615]➜  EOF
2025-08-20T20:32:23.9641370Z [00:02:39.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b024=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/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-20T20:32:23.9697153Z [00:02:39.622]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:32:23.9701837Z [00:02:39.622]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:32:23.9703660Z [00:02:39.623]➜  internal/asan
2025-08-20T20:32:23.9704412Z [00:02:39.623]➜  mkdir -p $WORK/b026/
2025-08-20T20:32:23.9705707Z [00:02:39.623]➜  echo '# import config' > $WORK/b026/importcfg # internal
2025-08-20T20:32:23.9710302Z [00:02:39.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b026=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:32:23.9791423Z [00:02:39.631]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:32:23.9795064Z [00:02:39.632]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:32:23.9796572Z [00:02:39.632]➜  internal/msan
2025-08-20T20:32:23.9797050Z [00:02:39.632]➜  mkdir -p $WORK/b027/
2025-08-20T20:32:23.9800537Z [00:02:39.632]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:32:23.9802967Z [00:02:39.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b027=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:32:23.9844370Z [00:02:39.636]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:32:23.9845856Z [00:02:39.637]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b022/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:32:23.9873577Z [00:02:39.639]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:32:23.9880954Z [00:02:39.640]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:32:23.9881715Z [00:02:39.640]➜  internal/runtime/sys
2025-08-20T20:32:23.9881994Z [00:02:39.640]➜  mkdir -p $WORK/b029/
2025-08-20T20:32:23.9882297Z [00:02:39.640]➜  echo -n > $WORK/b029/go_asm.h # internal
2025-08-20T20:32:23.9882687Z [00:02:39.640]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:32:23.9885412Z [00:02:39.640]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b029/symabis ./dit_arm64.s ./empty.s
2025-08-20T20:32:23.9892698Z [00:02:39.641]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:32:23.9893272Z [00:02:39.641]➜  go tool pack r $WORK/b022/_pkg_.a $WORK/b022/asm_linux_arm64.o # internal
2025-08-20T20:32:23.9893717Z [00:02:39.641]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:32:23.9897213Z [00:02:39.642]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:32:23.9900220Z [00:02:39.642]➜  internal/runtime/cgroup
2025-08-20T20:32:23.9900957Z [00:02:39.642]➜  mkdir -p $WORK/b019/
2025-08-20T20:32:23.9903832Z [00:02:39.643]➜  cat >/tmp/go-build3897779518/b019/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9905958Z [00:02:39.643]➜  # import config
2025-08-20T20:32:23.9906346Z [00:02:39.643]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:23.9906874Z [00:02:39.643]➜  packagefile internal/runtime/strconv=/tmp/go-build3897779518/b020/_pkg_.a
2025-08-20T20:32:23.9907459Z [00:02:39.643]➜  packagefile internal/runtime/syscall=/tmp/go-build3897779518/b022/_pkg_.a
2025-08-20T20:32:23.9907952Z [00:02:39.643]➜  EOF
2025-08-20T20:32:23.9909336Z [00:02:39.643]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:23.9916434Z [00:02:39.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b019=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/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-20T20:32:23.9918762Z [00:02:39.643]➜  cat >/tmp/go-build3897779518/b029/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9919116Z [00:02:39.643]➜  # import config
2025-08-20T20:32:23.9919502Z [00:02:39.643]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:23.9919995Z [00:02:39.643]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:23.9920476Z [00:02:39.643]➜  packagefile internal/goos=/tmp/go-build3897779518/b016/_pkg_.a
2025-08-20T20:32:23.9920813Z [00:02:39.643]➜  EOF
2025-08-20T20:32:23.9924564Z [00:02:39.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b029/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/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/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:32:23.9962254Z [00:02:39.648]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:32:23.9974151Z [00:02:39.649]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:32:23.9977561Z [00:02:39.649]➜  internal/stringslite
2025-08-20T20:32:23.9977991Z [00:02:39.649]➜  mkdir -p $WORK/b030/
2025-08-20T20:32:23.9978369Z [00:02:39.650]➜  cat >/tmp/go-build3897779518/b030/importcfg << 'EOF' # internal
2025-08-20T20:32:23.9978738Z [00:02:39.650]➜  # import config
2025-08-20T20:32:23.9979113Z [00:02:39.650]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:23.9979459Z [00:02:39.650]➜  EOF
2025-08-20T20:32:23.9981028Z [00:02:39.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b030=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:32:24.0068427Z [00:02:39.658]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:32:24.0072624Z [00:02:39.658]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b029/dit_arm64.o ./dit_arm64.s
2025-08-20T20:32:24.0092381Z [00:02:39.661]➜  cd /root/.go/src/internal/abi
2025-08-20T20:32:24.0110693Z [00:02:39.663]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/abi_test.o ./abi_test.s
2025-08-20T20:32:24.0134768Z [00:02:39.666]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:32:24.0137089Z [00:02:39.666]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b029/empty.o ./empty.s
2025-08-20T20:32:24.0139379Z [00:02:39.666]➜  cd /root/.go/src/internal/abi
2025-08-20T20:32:24.0141373Z [00:02:39.666]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/stub.o ./stub.s
2025-08-20T20:32:24.0173781Z [00:02:39.670]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:32:24.0175252Z [00:02:39.670]➜  go tool pack r $WORK/b029/_pkg_.a $WORK/b029/dit_arm64.o $WORK/b029/empty.o # internal
2025-08-20T20:32:24.0176361Z [00:02:39.670]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:32:24.0179346Z [00:02:39.670]➜  cd /root/.go/src/internal/abi
2025-08-20T20:32:24.0183649Z [00:02:39.670]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/abi_test.o $WORK/b004/stub.o # internal
2025-08-20T20:32:24.0184517Z [00:02:39.670]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:32:24.0185094Z [00:02:39.670]➜  internal/trace/tracev2
2025-08-20T20:32:24.0185374Z [00:02:39.670]➜  mkdir -p $WORK/b031/
2025-08-20T20:32:24.0185721Z [00:02:39.670]➜  echo '# import config' > $WORK/b031/importcfg # internal
2025-08-20T20:32:24.0186123Z [00:02:39.670]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.0188340Z [00:02:39.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b031=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/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-20T20:32:24.0190196Z [00:02:39.670]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:32:24.0212305Z [00:02:39.673]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:32:24.0224573Z [00:02:39.675]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:32:24.0230555Z [00:02:39.675]➜  cmp
2025-08-20T20:32:24.0234174Z [00:02:39.675]➜  mkdir -p $WORK/b034/
2025-08-20T20:32:24.0241350Z [00:02:39.676]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:32:24.0243457Z [00:02:39.676]➜  internal/race
2025-08-20T20:32:24.0244209Z [00:02:39.676]➜  mkdir -p $WORK/b028/
2025-08-20T20:32:24.0244628Z [00:02:39.676]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T20:32:24.0245099Z [00:02:39.676]➜  cat >/tmp/go-build3897779518/b028/importcfg << 'EOF' # internal
2025-08-20T20:32:24.0245445Z [00:02:39.676]➜  # import config
2025-08-20T20:32:24.0245807Z [00:02:39.676]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:24.0246140Z [00:02:39.676]➜  EOF
2025-08-20T20:32:24.0250396Z [00:02:39.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b028=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:32:24.0253056Z [00:02:39.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b034=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:32:24.0256986Z [00:02:39.678]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:32:24.0347860Z [00:02:39.687]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:32:24.0350892Z [00:02:39.687]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:32:24.0351702Z [00:02:39.687]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:32:24.0352297Z [00:02:39.687]➜  internal/itoa
2025-08-20T20:32:24.0352554Z [00:02:39.687]➜  mkdir -p $WORK/b036/
2025-08-20T20:32:24.0352903Z [00:02:39.687]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:32:24.0360912Z [00:02:39.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b036=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:32:24.0363094Z [00:02:39.687]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:32:24.0363641Z [00:02:39.688]➜  math/bits
2025-08-20T20:32:24.0363882Z [00:02:39.688]➜  mkdir -p $WORK/b039/
2025-08-20T20:32:24.0364250Z [00:02:39.688]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T20:32:24.0366010Z [00:02:39.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/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-20T20:32:24.0367942Z [00:02:39.688]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:32:24.0374772Z [00:02:39.689]➜  internal/runtime/maps
2025-08-20T20:32:24.0381004Z [00:02:39.690]➜  mkdir -p $WORK/b025/
2025-08-20T20:32:24.0381377Z [00:02:39.690]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:32:24.0381825Z [00:02:39.690]➜  cat >/tmp/go-build3897779518/b025/importcfg << 'EOF' # internal
2025-08-20T20:32:24.0382172Z [00:02:39.690]➜  # import config
2025-08-20T20:32:24.0382532Z [00:02:39.690]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:24.0383007Z [00:02:39.690]➜  packagefile internal/asan=/tmp/go-build3897779518/b026/_pkg_.a
2025-08-20T20:32:24.0383488Z [00:02:39.690]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:24.0383978Z [00:02:39.690]➜  packagefile internal/msan=/tmp/go-build3897779518/b027/_pkg_.a
2025-08-20T20:32:24.0384449Z [00:02:39.690]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:24.0384950Z [00:02:39.690]➜  packagefile internal/runtime/math=/tmp/go-build3897779518/b021/_pkg_.a
2025-08-20T20:32:24.0385479Z [00:02:39.690]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:24.0385839Z [00:02:39.690]➜  EOF
2025-08-20T20:32:24.0386775Z [00:02:39.690]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:32:24.0391367Z [00:02:39.691]➜  unicode/utf8
2025-08-20T20:32:24.0392300Z [00:02:39.691]➜  mkdir -p $WORK/b041/
2025-08-20T20:32:24.0393069Z [00:02:39.691]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:32:24.0395095Z [00:02:39.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:32:24.0399683Z [00:02:39.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b025=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/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-20T20:32:24.0478629Z [00:02:39.699]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:32:24.0480137Z [00:02:39.700]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:32:24.0483125Z [00:02:39.700]➜  sync/atomic
2025-08-20T20:32:24.0483581Z [00:02:39.700]➜  mkdir -p $WORK/b044/
2025-08-20T20:32:24.0492011Z [00:02:39.701]➜  echo -n > $WORK/b044/go_asm.h # internal
2025-08-20T20:32:24.0492370Z [00:02:39.701]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:32:24.0493361Z [00:02:39.701]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b044/symabis ./asm.s
2025-08-20T20:32:24.0559422Z [00:02:39.708]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T20:32:24.0560796Z [00:02:39.708]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.0562877Z [00:02:39.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b044/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/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-20T20:32:24.0604111Z [00:02:39.712]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:32:24.0604853Z [00:02:39.713]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:32:24.0621461Z [00:02:39.714]➜  math
2025-08-20T20:32:24.0622261Z [00:02:39.714]➜  mkdir -p $WORK/b038/
2025-08-20T20:32:24.0622618Z [00:02:39.714]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T20:32:24.0622922Z [00:02:39.714]➜  cd /root/.go/src/math
2025-08-20T20:32:24.0623977Z [00:02:39.714]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b038/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:32:24.0654305Z [00:02:39.717]➜  cat >/tmp/go-build3897779518/b038/importcfg << 'EOF' # internal
2025-08-20T20:32:24.0656177Z [00:02:39.717]➜  # import config
2025-08-20T20:32:24.0656735Z [00:02:39.717]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:24.0657149Z [00:02:39.717]➜  EOF
2025-08-20T20:32:24.0657479Z [00:02:39.718]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.0664364Z [00:02:39.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -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/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_asm.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_noasm.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_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.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-20T20:32:24.0672386Z [00:02:39.719]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:32:24.0681302Z [00:02:39.720]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:32:24.0683273Z [00:02:39.720]➜  internal/synctest
2025-08-20T20:32:24.0683628Z [00:02:39.720]➜  mkdir -p $WORK/b045/
2025-08-20T20:32:24.0688140Z [00:02:39.721]➜  cat >/tmp/go-build3897779518/b045/importcfg << 'EOF' # internal
2025-08-20T20:32:24.0688568Z [00:02:39.721]➜  # import config
2025-08-20T20:32:24.0688936Z [00:02:39.721]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:24.0689272Z [00:02:39.721]➜  EOF
2025-08-20T20:32:24.0690834Z [00:02:39.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b045=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:32:24.0797620Z [00:02:39.732]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:32:24.0808178Z [00:02:39.732]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:32:24.0813578Z [00:02:39.733]➜  unicode
2025-08-20T20:32:24.0813846Z [00:02:39.733]➜  mkdir -p $WORK/b046/
2025-08-20T20:32:24.0814200Z [00:02:39.733]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T20:32:24.0817164Z [00:02:39.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b046=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/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-20T20:32:24.0970409Z [00:02:39.749]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:32:24.0972254Z [00:02:39.749]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b044/asm.o ./asm.s
2025-08-20T20:32:24.1021942Z [00:02:39.754]➜  go tool pack r $WORK/b044/_pkg_.a $WORK/b044/asm.o # internal
2025-08-20T20:32:24.1025144Z [00:02:39.755]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:32:24.1028846Z [00:02:39.755]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:32:24.1030024Z [00:02:39.755]➜  internal/sync
2025-08-20T20:32:24.1030869Z [00:02:39.755]➜  mkdir -p $WORK/b043/
2025-08-20T20:32:24.1031321Z [00:02:39.755]➜  cat >/tmp/go-build3897779518/b043/importcfg << 'EOF' # internal
2025-08-20T20:32:24.1031681Z [00:02:39.755]➜  # import config
2025-08-20T20:32:24.1032048Z [00:02:39.755]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:24.1032972Z [00:02:39.755]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:24.1033450Z [00:02:39.755]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:24.1033921Z [00:02:39.755]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:24.1034250Z [00:02:39.755]➜  EOF
2025-08-20T20:32:24.1034515Z [00:02:39.755]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.1036381Z [00:02:39.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b043=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/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-20T20:32:24.1232594Z [00:02:39.775]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:32:24.1237102Z [00:02:39.776]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:32:24.1241459Z [00:02:39.776]➜  encoding
2025-08-20T20:32:24.1261097Z [00:02:39.778]➜  mkdir -p $WORK/b084/
2025-08-20T20:32:24.1263492Z [00:02:39.779]➜  echo '# import config' > $WORK/b084/importcfg # internal
2025-08-20T20:32:24.1265788Z [00:02:39.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b084=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:32:24.1433195Z [00:02:39.795]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:32:24.1436402Z [00:02:39.796]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:32:24.1439981Z [00:02:39.796]➜  internal/nettrace
2025-08-20T20:32:24.1440359Z [00:02:39.796]➜  mkdir -p $WORK/b087/
2025-08-20T20:32:24.1440774Z [00:02:39.796]➜  echo '# import config' > $WORK/b087/importcfg # internal
2025-08-20T20:32:24.1442759Z [00:02:39.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b087=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:32:24.1605324Z [00:02:39.812]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:32:24.1608661Z [00:02:39.813]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:32:24.1640068Z [00:02:39.813]➜  unicode/utf16
2025-08-20T20:32:24.1640693Z [00:02:39.813]➜  mkdir -p $WORK/b097/
2025-08-20T20:32:24.1641569Z [00:02:39.813]➜  echo '# import config' > $WORK/b097/importcfg # internal
2025-08-20T20:32:24.1643468Z [00:02:39.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b097=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:32:24.1762411Z [00:02:39.828]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:32:24.1765034Z [00:02:39.829]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:32:24.1766715Z [00:02:39.829]➜  container/list
2025-08-20T20:32:24.1768441Z [00:02:39.829]➜  mkdir -p $WORK/b105/
2025-08-20T20:32:24.1769170Z [00:02:39.829]➜  echo '# import config' > $WORK/b105/importcfg # internal
2025-08-20T20:32:24.1770777Z [00:02:39.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b105=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:32:24.1919347Z [00:02:39.844]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:32:24.1938774Z [00:02:39.846]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:32:24.1985297Z [00:02:39.851]➜  cd /root/.go/src/math
2025-08-20T20:32:24.1987256Z [00:02:39.851]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/dim_arm64.o ./dim_arm64.s
2025-08-20T20:32:24.2001221Z [00:02:39.852]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:32:24.2020205Z [00:02:39.854]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T20:32:24.2058925Z [00:02:39.858]➜  crypto/internal/fips140/alias
2025-08-20T20:32:24.2060145Z [00:02:39.858]➜  mkdir -p $WORK/b113/
2025-08-20T20:32:24.2081572Z [00:02:39.860]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/exp_arm64.o ./exp_arm64.s
2025-08-20T20:32:24.2087219Z [00:02:39.861]➜  runtime
2025-08-20T20:32:24.2093500Z [00:02:39.861]➜  mkdir -p $WORK/b008/
2025-08-20T20:32:24.2096211Z [00:02:39.862]➜  echo -n > $WORK/b008/go_asm.h # internal
2025-08-20T20:32:24.2097593Z [00:02:39.862]➜  cd /root/.go/src/runtime
2025-08-20T20:32:24.2101663Z [00:02:39.862]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b008/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T20:32:24.2103080Z [00:02:39.862]➜  echo '# import config' > $WORK/b113/importcfg # internal
2025-08-20T20:32:24.2103466Z [00:02:39.862]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2105583Z [00:02:39.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b113=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:32:24.2127075Z [00:02:39.865]➜  cd /root/.go/src/math
2025-08-20T20:32:24.2140887Z [00:02:39.866]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/floor_arm64.o ./floor_arm64.s
2025-08-20T20:32:24.2169198Z [00:02:39.869]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/modf_arm64.o ./modf_arm64.s
2025-08-20T20:32:24.2180309Z [00:02:39.870]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:32:24.2198751Z [00:02:39.872]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:32:24.2201869Z [00:02:39.872]➜  cat >/tmp/go-build3897779518/b008/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2203784Z [00:02:39.872]➜  # import config
2025-08-20T20:32:24.2205690Z [00:02:39.872]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:24.2206293Z [00:02:39.872]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:24.2209509Z [00:02:39.872]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:24.2211840Z [00:02:39.872]➜  packagefile internal/chacha8rand=/tmp/go-build3897779518/b012/_pkg_.a
2025-08-20T20:32:24.2213068Z [00:02:39.872]➜  packagefile internal/coverage/rtcov=/tmp/go-build3897779518/b013/_pkg_.a
2025-08-20T20:32:24.2213649Z [00:02:39.872]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:24.2214133Z [00:02:39.872]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:24.2214625Z [00:02:39.872]➜  packagefile internal/godebugs=/tmp/go-build3897779518/b014/_pkg_.a
2025-08-20T20:32:24.2215140Z [00:02:39.872]➜  packagefile internal/goexperiment=/tmp/go-build3897779518/b015/_pkg_.a
2025-08-20T20:32:24.2215650Z [00:02:39.872]➜  packagefile internal/goos=/tmp/go-build3897779518/b016/_pkg_.a
2025-08-20T20:32:24.2216748Z [00:02:39.872]➜  packagefile internal/profilerecord=/tmp/go-build3897779518/b017/_pkg_.a
2025-08-20T20:32:24.2217415Z [00:02:39.872]➜  packagefile internal/runtime/atomic=/tmp/go-build3897779518/b018/_pkg_.a
2025-08-20T20:32:24.2218101Z [00:02:39.872]➜  packagefile internal/runtime/cgroup=/tmp/go-build3897779518/b019/_pkg_.a
2025-08-20T20:32:24.2218670Z [00:02:39.872]➜  packagefile internal/runtime/exithook=/tmp/go-build3897779518/b023/_pkg_.a
2025-08-20T20:32:24.2219208Z [00:02:39.872]➜  packagefile internal/runtime/gc=/tmp/go-build3897779518/b024/_pkg_.a
2025-08-20T20:32:24.2219728Z [00:02:39.872]➜  packagefile internal/runtime/maps=/tmp/go-build3897779518/b025/_pkg_.a
2025-08-20T20:32:24.2220253Z [00:02:39.872]➜  packagefile internal/runtime/math=/tmp/go-build3897779518/b021/_pkg_.a
2025-08-20T20:32:24.2220797Z [00:02:39.872]➜  packagefile internal/runtime/strconv=/tmp/go-build3897779518/b020/_pkg_.a
2025-08-20T20:32:24.2221333Z [00:02:39.872]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:24.2221868Z [00:02:39.872]➜  packagefile internal/runtime/syscall=/tmp/go-build3897779518/b022/_pkg_.a
2025-08-20T20:32:24.2222403Z [00:02:39.872]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:24.2222933Z [00:02:39.872]➜  packagefile internal/trace/tracev2=/tmp/go-build3897779518/b031/_pkg_.a
2025-08-20T20:32:24.2223296Z [00:02:39.872]➜  EOF
2025-08-20T20:32:24.2223891Z [00:02:39.873]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2258134Z [00:02:39.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b008/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/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_arm64.go /root/.go/src/runtime/cpuprof.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_arm64.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_arm64.go /root/.go/src/runtime/os_linux_generic.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_arm64.go /root/.go/src/runtime/signal_linux_arm64.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_arm64.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_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.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_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:32:24.2278339Z [00:02:39.873]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:32:24.2278651Z [00:02:39.873]➜  mkdir -p $WORK/b117/
2025-08-20T20:32:24.2278947Z [00:02:39.873]➜  cd /root/.go/src/math
2025-08-20T20:32:24.2279560Z [00:02:39.873]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/dim_arm64.o $WORK/b038/exp_arm64.o $WORK/b038/floor_arm64.o $WORK/b038/modf_arm64.o # internal
2025-08-20T20:32:24.2280162Z [00:02:39.873]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:32:24.2280543Z [00:02:39.874]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:32:24.2280994Z [00:02:39.875]➜  cat >/tmp/go-build3897779518/b117/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2281340Z [00:02:39.875]➜  # import config
2025-08-20T20:32:24.2281719Z [00:02:39.875]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:24.2282073Z [00:02:39.875]➜  EOF
2025-08-20T20:32:24.2282334Z [00:02:39.875]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2284302Z [00:02:39.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b117=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:32:24.2286563Z [00:02:39.875]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:32:24.2287204Z [00:02:39.875]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:32:24.2287501Z [00:02:39.875]➜  mkdir -p $WORK/b118/
2025-08-20T20:32:24.2288108Z [00:02:39.875]➜  cat >/tmp/go-build3897779518/b118/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2298724Z [00:02:39.875]➜  # import config
2025-08-20T20:32:24.2299171Z [00:02:39.875]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:24.2299657Z [00:02:39.875]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:24.2300003Z [00:02:39.875]➜  EOF
2025-08-20T20:32:24.2301753Z [00:02:39.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b118=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:32:24.2303609Z [00:02:39.875]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:32:24.2304163Z [00:02:39.875]➜  crypto/internal/boring/sig
2025-08-20T20:32:24.2304857Z [00:02:39.875]➜  mkdir -p $WORK/b131/
2025-08-20T20:32:24.2305159Z [00:02:39.876]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T20:32:24.2305547Z [00:02:39.876]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:32:24.2306769Z [00:02:39.876]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./sig_other.s
2025-08-20T20:32:24.2332444Z [00:02:39.885]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:32:24.2337315Z [00:02:39.886]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:32:24.2345523Z [00:02:39.886]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:32:24.2345868Z [00:02:39.886]➜  mkdir -p $WORK/b153/
2025-08-20T20:32:24.2346230Z [00:02:39.886]➜  echo '# import config' > $WORK/b153/importcfg # internal
2025-08-20T20:32:24.2352319Z [00:02:39.887]➜  echo '# import config' > $WORK/b131/importcfg # internal
2025-08-20T20:32:24.2354402Z [00:02:39.887]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2356355Z [00:02:39.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b131=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b131/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack -asmhdr $WORK/b131/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:32:24.2360683Z [00:02:39.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b153=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T20:32:24.2452831Z [00:02:39.897]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:32:24.2455305Z [00:02:39.897]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/sig_other.o ./sig_other.s
2025-08-20T20:32:24.2462905Z [00:02:39.898]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:32:24.2463609Z [00:02:39.898]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:32:24.2464186Z [00:02:39.898]➜  crypto/internal/fips140/subtle
2025-08-20T20:32:24.2464500Z [00:02:39.898]➜  mkdir -p $WORK/b121/
2025-08-20T20:32:24.2465816Z [00:02:39.899]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T20:32:24.2474652Z [00:02:39.899]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:32:24.2476428Z [00:02:39.900]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b121/symabis ./xor_arm64.s
2025-08-20T20:32:24.2508392Z [00:02:39.903]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:32:24.2508963Z [00:02:39.903]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/sig_other.o # internal
2025-08-20T20:32:24.2510289Z [00:02:39.903]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:32:24.2512159Z [00:02:39.903]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:32:24.2516153Z [00:02:39.904]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:32:24.2516967Z [00:02:39.904]➜  mkdir -p $WORK/b166/
2025-08-20T20:32:24.2518450Z [00:02:39.904]➜  cat >/tmp/go-build3897779518/b121/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2519202Z [00:02:39.904]➜  # import config
2025-08-20T20:32:24.2520742Z [00:02:39.904]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:24.2522865Z [00:02:39.904]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:24.2523427Z [00:02:39.904]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:24.2523755Z [00:02:39.904]➜  EOF
2025-08-20T20:32:24.2524020Z [00:02:39.904]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2526455Z [00:02:39.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b121=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b121/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack -asmhdr $WORK/b121/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-20T20:32:24.2529873Z [00:02:39.904]➜  echo '# import config' > $WORK/b166/importcfg # internal
2025-08-20T20:32:24.2530303Z [00:02:39.905]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:32:24.2545485Z [00:02:39.906]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T20:32:24.2553704Z [00:02:39.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b166=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T20:32:24.2556856Z [00:02:39.908]➜  log/internal
2025-08-20T20:32:24.2557587Z [00:02:39.908]➜  mkdir -p $WORK/b186/
2025-08-20T20:32:24.2558810Z [00:02:39.908]➜  echo '# import config' > $WORK/b186/importcfg # internal
2025-08-20T20:32:24.2560644Z [00:02:39.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b186=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:32:24.2640097Z [00:02:39.916]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:32:24.2647400Z [00:02:39.917]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:32:24.2648261Z [00:02:39.917]➜  image/color
2025-08-20T20:32:24.2649645Z [00:02:39.917]➜  mkdir -p $WORK/b252/
2025-08-20T20:32:24.2650751Z [00:02:39.917]➜  echo '# import config' > $WORK/b252/importcfg # internal
2025-08-20T20:32:24.2652244Z [00:02:39.917]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:32:24.2654567Z [00:02:39.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b252=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:32:24.2658304Z [00:02:39.918]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T20:32:24.2667571Z [00:02:39.919]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T20:32:24.2668946Z [00:02:39.919]➜  mkdir -p $WORK/b254/
2025-08-20T20:32:24.2673984Z [00:02:39.919]➜  cat >/tmp/go-build3897779518/b254/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2674356Z [00:02:39.919]➜  # import config
2025-08-20T20:32:24.2674691Z [00:02:39.919]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:24.2675026Z [00:02:39.919]➜  EOF
2025-08-20T20:32:24.2677521Z [00:02:39.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser=>github.com/charmbracelet/x/ansi@v0.8.0/parser;$WORK/b254=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.18 -complete -installsuffix shared -buildid DkTVe7UWLcnAG72Q_dM8/DkTVe7UWLcnAG72Q_dM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/transition_table.go
2025-08-20T20:32:24.2714160Z [00:02:39.923]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:32:24.2718500Z [00:02:39.924]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b121/xor_arm64.o ./xor_arm64.s
2025-08-20T20:32:24.2760536Z [00:02:39.926]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/xor_arm64.o # internal
2025-08-20T20:32:24.2762001Z [00:02:39.928]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:32:24.2765312Z [00:02:39.928]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:32:24.2766947Z [00:02:39.928]➜  github.com/rivo/uniseg
2025-08-20T20:32:24.2769707Z [00:02:39.928]➜  mkdir -p $WORK/b258/
2025-08-20T20:32:24.2770106Z [00:02:39.929]➜  cat >/tmp/go-build3897779518/b258/importcfg << 'EOF' # internal
2025-08-20T20:32:24.2770454Z [00:02:39.929]➜  # import config
2025-08-20T20:32:24.2770818Z [00:02:39.929]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:24.2771151Z [00:02:39.929]➜  EOF
2025-08-20T20:32:24.2771677Z [00:02:39.929]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:24.2777321Z [00:02:39.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b258=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T20:32:24.3028284Z [00:02:39.954]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T20:32:24.3029090Z [00:02:39.955]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T20:32:24.3032242Z [00:02:39.955]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T20:32:24.3032566Z [00:02:39.955]➜  mkdir -p $WORK/b266/
2025-08-20T20:32:24.3048863Z [00:02:39.955]➜  echo '# import config' > $WORK/b266/importcfg # internal
2025-08-20T20:32:24.3051873Z [00:02:39.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf=>github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf;$WORK/b266=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.19 -complete -installsuffix shared -buildid zrCSQt9tyTfR0l4w8Kh2/zrCSQt9tyTfR0l4w8Kh2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf/slice.go
2025-08-20T20:32:24.3119926Z [00:02:39.964]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T20:32:24.3123098Z [00:02:39.964]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/7a/7a429efe1cb1cd62ee9a2706c92f6983ba1f0ac2aec9ea45c8e1d60a23e097cf-d # internal
2025-08-20T20:32:24.3144257Z [00:02:39.967]➜  golang.org/x/net/html/atom
2025-08-20T20:32:24.3145121Z [00:02:39.967]➜  mkdir -p $WORK/b273/
2025-08-20T20:32:24.3145937Z [00:02:39.967]➜  echo '# import config' > $WORK/b273/importcfg # internal
2025-08-20T20:32:24.3148211Z [00:02:39.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom=>golang.org/x/net@v0.42.0/html/atom;$WORK/b273=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid YUNL3yIYP0t935uQau97/YUNL3yIYP0t935uQau97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/table.go
2025-08-20T20:32:24.3279946Z [00:02:39.980]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T20:32:24.3290268Z [00:02:39.981]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/81/812361f2ec8441d0246f76ee0a93f649dfdbeebeea70f98a80ea1a7a880748ff-d # internal
2025-08-20T20:32:24.3291790Z [00:02:39.981]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T20:32:24.3292244Z [00:02:39.981]➜  mkdir -p $WORK/b321/
2025-08-20T20:32:24.3292602Z [00:02:39.981]➜  echo '# import config' > $WORK/b321/importcfg # internal
2025-08-20T20:32:24.3295168Z [00:02:39.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier=>golang.org/x/text@v0.28.0/encoding/internal/identifier;$WORK/b321=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid S27AO4UonlIzMdcuO1aN/S27AO4UonlIzMdcuO1aN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/mib.go
2025-08-20T20:32:24.3358329Z [00:02:39.988]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T20:32:24.3368071Z [00:02:39.989]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/2e/2e32a1bff0257b3812411fb8e03aff2fb5ac5536e521b2bd2b9e0f1faea128f1-d # internal
2025-08-20T20:32:24.3368788Z [00:02:39.989]➜  golang.org/x/text/internal/utf8internal
2025-08-20T20:32:24.3371075Z [00:02:39.989]➜  mkdir -p $WORK/b323/
2025-08-20T20:32:24.3375736Z [00:02:39.990]➜  echo '# import config' > $WORK/b323/importcfg # internal
2025-08-20T20:32:24.3390255Z [00:02:39.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/utf8internal=>golang.org/x/text@v0.28.0/internal/utf8internal;$WORK/b323=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid IhPKiJqUuMTNOKkIN9kb/IhPKiJqUuMTNOKkIN9kb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/utf8internal/utf8internal.go
2025-08-20T20:32:24.3422658Z [00:02:39.994]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T20:32:24.3428173Z [00:02:39.995]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/8d/8dfae5a080cf09374722c774beb0f63b8935cb634711e4bf78ed05456409ee1a-d # internal
2025-08-20T20:32:24.3431108Z [00:02:39.995]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T20:32:24.3432700Z [00:02:39.995]➜  mkdir -p $WORK/b327/
2025-08-20T20:32:24.3439976Z [00:02:39.996]➜  cat >/tmp/go-build3897779518/b327/importcfg << 'EOF' # internal
2025-08-20T20:32:24.3440776Z [00:02:39.996]➜  # import config
2025-08-20T20:32:24.3441347Z [00:02:39.996]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:24.3442597Z [00:02:39.996]➜  EOF
2025-08-20T20:32:24.3445498Z [00:02:39.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters=>github.com/pelletier/go-toml/v2@v2.2.3/internal/characters;$WORK/b327=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.21 -complete -installsuffix shared -buildid Ck0NCrWlTDSWVeU2NgR3/Ck0NCrWlTDSWVeU2NgR3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters/utf8.go
2025-08-20T20:32:24.3508622Z [00:02:40.002]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T20:32:24.3509581Z [00:02:40.002]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/f0/f0192f6e8f9b68bb7edb227a202b175ed3a44684bc8d5c9bcfd7137d96373400-d # internal
2025-08-20T20:32:24.3510344Z [00:02:40.003]➜  github.com/spf13/viper/internal/features
2025-08-20T20:32:24.3510765Z [00:02:40.003]➜  mkdir -p $WORK/b332/
2025-08-20T20:32:24.3511215Z [00:02:40.003]➜  echo '# import config' > $WORK/b332/importcfg # internal
2025-08-20T20:32:24.3514079Z [00:02:40.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features=>github.com/spf13/viper@v1.20.1/internal/features;$WORK/b332=>" -p github.com/spf13/viper/internal/features -lang=go1.21 -complete -installsuffix shared -buildid QdZd1ZW6CIFZIOlMxWUt/QdZd1ZW6CIFZIOlMxWUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/bind_struct_default.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/finder_default.go
2025-08-20T20:32:24.3585641Z [00:02:40.010]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T20:32:24.3587493Z [00:02:40.011]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/d8/d83e1d31d210809f558205a881bc5c1d00a07de56c634aa73e8530a1a67ec74e-d # internal
2025-08-20T20:32:24.3588201Z [00:02:40.011]➜  log/slog/internal
2025-08-20T20:32:24.3588491Z [00:02:40.011]➜  mkdir -p $WORK/b334/
2025-08-20T20:32:24.3588845Z [00:02:40.011]➜  echo '# import config' > $WORK/b334/importcfg # internal
2025-08-20T20:32:24.3591261Z [00:02:40.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b334=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T20:32:24.3604203Z [00:02:40.012]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T20:32:24.3605414Z [00:02:40.013]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/a7/a7db89bc7216bc3eba07e85894ac9566f666efb957705b0d36aedbd8d910d457-d # internal
2025-08-20T20:32:24.3606027Z [00:02:40.013]➜  github.com/docker/cli/cli/config/types
2025-08-20T20:32:24.3610315Z [00:02:40.013]➜  mkdir -p $WORK/b369/
2025-08-20T20:32:24.3610703Z [00:02:40.013]➜  echo '# import config' > $WORK/b369/importcfg # internal
2025-08-20T20:32:24.3612954Z [00:02:40.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/types=>github.com/docker/cli@v28.3.3+incompatible/cli/config/types;$WORK/b369=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid qYXmX3Y-hhM2Wzp6L_E9/qYXmX3Y-hhM2Wzp6L_E9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/types/authconfig.go
2025-08-20T20:32:24.3686933Z [00:02:40.021]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T20:32:24.3687658Z [00:02:40.021]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T20:32:24.3688452Z [00:02:40.021]➜  golang.org/x/crypto/internal/alias
2025-08-20T20:32:24.3688758Z [00:02:40.021]➜  mkdir -p $WORK/b383/
2025-08-20T20:32:24.3689106Z [00:02:40.021]➜  echo '# import config' > $WORK/b383/importcfg # internal
2025-08-20T20:32:24.3691105Z [00:02:40.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias=>golang.org/x/crypto@v0.41.0/internal/alias;$WORK/b383=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid OeNegmXs8XWVr2AH_q74/OeNegmXs8XWVr2AH_q74 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias/alias.go
2025-08-20T20:32:24.3694806Z [00:02:40.022]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T20:32:24.3706950Z [00:02:40.023]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/8c/8cce15dafbd4ac95696fae4dbf14efced4f510df7cf5399b82b61e67e6d25888-d # internal
2025-08-20T20:32:24.3707638Z [00:02:40.023]➜  k8s.io/apimachinery/pkg/selection
2025-08-20T20:32:24.3708057Z [00:02:40.023]➜  mkdir -p $WORK/b480/
2025-08-20T20:32:24.3708411Z [00:02:40.023]➜  echo '# import config' > $WORK/b480/importcfg # internal
2025-08-20T20:32:24.3710990Z [00:02:40.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/selection=>k8s.io/apimachinery@v0.33.4/pkg/selection;$WORK/b480=>" -p k8s.io/apimachinery/pkg/selection -lang=go1.24 -complete -installsuffix shared -buildid GFNBRr3LpRKLKGeLD1BT/GFNBRr3LpRKLKGeLD1BT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/selection/operator.go
2025-08-20T20:32:24.3803358Z [00:02:40.032]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T20:32:24.3808477Z [00:02:40.032]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d # internal
2025-08-20T20:32:24.3809084Z [00:02:40.032]➜  k8s.io/apimachinery/pkg/types
2025-08-20T20:32:24.3809381Z [00:02:40.032]➜  mkdir -p $WORK/b518/
2025-08-20T20:32:24.3809730Z [00:02:40.033]➜  echo '# import config' > $WORK/b518/importcfg # internal
2025-08-20T20:32:24.3812650Z [00:02:40.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types=>k8s.io/apimachinery@v0.33.4/pkg/types;$WORK/b518=>" -p k8s.io/apimachinery/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid EvECwXIDDDrDCqJgoZVO/EvECwXIDDDrDCqJgoZVO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types/namespacedname.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types/nodename.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types/patch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/types/uid.go
2025-08-20T20:32:24.3820615Z [00:02:40.034]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T20:32:24.3824947Z [00:02:40.035]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/b8/b81b1c41d89a772f7bf43be8beea2260aede00bb271c05f9809f1c2ebcfe1f6d-d # internal
2025-08-20T20:32:24.3826858Z [00:02:40.035]➜  github.com/coder/websocket/internal/util
2025-08-20T20:32:24.3828519Z [00:02:40.035]➜  mkdir -p $WORK/b580/
2025-08-20T20:32:24.3831629Z [00:02:40.035]➜  echo '# import config' > $WORK/b580/importcfg # internal
2025-08-20T20:32:24.3836474Z [00:02:40.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.13/internal/util=>github.com/coder/websocket@v1.8.13/internal/util;$WORK/b580=>" -p github.com/coder/websocket/internal/util -lang=go1.19 -complete -installsuffix shared -buildid nznTxZ3_dO39QwWhZf73/nznTxZ3_dO39QwWhZf73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/internal/util/util.go
2025-08-20T20:32:24.3941553Z [00:02:40.046]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T20:32:24.3950533Z [00:02:40.047]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/d2/d26f6883d99e3100ce528731d101544f8ccf6cce2ad80625eca35ba6c000ce95-d # internal
2025-08-20T20:32:24.3951450Z [00:02:40.047]➜  golang.org/x/xerrors/internal
2025-08-20T20:32:24.3952029Z [00:02:40.047]➜  mkdir -p $WORK/b599/
2025-08-20T20:32:24.3952655Z [00:02:40.047]➜  echo '# import config' > $WORK/b599/importcfg # internal
2025-08-20T20:32:24.3955903Z [00:02:40.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal;$WORK/b599=>" -p golang.org/x/xerrors/internal -lang=go1.18 -complete -installsuffix shared -buildid Ghd8T93_8DXg88QJSrHJ/Ghd8T93_8DXg88QJSrHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal/internal.go
2025-08-20T20:32:24.3973864Z [00:02:40.049]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T20:32:24.3979290Z [00:02:40.050]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/e9/e962b91e14e5430dae98b142be2715e29ccc252327c6794c97824b40f0a72a39-d # internal
2025-08-20T20:32:24.3980416Z [00:02:40.050]➜  golang.org/x/exp/constraints
2025-08-20T20:32:24.3981134Z [00:02:40.050]➜  mkdir -p $WORK/b603/
2025-08-20T20:32:24.3982951Z [00:02:40.050]➜  echo '# import config' > $WORK/b603/importcfg # internal
2025-08-20T20:32:24.3986452Z [00:02:40.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240909161429-701f63a606c0/constraints=>golang.org/x/exp@v0.0.0-20240909161429-701f63a606c0/constraints;$WORK/b603=>" -p golang.org/x/exp/constraints -lang=go1.22 -complete -installsuffix shared -buildid 26HOoeY1t-n_4DGVEiWC/26HOoeY1t-n_4DGVEiWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240909161429-701f63a606c0/constraints/constraints.go
2025-08-20T20:32:24.4064666Z [00:02:40.058]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T20:32:24.4071592Z [00:02:40.059]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/a5/a547d16cedc49f49334aae9c39e14fddbffe709dea46d9e97692d09dadf28651-d # internal
2025-08-20T20:32:24.4076387Z [00:02:40.060]➜  gitlab.com/gitlab-org/cli/internal/commands/token/filter
2025-08-20T20:32:24.4076883Z [00:02:40.060]➜  mkdir -p $WORK/b790/
2025-08-20T20:32:24.4078195Z [00:02:40.060]➜  echo '# import config' > $WORK/b790/importcfg # internal
2025-08-20T20:32:24.4081466Z [00:02:40.060]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T20:32:24.4085041Z [00:02:40.060]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/9f/9fe42c04f0ba2ff2d7d4e75ce5f28510dc60f9f756a70dd4e89feae756b0e333-d # internal
2025-08-20T20:32:24.4092224Z [00:02:40.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter=>gitlab.com/gitlab-org/cli/internal/commands/token/filter;$WORK/b790=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/filter -lang=go1.25 -complete -installsuffix shared -buildid ZEYDeDl9GzQa0ANZ6_Me/ZEYDeDl9GzQa0ANZ6_Me -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter/filter.go
2025-08-20T20:32:24.4158416Z [00:02:40.068]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T20:32:24.4162303Z [00:02:40.068]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/6f/6f48e23c148fb183e9e0e602bf40c6b0b30b0e432b42d829ae046f41d6b2a05a-d # internal
2025-08-20T20:32:24.4494459Z [00:02:40.101]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T20:32:24.4507406Z [00:02:40.103]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T20:32:25.8193202Z [00:02:41.471]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b008/tls_GOARCH.h
2025-08-20T20:32:25.8193666Z [00:02:41.471]➜  cd /root/.go/src/runtime
2025-08-20T20:32:25.8194595Z [00:02:41.471]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/asm.o ./asm.s
2025-08-20T20:32:25.8220170Z [00:02:41.474]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/asm_arm64.o ./asm_arm64.s
2025-08-20T20:32:25.8309462Z [00:02:41.483]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:32:25.8331003Z [00:02:41.485]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/duff_arm64.o ./duff_arm64.s
2025-08-20T20:32:25.8357042Z [00:02:41.488]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/ints.o ./ints.s
2025-08-20T20:32:25.8383180Z [00:02:41.490]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/memclr_arm64.o ./memclr_arm64.s
2025-08-20T20:32:25.8406023Z [00:02:41.493]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/memmove_arm64.o ./memmove_arm64.s
2025-08-20T20:32:25.8431110Z [00:02:41.495]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/preempt_arm64.o ./preempt_arm64.s
2025-08-20T20:32:25.8470455Z [00:02:41.499]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T20:32:25.8494419Z [00:02:41.501]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T20:32:25.8547085Z [00:02:41.507]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/tls_arm64.o ./tls_arm64.s
2025-08-20T20:32:25.8587262Z [00:02:41.511]➜  go tool pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_arm64.o $WORK/b008/atomic_arm64.o $WORK/b008/duff_arm64.o $WORK/b008/ints.o $WORK/b008/memclr_arm64.o $WORK/b008/memmove_arm64.o $WORK/b008/preempt_arm64.o $WORK/b008/rt0_linux_arm64.o $WORK/b008/sys_linux_arm64.o $WORK/b008/tls_arm64.o # internal
2025-08-20T20:32:25.8589226Z [00:02:41.511]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:32:25.8913564Z [00:02:41.541]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:32:25.8914601Z [00:02:41.543]➜  iter
2025-08-20T20:32:25.8914869Z [00:02:41.543]➜  mkdir -p $WORK/b037/
2025-08-20T20:32:25.8917378Z [00:02:41.543]➜  internal/reflectlite
2025-08-20T20:32:25.8917648Z [00:02:41.543]➜  mkdir -p $WORK/b003/
2025-08-20T20:32:25.8918188Z [00:02:41.544]➜  cat >/tmp/go-build3897779518/b037/importcfg << 'EOF' # internal
2025-08-20T20:32:25.8918536Z [00:02:41.544]➜  # import config
2025-08-20T20:32:25.8918901Z [00:02:41.544]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:25.8919371Z [00:02:41.544]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.8919690Z [00:02:41.544]➜  EOF
2025-08-20T20:32:25.8919974Z [00:02:41.544]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:25.8921383Z [00:02:41.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b037=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:32:25.8922546Z [00:02:41.544]➜  weak
2025-08-20T20:32:25.8922770Z [00:02:41.544]➜  mkdir -p $WORK/b091/
2025-08-20T20:32:25.8923140Z [00:02:41.544]➜  cat >/tmp/go-build3897779518/b091/importcfg << 'EOF' # internal
2025-08-20T20:32:25.8923483Z [00:02:41.544]➜  # import config
2025-08-20T20:32:25.8923844Z [00:02:41.544]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:25.8924648Z [00:02:41.544]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.8925076Z [00:02:41.544]➜  EOF
2025-08-20T20:32:25.8926478Z [00:02:41.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b091=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:32:25.8927871Z [00:02:41.544]➜  sync
2025-08-20T20:32:25.8928155Z [00:02:41.544]➜  mkdir -p $WORK/b042/
2025-08-20T20:32:25.8928531Z [00:02:41.544]➜  cat >/tmp/go-build3897779518/b042/importcfg << 'EOF' # internal
2025-08-20T20:32:25.8928877Z [00:02:41.544]➜  # import config
2025-08-20T20:32:25.8929237Z [00:02:41.544]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:25.8929706Z [00:02:41.544]➜  packagefile internal/sync=/tmp/go-build3897779518/b043/_pkg_.a
2025-08-20T20:32:25.8930192Z [00:02:41.544]➜  packagefile internal/synctest=/tmp/go-build3897779518/b045/_pkg_.a
2025-08-20T20:32:25.8930655Z [00:02:41.544]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.8931099Z [00:02:41.544]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:25.8931424Z [00:02:41.544]➜  EOF
2025-08-20T20:32:25.8933740Z [00:02:41.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b042=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/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-20T20:32:25.8936106Z [00:02:41.546]➜  echo -n > $WORK/b003/go_asm.h # internal
2025-08-20T20:32:25.8973149Z [00:02:41.549]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:32:25.8974599Z [00:02:41.549]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -I $WORK/b003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b003/symabis ./asm.s
2025-08-20T20:32:25.9005747Z [00:02:41.552]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:32:25.9010614Z [00:02:41.553]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:32:25.9012445Z [00:02:41.553]➜  crypto/subtle
2025-08-20T20:32:25.9013701Z [00:02:41.553]➜  mkdir -p $WORK/b130/
2025-08-20T20:32:25.9015221Z [00:02:41.553]➜  cat >/tmp/go-build3897779518/b130/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9017515Z [00:02:41.553]➜  # import config
2025-08-20T20:32:25.9018805Z [00:02:41.553]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:25.9019726Z [00:02:41.553]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:25.9020386Z [00:02:41.553]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.9020724Z [00:02:41.553]➜  EOF
2025-08-20T20:32:25.9021240Z [00:02:41.553]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:25.9023636Z [00:02:41.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b130=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/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-20T20:32:25.9026242Z [00:02:41.553]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:32:25.9026991Z [00:02:41.554]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:32:25.9027843Z [00:02:41.555]➜  slices
2025-08-20T20:32:25.9028134Z [00:02:41.555]➜  mkdir -p $WORK/b047/
2025-08-20T20:32:25.9028507Z [00:02:41.555]➜  cat >/tmp/go-build3897779518/b047/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9028862Z [00:02:41.555]➜  # import config
2025-08-20T20:32:25.9029186Z [00:02:41.555]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:25.9029802Z [00:02:41.555]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:25.9030381Z [00:02:41.555]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:25.9030773Z [00:02:41.555]➜  EOF
2025-08-20T20:32:25.9032766Z [00:02:41.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/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-20T20:32:25.9035828Z [00:02:41.556]➜  cat >/tmp/go-build3897779518/b003/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9037511Z [00:02:41.556]➜  # import config
2025-08-20T20:32:25.9039426Z [00:02:41.556]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:25.9039916Z [00:02:41.556]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:25.9042948Z [00:02:41.556]➜  packagefile internal/unsafeheader=/tmp/go-build3897779518/b007/_pkg_.a
2025-08-20T20:32:25.9043441Z [00:02:41.556]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.9043776Z [00:02:41.556]➜  EOF
2025-08-20T20:32:25.9045843Z [00:02:41.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b003/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack -asmhdr $WORK/b003/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-20T20:32:25.9198815Z [00:02:41.568]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:32:25.9201897Z [00:02:41.569]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:32:25.9202459Z [00:02:41.569]➜  maps
2025-08-20T20:32:25.9202693Z [00:02:41.569]➜  mkdir -p $WORK/b072/
2025-08-20T20:32:25.9203098Z [00:02:41.569]➜  cat >/tmp/go-build3897779518/b072/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9203444Z [00:02:41.569]➜  # import config
2025-08-20T20:32:25.9203771Z [00:02:41.569]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:25.9204078Z [00:02:41.569]➜  EOF
2025-08-20T20:32:25.9205465Z [00:02:41.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b072=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:32:25.9251236Z [00:02:41.577]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:32:25.9256254Z [00:02:41.578]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:32:25.9257623Z [00:02:41.578]➜  k8s.io/klog/v2/internal/dbg
2025-08-20T20:32:25.9258129Z [00:02:41.578]➜  mkdir -p $WORK/b491/
2025-08-20T20:32:25.9258513Z [00:02:41.578]➜  cat >/tmp/go-build3897779518/b491/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9259745Z [00:02:41.578]➜  # import config
2025-08-20T20:32:25.9262737Z [00:02:41.578]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.9263189Z [00:02:41.578]➜  EOF
2025-08-20T20:32:25.9264997Z [00:02:41.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg=>k8s.io/klog/v2@v2.130.1/internal/dbg;$WORK/b491=>" -p k8s.io/klog/v2/internal/dbg -lang=go1.18 -complete -installsuffix shared -buildid h-FRWKW4bGNVm1hyqLgY/h-FRWKW4bGNVm1hyqLgY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg/dbg.go
2025-08-20T20:32:25.9272792Z [00:02:41.578]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:32:25.9278730Z [00:02:41.579]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:32:25.9347431Z [00:02:41.587]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T20:32:25.9356985Z [00:02:41.588]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/bc/bc962760eaba423cbb1c1ce54a1b62cdc5b37e61a95acaa34a351cb3861665c1-d # internal
2025-08-20T20:32:25.9849066Z [00:02:41.637]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:32:25.9850836Z [00:02:41.637]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -I $WORK/b003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b003/asm.o ./asm.s
2025-08-20T20:32:25.9870532Z [00:02:41.639]➜  go tool pack r $WORK/b003/_pkg_.a $WORK/b003/asm.o # internal
2025-08-20T20:32:25.9875501Z [00:02:41.640]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:32:25.9895708Z [00:02:41.641]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:32:25.9896409Z [00:02:41.641]➜  errors
2025-08-20T20:32:25.9896653Z [00:02:41.641]➜  mkdir -p $WORK/b002/
2025-08-20T20:32:25.9896893Z [00:02:41.641]➜  sort
2025-08-20T20:32:25.9897116Z [00:02:41.641]➜  mkdir -p $WORK/b069/
2025-08-20T20:32:25.9897500Z [00:02:41.641]➜  cat >/tmp/go-build3897779518/b002/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9898028Z [00:02:41.641]➜  # import config
2025-08-20T20:32:25.9898430Z [00:02:41.641]➜  packagefile internal/reflectlite=/tmp/go-build3897779518/b003/_pkg_.a
2025-08-20T20:32:25.9904690Z [00:02:41.641]➜  EOF
2025-08-20T20:32:25.9905002Z [00:02:41.642]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:25.9908170Z [00:02:41.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b002=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:32:25.9910366Z [00:02:41.642]➜  cat >/tmp/go-build3897779518/b069/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9910946Z [00:02:41.642]➜  # import config
2025-08-20T20:32:25.9911363Z [00:02:41.642]➜  packagefile internal/reflectlite=/tmp/go-build3897779518/b003/_pkg_.a
2025-08-20T20:32:25.9912069Z [00:02:41.642]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:25.9912742Z [00:02:41.642]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:25.9913283Z [00:02:41.642]➜  EOF
2025-08-20T20:32:25.9915890Z [00:02:41.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b069=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/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-20T20:32:25.9918550Z [00:02:41.643]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:32:25.9926550Z [00:02:41.645]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:32:25.9927628Z [00:02:41.645]➜  internal/testlog
2025-08-20T20:32:25.9928819Z [00:02:41.645]➜  mkdir -p $WORK/b061/
2025-08-20T20:32:25.9932726Z [00:02:41.645]➜  cat >/tmp/go-build3897779518/b061/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9934078Z [00:02:41.645]➜  # import config
2025-08-20T20:32:25.9934532Z [00:02:41.645]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:25.9935004Z [00:02:41.645]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:25.9935338Z [00:02:41.645]➜  EOF
2025-08-20T20:32:25.9937018Z [00:02:41.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b061=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:32:25.9949053Z [00:02:41.647]➜  internal/bisect
2025-08-20T20:32:25.9951487Z [00:02:41.647]➜  mkdir -p $WORK/b056/
2025-08-20T20:32:25.9951880Z [00:02:41.647]➜  cat >/tmp/go-build3897779518/b056/importcfg << 'EOF' # internal
2025-08-20T20:32:25.9952231Z [00:02:41.647]➜  # import config
2025-08-20T20:32:25.9952575Z [00:02:41.647]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:25.9953016Z [00:02:41.647]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:25.9953452Z [00:02:41.647]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:25.9953781Z [00:02:41.647]➜  EOF
2025-08-20T20:32:25.9955271Z [00:02:41.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b056=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:32:26.0132267Z [00:02:41.665]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:32:26.0134654Z [00:02:41.665]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:32:26.0135238Z [00:02:41.666]➜  internal/singleflight
2025-08-20T20:32:26.0135513Z [00:02:41.666]➜  mkdir -p $WORK/b088/
2025-08-20T20:32:26.0146144Z [00:02:41.667]➜  cat >/tmp/go-build3897779518/b088/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0147179Z [00:02:41.667]➜  # import config
2025-08-20T20:32:26.0147586Z [00:02:41.667]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.0148403Z [00:02:41.667]➜  EOF
2025-08-20T20:32:26.0155203Z [00:02:41.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b088=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:32:26.0173509Z [00:02:41.669]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:32:26.0189118Z [00:02:41.671]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:32:26.0214752Z [00:02:41.674]➜  strconv
2025-08-20T20:32:26.0216089Z [00:02:41.674]➜  mkdir -p $WORK/b040/
2025-08-20T20:32:26.0239147Z [00:02:41.675]➜  cat >/tmp/go-build3897779518/b040/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0239938Z [00:02:41.675]➜  # import config
2025-08-20T20:32:26.0240754Z [00:02:41.675]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.0241265Z [00:02:41.675]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.0242240Z [00:02:41.675]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:26.0242710Z [00:02:41.675]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:26.0243139Z [00:02:41.675]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:26.0243589Z [00:02:41.675]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.0243917Z [00:02:41.675]➜  EOF
2025-08-20T20:32:26.0246728Z [00:02:41.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b040=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/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-20T20:32:26.0392009Z [00:02:41.691]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:32:26.0398611Z [00:02:41.692]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:32:26.0400408Z [00:02:41.692]➜  io
2025-08-20T20:32:26.0401292Z [00:02:41.692]➜  mkdir -p $WORK/b048/
2025-08-20T20:32:26.0405044Z [00:02:41.693]➜  cat >/tmp/go-build3897779518/b048/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0405614Z [00:02:41.693]➜  # import config
2025-08-20T20:32:26.0405963Z [00:02:41.693]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.0406609Z [00:02:41.693]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.0406922Z [00:02:41.693]➜  EOF
2025-08-20T20:32:26.0408459Z [00:02:41.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:32:26.0457358Z [00:02:41.698]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:32:26.0479124Z [00:02:41.699]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:32:26.0480194Z [00:02:41.699]➜  internal/oserror
2025-08-20T20:32:26.0480509Z [00:02:41.699]➜  mkdir -p $WORK/b052/
2025-08-20T20:32:26.0480900Z [00:02:41.699]➜  cat >/tmp/go-build3897779518/b052/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0481273Z [00:02:41.699]➜  # import config
2025-08-20T20:32:26.0481612Z [00:02:41.699]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.0481925Z [00:02:41.699]➜  EOF
2025-08-20T20:32:26.0483441Z [00:02:41.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b052=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:32:26.0615637Z [00:02:41.714]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:32:26.0624036Z [00:02:41.714]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:32:26.0630178Z [00:02:41.715]➜  path
2025-08-20T20:32:26.0637073Z [00:02:41.716]➜  mkdir -p $WORK/b053/
2025-08-20T20:32:26.0647612Z [00:02:41.717]➜  cat >/tmp/go-build3897779518/b053/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0650031Z [00:02:41.717]➜  # import config
2025-08-20T20:32:26.0650395Z [00:02:41.717]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.0650892Z [00:02:41.717]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.0651384Z [00:02:41.717]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.0651714Z [00:02:41.717]➜  EOF
2025-08-20T20:32:26.0657186Z [00:02:41.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:32:26.0849403Z [00:02:41.737]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:32:26.0868615Z [00:02:41.739]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:32:26.0869327Z [00:02:41.739]➜  internal/godebug
2025-08-20T20:32:26.0869599Z [00:02:41.739]➜  mkdir -p $WORK/b055/
2025-08-20T20:32:26.0869981Z [00:02:41.739]➜  cat >/tmp/go-build3897779518/b055/importcfg << 'EOF' # internal
2025-08-20T20:32:26.0870327Z [00:02:41.739]➜  # import config
2025-08-20T20:32:26.0870727Z [00:02:41.739]➜  packagefile internal/bisect=/tmp/go-build3897779518/b056/_pkg_.a
2025-08-20T20:32:26.0871225Z [00:02:41.739]➜  packagefile internal/godebugs=/tmp/go-build3897779518/b014/_pkg_.a
2025-08-20T20:32:26.0871682Z [00:02:41.739]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.0872117Z [00:02:41.739]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.0872441Z [00:02:41.739]➜  EOF
2025-08-20T20:32:26.0874173Z [00:02:41.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b055=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:32:26.1099491Z [00:02:41.762]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:32:26.1108891Z [00:02:41.763]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:32:26.1125052Z [00:02:41.765]➜  syscall
2025-08-20T20:32:26.1141930Z [00:02:41.766]➜  mkdir -p $WORK/b057/
2025-08-20T20:32:26.1144446Z [00:02:41.767]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T20:32:26.1178068Z [00:02:41.770]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:32:26.1187978Z [00:02:41.771]➜  cd /root/.go/src/syscall
2025-08-20T20:32:26.1189149Z [00:02:41.771]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b057/symabis ./asm_linux_arm64.s
2025-08-20T20:32:26.1190381Z [00:02:41.771]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:32:26.1192015Z [00:02:41.771]➜  bytes
2025-08-20T20:32:26.1192572Z [00:02:41.771]➜  mkdir -p $WORK/b063/
2025-08-20T20:32:26.1193495Z [00:02:41.771]➜  cat >/tmp/go-build3897779518/b063/importcfg << 'EOF' # internal
2025-08-20T20:32:26.1193908Z [00:02:41.771]➜  # import config
2025-08-20T20:32:26.1194253Z [00:02:41.771]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.1194717Z [00:02:41.771]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.1195162Z [00:02:41.771]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.1195977Z [00:02:41.771]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:26.1196412Z [00:02:41.771]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:26.1196842Z [00:02:41.771]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:26.1197290Z [00:02:41.771]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.1197618Z [00:02:41.771]➜  EOF
2025-08-20T20:32:26.1198150Z [00:02:41.771]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.1199830Z [00:02:41.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b063=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/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-20T20:32:26.1311778Z [00:02:41.783]➜  cat >/tmp/go-build3897779518/b057/importcfg << 'EOF' # internal
2025-08-20T20:32:26.1315757Z [00:02:41.783]➜  # import config
2025-08-20T20:32:26.1316143Z [00:02:41.783]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.1316606Z [00:02:41.783]➜  packagefile internal/asan=/tmp/go-build3897779518/b026/_pkg_.a
2025-08-20T20:32:26.1317094Z [00:02:41.784]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.1317622Z [00:02:41.784]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:26.1318302Z [00:02:41.784]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:26.1318783Z [00:02:41.784]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:26.1319272Z [00:02:41.784]➜  packagefile internal/msan=/tmp/go-build3897779518/b027/_pkg_.a
2025-08-20T20:32:26.1319748Z [00:02:41.784]➜  packagefile internal/oserror=/tmp/go-build3897779518/b052/_pkg_.a
2025-08-20T20:32:26.1320242Z [00:02:41.784]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:26.1320766Z [00:02:41.784]➜  packagefile internal/runtime/syscall=/tmp/go-build3897779518/b022/_pkg_.a
2025-08-20T20:32:26.1321255Z [00:02:41.784]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.1321675Z [00:02:41.784]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.1322091Z [00:02:41.784]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.1322835Z [00:02:41.784]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.1323267Z [00:02:41.784]➜  EOF
2025-08-20T20:32:26.1328571Z [00:02:41.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/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_arm64.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_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T20:32:26.1654616Z [00:02:41.817]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:32:26.1689578Z [00:02:41.819]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:32:26.1690387Z [00:02:41.820]➜  reflect
2025-08-20T20:32:26.1690648Z [00:02:41.820]➜  mkdir -p $WORK/b035/
2025-08-20T20:32:26.1690989Z [00:02:41.820]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T20:32:26.1691781Z [00:02:41.820]➜  cd /root/.go/src/reflect
2025-08-20T20:32:26.1695672Z [00:02:41.820]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b035/symabis ./asm_arm64.s
2025-08-20T20:32:26.1709622Z [00:02:41.823]➜  cat >/tmp/go-build3897779518/b035/importcfg << 'EOF' # internal
2025-08-20T20:32:26.1711877Z [00:02:41.823]➜  # import config
2025-08-20T20:32:26.1712239Z [00:02:41.823]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.1712689Z [00:02:41.823]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:26.1713171Z [00:02:41.823]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.1713657Z [00:02:41.823]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:26.1714155Z [00:02:41.823]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:26.1714624Z [00:02:41.823]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:26.1715121Z [00:02:41.823]➜  packagefile internal/runtime/maps=/tmp/go-build3897779518/b025/_pkg_.a
2025-08-20T20:32:26.1715651Z [00:02:41.823]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:26.1716194Z [00:02:41.823]➜  packagefile internal/unsafeheader=/tmp/go-build3897779518/b007/_pkg_.a
2025-08-20T20:32:26.1716661Z [00:02:41.823]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:26.1717070Z [00:02:41.823]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:26.1717491Z [00:02:41.823]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.1718094Z [00:02:41.823]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:26.1718519Z [00:02:41.823]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.1719204Z [00:02:41.823]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:26.1719724Z [00:02:41.823]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.1720056Z [00:02:41.823]➜  EOF
2025-08-20T20:32:26.1723428Z [00:02:41.824]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.1727927Z [00:02:41.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/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-20T20:32:26.1747808Z [00:02:41.827]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:32:26.1800188Z [00:02:41.832]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:32:26.1800914Z [00:02:41.832]➜  strings
2025-08-20T20:32:26.1801750Z [00:02:41.832]➜  mkdir -p $WORK/b070/
2025-08-20T20:32:26.1802216Z [00:02:41.832]➜  cat >/tmp/go-build3897779518/b070/importcfg << 'EOF' # internal
2025-08-20T20:32:26.1802654Z [00:02:41.832]➜  # import config
2025-08-20T20:32:26.1803097Z [00:02:41.832]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.1803679Z [00:02:41.832]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:26.1804284Z [00:02:41.832]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.1804895Z [00:02:41.832]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:26.1805435Z [00:02:41.832]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.1805954Z [00:02:41.832]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:26.1806502Z [00:02:41.832]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:26.1807044Z [00:02:41.832]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.1807587Z [00:02:41.832]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:26.1808350Z [00:02:41.832]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.1808776Z [00:02:41.832]➜  EOF
2025-08-20T20:32:26.1810997Z [00:02:41.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b070=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/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-20T20:32:26.2260566Z [00:02:41.878]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:32:26.2299122Z [00:02:41.882]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:32:26.2308665Z [00:02:41.882]➜  encoding/base64
2025-08-20T20:32:26.2309052Z [00:02:41.882]➜  mkdir -p $WORK/b079/
2025-08-20T20:32:26.2309438Z [00:02:41.882]➜  cat >/tmp/go-build3897779518/b079/importcfg << 'EOF' # internal
2025-08-20T20:32:26.2310599Z [00:02:41.882]➜  # import config
2025-08-20T20:32:26.2311049Z [00:02:41.882]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:26.2311883Z [00:02:41.882]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.2312360Z [00:02:41.882]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.2312787Z [00:02:41.882]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:26.2313102Z [00:02:41.882]➜  EOF
2025-08-20T20:32:26.2317478Z [00:02:41.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b079=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:32:26.2662552Z [00:02:41.918]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:32:26.2674530Z [00:02:41.920]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:32:26.2675622Z [00:02:41.920]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:32:26.2676547Z [00:02:41.920]➜  mkdir -p $WORK/b086/
2025-08-20T20:32:26.2685330Z [00:02:41.921]➜  cat >/tmp/go-build3897779518/b086/importcfg << 'EOF' # internal
2025-08-20T20:32:26.2686466Z [00:02:41.921]➜  # import config
2025-08-20T20:32:26.2687253Z [00:02:41.921]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.2688136Z [00:02:41.921]➜  EOF
2025-08-20T20:32:26.2690035Z [00:02:41.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b086=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:32:26.3112729Z [00:02:41.963]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:32:26.3120117Z [00:02:41.964]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:32:26.3121048Z [00:02:41.964]➜  bufio
2025-08-20T20:32:26.3121786Z [00:02:41.964]➜  mkdir -p $WORK/b081/
2025-08-20T20:32:26.3162099Z [00:02:41.968]➜  cat >/tmp/go-build3897779518/b081/importcfg << 'EOF' # internal
2025-08-20T20:32:26.3162894Z [00:02:41.968]➜  # import config
2025-08-20T20:32:26.3163694Z [00:02:41.968]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:26.3164217Z [00:02:41.968]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.3164639Z [00:02:41.968]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.3165062Z [00:02:41.968]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:26.3165543Z [00:02:41.968]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.3165877Z [00:02:41.968]➜  EOF
2025-08-20T20:32:26.3167289Z [00:02:41.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b081=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:32:26.3946562Z [00:02:42.047]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:32:26.3958772Z [00:02:42.048]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:32:26.3959465Z [00:02:42.048]➜  unique
2025-08-20T20:32:26.3959718Z [00:02:42.048]➜  mkdir -p $WORK/b090/
2025-08-20T20:32:26.3962275Z [00:02:42.048]➜  cat >/tmp/go-build3897779518/b090/importcfg << 'EOF' # internal
2025-08-20T20:32:26.3963006Z [00:02:42.048]➜  # import config
2025-08-20T20:32:26.3963442Z [00:02:42.048]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:26.3963930Z [00:02:42.048]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:26.3964440Z [00:02:42.048]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:26.3964940Z [00:02:42.048]➜  packagefile internal/sync=/tmp/go-build3897779518/b043/_pkg_.a
2025-08-20T20:32:26.3965411Z [00:02:42.048]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.3965831Z [00:02:42.048]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.3966269Z [00:02:42.048]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.3966706Z [00:02:42.048]➜  packagefile weak=/tmp/go-build3897779518/b091/_pkg_.a
2025-08-20T20:32:26.3967013Z [00:02:42.048]➜  EOF
2025-08-20T20:32:26.3969161Z [00:02:42.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b090=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/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-20T20:32:26.4995556Z [00:02:42.151]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:32:26.4998222Z [00:02:42.151]➜  cd /root/.go/src/syscall
2025-08-20T20:32:26.4999206Z [00:02:42.151]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:32:26.5025170Z [00:02:42.155]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_linux_arm64.o # internal
2025-08-20T20:32:26.5026503Z [00:02:42.155]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:32:26.5085265Z [00:02:42.161]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:32:26.5107324Z [00:02:42.163]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:32:26.5143547Z [00:02:42.166]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:32:26.5144605Z [00:02:42.167]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:32:26.5148248Z [00:02:42.167]➜  time
2025-08-20T20:32:26.5149033Z [00:02:42.167]➜  mkdir -p $WORK/b054/
2025-08-20T20:32:26.5152976Z [00:02:42.167]➜  cat >/tmp/go-build3897779518/b054/importcfg << 'EOF' # internal
2025-08-20T20:32:26.5153535Z [00:02:42.167]➜  # import config
2025-08-20T20:32:26.5155391Z [00:02:42.167]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.5155927Z [00:02:42.167]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.5156427Z [00:02:42.167]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:26.5156939Z [00:02:42.167]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:26.5157423Z [00:02:42.167]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:26.5158015Z [00:02:42.167]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.5158441Z [00:02:42.167]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.5158860Z [00:02:42.167]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:26.5159178Z [00:02:42.168]➜  EOF
2025-08-20T20:32:26.5159478Z [00:02:42.168]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.5162239Z [00:02:42.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b054=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/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-20T20:32:26.5198936Z [00:02:42.171]➜  net/netip
2025-08-20T20:32:26.5199299Z [00:02:42.171]➜  mkdir -p $WORK/b089/
2025-08-20T20:32:26.5204474Z [00:02:42.173]➜  cat >/tmp/go-build3897779518/b089/importcfg << 'EOF' # internal
2025-08-20T20:32:26.5206662Z [00:02:42.173]➜  # import config
2025-08-20T20:32:26.5210065Z [00:02:42.173]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:26.5211053Z [00:02:42.173]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.5211958Z [00:02:42.173]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.5212901Z [00:02:42.173]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:26.5213545Z [00:02:42.173]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:26.5214182Z [00:02:42.173]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:26.5215755Z [00:02:42.173]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:26.5216200Z [00:02:42.173]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:26.5216629Z [00:02:42.173]➜  packagefile unique=/tmp/go-build3897779518/b090/_pkg_.a
2025-08-20T20:32:26.5216940Z [00:02:42.173]➜  EOF
2025-08-20T20:32:26.5218622Z [00:02:42.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b089=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:32:26.5374455Z [00:02:42.189]➜  runtime/cgo
2025-08-20T20:32:26.5375944Z [00:02:42.189]➜  mkdir -p $WORK/b092/
2025-08-20T20:32:26.5376315Z [00:02:42.189]➜  echo -n > $WORK/b092/preferlinkext # internal
2025-08-20T20:32:26.5376701Z [00:02:42.189]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.5378107Z [00:02:42.189]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b092/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:32:26.5666853Z [00:02:42.219]➜  cd $WORK/b092
2025-08-20T20:32:26.5671749Z [00:02:42.219]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x001.o -c _cgo_export.c
2025-08-20T20:32:26.5967277Z [00:02:42.249]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x002.o -c cgo.cgo2.c
2025-08-20T20:32:26.6415239Z [00:02:42.293]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.6418043Z [00:02:42.293]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x003.o -c gcc_context.c
2025-08-20T20:32:26.7055189Z [00:02:42.357]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x004.o -c gcc_fatalf.c
2025-08-20T20:32:26.7623372Z [00:02:42.414]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x005.o -c gcc_libinit.c
2025-08-20T20:32:26.8435434Z [00:02:42.495]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:32:26.8555748Z [00:02:42.507]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:32:26.8592114Z [00:02:42.511]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:32:26.8594529Z [00:02:42.512]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:32:26.8600767Z [00:02:42.512]➜  io/fs
2025-08-20T20:32:26.8601049Z [00:02:42.512]➜  mkdir -p $WORK/b051/
2025-08-20T20:32:26.8613496Z [00:02:42.513]➜  cat >/tmp/go-build3897779518/b051/importcfg << 'EOF' # internal
2025-08-20T20:32:26.8614065Z [00:02:42.513]➜  # import config
2025-08-20T20:32:26.8614541Z [00:02:42.513]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.8615128Z [00:02:42.513]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.8615765Z [00:02:42.513]➜  packagefile internal/oserror=/tmp/go-build3897779518/b052/_pkg_.a
2025-08-20T20:32:26.8616342Z [00:02:42.513]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.8616869Z [00:02:42.513]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:26.8617303Z [00:02:42.513]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.8619507Z [00:02:42.513]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:26.8620705Z [00:02:42.513]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:26.8621078Z [00:02:42.513]➜  EOF
2025-08-20T20:32:26.8621347Z [00:02:42.513]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.8623556Z [00:02:42.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b051=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/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-20T20:32:26.8680352Z [00:02:42.520]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:32:26.8681182Z [00:02:42.520]➜  internal/syscall/unix
2025-08-20T20:32:26.8681994Z [00:02:42.520]➜  mkdir -p $WORK/b059/
2025-08-20T20:32:26.8682574Z [00:02:42.520]➜  cat >/tmp/go-build3897779518/b059/importcfg << 'EOF' # internal
2025-08-20T20:32:26.8683053Z [00:02:42.520]➜  # import config
2025-08-20T20:32:26.8683514Z [00:02:42.520]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.8684100Z [00:02:42.520]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.8684683Z [00:02:42.520]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:26.8685119Z [00:02:42.520]➜  EOF
2025-08-20T20:32:26.8691665Z [00:02:42.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b059=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/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_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_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_generic.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-20T20:32:26.8843545Z [00:02:42.535]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.8845269Z [00:02:42.535]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x007.o -c gcc_mmap.c
2025-08-20T20:32:26.8982542Z [00:02:42.550]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:32:26.8982952Z [00:02:42.550]➜  cd /root/.go/src/reflect
2025-08-20T20:32:26.8988013Z [00:02:42.550]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b035/asm_arm64.o ./asm_arm64.s
2025-08-20T20:32:26.8992377Z [00:02:42.551]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:32:26.9001179Z [00:02:42.552]➜  internal/poll
2025-08-20T20:32:26.9002185Z [00:02:42.552]➜  mkdir -p $WORK/b058/
2025-08-20T20:32:26.9008380Z [00:02:42.553]➜  cat >/tmp/go-build3897779518/b058/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9008839Z [00:02:42.553]➜  # import config
2025-08-20T20:32:26.9009194Z [00:02:42.553]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.9009652Z [00:02:42.553]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:26.9010157Z [00:02:42.553]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:26.9010838Z [00:02:42.553]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.9011846Z [00:02:42.553]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:26.9012384Z [00:02:42.553]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.9012824Z [00:02:42.553]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.9013266Z [00:02:42.553]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:26.9013685Z [00:02:42.553]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:26.9014009Z [00:02:42.553]➜  EOF
2025-08-20T20:32:26.9014283Z [00:02:42.553]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.9019371Z [00:02:42.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b058=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/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-20T20:32:26.9032454Z [00:02:42.555]➜  cd /root/.go/src/reflect
2025-08-20T20:32:26.9032969Z [00:02:42.555]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm_arm64.o # internal
2025-08-20T20:32:26.9050113Z [00:02:42.557]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:32:26.9209466Z [00:02:42.572]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:32:26.9210226Z [00:02:42.573]➜  internal/fmtsort
2025-08-20T20:32:26.9210546Z [00:02:42.573]➜  mkdir -p $WORK/b033/
2025-08-20T20:32:26.9210925Z [00:02:42.573]➜  cat >/tmp/go-build3897779518/b033/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9211271Z [00:02:42.573]➜  # import config
2025-08-20T20:32:26.9211604Z [00:02:42.573]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:26.9212044Z [00:02:42.573]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:26.9212469Z [00:02:42.573]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.9212781Z [00:02:42.573]➜  EOF
2025-08-20T20:32:26.9225793Z [00:02:42.575]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.9238256Z [00:02:42.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b033=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:32:26.9240327Z [00:02:42.576]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:32:26.9246823Z [00:02:42.577]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.9252841Z [00:02:42.577]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x008.o -c gcc_setenv.c
2025-08-20T20:32:26.9258811Z [00:02:42.577]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:32:26.9259402Z [00:02:42.577]➜  internal/filepathlite
2025-08-20T20:32:26.9259690Z [00:02:42.577]➜  mkdir -p $WORK/b050/
2025-08-20T20:32:26.9260090Z [00:02:42.578]➜  cat >/tmp/go-build3897779518/b050/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9260430Z [00:02:42.578]➜  # import config
2025-08-20T20:32:26.9260763Z [00:02:42.578]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.9261225Z [00:02:42.578]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:26.9261743Z [00:02:42.578]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:26.9262216Z [00:02:42.578]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:26.9262641Z [00:02:42.578]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.9262955Z [00:02:42.578]➜  EOF
2025-08-20T20:32:26.9263220Z [00:02:42.578]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.9265297Z [00:02:42.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b050=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/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-20T20:32:26.9470107Z [00:02:42.599]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.9478547Z [00:02:42.600]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x009.o -c gcc_sigaction.c
2025-08-20T20:32:26.9656448Z [00:02:42.616]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:32:26.9658832Z [00:02:42.616]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:32:26.9663026Z [00:02:42.617]➜  internal/syscall/execenv
2025-08-20T20:32:26.9664361Z [00:02:42.617]➜  mkdir -p $WORK/b060/
2025-08-20T20:32:26.9665726Z [00:02:42.617]➜  cat >/tmp/go-build3897779518/b060/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9666214Z [00:02:42.617]➜  # import config
2025-08-20T20:32:26.9666625Z [00:02:42.617]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:26.9666946Z [00:02:42.617]➜  EOF
2025-08-20T20:32:26.9667241Z [00:02:42.617]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.9669279Z [00:02:42.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b060=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:32:26.9670895Z [00:02:42.618]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:32:26.9671564Z [00:02:42.619]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:32:26.9672099Z [00:02:42.619]➜  encoding/binary
2025-08-20T20:32:26.9672346Z [00:02:42.619]➜  mkdir -p $WORK/b068/
2025-08-20T20:32:26.9675326Z [00:02:42.619]➜  cat >/tmp/go-build3897779518/b068/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9676583Z [00:02:42.619]➜  # import config
2025-08-20T20:32:26.9677476Z [00:02:42.619]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.9678188Z [00:02:42.619]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:26.9678622Z [00:02:42.619]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:26.9679048Z [00:02:42.619]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:26.9679502Z [00:02:42.619]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:26.9679914Z [00:02:42.619]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.9680220Z [00:02:42.619]➜  EOF
2025-08-20T20:32:26.9682090Z [00:02:42.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b068=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/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-20T20:32:26.9769775Z [00:02:42.629]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:32:26.9777766Z [00:02:42.630]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:32:26.9780417Z [00:02:42.630]➜  context
2025-08-20T20:32:26.9780701Z [00:02:42.630]➜  mkdir -p $WORK/b077/
2025-08-20T20:32:26.9805816Z [00:02:42.633]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:26.9813724Z [00:02:42.633]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x010.o -c gcc_stack_unix.c
2025-08-20T20:32:26.9823625Z [00:02:42.634]➜  cat >/tmp/go-build3897779518/b077/importcfg << 'EOF' # internal
2025-08-20T20:32:26.9824182Z [00:02:42.634]➜  # import config
2025-08-20T20:32:26.9824662Z [00:02:42.634]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:26.9825280Z [00:02:42.634]➜  packagefile internal/reflectlite=/tmp/go-build3897779518/b003/_pkg_.a
2025-08-20T20:32:26.9825809Z [00:02:42.634]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:26.9829594Z [00:02:42.634]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:26.9830068Z [00:02:42.634]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:26.9830380Z [00:02:42.634]➜  EOF
2025-08-20T20:32:26.9830650Z [00:02:42.634]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:26.9842304Z [00:02:42.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b077=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:32:27.0063042Z [00:02:42.658]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:27.0064688Z [00:02:42.658]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x011.o -c gcc_traceback.c
2025-08-20T20:32:27.0389216Z [00:02:42.691]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x012.o -c gcc_util.c
2025-08-20T20:32:27.0544133Z [00:02:42.706]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:32:27.0554989Z [00:02:42.708]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:32:27.0573490Z [00:02:42.709]➜  regexp/syntax
2025-08-20T20:32:27.0574418Z [00:02:42.710]➜  mkdir -p $WORK/b094/
2025-08-20T20:32:27.0577346Z [00:02:42.710]➜  cat >/tmp/go-build3897779518/b094/importcfg << 'EOF' # internal
2025-08-20T20:32:27.0580169Z [00:02:42.710]➜  # import config
2025-08-20T20:32:27.0581543Z [00:02:42.710]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.0598041Z [00:02:42.710]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:27.0599685Z [00:02:42.710]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.0600191Z [00:02:42.710]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.0600624Z [00:02:42.710]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.0601048Z [00:02:42.710]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:27.0601532Z [00:02:42.710]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.0602321Z [00:02:42.710]➜  EOF
2025-08-20T20:32:27.0602608Z [00:02:42.712]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.0605173Z [00:02:42.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b094=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/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-20T20:32:27.0707539Z [00:02:42.723]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:32:27.0734603Z [00:02:42.726]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:32:27.0746804Z [00:02:42.727]➜  os
2025-08-20T20:32:27.0771690Z [00:02:42.727]➜  mkdir -p $WORK/b049/
2025-08-20T20:32:27.0772032Z [00:02:42.728]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:27.0773585Z [00:02:42.728]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x013.o -c linux_syscall.c
2025-08-20T20:32:27.0774996Z [00:02:42.728]➜  cat >/tmp/go-build3897779518/b049/importcfg << 'EOF' # internal
2025-08-20T20:32:27.0775339Z [00:02:42.728]➜  # import config
2025-08-20T20:32:27.0775677Z [00:02:42.728]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.0776136Z [00:02:42.728]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:27.0776652Z [00:02:42.728]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:27.0777171Z [00:02:42.728]➜  packagefile internal/filepathlite=/tmp/go-build3897779518/b050/_pkg_.a
2025-08-20T20:32:27.0777831Z [00:02:42.728]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:27.0778373Z [00:02:42.728]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:27.0779252Z [00:02:42.728]➜  packagefile internal/poll=/tmp/go-build3897779518/b058/_pkg_.a
2025-08-20T20:32:27.0779818Z [00:02:42.728]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:27.0780358Z [00:02:42.728]➜  packagefile internal/syscall/execenv=/tmp/go-build3897779518/b060/_pkg_.a
2025-08-20T20:32:27.0780891Z [00:02:42.728]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:27.0781397Z [00:02:42.728]➜  packagefile internal/testlog=/tmp/go-build3897779518/b061/_pkg_.a
2025-08-20T20:32:27.0781847Z [00:02:42.728]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.0782256Z [00:02:42.728]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:27.0782676Z [00:02:42.728]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.0783101Z [00:02:42.728]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.0783511Z [00:02:42.728]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.0783953Z [00:02:42.728]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:27.0784395Z [00:02:42.728]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:27.0784812Z [00:02:42.728]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:27.0785116Z [00:02:42.728]➜  EOF
2025-08-20T20:32:27.0785383Z [00:02:42.728]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.0800343Z [00:02:42.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b049=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/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-20T20:32:27.1149094Z [00:02:42.766]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:27.1154900Z [00:02:42.767]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x014.o -c gcc_arm64.S
2025-08-20T20:32:27.1300806Z [00:02:42.782]➜  cd $WORK/b092
2025-08-20T20:32:27.1305853Z [00:02:42.782]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_cgo_main.o -c _cgo_main.c
2025-08-20T20:32:27.1323193Z [00:02:42.784]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:32:27.1353489Z [00:02:42.787]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:32:27.1362301Z [00:02:42.788]➜  golang.org/x/sys/unix
2025-08-20T20:32:27.1412812Z [00:02:42.793]➜  mkdir -p $WORK/b067/
2025-08-20T20:32:27.1413250Z [00:02:42.793]➜  echo -n > $WORK/b067/go_asm.h # internal
2025-08-20T20:32:27.1414806Z [00:02:42.794]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:32:27.1417431Z [00:02:42.794]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b067=>" -I $WORK/b067/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b067/symabis ./asm_linux_arm64.s
2025-08-20T20:32:27.1478663Z [00:02:42.800]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.1481183Z [00:02:42.800]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -o $WORK/b092/_cgo_.o $WORK/b092/_cgo_main.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o -O2 -g -lpthread
2025-08-20T20:32:27.1514838Z [00:02:42.803]➜  cat >/tmp/go-build3897779518/b067/importcfg << 'EOF' # internal
2025-08-20T20:32:27.1515323Z [00:02:42.803]➜  # import config
2025-08-20T20:32:27.1515673Z [00:02:42.803]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.1516139Z [00:02:42.803]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:27.1516607Z [00:02:42.803]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:27.1517066Z [00:02:42.803]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.1517490Z [00:02:42.803]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.1518068Z [00:02:42.803]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:27.1518490Z [00:02:42.803]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.1518934Z [00:02:42.803]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.1519348Z [00:02:42.803]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.1519765Z [00:02:42.803]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:27.1520181Z [00:02:42.803]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:27.1520482Z [00:02:42.803]➜  EOF
2025-08-20T20:32:27.1531331Z [00:02:42.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b067=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid aFG0iYWlth8bQMP2Jg1c/aFG0iYWlth8bQMP2Jg1c -goversion go1.25.0 -symabis $WORK/b067/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack -asmhdr $WORK/b067/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_arm64.go
2025-08-20T20:32:27.2263809Z [00:02:42.878]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:32:27.2286492Z [00:02:42.881]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:32:27.2296712Z [00:02:42.882]➜  regexp
2025-08-20T20:32:27.2303164Z [00:02:42.882]➜  mkdir -p $WORK/b093/
2025-08-20T20:32:27.2312246Z [00:02:42.883]➜  cat >/tmp/go-build3897779518/b093/importcfg << 'EOF' # internal
2025-08-20T20:32:27.2320966Z [00:02:42.883]➜  # import config
2025-08-20T20:32:27.2321368Z [00:02:42.883]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.2321827Z [00:02:42.883]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.2322277Z [00:02:42.883]➜  packagefile regexp/syntax=/tmp/go-build3897779518/b094/_pkg_.a
2025-08-20T20:32:27.2322721Z [00:02:42.883]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.2323143Z [00:02:42.883]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.2323569Z [00:02:42.883]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.2324002Z [00:02:42.883]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.2324423Z [00:02:42.883]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:27.2324871Z [00:02:42.883]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.2325203Z [00:02:42.883]➜  EOF
2025-08-20T20:32:27.2337063Z [00:02:42.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b093=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/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-20T20:32:27.2950594Z [00:02:42.947]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -o $WORK/b092/_cgo_.o $WORK/b092/_cgo_main.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:32:27.2959556Z [00:02:42.948]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b092/_cgo_.o -dynout $WORK/b092/_cgo_import.go -dynlinker
2025-08-20T20:32:27.3077599Z [00:02:42.960]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T20:32:27.3079586Z [00:02:42.960]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:27.3081321Z [00:02:42.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b092/symabis ./asm_arm64.s
2025-08-20T20:32:27.3212225Z [00:02:42.973]➜  cat >/tmp/go-build3897779518/b092/importcfg << 'EOF' # internal
2025-08-20T20:32:27.3212649Z [00:02:42.973]➜  # import config
2025-08-20T20:32:27.3213052Z [00:02:42.973]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:27.3213529Z [00:02:42.973]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.3213971Z [00:02:42.973]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:27.3214701Z [00:02:42.973]➜  EOF
2025-08-20T20:32:27.3214975Z [00:02:42.973]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.3218127Z [00:02:42.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b092/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack -asmhdr $WORK/b092/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/b092/_cgo_gotypes.go $WORK/b092/cgo.cgo1.go $WORK/b092/_cgo_import.go
2025-08-20T20:32:27.3685944Z [00:02:43.020]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:32:27.3715009Z [00:02:43.023]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:32:27.3721979Z [00:02:43.024]➜  hash
2025-08-20T20:32:27.3729841Z [00:02:43.025]➜  mkdir -p $WORK/b104/
2025-08-20T20:32:27.3739635Z [00:02:43.026]➜  cat >/tmp/go-build3897779518/b104/importcfg << 'EOF' # internal
2025-08-20T20:32:27.3740735Z [00:02:43.026]➜  # import config
2025-08-20T20:32:27.3741821Z [00:02:43.026]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.3743233Z [00:02:43.026]➜  EOF
2025-08-20T20:32:27.3754322Z [00:02:43.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b104=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:32:27.4150379Z [00:02:43.067]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:32:27.4159086Z [00:02:43.068]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:32:27.4159660Z [00:02:43.068]➜  hash/crc32
2025-08-20T20:32:27.4159910Z [00:02:43.068]➜  mkdir -p $WORK/b103/
2025-08-20T20:32:27.4161643Z [00:02:43.068]➜  echo -n > $WORK/b103/go_asm.h # internal
2025-08-20T20:32:27.4162214Z [00:02:43.068]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:32:27.4163801Z [00:02:43.068]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b103/symabis ./crc32_arm64.s
2025-08-20T20:32:27.4228285Z [00:02:43.075]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b092/abi_GOARCH.h
2025-08-20T20:32:27.4249124Z [00:02:43.075]➜  cat >/tmp/go-build3897779518/b103/importcfg << 'EOF' # internal
2025-08-20T20:32:27.4250021Z [00:02:43.075]➜  # import config
2025-08-20T20:32:27.4250435Z [00:02:43.075]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.4250863Z [00:02:43.075]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:27.4251333Z [00:02:43.075]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:27.4251829Z [00:02:43.075]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:27.4252284Z [00:02:43.075]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.4252720Z [00:02:43.075]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:27.4253047Z [00:02:43.075]➜  EOF
2025-08-20T20:32:27.4253337Z [00:02:43.075]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.4255411Z [00:02:43.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b103=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b103/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack -asmhdr $WORK/b103/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:32:27.4257164Z [00:02:43.077]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:32:27.4258605Z [00:02:43.077]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b092/asm_arm64.o ./asm_arm64.s
2025-08-20T20:32:27.4326584Z [00:02:43.085]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/asm_arm64.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o # internal
2025-08-20T20:32:27.4384755Z [00:02:43.091]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:32:27.4493291Z [00:02:43.101]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:32:27.4508653Z [00:02:43.103]➜  crypto
2025-08-20T20:32:27.4509586Z [00:02:43.103]➜  mkdir -p $WORK/b108/
2025-08-20T20:32:27.4510407Z [00:02:43.103]➜  cat >/tmp/go-build3897779518/b108/importcfg << 'EOF' # internal
2025-08-20T20:32:27.4510837Z [00:02:43.103]➜  # import config
2025-08-20T20:32:27.4511179Z [00:02:43.103]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:27.4511593Z [00:02:43.103]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.4512010Z [00:02:43.103]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.4512346Z [00:02:43.103]➜  EOF
2025-08-20T20:32:27.4522205Z [00:02:43.104]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.4523681Z [00:02:43.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b108=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:32:27.4705613Z [00:02:43.123]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:32:27.4707103Z [00:02:43.123]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b103/crc32_arm64.o ./crc32_arm64.s
2025-08-20T20:32:27.4778660Z [00:02:43.130]➜  go tool pack r $WORK/b103/_pkg_.a $WORK/b103/crc32_arm64.o # internal
2025-08-20T20:32:27.4779368Z [00:02:43.130]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:32:27.4786610Z [00:02:43.131]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T20:32:27.4788534Z [00:02:43.131]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:32:27.4790527Z [00:02:43.131]➜  mkdir -p $WORK/b112/
2025-08-20T20:32:27.4794958Z [00:02:43.132]➜  cat >/tmp/go-build3897779518/b112/importcfg << 'EOF' # internal
2025-08-20T20:32:27.4795343Z [00:02:43.132]➜  # import config
2025-08-20T20:32:27.4795753Z [00:02:43.132]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:27.4796101Z [00:02:43.132]➜  EOF
2025-08-20T20:32:27.4812797Z [00:02:43.133]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.4816880Z [00:02:43.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b112=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:32:27.4818794Z [00:02:43.134]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:32:27.4824048Z [00:02:43.135]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:32:27.4826461Z [00:02:43.135]➜  crypto/internal/impl
2025-08-20T20:32:27.4838377Z [00:02:43.135]➜  mkdir -p $WORK/b119/
2025-08-20T20:32:27.4841865Z [00:02:43.136]➜  cat >/tmp/go-build3897779518/b119/importcfg << 'EOF' # internal
2025-08-20T20:32:27.4842243Z [00:02:43.136]➜  # import config
2025-08-20T20:32:27.4842590Z [00:02:43.136]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.4842909Z [00:02:43.136]➜  EOF
2025-08-20T20:32:27.4844502Z [00:02:43.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b119=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:32:27.4996150Z [00:02:43.151]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:32:27.4998192Z [00:02:43.152]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:32:27.5002076Z [00:02:43.152]➜  math/rand/v2
2025-08-20T20:32:27.5002444Z [00:02:43.152]➜  mkdir -p $WORK/b128/
2025-08-20T20:32:27.5003987Z [00:02:43.153]➜  cat >/tmp/go-build3897779518/b128/importcfg << 'EOF' # internal
2025-08-20T20:32:27.5004343Z [00:02:43.153]➜  # import config
2025-08-20T20:32:27.5004687Z [00:02:43.153]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.5006453Z [00:02:43.153]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:27.5006996Z [00:02:43.153]➜  packagefile internal/chacha8rand=/tmp/go-build3897779518/b012/_pkg_.a
2025-08-20T20:32:27.5007468Z [00:02:43.153]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:27.5007994Z [00:02:43.153]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:27.5008315Z [00:02:43.153]➜  EOF
2025-08-20T20:32:27.5010405Z [00:02:43.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b128=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/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-20T20:32:27.5133918Z [00:02:43.165]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:32:27.5145564Z [00:02:43.167]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:32:27.5156860Z [00:02:43.168]➜  crypto/internal/fips140
2025-08-20T20:32:27.5158554Z [00:02:43.168]➜  mkdir -p $WORK/b111/
2025-08-20T20:32:27.5159069Z [00:02:43.168]➜  cat >/tmp/go-build3897779518/b111/importcfg << 'EOF' # internal
2025-08-20T20:32:27.5159429Z [00:02:43.168]➜  # import config
2025-08-20T20:32:27.5159891Z [00:02:43.168]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3897779518/b112/_pkg_.a
2025-08-20T20:32:27.5160421Z [00:02:43.168]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.5160837Z [00:02:43.168]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:27.5161272Z [00:02:43.168]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.5161697Z [00:02:43.168]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.5162013Z [00:02:43.168]➜  EOF
2025-08-20T20:32:27.5164438Z [00:02:43.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b111=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/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-20T20:32:27.5211786Z [00:02:43.173]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:32:27.5306987Z [00:02:43.183]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:32:27.5331296Z [00:02:43.185]➜  fmt
2025-08-20T20:32:27.5331611Z [00:02:43.185]➜  mkdir -p $WORK/b032/
2025-08-20T20:32:27.5332005Z [00:02:43.185]➜  cat >/tmp/go-build3897779518/b032/importcfg << 'EOF' # internal
2025-08-20T20:32:27.5335231Z [00:02:43.185]➜  # import config
2025-08-20T20:32:27.5335616Z [00:02:43.185]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.5336503Z [00:02:43.185]➜  packagefile internal/fmtsort=/tmp/go-build3897779518/b033/_pkg_.a
2025-08-20T20:32:27.5337029Z [00:02:43.185]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.5337436Z [00:02:43.185]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:27.5337981Z [00:02:43.185]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:27.5338414Z [00:02:43.185]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:27.5338855Z [00:02:43.185]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.5339279Z [00:02:43.185]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.5339695Z [00:02:43.185]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.5340133Z [00:02:43.185]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.5340459Z [00:02:43.185]➜  EOF
2025-08-20T20:32:27.5342139Z [00:02:43.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b032=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/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-20T20:32:27.5395336Z [00:02:43.190]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:32:27.5396654Z [00:02:43.190]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:32:27.5397220Z [00:02:43.190]➜  path/filepath
2025-08-20T20:32:27.5397475Z [00:02:43.190]➜  mkdir -p $WORK/b074/
2025-08-20T20:32:27.5398016Z [00:02:43.190]➜  cat >/tmp/go-build3897779518/b074/importcfg << 'EOF' # internal
2025-08-20T20:32:27.5398370Z [00:02:43.190]➜  # import config
2025-08-20T20:32:27.5398722Z [00:02:43.190]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.5399186Z [00:02:43.190]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:27.5399701Z [00:02:43.190]➜  packagefile internal/filepathlite=/tmp/go-build3897779518/b050/_pkg_.a
2025-08-20T20:32:27.5400171Z [00:02:43.190]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:27.5400577Z [00:02:43.191]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:27.5401005Z [00:02:43.191]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.5401425Z [00:02:43.191]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.5401847Z [00:02:43.191]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.5402273Z [00:02:43.191]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:27.5402718Z [00:02:43.191]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.5403047Z [00:02:43.191]➜  EOF
2025-08-20T20:32:27.5405121Z [00:02:43.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b074=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/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-20T20:32:27.5556662Z [00:02:43.208]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:32:27.5566734Z [00:02:43.209]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:32:27.5582951Z [00:02:43.210]➜  net
2025-08-20T20:32:27.5583248Z [00:02:43.210]➜  mkdir -p $WORK/b085/
2025-08-20T20:32:27.5588965Z [00:02:43.210]➜  echo -n > $WORK/b085/preferlinkext # internal
2025-08-20T20:32:27.5593023Z [00:02:43.210]➜  cd /root/.go/src/net
2025-08-20T20:32:27.5594640Z [00:02:43.210]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b085/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b085/ -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-20T20:32:27.6413778Z [00:02:43.293]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:32:27.6436441Z [00:02:43.296]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:32:27.6445123Z [00:02:43.297]➜  crypto/internal/fips140/sha256
2025-08-20T20:32:27.6446060Z [00:02:43.297]➜  mkdir -p $WORK/b116/
2025-08-20T20:32:27.6452782Z [00:02:43.297]➜  echo -n > $WORK/b116/go_asm.h # internal
2025-08-20T20:32:27.6459746Z [00:02:43.298]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:32:27.6461549Z [00:02:43.298]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b116/symabis ./sha256block_arm64.s
2025-08-20T20:32:27.6544244Z [00:02:43.307]➜  cat >/tmp/go-build3897779518/b116/importcfg << 'EOF' # internal
2025-08-20T20:32:27.6545409Z [00:02:43.307]➜  # import config
2025-08-20T20:32:27.6546433Z [00:02:43.307]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.6547047Z [00:02:43.307]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:27.6548030Z [00:02:43.307]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:27.6548701Z [00:02:43.307]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:27.6549292Z [00:02:43.307]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:27.6549765Z [00:02:43.307]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.6550182Z [00:02:43.307]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:27.6550607Z [00:02:43.307]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:27.6550942Z [00:02:43.307]➜  EOF
2025-08-20T20:32:27.6553044Z [00:02:43.308]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.6557035Z [00:02:43.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b116=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b116/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack -asmhdr $WORK/b116/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_arm64.go
2025-08-20T20:32:27.7132074Z [00:02:43.365]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:32:27.7133504Z [00:02:43.365]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b116/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:32:27.7175309Z [00:02:43.370]➜  go tool pack r $WORK/b116/_pkg_.a $WORK/b116/sha256block_arm64.o # internal
2025-08-20T20:32:27.7175836Z [00:02:43.370]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:32:27.7205799Z [00:02:43.373]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:32:27.7207052Z [00:02:43.373]➜  crypto/internal/fips140/sha3
2025-08-20T20:32:27.7207543Z [00:02:43.373]➜  mkdir -p $WORK/b120/
2025-08-20T20:32:27.7208876Z [00:02:43.373]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T20:32:27.7209263Z [00:02:43.373]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:32:27.7210534Z [00:02:43.373]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b120/symabis ./sha3_arm64.s
2025-08-20T20:32:27.7255737Z [00:02:43.378]➜  cat >/tmp/go-build3897779518/b120/importcfg << 'EOF' # internal
2025-08-20T20:32:27.7257962Z [00:02:43.378]➜  # import config
2025-08-20T20:32:27.7258348Z [00:02:43.378]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.7258878Z [00:02:43.378]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:27.7259468Z [00:02:43.378]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:27.7260105Z [00:02:43.378]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:27.7260734Z [00:02:43.378]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:27.7261798Z [00:02:43.378]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:27.7262283Z [00:02:43.378]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.7262718Z [00:02:43.378]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:27.7263157Z [00:02:43.378]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.7263472Z [00:02:43.378]➜  EOF
2025-08-20T20:32:27.7263735Z [00:02:43.378]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.7266738Z [00:02:43.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b120=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/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_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:32:27.7821737Z [00:02:43.434]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:32:27.7823150Z [00:02:43.434]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b120/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:32:27.7850895Z [00:02:43.437]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/sha3_arm64.o # internal
2025-08-20T20:32:27.7851944Z [00:02:43.437]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:32:27.7857968Z [00:02:43.438]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:32:27.7859599Z [00:02:43.438]➜  crypto/internal/fips140/sha512
2025-08-20T20:32:27.7860537Z [00:02:43.438]➜  mkdir -p $WORK/b122/
2025-08-20T20:32:27.7867080Z [00:02:43.439]➜  echo -n > $WORK/b122/go_asm.h # internal
2025-08-20T20:32:27.7870676Z [00:02:43.439]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:32:27.7873741Z [00:02:43.439]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b122/symabis ./sha512block_arm64.s
2025-08-20T20:32:27.7914543Z [00:02:43.444]➜  cat >/tmp/go-build3897779518/b122/importcfg << 'EOF' # internal
2025-08-20T20:32:27.7916167Z [00:02:43.444]➜  # import config
2025-08-20T20:32:27.7916856Z [00:02:43.444]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.7920003Z [00:02:43.444]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:27.7921019Z [00:02:43.444]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:27.7927070Z [00:02:43.444]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:27.7927795Z [00:02:43.444]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:27.7928353Z [00:02:43.444]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.7928770Z [00:02:43.444]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:27.7929195Z [00:02:43.444]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:27.7929514Z [00:02:43.444]➜  EOF
2025-08-20T20:32:27.7929798Z [00:02:43.445]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:32:27.7930537Z [00:02:43.445]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.7933257Z [00:02:43.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b122=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b122/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack -asmhdr $WORK/b122/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_arm64.go
2025-08-20T20:32:27.7993114Z [00:02:43.451]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:32:27.8001830Z [00:02:43.451]➜  net/url
2025-08-20T20:32:27.8002135Z [00:02:43.451]➜  mkdir -p $WORK/b073/
2025-08-20T20:32:27.8014675Z [00:02:43.453]➜  cat >/tmp/go-build3897779518/b073/importcfg << 'EOF' # internal
2025-08-20T20:32:27.8017821Z [00:02:43.453]➜  # import config
2025-08-20T20:32:27.8020301Z [00:02:43.453]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.8020778Z [00:02:43.453]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.8021191Z [00:02:43.453]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:27.8021633Z [00:02:43.453]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:27.8022056Z [00:02:43.453]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.8022477Z [00:02:43.453]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.8022903Z [00:02:43.453]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.8023216Z [00:02:43.453]➜  EOF
2025-08-20T20:32:27.8024552Z [00:02:43.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b073=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:32:27.8318414Z [00:02:43.484]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:32:27.8322880Z [00:02:43.484]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b122/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:32:27.8383019Z [00:02:43.490]➜  go tool pack r $WORK/b122/_pkg_.a $WORK/b122/sha512block_arm64.o # internal
2025-08-20T20:32:27.8387096Z [00:02:43.491]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:32:27.8388060Z [00:02:43.491]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:32:27.8392637Z [00:02:43.491]➜  text/template/parse
2025-08-20T20:32:27.8395030Z [00:02:43.492]➜  mkdir -p $WORK/b075/
2025-08-20T20:32:27.8396044Z [00:02:43.492]➜  cat >/tmp/go-build3897779518/b075/importcfg << 'EOF' # internal
2025-08-20T20:32:27.8397259Z [00:02:43.492]➜  # import config
2025-08-20T20:32:27.8398272Z [00:02:43.492]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.8398770Z [00:02:43.492]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.8399733Z [00:02:43.492]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.8401782Z [00:02:43.492]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.8402375Z [00:02:43.492]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.8403099Z [00:02:43.492]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:27.8404483Z [00:02:43.492]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.8404884Z [00:02:43.492]➜  EOF
2025-08-20T20:32:27.8441301Z [00:02:43.496]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.8444573Z [00:02:43.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b075=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/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-20T20:32:27.8564276Z [00:02:43.508]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:32:27.8566170Z [00:02:43.508]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b067=>" -I $WORK/b067/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b067/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:32:27.8624372Z [00:02:43.514]➜  go tool pack r $WORK/b067/_pkg_.a $WORK/b067/asm_linux_arm64.o # internal
2025-08-20T20:32:27.8624889Z [00:02:43.514]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:32:27.8751965Z [00:02:43.527]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d # internal
2025-08-20T20:32:27.8753127Z [00:02:43.527]➜  github.com/mattn/go-isatty
2025-08-20T20:32:27.8754947Z [00:02:43.527]➜  mkdir -p $WORK/b066/
2025-08-20T20:32:27.8756310Z [00:02:43.528]➜  cat >/tmp/go-build3897779518/b066/importcfg << 'EOF' # internal
2025-08-20T20:32:27.8756965Z [00:02:43.528]➜  # import config
2025-08-20T20:32:27.8757553Z [00:02:43.528]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:27.8758294Z [00:02:43.528]➜  EOF
2025-08-20T20:32:27.8759044Z [00:02:43.528]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:27.8772603Z [00:02:43.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b066=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid nWIQunIf4EhJQRpGI5Lr/nWIQunIf4EhJQRpGI5Lr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T20:32:27.8949159Z [00:02:43.547]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:32:27.8961204Z [00:02:43.548]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:32:27.8962676Z [00:02:43.548]➜  encoding/csv
2025-08-20T20:32:27.8963065Z [00:02:43.548]➜  mkdir -p $WORK/b080/
2025-08-20T20:32:27.8968200Z [00:02:43.549]➜  cat >/tmp/go-build3897779518/b080/importcfg << 'EOF' # internal
2025-08-20T20:32:27.8968603Z [00:02:43.549]➜  # import config
2025-08-20T20:32:27.8968965Z [00:02:43.549]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:27.8969384Z [00:02:43.549]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.8969805Z [00:02:43.549]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.8970241Z [00:02:43.549]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.8970640Z [00:02:43.549]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.8971053Z [00:02:43.549]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.8971479Z [00:02:43.549]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:27.8971925Z [00:02:43.549]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.8972711Z [00:02:43.549]➜  EOF
2025-08-20T20:32:27.8974308Z [00:02:43.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b080=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T20:32:27.8983323Z [00:02:43.550]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:32:27.8990535Z [00:02:43.551]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/a8/a8f9182f4ba2373a616010c6d80f0ba5559744e8f77945053e2667f3115fafc5-d # internal
2025-08-20T20:32:27.8998379Z [00:02:43.552]➜  github.com/mattn/go-colorable
2025-08-20T20:32:27.8998865Z [00:02:43.552]➜  mkdir -p $WORK/b065/
2025-08-20T20:32:27.9006393Z [00:02:43.553]➜  cat >/tmp/go-build3897779518/b065/importcfg << 'EOF' # internal
2025-08-20T20:32:27.9006801Z [00:02:43.553]➜  # import config
2025-08-20T20:32:27.9008895Z [00:02:43.553]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.9009466Z [00:02:43.553]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3897779518/b066/_pkg_.a
2025-08-20T20:32:27.9009942Z [00:02:43.553]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.9010343Z [00:02:43.553]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:27.9010641Z [00:02:43.553]➜  EOF
2025-08-20T20:32:27.9012945Z [00:02:43.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b065=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid durfw4X9FR1QDbCnRerJ/durfw4X9FR1QDbCnRerJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/noncolorable.go
2025-08-20T20:32:27.9230669Z [00:02:43.575]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:32:27.9231441Z [00:02:43.575]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ad/ad855d265eca0acb595de877c1b79d87adbab8aa5756313f206b5f4be92b82ef-d # internal
2025-08-20T20:32:27.9232010Z [00:02:43.575]➜  github.com/mgutz/ansi
2025-08-20T20:32:27.9232289Z [00:02:43.575]➜  mkdir -p $WORK/b064/
2025-08-20T20:32:27.9232988Z [00:02:43.575]➜  cat >/tmp/go-build3897779518/b064/importcfg << 'EOF' # internal
2025-08-20T20:32:27.9233408Z [00:02:43.575]➜  # import config
2025-08-20T20:32:27.9233753Z [00:02:43.575]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.9234173Z [00:02:43.575]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.9234673Z [00:02:43.575]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3897779518/b065/_pkg_.a
2025-08-20T20:32:27.9235176Z [00:02:43.575]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:27.9235594Z [00:02:43.575]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.9236021Z [00:02:43.575]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.9236333Z [00:02:43.575]➜  EOF
2025-08-20T20:32:27.9239166Z [00:02:43.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d=>github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d;$WORK/b064=>" -p github.com/mgutz/ansi -lang=go1.16 -complete -installsuffix shared -buildid _hhHOH23iLfXtsmUx64H/_hhHOH23iLfXtsmUx64H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/ansi.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/doc.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/print.go
2025-08-20T20:32:27.9309734Z [00:02:43.583]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:32:27.9336337Z [00:02:43.586]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T20:32:27.9337304Z [00:02:43.586]➜  encoding/hex
2025-08-20T20:32:27.9338253Z [00:02:43.586]➜  mkdir -p $WORK/b082/
2025-08-20T20:32:27.9338688Z [00:02:43.586]➜  cat >/tmp/go-build3897779518/b082/importcfg << 'EOF' # internal
2025-08-20T20:32:27.9339079Z [00:02:43.586]➜  # import config
2025-08-20T20:32:27.9339426Z [00:02:43.586]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.9339847Z [00:02:43.586]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.9340254Z [00:02:43.586]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.9340667Z [00:02:43.586]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.9341105Z [00:02:43.586]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.9341422Z [00:02:43.586]➜  EOF
2025-08-20T20:32:27.9342869Z [00:02:43.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b082=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:32:27.9644726Z [00:02:43.616]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:32:27.9655838Z [00:02:43.617]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/08/08f78901a485c7ae7da47429767cb26987e163da668aed3dfce75af6115fece2-d # internal
2025-08-20T20:32:27.9656608Z [00:02:43.617]➜  flag
2025-08-20T20:32:27.9658012Z [00:02:43.618]➜  mkdir -p $WORK/b083/
2025-08-20T20:32:27.9659993Z [00:02:43.618]➜  cat >/tmp/go-build3897779518/b083/importcfg << 'EOF' # internal
2025-08-20T20:32:27.9660480Z [00:02:43.618]➜  # import config
2025-08-20T20:32:27.9660835Z [00:02:43.618]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:27.9661269Z [00:02:43.618]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.9661687Z [00:02:43.618]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.9662089Z [00:02:43.618]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.9662488Z [00:02:43.618]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:27.9663231Z [00:02:43.618]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:27.9663730Z [00:02:43.618]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:27.9664154Z [00:02:43.618]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.9664576Z [00:02:43.618]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.9665016Z [00:02:43.618]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.9665436Z [00:02:43.618]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:27.9665737Z [00:02:43.618]➜  EOF
2025-08-20T20:32:27.9667054Z [00:02:43.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b083=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T20:32:27.9759991Z [00:02:43.627]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:32:27.9763158Z [00:02:43.628]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:32:27.9763824Z [00:02:43.628]➜  encoding/json
2025-08-20T20:32:27.9764086Z [00:02:43.628]➜  mkdir -p $WORK/b096/
2025-08-20T20:32:27.9775023Z [00:02:43.629]➜  cat >/tmp/go-build3897779518/b096/importcfg << 'EOF' # internal
2025-08-20T20:32:27.9775797Z [00:02:43.629]➜  # import config
2025-08-20T20:32:27.9776696Z [00:02:43.629]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:27.9777202Z [00:02:43.629]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:27.9777637Z [00:02:43.629]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:27.9778329Z [00:02:43.629]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:27.9778810Z [00:02:43.630]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:27.9779230Z [00:02:43.630]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:27.9779624Z [00:02:43.630]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:27.9780031Z [00:02:43.630]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:27.9780447Z [00:02:43.630]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:27.9780908Z [00:02:43.630]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:27.9781331Z [00:02:43.630]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:27.9781751Z [00:02:43.630]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:27.9782170Z [00:02:43.630]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:27.9782585Z [00:02:43.630]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:27.9783042Z [00:02:43.630]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:27.9783508Z [00:02:43.630]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:27.9783837Z [00:02:43.630]➜  EOF
2025-08-20T20:32:27.9786286Z [00:02:43.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b096=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/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-20T20:32:28.0633779Z [00:02:43.715]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:32:28.0668868Z [00:02:43.719]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T20:32:28.0680684Z [00:02:43.720]➜  text/template
2025-08-20T20:32:28.0681655Z [00:02:43.720]➜  mkdir -p $WORK/b071/
2025-08-20T20:32:28.0682128Z [00:02:43.720]➜  cat >/tmp/go-build3897779518/b071/importcfg << 'EOF' # internal
2025-08-20T20:32:28.0682528Z [00:02:43.720]➜  # import config
2025-08-20T20:32:28.0682890Z [00:02:43.720]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.0683335Z [00:02:43.720]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.0683788Z [00:02:43.720]➜  packagefile internal/fmtsort=/tmp/go-build3897779518/b033/_pkg_.a
2025-08-20T20:32:28.0684232Z [00:02:43.720]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.0684641Z [00:02:43.720]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:28.0685066Z [00:02:43.720]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:28.0685487Z [00:02:43.720]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:28.0685896Z [00:02:43.720]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:28.0686296Z [00:02:43.720]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:28.0686736Z [00:02:43.720]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:28.0687857Z [00:02:43.720]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:28.0688338Z [00:02:43.720]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:28.0688762Z [00:02:43.720]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:28.0689177Z [00:02:43.720]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.0689639Z [00:02:43.720]➜  packagefile text/template/parse=/tmp/go-build3897779518/b075/_pkg_.a
2025-08-20T20:32:28.0690123Z [00:02:43.720]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:28.0690565Z [00:02:43.720]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:28.0690898Z [00:02:43.720]➜  EOF
2025-08-20T20:32:28.0693044Z [00:02:43.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b071=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/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-20T20:32:28.0788060Z [00:02:43.731]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:32:28.0808971Z [00:02:43.733]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T20:32:28.0810431Z [00:02:43.733]➜  github.com/google/go-querystring/query
2025-08-20T20:32:28.0811862Z [00:02:43.733]➜  mkdir -p $WORK/b098/
2025-08-20T20:32:28.0816264Z [00:02:43.734]➜  cat >/tmp/go-build3897779518/b098/importcfg << 'EOF' # internal
2025-08-20T20:32:28.0817122Z [00:02:43.734]➜  # import config
2025-08-20T20:32:28.0818078Z [00:02:43.734]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.0819026Z [00:02:43.734]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.0819497Z [00:02:43.734]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:28.0819938Z [00:02:43.734]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:28.0820373Z [00:02:43.734]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.0820802Z [00:02:43.734]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:28.0821569Z [00:02:43.734]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:28.0821931Z [00:02:43.734]➜  EOF
2025-08-20T20:32:28.0823878Z [00:02:43.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query=>github.com/google/go-querystring@v1.1.0/query;$WORK/b098=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid 4T5jC6csup_Gx4YnxuAW/4T5jC6csup_Gx4YnxuAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T20:32:28.1238920Z [00:02:43.776]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:32:28.1246822Z [00:02:43.777]➜  cd $WORK/b085
2025-08-20T20:32:28.1256529Z [00:02:43.777]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x001.o -c _cgo_export.c
2025-08-20T20:32:28.1258349Z [00:02:43.778]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/23/2365a5db717d3dc484a270a77802bb2de779f5a0d3e5df310862197bf47103b6-d # internal
2025-08-20T20:32:28.1258916Z [00:02:43.778]➜  compress/flate
2025-08-20T20:32:28.1259646Z [00:02:43.778]➜  mkdir -p $WORK/b102/
2025-08-20T20:32:28.1264680Z [00:02:43.778]➜  cat >/tmp/go-build3897779518/b102/importcfg << 'EOF' # internal
2025-08-20T20:32:28.1265494Z [00:02:43.779]➜  # import config
2025-08-20T20:32:28.1266264Z [00:02:43.779]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:28.1266735Z [00:02:43.779]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.1267159Z [00:02:43.779]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.1267584Z [00:02:43.779]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.1268177Z [00:02:43.779]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:28.1268609Z [00:02:43.779]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.1269037Z [00:02:43.779]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:28.1269453Z [00:02:43.779]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.1269882Z [00:02:43.779]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.1270187Z [00:02:43.779]➜  EOF
2025-08-20T20:32:28.1270455Z [00:02:43.779]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.1273033Z [00:02:43.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b102=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/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-20T20:32:28.1497305Z [00:02:43.802]➜  cd $WORK/b085
2025-08-20T20:32:28.1499585Z [00:02:43.802]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:32:28.1792454Z [00:02:43.830]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:32:28.2035766Z [00:02:43.855]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:32:28.2267181Z [00:02:43.878]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:32:28.2712671Z [00:02:43.923]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:32:28.2730001Z [00:02:43.925]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T20:32:28.2733537Z [00:02:43.925]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:32:28.2745732Z [00:02:43.927]➜  compress/gzip
2025-08-20T20:32:28.2769641Z [00:02:43.927]➜  mkdir -p $WORK/b101/
2025-08-20T20:32:28.2781460Z [00:02:43.930]➜  cat >/tmp/go-build3897779518/b101/importcfg << 'EOF' # internal
2025-08-20T20:32:28.2782223Z [00:02:43.930]➜  # import config
2025-08-20T20:32:28.2783176Z [00:02:43.930]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:28.2783711Z [00:02:43.930]➜  packagefile compress/flate=/tmp/go-build3897779518/b102/_pkg_.a
2025-08-20T20:32:28.2784208Z [00:02:43.930]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:28.2784667Z [00:02:43.930]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.2785084Z [00:02:43.930]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.2785535Z [00:02:43.930]➜  packagefile hash/crc32=/tmp/go-build3897779518/b103/_pkg_.a
2025-08-20T20:32:28.2785960Z [00:02:43.930]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.2786365Z [00:02:43.930]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:28.2786670Z [00:02:43.930]➜  EOF
2025-08-20T20:32:28.2786936Z [00:02:43.930]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.2788805Z [00:02:43.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b101=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:32:28.3056037Z [00:02:43.958]➜  cd $WORK/b085
2025-08-20T20:32:28.3057547Z [00:02:43.958]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_cgo_main.o -c _cgo_main.c
2025-08-20T20:32:28.3319103Z [00:02:43.984]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.3327212Z [00:02:43.985]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -o $WORK/b085/_cgo_.o $WORK/b085/_cgo_main.o $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o -O2 -g -lresolv
2025-08-20T20:32:28.3430787Z [00:02:43.995]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:32:28.3443591Z [00:02:43.996]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T20:32:28.3455275Z [00:02:43.998]➜  crypto/internal/fips140/hmac
2025-08-20T20:32:28.3456565Z [00:02:43.998]➜  mkdir -p $WORK/b115/
2025-08-20T20:32:28.3457932Z [00:02:43.998]➜  cat >/tmp/go-build3897779518/b115/importcfg << 'EOF' # internal
2025-08-20T20:32:28.3458380Z [00:02:43.998]➜  # import config
2025-08-20T20:32:28.3458732Z [00:02:43.998]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.3459275Z [00:02:43.998]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:28.3459855Z [00:02:43.998]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:28.3460445Z [00:02:43.998]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:28.3461028Z [00:02:43.998]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:28.3461951Z [00:02:43.998]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.3462374Z [00:02:43.998]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:28.3462681Z [00:02:43.998]➜  EOF
2025-08-20T20:32:28.3464602Z [00:02:43.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b115=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:32:28.3766066Z [00:02:44.029]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:32:28.3801875Z [00:02:44.032]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T20:32:28.3808858Z [00:02:44.033]➜  github.com/AlecAivazis/survey/v2/core
2025-08-20T20:32:28.3809362Z [00:02:44.033]➜  mkdir -p $WORK/b062/
2025-08-20T20:32:28.3809756Z [00:02:44.033]➜  cat >/tmp/go-build3897779518/b062/importcfg << 'EOF' # internal
2025-08-20T20:32:28.3810109Z [00:02:44.033]➜  # import config
2025-08-20T20:32:28.3810447Z [00:02:44.033]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.3810886Z [00:02:44.033]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.3811331Z [00:02:44.033]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.3811800Z [00:02:44.033]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3897779518/b064/_pkg_.a
2025-08-20T20:32:28.3812258Z [00:02:44.033]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:28.3812672Z [00:02:44.033]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:28.3813103Z [00:02:44.033]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.3813546Z [00:02:44.033]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:28.3813962Z [00:02:44.033]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.3814407Z [00:02:44.033]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:28.3814846Z [00:02:44.033]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:28.3815151Z [00:02:44.033]➜  EOF
2025-08-20T20:32:28.3817956Z [00:02:44.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core=>github.com/AlecAivazis/survey/v2@v2.3.7/core;$WORK/b062=>" -p github.com/AlecAivazis/survey/v2/core -lang=go1.13 -complete -installsuffix shared -buildid wyLkakoq8q9Cqi4Lgi3j/wyLkakoq8q9Cqi4Lgi3j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core/template.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core/write.go
2025-08-20T20:32:28.3850917Z [00:02:44.037]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:32:28.3852187Z [00:02:44.037]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:32:28.3861315Z [00:02:44.038]➜  crypto/internal/fips140/check
2025-08-20T20:32:28.3862057Z [00:02:44.038]➜  mkdir -p $WORK/b114/
2025-08-20T20:32:28.3873329Z [00:02:44.039]➜  cat >/tmp/go-build3897779518/b114/importcfg << 'EOF' # internal
2025-08-20T20:32:28.3874169Z [00:02:44.039]➜  # import config
2025-08-20T20:32:28.3874829Z [00:02:44.039]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:28.3875541Z [00:02:44.039]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:28.3876313Z [00:02:44.039]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:28.3877527Z [00:02:44.039]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.3880153Z [00:02:44.039]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3897779518/b112/_pkg_.a
2025-08-20T20:32:28.3880674Z [00:02:44.039]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.3880979Z [00:02:44.039]➜  EOF
2025-08-20T20:32:28.3882726Z [00:02:44.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b114=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:32:28.4074616Z [00:02:44.059]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:32:28.4079958Z [00:02:44.060]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:32:28.4083128Z [00:02:44.060]➜  crypto/internal/fips140/aes
2025-08-20T20:32:28.4084070Z [00:02:44.061]➜  mkdir -p $WORK/b110/
2025-08-20T20:32:28.4086596Z [00:02:44.061]➜  echo -n > $WORK/b110/go_asm.h # internal
2025-08-20T20:32:28.4088522Z [00:02:44.061]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:32:28.4091665Z [00:02:44.061]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b110=>" -I $WORK/b110/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b110/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:32:28.4135616Z [00:02:44.066]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:32:28.4185426Z [00:02:44.071]➜  cat >/tmp/go-build3897779518/b110/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4186353Z [00:02:44.071]➜  # import config
2025-08-20T20:32:28.4186953Z [00:02:44.071]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.4187563Z [00:02:44.071]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:28.4188436Z [00:02:44.071]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:28.4189696Z [00:02:44.071]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.4190585Z [00:02:44.071]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.4191287Z [00:02:44.071]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.4191917Z [00:02:44.071]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:28.4192539Z [00:02:44.071]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3897779518/b112/_pkg_.a
2025-08-20T20:32:28.4193129Z [00:02:44.071]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:28.4193598Z [00:02:44.071]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.4194029Z [00:02:44.071]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.4194462Z [00:02:44.071]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.4194777Z [00:02:44.071]➜  EOF
2025-08-20T20:32:28.4195043Z [00:02:44.071]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.4203652Z [00:02:44.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b110=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b110/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack -asmhdr $WORK/b110/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-20T20:32:28.4219036Z [00:02:44.074]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:32:28.4222305Z [00:02:44.074]➜  crypto/internal/sysrand
2025-08-20T20:32:28.4224831Z [00:02:44.074]➜  mkdir -p $WORK/b126/
2025-08-20T20:32:28.4232439Z [00:02:44.075]➜  cat >/tmp/go-build3897779518/b126/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4233268Z [00:02:44.075]➜  # import config
2025-08-20T20:32:28.4235930Z [00:02:44.075]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.4236578Z [00:02:44.075]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:28.4238045Z [00:02:44.075]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:28.4238482Z [00:02:44.075]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:28.4238905Z [00:02:44.075]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:28.4239324Z [00:02:44.075]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.4239770Z [00:02:44.075]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:28.4240212Z [00:02:44.075]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:28.4240629Z [00:02:44.075]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:28.4240937Z [00:02:44.075]➜  EOF
2025-08-20T20:32:28.4242777Z [00:02:44.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b126=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:32:28.4317551Z [00:02:44.084]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:32:28.4330391Z [00:02:44.085]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/3b/3be35f7b0d78c6250ec503d7bd9c434f67e4085e9184f942e423fd7ae6c86ca6-d # internal
2025-08-20T20:32:28.4333673Z [00:02:44.085]➜  crypto/internal/randutil
2025-08-20T20:32:28.4333982Z [00:02:44.085]➜  mkdir -p $WORK/b127/
2025-08-20T20:32:28.4334364Z [00:02:44.085]➜  cat >/tmp/go-build3897779518/b127/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4334713Z [00:02:44.085]➜  # import config
2025-08-20T20:32:28.4335042Z [00:02:44.085]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.4335836Z [00:02:44.086]➜  packagefile math/rand/v2=/tmp/go-build3897779518/b128/_pkg_.a
2025-08-20T20:32:28.4336172Z [00:02:44.086]➜  EOF
2025-08-20T20:32:28.4338028Z [00:02:44.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b127=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:32:28.4478879Z [00:02:44.100]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:32:28.4484163Z [00:02:44.101]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:32:28.4489515Z [00:02:44.101]➜  crypto/internal/entropy
2025-08-20T20:32:28.4490274Z [00:02:44.101]➜  mkdir -p $WORK/b125/
2025-08-20T20:32:28.4490937Z [00:02:44.101]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:32:28.4492084Z [00:02:44.101]➜  cat >/tmp/go-build3897779518/b125/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4493192Z [00:02:44.101]➜  # import config
2025-08-20T20:32:28.4494182Z [00:02:44.101]➜  packagefile crypto/internal/sysrand=/tmp/go-build3897779518/b126/_pkg_.a
2025-08-20T20:32:28.4494997Z [00:02:44.102]➜  EOF
2025-08-20T20:32:28.4496814Z [00:02:44.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b125=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:32:28.4504160Z [00:02:44.103]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:32:28.4505637Z [00:02:44.103]➜  math/rand
2025-08-20T20:32:28.4506266Z [00:02:44.103]➜  mkdir -p $WORK/b133/
2025-08-20T20:32:28.4507637Z [00:02:44.103]➜  cat >/tmp/go-build3897779518/b133/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4508794Z [00:02:44.103]➜  # import config
2025-08-20T20:32:28.4509427Z [00:02:44.103]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:28.4511046Z [00:02:44.103]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:28.4512155Z [00:02:44.103]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.4513661Z [00:02:44.103]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:28.4514013Z [00:02:44.103]➜  EOF
2025-08-20T20:32:28.4515855Z [00:02:44.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b133=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/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-20T20:32:28.4631251Z [00:02:44.115]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:32:28.4635878Z [00:02:44.115]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:32:28.4666458Z [00:02:44.119]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:32:28.4667257Z [00:02:44.119]➜  mkdir -p $WORK/b140/
2025-08-20T20:32:28.4669606Z [00:02:44.119]➜  cat >/tmp/go-build3897779518/b140/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4671347Z [00:02:44.119]➜  # import config
2025-08-20T20:32:28.4672429Z [00:02:44.119]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.4673549Z [00:02:44.119]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.4674420Z [00:02:44.119]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.4675554Z [00:02:44.119]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.4675886Z [00:02:44.119]➜  EOF
2025-08-20T20:32:28.4680850Z [00:02:44.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b140=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/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-20T20:32:28.4825017Z [00:02:44.134]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:32:28.4828905Z [00:02:44.134]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b110=>" -I $WORK/b110/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b110/aes_arm64.o ./aes_arm64.s
2025-08-20T20:32:28.4871190Z [00:02:44.139]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -o $WORK/b085/_cgo_.o $WORK/b085/_cgo_main.o $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:32:28.4872776Z [00:02:44.139]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.4875821Z [00:02:44.139]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b085/_cgo_.o -dynout $WORK/b085/_cgo_import.go
2025-08-20T20:32:28.4938006Z [00:02:44.145]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:32:28.4939457Z [00:02:44.145]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b110=>" -I $WORK/b110/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b110/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:32:28.4940772Z [00:02:44.145]➜  cat >/tmp/go-build3897779518/b085/importcfg << 'EOF' # internal
2025-08-20T20:32:28.4941244Z [00:02:44.145]➜  # import config
2025-08-20T20:32:28.4941790Z [00:02:44.145]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:32:28.4942383Z [00:02:44.145]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:28.4942917Z [00:02:44.145]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:28.4943446Z [00:02:44.145]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.4944088Z [00:02:44.145]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3897779518/b086/_pkg_.a
2025-08-20T20:32:28.4944742Z [00:02:44.145]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:28.4945787Z [00:02:44.145]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:28.4946392Z [00:02:44.145]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:28.4946967Z [00:02:44.145]➜  packagefile internal/nettrace=/tmp/go-build3897779518/b087/_pkg_.a
2025-08-20T20:32:28.4947466Z [00:02:44.145]➜  packagefile internal/poll=/tmp/go-build3897779518/b058/_pkg_.a
2025-08-20T20:32:28.4975220Z [00:02:44.145]➜  packagefile internal/singleflight=/tmp/go-build3897779518/b088/_pkg_.a
2025-08-20T20:32:28.4975845Z [00:02:44.145]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:28.4976381Z [00:02:44.145]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:28.4976838Z [00:02:44.145]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.4977242Z [00:02:44.145]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:28.4977930Z [00:02:44.145]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:28.4978438Z [00:02:44.145]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:28.4978854Z [00:02:44.145]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:28.4979280Z [00:02:44.145]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:28.4979688Z [00:02:44.145]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.4980118Z [00:02:44.145]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:28.4980566Z [00:02:44.145]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:28.4980982Z [00:02:44.145]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:28.4981417Z [00:02:44.145]➜  packagefile runtime/cgo=/tmp/go-build3897779518/b092/_pkg_.a
2025-08-20T20:32:28.4981745Z [00:02:44.145]➜  EOF
2025-08-20T20:32:28.4982009Z [00:02:44.145]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.4991172Z [00:02:44.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b085=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/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/b085/_cgo_gotypes.go $WORK/b085/cgo_linux.cgo1.go $WORK/b085/cgo_resnew.cgo1.go $WORK/b085/cgo_socknew.cgo1.go $WORK/b085/cgo_unix_cgo.cgo1.go $WORK/b085/cgo_unix_cgo_res.cgo1.go $WORK/b085/_cgo_import.go
2025-08-20T20:32:28.5010171Z [00:02:44.152]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:32:28.5010705Z [00:02:44.152]➜  go tool pack r $WORK/b110/_pkg_.a $WORK/b110/aes_arm64.o $WORK/b110/ctr_arm64.o # internal
2025-08-20T20:32:28.5011183Z [00:02:44.152]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:32:28.5011853Z [00:02:44.152]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:32:28.5012424Z [00:02:44.152]➜  crypto/internal/fips140/drbg
2025-08-20T20:32:28.5012718Z [00:02:44.152]➜  mkdir -p $WORK/b124/
2025-08-20T20:32:28.5013085Z [00:02:44.152]➜  cat >/tmp/go-build3897779518/b124/importcfg << 'EOF' # internal
2025-08-20T20:32:28.5013426Z [00:02:44.152]➜  # import config
2025-08-20T20:32:28.5013762Z [00:02:44.152]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.5014242Z [00:02:44.152]➜  packagefile crypto/internal/entropy=/tmp/go-build3897779518/b125/_pkg_.a
2025-08-20T20:32:28.5014785Z [00:02:44.152]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:28.5015349Z [00:02:44.152]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:28.5015928Z [00:02:44.152]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.5016512Z [00:02:44.152]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.5017134Z [00:02:44.152]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.5017887Z [00:02:44.152]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:28.5018539Z [00:02:44.152]➜  packagefile crypto/internal/sysrand=/tmp/go-build3897779518/b126/_pkg_.a
2025-08-20T20:32:28.5019025Z [00:02:44.152]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.5019435Z [00:02:44.152]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.5019866Z [00:02:44.152]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.5020643Z [00:02:44.152]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.5021004Z [00:02:44.152]➜  EOF
2025-08-20T20:32:28.5021271Z [00:02:44.152]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.5023465Z [00:02:44.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b124=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/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-20T20:32:28.5177894Z [00:02:44.170]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:32:28.5178909Z [00:02:44.170]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:32:28.5179555Z [00:02:44.170]➜  math/big
2025-08-20T20:32:28.5188647Z [00:02:44.171]➜  mkdir -p $WORK/b132/
2025-08-20T20:32:28.5189157Z [00:02:44.171]➜  echo -n > $WORK/b132/go_asm.h # internal
2025-08-20T20:32:28.5189573Z [00:02:44.171]➜  cd /root/.go/src/math/big
2025-08-20T20:32:28.5190635Z [00:02:44.171]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b132=>" -I $WORK/b132/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b132/symabis ./arith_arm64.s
2025-08-20T20:32:28.5246375Z [00:02:44.177]➜  cat >/tmp/go-build3897779518/b132/importcfg << 'EOF' # internal
2025-08-20T20:32:28.5247346Z [00:02:44.177]➜  # import config
2025-08-20T20:32:28.5247874Z [00:02:44.177]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.5248374Z [00:02:44.177]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.5248823Z [00:02:44.177]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:28.5249291Z [00:02:44.177]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:28.5251264Z [00:02:44.177]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.5251723Z [00:02:44.177]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:28.5252166Z [00:02:44.177]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.5252640Z [00:02:44.177]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:28.5253069Z [00:02:44.177]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:28.5253494Z [00:02:44.177]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.5253930Z [00:02:44.177]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:28.5254710Z [00:02:44.177]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.5255455Z [00:02:44.177]➜  EOF
2025-08-20T20:32:28.5256156Z [00:02:44.177]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.5260867Z [00:02:44.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b132=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b132/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack -asmhdr $WORK/b132/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.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-20T20:32:28.5328231Z [00:02:44.185]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:32:28.5345076Z [00:02:44.187]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:32:28.5351302Z [00:02:44.187]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:32:28.5351661Z [00:02:44.187]➜  mkdir -p $WORK/b123/
2025-08-20T20:32:28.5359108Z [00:02:44.188]➜  echo -n > $WORK/b123/go_asm.h # internal
2025-08-20T20:32:28.5360094Z [00:02:44.188]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:32:28.5361795Z [00:02:44.188]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b123/symabis ./gcm_arm64.s
2025-08-20T20:32:28.5407546Z [00:02:44.193]➜  cat >/tmp/go-build3897779518/b123/importcfg << 'EOF' # internal
2025-08-20T20:32:28.5410253Z [00:02:44.193]➜  # import config
2025-08-20T20:32:28.5411191Z [00:02:44.193]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:28.5412308Z [00:02:44.193]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:28.5412910Z [00:02:44.193]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:28.5413501Z [00:02:44.193]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.5414084Z [00:02:44.193]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:28.5414682Z [00:02:44.193]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.5415315Z [00:02:44.193]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.5415946Z [00:02:44.193]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:28.5416503Z [00:02:44.193]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:28.5416991Z [00:02:44.193]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.5417483Z [00:02:44.193]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:28.5417980Z [00:02:44.193]➜  EOF
2025-08-20T20:32:28.5418281Z [00:02:44.193]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.5421856Z [00:02:44.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b123=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b123/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack -asmhdr $WORK/b123/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-20T20:32:28.5932030Z [00:02:44.244]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:32:28.5935111Z [00:02:44.244]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b123/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:32:28.5988816Z [00:02:44.251]➜  go tool pack r $WORK/b123/_pkg_.a $WORK/b123/gcm_arm64.o # internal
2025-08-20T20:32:28.5993149Z [00:02:44.251]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:32:28.6006959Z [00:02:44.253]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:32:28.6012265Z [00:02:44.253]➜  crypto/internal/fips140only
2025-08-20T20:32:28.6015529Z [00:02:44.254]➜  mkdir -p $WORK/b129/
2025-08-20T20:32:28.6023153Z [00:02:44.254]➜  cat >/tmp/go-build3897779518/b129/importcfg << 'EOF' # internal
2025-08-20T20:32:28.6023564Z [00:02:44.254]➜  # import config
2025-08-20T20:32:28.6024007Z [00:02:44.254]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:28.6024599Z [00:02:44.254]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:28.6025209Z [00:02:44.254]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:28.6025791Z [00:02:44.254]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:28.6026284Z [00:02:44.254]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:28.6026744Z [00:02:44.254]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:28.6027574Z [00:02:44.254]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.6028072Z [00:02:44.254]➜  EOF
2025-08-20T20:32:28.6029636Z [00:02:44.255]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.6032233Z [00:02:44.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b129=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:32:28.6207311Z [00:02:44.273]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:32:28.6208810Z [00:02:44.273]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:32:28.6209445Z [00:02:44.273]➜  crypto/cipher
2025-08-20T20:32:28.6209705Z [00:02:44.273]➜  mkdir -p $WORK/b109/
2025-08-20T20:32:28.6210089Z [00:02:44.273]➜  cat >/tmp/go-build3897779518/b109/importcfg << 'EOF' # internal
2025-08-20T20:32:28.6210438Z [00:02:44.273]➜  # import config
2025-08-20T20:32:28.6210777Z [00:02:44.273]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:28.6211285Z [00:02:44.273]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:28.6211893Z [00:02:44.273]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3897779518/b123/_pkg_.a
2025-08-20T20:32:28.6212490Z [00:02:44.273]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:28.6213071Z [00:02:44.273]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:28.6213593Z [00:02:44.273]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:28.6214037Z [00:02:44.273]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.6214518Z [00:02:44.273]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:28.6214980Z [00:02:44.273]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:28.6215285Z [00:02:44.273]➜  EOF
2025-08-20T20:32:28.6218126Z [00:02:44.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b109=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/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-20T20:32:28.6763874Z [00:02:44.328]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:32:28.6775091Z [00:02:44.330]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:32:28.6813460Z [00:02:44.333]➜  crypto/internal/boring
2025-08-20T20:32:28.6813797Z [00:02:44.333]➜  mkdir -p $WORK/b107/
2025-08-20T20:32:28.6834729Z [00:02:44.334]➜  cat >/tmp/go-build3897779518/b107/importcfg << 'EOF' # internal
2025-08-20T20:32:28.6835604Z [00:02:44.334]➜  # import config
2025-08-20T20:32:28.6835994Z [00:02:44.334]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:28.6836497Z [00:02:44.334]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:28.6837056Z [00:02:44.334]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3897779518/b131/_pkg_.a
2025-08-20T20:32:28.6848113Z [00:02:44.334]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:28.6848477Z [00:02:44.334]➜  EOF
2025-08-20T20:32:28.6850272Z [00:02:44.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b107=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:32:28.7202241Z [00:02:44.372]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:32:28.7209392Z [00:02:44.373]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:32:28.7210872Z [00:02:44.373]➜  crypto/aes
2025-08-20T20:32:28.7237587Z [00:02:44.376]➜  mkdir -p $WORK/b135/
2025-08-20T20:32:28.7241357Z [00:02:44.376]➜  cat >/tmp/go-build3897779518/b135/importcfg << 'EOF' # internal
2025-08-20T20:32:28.7241734Z [00:02:44.376]➜  # import config
2025-08-20T20:32:28.7242145Z [00:02:44.376]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:28.7242654Z [00:02:44.376]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:28.7243210Z [00:02:44.376]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:28.7243709Z [00:02:44.376]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.7244026Z [00:02:44.376]➜  EOF
2025-08-20T20:32:28.7245615Z [00:02:44.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b135=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:32:28.7377633Z [00:02:44.390]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:32:28.7382003Z [00:02:44.390]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T20:32:28.7383192Z [00:02:44.390]➜  crypto/des
2025-08-20T20:32:28.7384384Z [00:02:44.391]➜  mkdir -p $WORK/b136/
2025-08-20T20:32:28.7388180Z [00:02:44.391]➜  cat >/tmp/go-build3897779518/b136/importcfg << 'EOF' # internal
2025-08-20T20:32:28.7388533Z [00:02:44.391]➜  # import config
2025-08-20T20:32:28.7389079Z [00:02:44.391]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:28.7390062Z [00:02:44.391]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:28.7390851Z [00:02:44.391]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:28.7391475Z [00:02:44.391]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.7391967Z [00:02:44.391]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:28.7416441Z [00:02:44.391]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:28.7416934Z [00:02:44.391]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.7417244Z [00:02:44.391]➜  EOF
2025-08-20T20:32:28.7418993Z [00:02:44.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b136=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/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-20T20:32:28.7474748Z [00:02:44.399]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:32:28.7547319Z [00:02:44.407]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T20:32:28.7561556Z [00:02:44.408]➜  crypto/internal/fips140/nistec
2025-08-20T20:32:28.7562487Z [00:02:44.408]➜  mkdir -p $WORK/b139/
2025-08-20T20:32:28.7562931Z [00:02:44.408]➜  echo -n > $WORK/b139/go_asm.h # internal
2025-08-20T20:32:28.7563420Z [00:02:44.408]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:32:28.7564904Z [00:02:44.408]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b139=>" -I $WORK/b139/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b139/symabis ./p256_asm_arm64.s
2025-08-20T20:32:28.7644710Z [00:02:44.416]➜  cat >/tmp/go-build3897779518/b139/importcfg << 'EOF' # internal
2025-08-20T20:32:28.7645160Z [00:02:44.416]➜  # import config
2025-08-20T20:32:28.7648028Z [00:02:44.416]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.7648710Z [00:02:44.416]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3897779518/b140/_pkg_.a
2025-08-20T20:32:28.7649359Z [00:02:44.416]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.7649999Z [00:02:44.416]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.7650530Z [00:02:44.416]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.7650963Z [00:02:44.416]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.7651399Z [00:02:44.416]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:28.7651832Z [00:02:44.416]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:28.7652149Z [00:02:44.416]➜  EOF
2025-08-20T20:32:28.7652413Z [00:02:44.417]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.7656308Z [00:02:44.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b139=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b139/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack -asmhdr $WORK/b139/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-20T20:32:28.7881412Z [00:02:44.440]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:32:28.7889720Z [00:02:44.441]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T20:32:28.7892942Z [00:02:44.441]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:32:28.7895804Z [00:02:44.441]➜  mkdir -p $WORK/b141/
2025-08-20T20:32:28.7908779Z [00:02:44.442]➜  cat >/tmp/go-build3897779518/b141/importcfg << 'EOF' # internal
2025-08-20T20:32:28.7912024Z [00:02:44.442]➜  # import config
2025-08-20T20:32:28.7912489Z [00:02:44.442]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.7913088Z [00:02:44.442]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:28.7913743Z [00:02:44.442]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.7914275Z [00:02:44.442]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.7914708Z [00:02:44.442]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.7915028Z [00:02:44.442]➜  EOF
2025-08-20T20:32:28.7917584Z [00:02:44.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b141=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T20:32:28.8470808Z [00:02:44.499]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:32:28.8480724Z [00:02:44.500]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T20:32:28.8513626Z [00:02:44.503]➜  crypto/internal/fips140/bigmod
2025-08-20T20:32:28.8514603Z [00:02:44.504]➜  mkdir -p $WORK/b146/
2025-08-20T20:32:28.8518827Z [00:02:44.504]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T20:32:28.8519615Z [00:02:44.504]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:32:28.8522879Z [00:02:44.504]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b146/symabis ./nat_arm64.s
2025-08-20T20:32:28.8565749Z [00:02:44.509]➜  cat >/tmp/go-build3897779518/b146/importcfg << 'EOF' # internal
2025-08-20T20:32:28.8566399Z [00:02:44.509]➜  # import config
2025-08-20T20:32:28.8567035Z [00:02:44.509]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:28.8568147Z [00:02:44.509]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:28.8569119Z [00:02:44.509]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:28.8570133Z [00:02:44.509]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:28.8570863Z [00:02:44.509]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:28.8572052Z [00:02:44.509]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:28.8572379Z [00:02:44.509]➜  EOF
2025-08-20T20:32:28.8572650Z [00:02:44.509]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:28.8575175Z [00:02:44.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b146=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T20:32:28.9936032Z [00:02:44.646]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:32:28.9944393Z [00:02:44.646]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b146/nat_arm64.o ./nat_arm64.s
2025-08-20T20:32:29.0014594Z [00:02:44.653]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/nat_arm64.o # internal
2025-08-20T20:32:29.0015137Z [00:02:44.654]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:32:29.0038915Z [00:02:44.656]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T20:32:29.0039866Z [00:02:44.656]➜  crypto/internal/fips140cache
2025-08-20T20:32:29.0040383Z [00:02:44.656]➜  mkdir -p $WORK/b147/
2025-08-20T20:32:29.0041333Z [00:02:44.656]➜  cat >/tmp/go-build3897779518/b147/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0042556Z [00:02:44.656]➜  # import config
2025-08-20T20:32:29.0042935Z [00:02:44.656]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:29.0043364Z [00:02:44.656]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.0043780Z [00:02:44.656]➜  packagefile weak=/tmp/go-build3897779518/b091/_pkg_.a
2025-08-20T20:32:29.0044087Z [00:02:44.656]➜  EOF
2025-08-20T20:32:29.0044350Z [00:02:44.656]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.0046157Z [00:02:44.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b147=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:32:29.0105464Z [00:02:44.663]➜  cd /root/.go/src/math/big
2025-08-20T20:32:29.0107928Z [00:02:44.663]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b132=>" -I $WORK/b132/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b132/arith_arm64.o ./arith_arm64.s
2025-08-20T20:32:29.0137086Z [00:02:44.666]➜  go tool pack r $WORK/b132/_pkg_.a $WORK/b132/arith_arm64.o # internal
2025-08-20T20:32:29.0137817Z [00:02:44.666]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:32:29.0188620Z [00:02:44.671]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:32:29.0192070Z [00:02:44.671]➜  crypto/rand
2025-08-20T20:32:29.0230668Z [00:02:44.675]➜  mkdir -p $WORK/b106/
2025-08-20T20:32:29.0234818Z [00:02:44.676]➜  cat >/tmp/go-build3897779518/b106/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0236439Z [00:02:44.676]➜  # import config
2025-08-20T20:32:29.0237136Z [00:02:44.676]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.0238074Z [00:02:44.676]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.0239611Z [00:02:44.676]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.0240900Z [00:02:44.676]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.0241725Z [00:02:44.676]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:29.0242390Z [00:02:44.676]➜  packagefile crypto/internal/sysrand=/tmp/go-build3897779518/b126/_pkg_.a
2025-08-20T20:32:29.0242921Z [00:02:44.676]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.0243337Z [00:02:44.676]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.0243756Z [00:02:44.676]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.0244092Z [00:02:44.676]➜  EOF
2025-08-20T20:32:29.0244357Z [00:02:44.676]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.0246113Z [00:02:44.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b106=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/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-20T20:32:29.0253091Z [00:02:44.677]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:32:29.0288920Z [00:02:44.681]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T20:32:29.0290703Z [00:02:44.681]➜  crypto/internal/boring/bbig
2025-08-20T20:32:29.0291763Z [00:02:44.681]➜  mkdir -p $WORK/b144/
2025-08-20T20:32:29.0312324Z [00:02:44.683]➜  cat >/tmp/go-build3897779518/b144/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0313390Z [00:02:44.684]➜  # import config
2025-08-20T20:32:29.0314420Z [00:02:44.684]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.0315558Z [00:02:44.684]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.0316195Z [00:02:44.684]➜  EOF
2025-08-20T20:32:29.0318752Z [00:02:44.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b144=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T20:32:29.0441183Z [00:02:44.696]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:32:29.0443448Z [00:02:44.697]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T20:32:29.0444867Z [00:02:44.697]➜  crypto/sha3
2025-08-20T20:32:29.0446934Z [00:02:44.697]➜  mkdir -p $WORK/b149/
2025-08-20T20:32:29.0448527Z [00:02:44.697]➜  cat >/tmp/go-build3897779518/b149/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0451596Z [00:02:44.697]➜  # import config
2025-08-20T20:32:29.0452037Z [00:02:44.697]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.0452573Z [00:02:44.697]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:29.0453075Z [00:02:44.697]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.0453376Z [00:02:44.697]➜  EOF
2025-08-20T20:32:29.0454781Z [00:02:44.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b149=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:32:29.0594020Z [00:02:44.711]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:32:29.0601526Z [00:02:44.711]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T20:32:29.0613576Z [00:02:44.714]➜  crypto/sha512
2025-08-20T20:32:29.0615229Z [00:02:44.714]➜  mkdir -p $WORK/b150/
2025-08-20T20:32:29.0615935Z [00:02:44.714]➜  cat >/tmp/go-build3897779518/b150/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0616559Z [00:02:44.714]➜  # import config
2025-08-20T20:32:29.0618006Z [00:02:44.714]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.0618522Z [00:02:44.714]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.0619127Z [00:02:44.714]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:29.0619625Z [00:02:44.714]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.0619934Z [00:02:44.714]➜  EOF
2025-08-20T20:32:29.0621374Z [00:02:44.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b150=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:32:29.0756813Z [00:02:44.727]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:32:29.0761845Z [00:02:44.728]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T20:32:29.0768315Z [00:02:44.728]➜  crypto/internal/fips140hash
2025-08-20T20:32:29.0768650Z [00:02:44.728]➜  mkdir -p $WORK/b148/
2025-08-20T20:32:29.0769026Z [00:02:44.729]➜  cat >/tmp/go-build3897779518/b148/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0779956Z [00:02:44.729]➜  # import config
2025-08-20T20:32:29.0781179Z [00:02:44.729]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:29.0781789Z [00:02:44.729]➜  packagefile crypto/sha3=/tmp/go-build3897779518/b149/_pkg_.a
2025-08-20T20:32:29.0782258Z [00:02:44.729]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.0786555Z [00:02:44.729]➜  EOF
2025-08-20T20:32:29.0789566Z [00:02:44.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b148=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:32:29.0851751Z [00:02:44.737]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:32:29.0856080Z [00:02:44.738]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T20:32:29.0859174Z [00:02:44.738]➜  encoding/asn1
2025-08-20T20:32:29.0859964Z [00:02:44.738]➜  mkdir -p $WORK/b152/
2025-08-20T20:32:29.0864522Z [00:02:44.739]➜  cat >/tmp/go-build3897779518/b152/importcfg << 'EOF' # internal
2025-08-20T20:32:29.0865418Z [00:02:44.739]➜  # import config
2025-08-20T20:32:29.0865983Z [00:02:44.739]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.0866726Z [00:02:44.739]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.0867450Z [00:02:44.739]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:29.0868581Z [00:02:44.739]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:29.0869443Z [00:02:44.739]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.0870193Z [00:02:44.739]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:29.0870747Z [00:02:44.739]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:29.0871782Z [00:02:44.739]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.0872221Z [00:02:44.739]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:29.0872963Z [00:02:44.739]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:29.0873475Z [00:02:44.739]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:29.0873943Z [00:02:44.739]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:29.0874272Z [00:02:44.739]➜  EOF
2025-08-20T20:32:29.0876006Z [00:02:44.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b152=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/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-20T20:32:29.1044348Z [00:02:44.756]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:32:29.1048538Z [00:02:44.757]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T20:32:29.1049941Z [00:02:44.757]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:32:29.1050676Z [00:02:44.757]➜  mkdir -p $WORK/b156/
2025-08-20T20:32:29.1056010Z [00:02:44.758]➜  cat >/tmp/go-build3897779518/b156/importcfg << 'EOF' # internal
2025-08-20T20:32:29.1056827Z [00:02:44.758]➜  # import config
2025-08-20T20:32:29.1058218Z [00:02:44.758]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.1059242Z [00:02:44.758]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3897779518/b141/_pkg_.a
2025-08-20T20:32:29.1060236Z [00:02:44.758]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:29.1061218Z [00:02:44.758]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:29.1062413Z [00:02:44.758]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.1062868Z [00:02:44.758]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.1071931Z [00:02:44.758]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.1073921Z [00:02:44.758]➜  EOF
2025-08-20T20:32:29.1090119Z [00:02:44.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b156=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/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-20T20:32:29.3318774Z [00:02:44.984]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:32:29.3332510Z [00:02:44.985]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T20:32:29.3334199Z [00:02:44.986]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:32:29.3353526Z [00:02:44.987]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T20:32:29.3354987Z [00:02:44.988]➜  crypto/internal/fips140/ed25519
2025-08-20T20:32:29.3357493Z [00:02:44.988]➜  mkdir -p $WORK/b155/
2025-08-20T20:32:29.3363071Z [00:02:44.988]➜  cat >/tmp/go-build3897779518/b155/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3363586Z [00:02:44.988]➜  # import config
2025-08-20T20:32:29.3364093Z [00:02:44.988]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.3365075Z [00:02:44.988]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.3365792Z [00:02:44.988]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.3366431Z [00:02:44.988]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.3367185Z [00:02:44.988]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3897779518/b156/_pkg_.a
2025-08-20T20:32:29.3368405Z [00:02:44.988]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:29.3369292Z [00:02:44.988]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3369744Z [00:02:44.988]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.3370170Z [00:02:44.988]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.3370475Z [00:02:44.988]➜  EOF
2025-08-20T20:32:29.3372481Z [00:02:44.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b155=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:32:29.3374642Z [00:02:44.989]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:32:29.3375923Z [00:02:44.989]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b139=>" -I $WORK/b139/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b139/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T20:32:29.3377027Z [00:02:44.990]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:32:29.3377341Z [00:02:44.990]➜  mkdir -p $WORK/b151/
2025-08-20T20:32:29.3399605Z [00:02:44.992]➜  cat >/tmp/go-build3897779518/b151/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3400047Z [00:02:44.992]➜  # import config
2025-08-20T20:32:29.3400523Z [00:02:44.992]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:32:29.3401090Z [00:02:44.992]➜  packagefile encoding/asn1=/tmp/go-build3897779518/b152/_pkg_.a
2025-08-20T20:32:29.3401558Z [00:02:44.992]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3402003Z [00:02:44.992]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:29.3402558Z [00:02:44.992]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3897779518/b153/_pkg_.a
2025-08-20T20:32:29.3403102Z [00:02:44.992]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.3403537Z [00:02:44.992]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:29.3403966Z [00:02:44.992]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:29.3404270Z [00:02:44.992]➜  EOF
2025-08-20T20:32:29.3404535Z [00:02:44.992]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.3406930Z [00:02:44.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b151=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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-20T20:32:29.3453690Z [00:02:44.997]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:32:29.3455483Z [00:02:44.997]➜  go tool pack r $WORK/b139/_pkg_.a $WORK/b139/p256_asm_arm64.o # internal
2025-08-20T20:32:29.3461541Z [00:02:44.998]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:32:29.3534294Z [00:02:45.005]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T20:32:29.3535200Z [00:02:45.005]➜  crypto/internal/fips140/ecdh
2025-08-20T20:32:29.3535589Z [00:02:45.005]➜  mkdir -p $WORK/b138/
2025-08-20T20:32:29.3535973Z [00:02:45.005]➜  cat >/tmp/go-build3897779518/b138/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3536314Z [00:02:45.005]➜  # import config
2025-08-20T20:32:29.3536654Z [00:02:45.005]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.3537144Z [00:02:45.005]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.3537822Z [00:02:45.005]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.3538491Z [00:02:45.005]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.3539085Z [00:02:45.005]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3897779518/b139/_pkg_.a
2025-08-20T20:32:29.3540586Z [00:02:45.005]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:29.3541441Z [00:02:45.005]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3542333Z [00:02:45.005]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.3543381Z [00:02:45.005]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.3544009Z [00:02:45.005]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.3544375Z [00:02:45.005]➜  EOF
2025-08-20T20:32:29.3544862Z [00:02:45.005]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.3547225Z [00:02:45.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b138=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T20:32:29.3692982Z [00:02:45.021]➜  cd /root/.go/src/net
2025-08-20T20:32:29.3694470Z [00:02:45.021]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o # internal
2025-08-20T20:32:29.3695301Z [00:02:45.021]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:32:29.3757189Z [00:02:45.026]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:32:29.3758158Z [00:02:45.027]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T20:32:29.3758786Z [00:02:45.028]➜  crypto/elliptic
2025-08-20T20:32:29.3759052Z [00:02:45.028]➜  mkdir -p $WORK/b143/
2025-08-20T20:32:29.3759431Z [00:02:45.028]➜  cat >/tmp/go-build3897779518/b143/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3759774Z [00:02:45.028]➜  # import config
2025-08-20T20:32:29.3760203Z [00:02:45.028]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3897779518/b139/_pkg_.a
2025-08-20T20:32:29.3760730Z [00:02:45.028]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3761139Z [00:02:45.028]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.3761555Z [00:02:45.028]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.3761976Z [00:02:45.028]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.3762282Z [00:02:45.028]➜  EOF
2025-08-20T20:32:29.3762546Z [00:02:45.028]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.3764841Z [00:02:45.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b143=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/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-20T20:32:29.3828901Z [00:02:45.035]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/81/812dbe54754e928eb57e869b5460e64940fa36178319cae3003bc51f54d62f6b-d # internal
2025-08-20T20:32:29.3836206Z [00:02:45.036]➜  github.com/spf13/pflag
2025-08-20T20:32:29.3837511Z [00:02:45.036]➜  mkdir -p $WORK/b078/
2025-08-20T20:32:29.3844932Z [00:02:45.037]➜  cat >/tmp/go-build3897779518/b078/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3845644Z [00:02:45.037]➜  # import config
2025-08-20T20:32:29.3846547Z [00:02:45.037]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.3847091Z [00:02:45.037]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:29.3847572Z [00:02:45.037]➜  packagefile encoding/csv=/tmp/go-build3897779518/b080/_pkg_.a
2025-08-20T20:32:29.3848227Z [00:02:45.037]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:29.3848672Z [00:02:45.037]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3849951Z [00:02:45.037]➜  packagefile flag=/tmp/go-build3897779518/b083/_pkg_.a
2025-08-20T20:32:29.3850703Z [00:02:45.037]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:29.3851641Z [00:02:45.037]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.3852801Z [00:02:45.037]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:29.3854071Z [00:02:45.037]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:29.3854524Z [00:02:45.037]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:29.3854944Z [00:02:45.037]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:29.3855359Z [00:02:45.037]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.3855783Z [00:02:45.037]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:29.3856199Z [00:02:45.037]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:29.3866642Z [00:02:45.037]➜  EOF
2025-08-20T20:32:29.3868894Z [00:02:45.037]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:32:29.3878799Z [00:02:45.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b078=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid 114slzPQZZRx06QXSf0h/114slzPQZZRx06QXSf0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint_slice.go
2025-08-20T20:32:29.3887183Z [00:02:45.039]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T20:32:29.3888915Z [00:02:45.039]➜  crypto/ecdh
2025-08-20T20:32:29.3889286Z [00:02:45.039]➜  mkdir -p $WORK/b137/
2025-08-20T20:32:29.3889952Z [00:02:45.039]➜  cat >/tmp/go-build3897779518/b137/importcfg << 'EOF' # internal
2025-08-20T20:32:29.3890300Z [00:02:45.039]➜  # import config
2025-08-20T20:32:29.3890637Z [00:02:45.039]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.3891059Z [00:02:45.039]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.3891545Z [00:02:45.039]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.3892107Z [00:02:45.039]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3897779518/b138/_pkg_.a
2025-08-20T20:32:29.3892777Z [00:02:45.041]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3897779518/b141/_pkg_.a
2025-08-20T20:32:29.3893408Z [00:02:45.041]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.3893968Z [00:02:45.041]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:29.3894476Z [00:02:45.041]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:29.3894922Z [00:02:45.041]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.3895332Z [00:02:45.041]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.3895634Z [00:02:45.041]➜  EOF
2025-08-20T20:32:29.3897303Z [00:02:45.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b137=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/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-20T20:32:29.4340747Z [00:02:45.086]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:32:29.4360217Z [00:02:45.088]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T20:32:29.4362274Z [00:02:45.088]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:32:29.4363294Z [00:02:45.089]➜  mkdir -p $WORK/b145/
2025-08-20T20:32:29.4368526Z [00:02:45.089]➜  cat >/tmp/go-build3897779518/b145/importcfg << 'EOF' # internal
2025-08-20T20:32:29.4369363Z [00:02:45.089]➜  # import config
2025-08-20T20:32:29.4369888Z [00:02:45.089]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.4370702Z [00:02:45.089]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.4372082Z [00:02:45.089]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3897779518/b146/_pkg_.a
2025-08-20T20:32:29.4373451Z [00:02:45.089]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.4374349Z [00:02:45.089]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.4375219Z [00:02:45.089]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:29.4376464Z [00:02:45.089]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3897779518/b139/_pkg_.a
2025-08-20T20:32:29.4377358Z [00:02:45.089]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:29.4378325Z [00:02:45.089]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.4379037Z [00:02:45.089]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.4379751Z [00:02:45.089]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.4380461Z [00:02:45.089]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.4381044Z [00:02:45.089]➜  EOF
2025-08-20T20:32:29.4383732Z [00:02:45.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b145=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/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-20T20:32:29.4697536Z [00:02:45.122]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:32:29.4707433Z [00:02:45.123]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T20:32:29.4708819Z [00:02:45.123]➜  crypto/ed25519
2025-08-20T20:32:29.4709505Z [00:02:45.123]➜  mkdir -p $WORK/b154/
2025-08-20T20:32:29.4710676Z [00:02:45.123]➜  cat >/tmp/go-build3897779518/b154/importcfg << 'EOF' # internal
2025-08-20T20:32:29.4711394Z [00:02:45.123]➜  # import config
2025-08-20T20:32:29.4712072Z [00:02:45.123]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.4712813Z [00:02:45.123]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3897779518/b155/_pkg_.a
2025-08-20T20:32:29.4713717Z [00:02:45.123]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3897779518/b147/_pkg_.a
2025-08-20T20:32:29.4714598Z [00:02:45.123]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.4715626Z [00:02:45.123]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:29.4716108Z [00:02:45.123]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:29.4716889Z [00:02:45.123]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.4717378Z [00:02:45.123]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.4717916Z [00:02:45.123]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.4718284Z [00:02:45.123]➜  EOF
2025-08-20T20:32:29.4719764Z [00:02:45.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b154=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:32:29.4922480Z [00:02:45.144]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:32:29.4923926Z [00:02:45.144]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T20:32:29.4925452Z [00:02:45.144]➜  crypto/internal/fips140/hkdf
2025-08-20T20:32:29.4925764Z [00:02:45.144]➜  mkdir -p $WORK/b158/
2025-08-20T20:32:29.4926142Z [00:02:45.145]➜  cat >/tmp/go-build3897779518/b158/importcfg << 'EOF' # internal
2025-08-20T20:32:29.4926484Z [00:02:45.145]➜  # import config
2025-08-20T20:32:29.4926816Z [00:02:45.145]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.4927883Z [00:02:45.145]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.4928513Z [00:02:45.145]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.4929094Z [00:02:45.145]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:29.4929678Z [00:02:45.145]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:29.4930173Z [00:02:45.145]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.4930601Z [00:02:45.145]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.4930909Z [00:02:45.145]➜  EOF
2025-08-20T20:32:29.4932805Z [00:02:45.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b158=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T20:32:29.5112376Z [00:02:45.163]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:32:29.5115057Z [00:02:45.164]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T20:32:29.5130291Z [00:02:45.165]➜  crypto/hkdf
2025-08-20T20:32:29.5131003Z [00:02:45.165]➜  mkdir -p $WORK/b157/
2025-08-20T20:32:29.5131732Z [00:02:45.165]➜  cat >/tmp/go-build3897779518/b157/importcfg << 'EOF' # internal
2025-08-20T20:32:29.5132663Z [00:02:45.165]➜  # import config
2025-08-20T20:32:29.5133158Z [00:02:45.165]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3897779518/b158/_pkg_.a
2025-08-20T20:32:29.5133801Z [00:02:45.165]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3897779518/b148/_pkg_.a
2025-08-20T20:32:29.5134408Z [00:02:45.165]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.5134906Z [00:02:45.165]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.5135324Z [00:02:45.165]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.5135634Z [00:02:45.165]➜  EOF
2025-08-20T20:32:29.5137442Z [00:02:45.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b157=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:32:29.5139062Z [00:02:45.165]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:32:29.5142110Z [00:02:45.166]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T20:32:29.5143407Z [00:02:45.167]➜  crypto/ecdsa
2025-08-20T20:32:29.5144720Z [00:02:45.167]➜  mkdir -p $WORK/b142/
2025-08-20T20:32:29.5145104Z [00:02:45.167]➜  cat >/tmp/go-build3897779518/b142/importcfg << 'EOF' # internal
2025-08-20T20:32:29.5145446Z [00:02:45.167]➜  # import config
2025-08-20T20:32:29.5145888Z [00:02:45.167]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:32:29.5146545Z [00:02:45.167]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:32:29.5147093Z [00:02:45.167]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.5147543Z [00:02:45.167]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:29.5148306Z [00:02:45.167]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:29.5148828Z [00:02:45.167]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.5150297Z [00:02:45.167]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3897779518/b144/_pkg_.a
2025-08-20T20:32:29.5151251Z [00:02:45.167]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3897779518/b145/_pkg_.a
2025-08-20T20:32:29.5151879Z [00:02:45.167]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3897779518/b139/_pkg_.a
2025-08-20T20:32:29.5152473Z [00:02:45.167]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3897779518/b147/_pkg_.a
2025-08-20T20:32:29.5153065Z [00:02:45.167]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3897779518/b148/_pkg_.a
2025-08-20T20:32:29.5153639Z [00:02:45.167]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.5154195Z [00:02:45.167]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:29.5154704Z [00:02:45.167]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:29.5155181Z [00:02:45.167]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:29.5155630Z [00:02:45.167]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.5156167Z [00:02:45.167]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3897779518/b151/_pkg_.a
2025-08-20T20:32:29.5156829Z [00:02:45.167]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3897779518/b153/_pkg_.a
2025-08-20T20:32:29.5157359Z [00:02:45.167]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.5157957Z [00:02:45.167]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.5158468Z [00:02:45.167]➜  packagefile math/rand/v2=/tmp/go-build3897779518/b128/_pkg_.a
2025-08-20T20:32:29.5158803Z [00:02:45.167]➜  EOF
2025-08-20T20:32:29.5160545Z [00:02:45.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b142=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/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-20T20:32:29.5271259Z [00:02:45.179]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:32:29.5279427Z [00:02:45.180]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T20:32:29.5280355Z [00:02:45.180]➜  crypto/hmac
2025-08-20T20:32:29.5281645Z [00:02:45.180]➜  mkdir -p $WORK/b159/
2025-08-20T20:32:29.5282074Z [00:02:45.180]➜  cat >/tmp/go-build3897779518/b159/importcfg << 'EOF' # internal
2025-08-20T20:32:29.5282423Z [00:02:45.180]➜  # import config
2025-08-20T20:32:29.5282833Z [00:02:45.180]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.5283396Z [00:02:45.180]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:29.5283988Z [00:02:45.180]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3897779518/b148/_pkg_.a
2025-08-20T20:32:29.5284557Z [00:02:45.180]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.5285070Z [00:02:45.180]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:29.5285513Z [00:02:45.180]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.5285817Z [00:02:45.180]➜  EOF
2025-08-20T20:32:29.5287216Z [00:02:45.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b159=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:32:29.5572107Z [00:02:45.209]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:32:29.5576538Z [00:02:45.210]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T20:32:29.5577534Z [00:02:45.210]➜  crypto/internal/fips140/mlkem
2025-08-20T20:32:29.5578264Z [00:02:45.210]➜  mkdir -p $WORK/b160/
2025-08-20T20:32:29.5578984Z [00:02:45.210]➜  cat >/tmp/go-build3897779518/b160/importcfg << 'EOF' # internal
2025-08-20T20:32:29.5579781Z [00:02:45.210]➜  # import config
2025-08-20T20:32:29.5581314Z [00:02:45.210]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.5582070Z [00:02:45.210]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.5582908Z [00:02:45.210]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.5583923Z [00:02:45.210]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.5586811Z [00:02:45.210]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:29.5587416Z [00:02:45.210]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:29.5597401Z [00:02:45.210]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:29.5598132Z [00:02:45.210]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.5598460Z [00:02:45.210]➜  EOF
2025-08-20T20:32:29.5600894Z [00:02:45.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b160=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/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-20T20:32:29.6066397Z [00:02:45.258]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:32:29.6135530Z [00:02:45.265]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T20:32:29.6170549Z [00:02:45.269]➜  crypto/internal/fips140/tls12
2025-08-20T20:32:29.6171589Z [00:02:45.269]➜  mkdir -p $WORK/b161/
2025-08-20T20:32:29.6184412Z [00:02:45.270]➜  cat >/tmp/go-build3897779518/b161/importcfg << 'EOF' # internal
2025-08-20T20:32:29.6188245Z [00:02:45.270]➜  # import config
2025-08-20T20:32:29.6188898Z [00:02:45.270]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.6189782Z [00:02:45.270]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.6190617Z [00:02:45.270]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.6191688Z [00:02:45.270]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:29.6202712Z [00:02:45.270]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:29.6203598Z [00:02:45.270]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:29.6204458Z [00:02:45.270]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.6205491Z [00:02:45.270]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.6205881Z [00:02:45.270]➜  EOF
2025-08-20T20:32:29.6208010Z [00:02:45.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b161=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T20:32:29.6734419Z [00:02:45.325]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:32:29.6749081Z [00:02:45.327]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T20:32:29.6752289Z [00:02:45.327]➜  crypto/internal/fips140/tls13
2025-08-20T20:32:29.6752619Z [00:02:45.327]➜  mkdir -p $WORK/b162/
2025-08-20T20:32:29.6756292Z [00:02:45.328]➜  cat >/tmp/go-build3897779518/b162/importcfg << 'EOF' # internal
2025-08-20T20:32:29.6756703Z [00:02:45.328]➜  # import config
2025-08-20T20:32:29.6757052Z [00:02:45.328]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.6757544Z [00:02:45.328]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.6758357Z [00:02:45.328]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.6758948Z [00:02:45.328]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3897779518/b158/_pkg_.a
2025-08-20T20:32:29.6759534Z [00:02:45.328]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:29.6760161Z [00:02:45.328]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:29.6760687Z [00:02:45.328]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.6761115Z [00:02:45.328]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.6761425Z [00:02:45.328]➜  EOF
2025-08-20T20:32:29.6763610Z [00:02:45.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b162=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T20:32:29.6865774Z [00:02:45.338]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:32:29.6866559Z [00:02:45.338]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T20:32:29.6867148Z [00:02:45.339]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:32:29.6868180Z [00:02:45.339]➜  mkdir -p $WORK/b165/
2025-08-20T20:32:29.6869966Z [00:02:45.339]➜  echo -n > $WORK/b165/go_asm.h # internal
2025-08-20T20:32:29.6874059Z [00:02:45.340]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:32:29.6875485Z [00:02:45.340]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b165/symabis ./chacha_arm64.s
2025-08-20T20:32:29.6959138Z [00:02:45.348]➜  cat >/tmp/go-build3897779518/b165/importcfg << 'EOF' # internal
2025-08-20T20:32:29.6959605Z [00:02:45.348]➜  # import config
2025-08-20T20:32:29.6960083Z [00:02:45.348]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:32:29.6960652Z [00:02:45.348]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:29.6961493Z [00:02:45.348]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:29.6962637Z [00:02:45.348]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.6963763Z [00:02:45.348]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3897779518/b166/_pkg_.a
2025-08-20T20:32:29.6964383Z [00:02:45.348]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.6965231Z [00:02:45.348]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:29.6965558Z [00:02:45.348]➜  EOF
2025-08-20T20:32:29.6965862Z [00:02:45.349]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.6968592Z [00:02:45.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b165=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b165/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack -asmhdr $WORK/b165/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T20:32:29.7233868Z [00:02:45.375]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:32:29.7249102Z [00:02:45.377]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T20:32:29.7250349Z [00:02:45.377]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:32:29.7250726Z [00:02:45.377]➜  mkdir -p $WORK/b167/
2025-08-20T20:32:29.7251116Z [00:02:45.377]➜  cat >/tmp/go-build3897779518/b167/importcfg << 'EOF' # internal
2025-08-20T20:32:29.7251463Z [00:02:45.377]➜  # import config
2025-08-20T20:32:29.7251857Z [00:02:45.377]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:29.7252341Z [00:02:45.377]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:29.7252802Z [00:02:45.377]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.7253124Z [00:02:45.377]➜  EOF
2025-08-20T20:32:29.7255684Z [00:02:45.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b167=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T20:32:29.7654501Z [00:02:45.417]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:32:29.7656069Z [00:02:45.417]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b165/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:32:29.7752344Z [00:02:45.427]➜  go tool pack r $WORK/b165/_pkg_.a $WORK/b165/chacha_arm64.o # internal
2025-08-20T20:32:29.7753450Z [00:02:45.427]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:32:29.7754500Z [00:02:45.427]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T20:32:29.7755335Z [00:02:45.427]➜  crypto/md5
2025-08-20T20:32:29.7756121Z [00:02:45.427]➜  mkdir -p $WORK/b168/
2025-08-20T20:32:29.7756495Z [00:02:45.427]➜  echo -n > $WORK/b168/go_asm.h # internal
2025-08-20T20:32:29.7756852Z [00:02:45.427]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:32:29.7758000Z [00:02:45.427]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b168/symabis ./md5block_arm64.s
2025-08-20T20:32:29.7804371Z [00:02:45.433]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:32:29.7809919Z [00:02:45.433]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T20:32:29.7811609Z [00:02:45.433]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:32:29.7819477Z [00:02:45.434]➜  mkdir -p $WORK/b164/
2025-08-20T20:32:29.7830343Z [00:02:45.435]➜  cat >/tmp/go-build3897779518/b164/importcfg << 'EOF' # internal
2025-08-20T20:32:29.7831515Z [00:02:45.435]➜  # import config
2025-08-20T20:32:29.7832237Z [00:02:45.435]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:32:29.7833125Z [00:02:45.435]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:32:29.7834065Z [00:02:45.435]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:32:29.7835208Z [00:02:45.435]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:29.7835810Z [00:02:45.435]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:29.7836276Z [00:02:45.435]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.7836809Z [00:02:45.435]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3897779518/b165/_pkg_.a
2025-08-20T20:32:29.7837466Z [00:02:45.435]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3897779518/b166/_pkg_.a
2025-08-20T20:32:29.7838347Z [00:02:45.435]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3897779518/b167/_pkg_.a
2025-08-20T20:32:29.7838787Z [00:02:45.435]➜  EOF
2025-08-20T20:32:29.7845669Z [00:02:45.437]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.7856886Z [00:02:45.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b164=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T20:32:29.7897626Z [00:02:45.442]➜  cat >/tmp/go-build3897779518/b168/importcfg << 'EOF' # internal
2025-08-20T20:32:29.7898711Z [00:02:45.442]➜  # import config
2025-08-20T20:32:29.7899295Z [00:02:45.442]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.7900139Z [00:02:45.442]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.7900806Z [00:02:45.442]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.7902053Z [00:02:45.442]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.7902548Z [00:02:45.442]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:29.7903035Z [00:02:45.442]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.7903358Z [00:02:45.442]➜  EOF
2025-08-20T20:32:29.7909316Z [00:02:45.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b168=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b168/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack -asmhdr $WORK/b168/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-20T20:32:29.8179676Z [00:02:45.470]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:32:29.8186915Z [00:02:45.471]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:32:29.8200320Z [00:02:45.472]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T20:32:29.8210804Z [00:02:45.473]➜  crypto/internal/hpke
2025-08-20T20:32:29.8211126Z [00:02:45.473]➜  mkdir -p $WORK/b163/
2025-08-20T20:32:29.8222644Z [00:02:45.474]➜  cat >/tmp/go-build3897779518/b163/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8223589Z [00:02:45.474]➜  # import config
2025-08-20T20:32:29.8224409Z [00:02:45.474]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:32:29.8225256Z [00:02:45.474]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.8226055Z [00:02:45.474]➜  packagefile crypto/aes=/tmp/go-build3897779518/b135/_pkg_.a
2025-08-20T20:32:29.8227168Z [00:02:45.474]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:29.8227826Z [00:02:45.474]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:29.8228365Z [00:02:45.474]➜  packagefile crypto/hkdf=/tmp/go-build3897779518/b157/_pkg_.a
2025-08-20T20:32:29.8228829Z [00:02:45.474]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:29.8229266Z [00:02:45.474]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.8229838Z [00:02:45.474]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3897779518/b164/_pkg_.a
2025-08-20T20:32:29.8230446Z [00:02:45.474]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:29.8230920Z [00:02:45.474]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.8231240Z [00:02:45.474]➜  EOF
2025-08-20T20:32:29.8252806Z [00:02:45.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b163=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:32:29.8336939Z [00:02:45.486]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/46/465f6e145db9e7a35ce739c2aa4e3feecebc7e1e4cbdf74e288b10e944599400-d # internal
2025-08-20T20:32:29.8351776Z [00:02:45.487]➜  github.com/spf13/cobra
2025-08-20T20:32:29.8358260Z [00:02:45.488]➜  mkdir -p $WORK/b076/
2025-08-20T20:32:29.8369716Z [00:02:45.489]➜  cat >/tmp/go-build3897779518/b076/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8372633Z [00:02:45.489]➜  # import config
2025-08-20T20:32:29.8375466Z [00:02:45.489]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.8375924Z [00:02:45.489]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:29.8376359Z [00:02:45.489]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.8376796Z [00:02:45.489]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:29.8377271Z [00:02:45.489]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:29.8377937Z [00:02:45.489]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.8378382Z [00:02:45.489]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:29.8378814Z [00:02:45.489]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:29.8379265Z [00:02:45.489]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:29.8379699Z [00:02:45.489]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:29.8380111Z [00:02:45.489]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:29.8380526Z [00:02:45.489]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.8380952Z [00:02:45.489]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:29.8381722Z [00:02:45.489]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.8382163Z [00:02:45.489]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:29.8382601Z [00:02:45.489]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:29.8383019Z [00:02:45.489]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:29.8383333Z [00:02:45.489]➜  EOF
2025-08-20T20:32:29.8399316Z [00:02:45.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b076=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid X6114ZP4a5pe0D_uMDFt/X6114ZP4a5pe0D_uMDFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T20:32:29.8583999Z [00:02:45.510]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:32:29.8611155Z [00:02:45.511]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b168/md5block_arm64.o ./md5block_arm64.s
2025-08-20T20:32:29.8655591Z [00:02:45.518]➜  go tool pack r $WORK/b168/_pkg_.a $WORK/b168/md5block_arm64.o # internal
2025-08-20T20:32:29.8661803Z [00:02:45.518]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:32:29.8668898Z [00:02:45.519]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T20:32:29.8670867Z [00:02:45.519]➜  crypto/rc4
2025-08-20T20:32:29.8671137Z [00:02:45.519]➜  mkdir -p $WORK/b169/
2025-08-20T20:32:29.8680428Z [00:02:45.520]➜  cat >/tmp/go-build3897779518/b169/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8681881Z [00:02:45.520]➜  # import config
2025-08-20T20:32:29.8682930Z [00:02:45.520]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:29.8683787Z [00:02:45.520]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.8684952Z [00:02:45.520]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.8685421Z [00:02:45.520]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:29.8685739Z [00:02:45.520]➜  EOF
2025-08-20T20:32:29.8686008Z [00:02:45.520]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.8687478Z [00:02:45.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b169=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:32:29.8782845Z [00:02:45.529]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:32:29.8789115Z [00:02:45.531]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T20:32:29.8790244Z [00:02:45.531]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:32:29.8791187Z [00:02:45.531]➜  crypto/internal/fips140/rsa
2025-08-20T20:32:29.8791619Z [00:02:45.531]➜  mkdir -p $WORK/b171/
2025-08-20T20:32:29.8803250Z [00:02:45.532]➜  cat >/tmp/go-build3897779518/b171/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8804986Z [00:02:45.533]➜  # import config
2025-08-20T20:32:29.8806155Z [00:02:45.533]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.8806685Z [00:02:45.533]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.8807283Z [00:02:45.533]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3897779518/b146/_pkg_.a
2025-08-20T20:32:29.8808034Z [00:02:45.533]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.8808673Z [00:02:45.533]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:29.8809255Z [00:02:45.533]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:29.8809850Z [00:02:45.533]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:29.8810429Z [00:02:45.533]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:29.8811009Z [00:02:45.533]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:29.8811504Z [00:02:45.533]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.8811916Z [00:02:45.533]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.8812330Z [00:02:45.533]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.8812735Z [00:02:45.533]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:29.8813039Z [00:02:45.533]➜  EOF
2025-08-20T20:32:29.8828439Z [00:02:45.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b171=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/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-20T20:32:29.8846506Z [00:02:45.536]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T20:32:29.8847139Z [00:02:45.536]➜  crypto/sha1
2025-08-20T20:32:29.8847396Z [00:02:45.536]➜  mkdir -p $WORK/b172/
2025-08-20T20:32:29.8847923Z [00:02:45.536]➜  echo -n > $WORK/b172/go_asm.h # internal
2025-08-20T20:32:29.8848309Z [00:02:45.536]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:32:29.8849332Z [00:02:45.536]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b172/symabis ./sha1block_arm64.s
2025-08-20T20:32:29.8874735Z [00:02:45.540]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:32:29.8885895Z [00:02:45.540]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T20:32:29.8888079Z [00:02:45.540]➜  crypto/sha256
2025-08-20T20:32:29.8888358Z [00:02:45.541]➜  mkdir -p $WORK/b173/
2025-08-20T20:32:29.8888753Z [00:02:45.541]➜  cat >/tmp/go-build3897779518/b173/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8889112Z [00:02:45.541]➜  # import config
2025-08-20T20:32:29.8890813Z [00:02:45.541]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.8892346Z [00:02:45.541]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.8895427Z [00:02:45.541]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:29.8895949Z [00:02:45.541]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.8896259Z [00:02:45.541]➜  EOF
2025-08-20T20:32:29.8900468Z [00:02:45.542]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.8903804Z [00:02:45.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b173=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:32:29.8918315Z [00:02:45.544]➜  cat >/tmp/go-build3897779518/b172/importcfg << 'EOF' # internal
2025-08-20T20:32:29.8918793Z [00:02:45.544]➜  # import config
2025-08-20T20:32:29.8919142Z [00:02:45.544]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:29.8919667Z [00:02:45.544]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:29.8920228Z [00:02:45.544]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.8920770Z [00:02:45.544]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:29.8921237Z [00:02:45.544]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.8921650Z [00:02:45.544]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:29.8922116Z [00:02:45.544]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:29.8922601Z [00:02:45.544]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:29.8923054Z [00:02:45.544]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:29.8923376Z [00:02:45.544]➜  EOF
2025-08-20T20:32:29.8928635Z [00:02:45.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b172=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack -asmhdr $WORK/b172/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T20:32:29.9030559Z [00:02:45.555]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:32:29.9037285Z [00:02:45.555]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:32:29.9038072Z [00:02:45.556]➜  crypto/fips140
2025-08-20T20:32:29.9038339Z [00:02:45.556]➜  mkdir -p $WORK/b175/
2025-08-20T20:32:29.9040670Z [00:02:45.556]➜  cat >/tmp/go-build3897779518/b175/importcfg << 'EOF' # internal
2025-08-20T20:32:29.9042145Z [00:02:45.556]➜  # import config
2025-08-20T20:32:29.9048893Z [00:02:45.556]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:29.9049893Z [00:02:45.556]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:29.9050616Z [00:02:45.556]➜  EOF
2025-08-20T20:32:29.9052347Z [00:02:45.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b175=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:32:29.9137468Z [00:02:45.566]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:32:29.9142400Z [00:02:45.566]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T20:32:29.9144051Z [00:02:45.567]➜  crypto/tls/internal/fips140tls
2025-08-20T20:32:29.9162757Z [00:02:45.568]➜  mkdir -p $WORK/b174/
2025-08-20T20:32:29.9163164Z [00:02:45.568]➜  cat >/tmp/go-build3897779518/b174/importcfg << 'EOF' # internal
2025-08-20T20:32:29.9163518Z [00:02:45.568]➜  # import config
2025-08-20T20:32:29.9163884Z [00:02:45.568]➜  packagefile crypto/fips140=/tmp/go-build3897779518/b175/_pkg_.a
2025-08-20T20:32:29.9164352Z [00:02:45.568]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:29.9164680Z [00:02:45.568]➜  EOF
2025-08-20T20:32:29.9166433Z [00:02:45.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b174=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:32:29.9258878Z [00:02:45.578]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:32:29.9267177Z [00:02:45.579]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T20:32:29.9268575Z [00:02:45.579]➜  crypto/dsa
2025-08-20T20:32:29.9269250Z [00:02:45.579]➜  mkdir -p $WORK/b177/
2025-08-20T20:32:29.9282986Z [00:02:45.580]➜  cat >/tmp/go-build3897779518/b177/importcfg << 'EOF' # internal
2025-08-20T20:32:29.9284950Z [00:02:45.581]➜  # import config
2025-08-20T20:32:29.9285835Z [00:02:45.581]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:29.9286662Z [00:02:45.581]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:29.9287385Z [00:02:45.581]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.9289045Z [00:02:45.581]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.9289501Z [00:02:45.581]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.9289820Z [00:02:45.581]➜  EOF
2025-08-20T20:32:29.9291234Z [00:02:45.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b177=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:32:29.9694642Z [00:02:45.621]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:32:29.9696627Z [00:02:45.621]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b172/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T20:32:29.9741211Z [00:02:45.626]➜  go tool pack r $WORK/b172/_pkg_.a $WORK/b172/sha1block_arm64.o # internal
2025-08-20T20:32:29.9742103Z [00:02:45.626]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:32:29.9753023Z [00:02:45.627]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T20:32:29.9753873Z [00:02:45.627]➜  crypto/x509/pkix
2025-08-20T20:32:29.9755290Z [00:02:45.627]➜  mkdir -p $WORK/b178/
2025-08-20T20:32:29.9755687Z [00:02:45.627]➜  cat >/tmp/go-build3897779518/b178/importcfg << 'EOF' # internal
2025-08-20T20:32:29.9756036Z [00:02:45.627]➜  # import config
2025-08-20T20:32:29.9756431Z [00:02:45.627]➜  packagefile encoding/asn1=/tmp/go-build3897779518/b152/_pkg_.a
2025-08-20T20:32:29.9756901Z [00:02:45.627]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:29.9757336Z [00:02:45.627]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:29.9757918Z [00:02:45.627]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:29.9758683Z [00:02:45.627]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:29.9758992Z [00:02:45.627]➜  EOF
2025-08-20T20:32:29.9759259Z [00:02:45.627]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:29.9760839Z [00:02:45.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b178=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:32:29.9797598Z [00:02:45.632]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:32:29.9813122Z [00:02:45.633]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T20:32:29.9821141Z [00:02:45.634]➜  encoding/pem
2025-08-20T20:32:29.9829051Z [00:02:45.635]➜  mkdir -p $WORK/b179/
2025-08-20T20:32:29.9839630Z [00:02:45.636]➜  cat >/tmp/go-build3897779518/b179/importcfg << 'EOF' # internal
2025-08-20T20:32:29.9841596Z [00:02:45.636]➜  # import config
2025-08-20T20:32:29.9842275Z [00:02:45.636]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:29.9843104Z [00:02:45.636]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:29.9843929Z [00:02:45.636]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:29.9844508Z [00:02:45.636]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:29.9845328Z [00:02:45.636]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:29.9845890Z [00:02:45.636]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:29.9846373Z [00:02:45.636]➜  EOF
2025-08-20T20:32:29.9852684Z [00:02:45.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b179=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:32:29.9993930Z [00:02:45.651]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:32:30.0015483Z [00:02:45.654]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T20:32:30.0023783Z [00:02:45.654]➜  crypto/rsa
2025-08-20T20:32:30.0024332Z [00:02:45.654]➜  mkdir -p $WORK/b170/
2025-08-20T20:32:30.0024802Z [00:02:45.654]➜  cat >/tmp/go-build3897779518/b170/importcfg << 'EOF' # internal
2025-08-20T20:32:30.0025157Z [00:02:45.654]➜  # import config
2025-08-20T20:32:30.0025500Z [00:02:45.654]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:30.0025998Z [00:02:45.654]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:30.0026605Z [00:02:45.654]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3897779518/b144/_pkg_.a
2025-08-20T20:32:30.0027198Z [00:02:45.654]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3897779518/b146/_pkg_.a
2025-08-20T20:32:30.0027953Z [00:02:45.654]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3897779518/b171/_pkg_.a
2025-08-20T20:32:30.0028587Z [00:02:45.654]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3897779518/b148/_pkg_.a
2025-08-20T20:32:30.0029158Z [00:02:45.654]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:30.0029729Z [00:02:45.654]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:30.0030229Z [00:02:45.654]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:30.0030692Z [00:02:45.654]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:30.0031135Z [00:02:45.654]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.0031916Z [00:02:45.654]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.0032326Z [00:02:45.654]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:30.0032776Z [00:02:45.654]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:30.0033214Z [00:02:45.654]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.0033618Z [00:02:45.654]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.0034052Z [00:02:45.654]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:30.0034372Z [00:02:45.654]➜  EOF
2025-08-20T20:32:30.0036137Z [00:02:45.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b170=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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-20T20:32:30.0293009Z [00:02:45.681]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:32:30.0300558Z [00:02:45.682]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:32:30.0313403Z [00:02:45.683]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T20:32:30.0322990Z [00:02:45.684]➜  vendor/golang.org/x/text/transform
2025-08-20T20:32:30.0330567Z [00:02:45.685]➜  mkdir -p $WORK/b183/
2025-08-20T20:32:30.0342364Z [00:02:45.686]➜  cat >/tmp/go-build3897779518/b183/importcfg << 'EOF' # internal
2025-08-20T20:32:30.0342785Z [00:02:45.686]➜  # import config
2025-08-20T20:32:30.0343132Z [00:02:45.686]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.0343551Z [00:02:45.686]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.0343984Z [00:02:45.686]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.0344417Z [00:02:45.686]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.0344747Z [00:02:45.686]➜  EOF
2025-08-20T20:32:30.0346873Z [00:02:45.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b183=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:32:30.0364080Z [00:02:45.688]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T20:32:30.0371618Z [00:02:45.689]➜  log
2025-08-20T20:32:30.0377951Z [00:02:45.690]➜  mkdir -p $WORK/b185/
2025-08-20T20:32:30.0387626Z [00:02:45.691]➜  cat >/tmp/go-build3897779518/b185/importcfg << 'EOF' # internal
2025-08-20T20:32:30.0391121Z [00:02:45.691]➜  # import config
2025-08-20T20:32:30.0393028Z [00:02:45.691]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.0393457Z [00:02:45.691]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.0393899Z [00:02:45.691]➜  packagefile log/internal=/tmp/go-build3897779518/b186/_pkg_.a
2025-08-20T20:32:30.0394350Z [00:02:45.691]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.0394765Z [00:02:45.691]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.0395187Z [00:02:45.691]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.0395623Z [00:02:45.691]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:30.0396052Z [00:02:45.691]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.0396733Z [00:02:45.691]➜  EOF
2025-08-20T20:32:30.0406175Z [00:02:45.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b185=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:32:30.0904511Z [00:02:45.742]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:32:30.0922992Z [00:02:45.744]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:32:30.0933421Z [00:02:45.745]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:32:30.0940588Z [00:02:45.746]➜  mkdir -p $WORK/b184/
2025-08-20T20:32:30.0951087Z [00:02:45.747]➜  cat >/tmp/go-build3897779518/b184/importcfg << 'EOF' # internal
2025-08-20T20:32:30.0951846Z [00:02:45.747]➜  # import config
2025-08-20T20:32:30.0954279Z [00:02:45.747]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.0955610Z [00:02:45.747]➜  packagefile container/list=/tmp/go-build3897779518/b105/_pkg_.a
2025-08-20T20:32:30.0956070Z [00:02:45.747]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.0956482Z [00:02:45.747]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:30.0956890Z [00:02:45.747]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:30.0957344Z [00:02:45.747]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.0957993Z [00:02:45.747]➜  EOF
2025-08-20T20:32:30.0969202Z [00:02:45.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b184=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/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-20T20:32:30.1057190Z [00:02:45.758]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:32:30.1064087Z [00:02:45.758]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:32:30.1070611Z [00:02:45.759]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T20:32:30.1077202Z [00:02:45.760]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:32:30.1084618Z [00:02:45.760]➜  mkdir -p $WORK/b187/
2025-08-20T20:32:30.1093557Z [00:02:45.760]➜  cat >/tmp/go-build3897779518/b187/importcfg << 'EOF' # internal
2025-08-20T20:32:30.1094005Z [00:02:45.761]➜  # import config
2025-08-20T20:32:30.1094424Z [00:02:45.761]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:32:30.1094946Z [00:02:45.761]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:30.1095390Z [00:02:45.761]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.1095912Z [00:02:45.761]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3897779518/b183/_pkg_.a
2025-08-20T20:32:30.1096427Z [00:02:45.761]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.1096831Z [00:02:45.761]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.1097272Z [00:02:45.761]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.1097601Z [00:02:45.761]➜  EOF
2025-08-20T20:32:30.1101614Z [00:02:45.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b187=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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-20T20:32:30.1109671Z [00:02:45.763]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/37/377275ceb7f0c0f7bbee5c61a74e513e698c674de6427e8cae93dc181eb92947-d # internal
2025-08-20T20:32:30.1112163Z [00:02:45.763]➜  net/textproto
2025-08-20T20:32:30.1112658Z [00:02:45.763]➜  mkdir -p $WORK/b188/
2025-08-20T20:32:30.1113058Z [00:02:45.763]➜  cat >/tmp/go-build3897779518/b188/importcfg << 'EOF' # internal
2025-08-20T20:32:30.1113410Z [00:02:45.763]➜  # import config
2025-08-20T20:32:30.1114536Z [00:02:45.763]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.1114962Z [00:02:45.763]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.1115402Z [00:02:45.763]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.1115814Z [00:02:45.763]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.1116845Z [00:02:45.763]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.1118375Z [00:02:45.763]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.1118890Z [00:02:45.763]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:30.1119358Z [00:02:45.763]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.1119788Z [00:02:45.763]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.1120207Z [00:02:45.763]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.1120506Z [00:02:45.764]➜  EOF
2025-08-20T20:32:30.1122943Z [00:02:45.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b188=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid u1OC0yCHcGn4NhHZpjHw/u1OC0yCHcGn4NhHZpjHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/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-20T20:32:30.1174600Z [00:02:45.770]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:32:30.1191530Z [00:02:45.771]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T20:32:30.1194390Z [00:02:45.771]➜  crypto/x509
2025-08-20T20:32:30.1195838Z [00:02:45.771]➜  mkdir -p $WORK/b176/
2025-08-20T20:32:30.1197634Z [00:02:45.772]➜  cat >/tmp/go-build3897779518/b176/importcfg << 'EOF' # internal
2025-08-20T20:32:30.1199119Z [00:02:45.772]➜  # import config
2025-08-20T20:32:30.1199673Z [00:02:45.772]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:32:30.1200338Z [00:02:45.772]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:32:30.1200895Z [00:02:45.772]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.1201319Z [00:02:45.772]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:30.1202124Z [00:02:45.772]➜  packagefile crypto/aes=/tmp/go-build3897779518/b135/_pkg_.a
2025-08-20T20:32:30.1202586Z [00:02:45.772]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:30.1203045Z [00:02:45.772]➜  packagefile crypto/des=/tmp/go-build3897779518/b136/_pkg_.a
2025-08-20T20:32:30.1203496Z [00:02:45.772]➜  packagefile crypto/dsa=/tmp/go-build3897779518/b177/_pkg_.a
2025-08-20T20:32:30.1203946Z [00:02:45.772]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:30.1204417Z [00:02:45.772]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:30.1204884Z [00:02:45.772]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:30.1205360Z [00:02:45.772]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:30.1205826Z [00:02:45.772]➜  packagefile crypto/md5=/tmp/go-build3897779518/b168/_pkg_.a
2025-08-20T20:32:30.1206275Z [00:02:45.772]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:30.1206736Z [00:02:45.772]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:30.1207195Z [00:02:45.772]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:30.1207660Z [00:02:45.772]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:30.1211009Z [00:02:45.773]➜  packagefile crypto/x509/pkix=/tmp/go-build3897779518/b178/_pkg_.a
2025-08-20T20:32:30.1211850Z [00:02:45.773]➜  packagefile encoding/asn1=/tmp/go-build3897779518/b152/_pkg_.a
2025-08-20T20:32:30.1212958Z [00:02:45.773]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:30.1213858Z [00:02:45.773]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:30.1214860Z [00:02:45.773]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.1215365Z [00:02:45.773]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.1215924Z [00:02:45.773]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3897779518/b151/_pkg_.a
2025-08-20T20:32:30.1216590Z [00:02:45.773]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3897779518/b153/_pkg_.a
2025-08-20T20:32:30.1224076Z [00:02:45.773]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:30.1224567Z [00:02:45.773]➜  packagefile internal/goos=/tmp/go-build3897779518/b016/_pkg_.a
2025-08-20T20:32:30.1225000Z [00:02:45.773]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.1225419Z [00:02:45.773]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:30.1225827Z [00:02:45.773]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:30.1226230Z [00:02:45.773]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:30.1226638Z [00:02:45.773]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.1227056Z [00:02:45.773]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:30.1229160Z [00:02:45.773]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:30.1229591Z [00:02:45.773]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:30.1230015Z [00:02:45.773]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:30.1230451Z [00:02:45.773]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:30.1230860Z [00:02:45.773]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.1231307Z [00:02:45.773]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:30.1231754Z [00:02:45.773]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:30.1232176Z [00:02:45.773]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.1232600Z [00:02:45.773]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.1233023Z [00:02:45.773]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.1233451Z [00:02:45.773]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.1233860Z [00:02:45.773]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.1234274Z [00:02:45.773]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:30.1234723Z [00:02:45.773]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:30.1235184Z [00:02:45.773]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.1235520Z [00:02:45.773]➜  EOF
2025-08-20T20:32:30.1238601Z [00:02:45.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b176=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid N4Ga8tUzcHuemAKzuQFP/N4Ga8tUzcHuemAKzuQFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/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-20T20:32:30.1951484Z [00:02:45.847]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:32:30.1967929Z [00:02:45.848]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/10/10524a4b9691aca8ba6a8f6743f26c5d1f72d0a4fa2efc68f0bad8f51c287619-d # internal
2025-08-20T20:32:30.1968665Z [00:02:45.848]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:32:30.1968978Z [00:02:45.848]➜  mkdir -p $WORK/b190/
2025-08-20T20:32:30.1969384Z [00:02:45.848]➜  cat >/tmp/go-build3897779518/b190/importcfg << 'EOF' # internal
2025-08-20T20:32:30.1969730Z [00:02:45.848]➜  # import config
2025-08-20T20:32:30.1970127Z [00:02:45.848]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.1970550Z [00:02:45.848]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.1970963Z [00:02:45.848]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.1971363Z [00:02:45.848]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.1971763Z [00:02:45.848]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.1972068Z [00:02:45.848]➜  EOF
2025-08-20T20:32:30.1974836Z [00:02:45.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b190=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/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-20T20:32:30.2087497Z [00:02:45.861]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:32:30.2108112Z [00:02:45.863]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T20:32:30.2120733Z [00:02:45.863]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:32:30.2121119Z [00:02:45.864]➜  mkdir -p $WORK/b182/
2025-08-20T20:32:30.2121510Z [00:02:45.864]➜  cat >/tmp/go-build3897779518/b182/importcfg << 'EOF' # internal
2025-08-20T20:32:30.2121861Z [00:02:45.864]➜  # import config
2025-08-20T20:32:30.2123723Z [00:02:45.864]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:32:30.2124324Z [00:02:45.864]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:32:30.2124855Z [00:02:45.864]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.2125382Z [00:02:45.864]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3897779518/b183/_pkg_.a
2025-08-20T20:32:30.2126008Z [00:02:45.864]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b184/_pkg_.a
2025-08-20T20:32:30.2126551Z [00:02:45.864]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.2126880Z [00:02:45.865]➜  EOF
2025-08-20T20:32:30.2129268Z [00:02:45.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b182=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/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-20T20:32:30.2417413Z [00:02:45.894]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:32:30.2418416Z [00:02:45.894]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T20:32:30.2418953Z [00:02:45.894]➜  mime
2025-08-20T20:32:30.2419186Z [00:02:45.894]➜  mkdir -p $WORK/b191/
2025-08-20T20:32:30.2419952Z [00:02:45.894]➜  cat >/tmp/go-build3897779518/b191/importcfg << 'EOF' # internal
2025-08-20T20:32:30.2420370Z [00:02:45.894]➜  # import config
2025-08-20T20:32:30.2420716Z [00:02:45.894]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.2421140Z [00:02:45.894]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.2421594Z [00:02:45.894]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:30.2422068Z [00:02:45.894]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.2422482Z [00:02:45.894]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.2422877Z [00:02:45.894]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.2423287Z [00:02:45.894]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:30.2423690Z [00:02:45.894]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.2424100Z [00:02:45.894]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:30.2424534Z [00:02:45.894]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.2424956Z [00:02:45.894]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.2425375Z [00:02:45.894]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:30.2425822Z [00:02:45.894]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.2426476Z [00:02:45.894]➜  EOF
2025-08-20T20:32:30.2428386Z [00:02:45.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b191=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/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-20T20:32:30.2757598Z [00:02:45.928]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:32:30.2770969Z [00:02:45.929]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T20:32:30.2771585Z [00:02:45.929]➜  mime/quotedprintable
2025-08-20T20:32:30.2776840Z [00:02:45.929]➜  mkdir -p $WORK/b193/
2025-08-20T20:32:30.2781647Z [00:02:45.929]➜  cat >/tmp/go-build3897779518/b193/importcfg << 'EOF' # internal
2025-08-20T20:32:30.2784250Z [00:02:45.929]➜  # import config
2025-08-20T20:32:30.2784615Z [00:02:45.929]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.2785043Z [00:02:45.929]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.2785451Z [00:02:45.929]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.2785850Z [00:02:45.929]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.2786151Z [00:02:45.929]➜  EOF
2025-08-20T20:32:30.2788051Z [00:02:45.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b193=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:32:30.3135028Z [00:02:45.965]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:32:30.3142376Z [00:02:45.966]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T20:32:30.3143895Z [00:02:45.966]➜  net/http/internal
2025-08-20T20:32:30.3144631Z [00:02:45.966]➜  mkdir -p $WORK/b195/
2025-08-20T20:32:30.3145594Z [00:02:45.966]➜  cat >/tmp/go-build3897779518/b195/importcfg << 'EOF' # internal
2025-08-20T20:32:30.3146031Z [00:02:45.966]➜  # import config
2025-08-20T20:32:30.3146832Z [00:02:45.966]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.3147326Z [00:02:45.966]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.3147868Z [00:02:45.966]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.3148340Z [00:02:45.966]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.3148761Z [00:02:45.966]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.3149063Z [00:02:45.966]➜  EOF
2025-08-20T20:32:30.3150594Z [00:02:45.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b195=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:32:30.3763511Z [00:02:46.028]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:32:30.3779554Z [00:02:46.030]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:32:30.3788303Z [00:02:46.031]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T20:32:30.3792477Z [00:02:46.031]➜  vendor/golang.org/x/net/idna
2025-08-20T20:32:30.3793364Z [00:02:46.031]➜  mkdir -p $WORK/b181/
2025-08-20T20:32:30.3801352Z [00:02:46.031]➜  cat >/tmp/go-build3897779518/b181/importcfg << 'EOF' # internal
2025-08-20T20:32:30.3801873Z [00:02:46.031]➜  # import config
2025-08-20T20:32:30.3802341Z [00:02:46.031]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:32:30.3802951Z [00:02:46.031]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:32:30.3803531Z [00:02:46.031]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:32:30.3804044Z [00:02:46.031]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.3804592Z [00:02:46.031]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3897779518/b182/_pkg_.a
2025-08-20T20:32:30.3805237Z [00:02:46.031]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b184/_pkg_.a
2025-08-20T20:32:30.3805866Z [00:02:46.031]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b187/_pkg_.a
2025-08-20T20:32:30.3806391Z [00:02:46.031]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.3806810Z [00:02:46.031]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.3807258Z [00:02:46.031]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.3807588Z [00:02:46.031]➜  EOF
2025-08-20T20:32:30.3810719Z [00:02:46.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b181=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/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-20T20:32:30.3816199Z [00:02:46.032]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T20:32:30.3817319Z [00:02:46.034]➜  net/http/internal/ascii
2025-08-20T20:32:30.3819443Z [00:02:46.034]➜  mkdir -p $WORK/b196/
2025-08-20T20:32:30.3820205Z [00:02:46.034]➜  cat >/tmp/go-build3897779518/b196/importcfg << 'EOF' # internal
2025-08-20T20:32:30.3820624Z [00:02:46.034]➜  # import config
2025-08-20T20:32:30.3820971Z [00:02:46.034]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.3821402Z [00:02:46.034]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:30.3821713Z [00:02:46.034]➜  EOF
2025-08-20T20:32:30.3823311Z [00:02:46.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b196=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:32:30.4159539Z [00:02:46.068]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:32:30.4173230Z [00:02:46.069]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T20:32:30.4183256Z [00:02:46.070]➜  golang.org/x/time/rate
2025-08-20T20:32:30.4191722Z [00:02:46.071]➜  mkdir -p $WORK/b201/
2025-08-20T20:32:30.4202504Z [00:02:46.072]➜  cat >/tmp/go-build3897779518/b201/importcfg << 'EOF' # internal
2025-08-20T20:32:30.4205917Z [00:02:46.072]➜  # import config
2025-08-20T20:32:30.4206359Z [00:02:46.072]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:30.4216161Z [00:02:46.072]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.4216589Z [00:02:46.072]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.4217007Z [00:02:46.072]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.4217418Z [00:02:46.072]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.4217877Z [00:02:46.072]➜  EOF
2025-08-20T20:32:30.4228917Z [00:02:46.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b201=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid SD7phlFqyrIGLMjTv_VZ/SD7phlFqyrIGLMjTv_VZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/sometimes.go
2025-08-20T20:32:30.4815061Z [00:02:46.133]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:32:30.4905940Z [00:02:46.143]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T20:32:30.4913582Z [00:02:46.143]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:32:30.4930100Z [00:02:46.145]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/fa/faf1e19d12a1e1a9768573f7253b093ab8bb1143ba15f1150ab7588f4b02da1c-d # internal
2025-08-20T20:32:30.4937839Z [00:02:46.146]➜  io/ioutil
2025-08-20T20:32:30.4961207Z [00:02:46.148]➜  mkdir -p $WORK/b205/
2025-08-20T20:32:30.4971017Z [00:02:46.149]➜  cat >/tmp/go-build3897779518/b205/importcfg << 'EOF' # internal
2025-08-20T20:32:30.4972847Z [00:02:46.149]➜  # import config
2025-08-20T20:32:30.4973420Z [00:02:46.149]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.4974147Z [00:02:46.149]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:30.4975466Z [00:02:46.149]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.4976121Z [00:02:46.149]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:30.4976967Z [00:02:46.149]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.4979216Z [00:02:46.149]➜  EOF
2025-08-20T20:32:30.4996085Z [00:02:46.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b205=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T20:32:30.5006519Z [00:02:46.153]➜  mime/multipart
2025-08-20T20:32:30.5014398Z [00:02:46.154]➜  mkdir -p $WORK/b192/
2025-08-20T20:32:30.5026772Z [00:02:46.155]➜  cat >/tmp/go-build3897779518/b192/importcfg << 'EOF' # internal
2025-08-20T20:32:30.5027259Z [00:02:46.155]➜  # import config
2025-08-20T20:32:30.5027611Z [00:02:46.155]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.5028192Z [00:02:46.155]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.5028633Z [00:02:46.155]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:30.5029074Z [00:02:46.155]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.5029486Z [00:02:46.155]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.5029947Z [00:02:46.155]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:30.5030388Z [00:02:46.155]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.5030793Z [00:02:46.155]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:30.5031199Z [00:02:46.155]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.5031602Z [00:02:46.155]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:30.5032441Z [00:02:46.155]➜  packagefile mime/quotedprintable=/tmp/go-build3897779518/b193/_pkg_.a
2025-08-20T20:32:30.5032944Z [00:02:46.155]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:30.5033375Z [00:02:46.155]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.5033811Z [00:02:46.155]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:30.5034256Z [00:02:46.155]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:30.5034689Z [00:02:46.155]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.5035116Z [00:02:46.155]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.5035428Z [00:02:46.155]➜  EOF
2025-08-20T20:32:30.5045783Z [00:02:46.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b192=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/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-20T20:32:30.5604184Z [00:02:46.212]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:32:30.5649541Z [00:02:46.217]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:32:30.5658970Z [00:02:46.218]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T20:32:30.5666535Z [00:02:46.219]➜  github.com/google/renameio/v2
2025-08-20T20:32:30.5670081Z [00:02:46.219]➜  mkdir -p $WORK/b204/
2025-08-20T20:32:30.5673046Z [00:02:46.219]➜  cat >/tmp/go-build3897779518/b204/importcfg << 'EOF' # internal
2025-08-20T20:32:30.5673418Z [00:02:46.219]➜  # import config
2025-08-20T20:32:30.5673817Z [00:02:46.219]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:30.5674261Z [00:02:46.219]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:30.5674682Z [00:02:46.219]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.5675122Z [00:02:46.219]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:30.5675570Z [00:02:46.219]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.5675887Z [00:02:46.219]➜  EOF
2025-08-20T20:32:30.5678880Z [00:02:46.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0=>github.com/google/renameio/v2@v2.0.0;$WORK/b204=>" -p github.com/google/renameio/v2 -lang=go1.13 -complete -installsuffix shared -buildid f9QIwePsSpZrxbJzo94Q/f9QIwePsSpZrxbJzo94Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/doc.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/option.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/tempfile.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/writefile.go
2025-08-20T20:32:30.5754983Z [00:02:46.227]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/bf/bfac9349e3b02ff4664224d14fc81fce699b6466e26bab7e79548440cac44f47-d # internal
2025-08-20T20:32:30.5769004Z [00:02:46.229]➜  crypto/tls
2025-08-20T20:32:30.5774662Z [00:02:46.230]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:32:30.5791295Z [00:02:46.231]➜  mkdir -p $WORK/b134/
2025-08-20T20:32:30.5802263Z [00:02:46.232]➜  cat >/tmp/go-build3897779518/b134/importcfg << 'EOF' # internal
2025-08-20T20:32:30.5804983Z [00:02:46.233]➜  # import config
2025-08-20T20:32:30.5805803Z [00:02:46.233]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:32:30.5806583Z [00:02:46.233]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:32:30.5807590Z [00:02:46.233]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.5808966Z [00:02:46.233]➜  packagefile container/list=/tmp/go-build3897779518/b105/_pkg_.a
2025-08-20T20:32:30.5809429Z [00:02:46.233]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:30.5809855Z [00:02:46.233]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:30.5810290Z [00:02:46.233]➜  packagefile crypto/aes=/tmp/go-build3897779518/b135/_pkg_.a
2025-08-20T20:32:30.5810766Z [00:02:46.233]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:30.5811225Z [00:02:46.233]➜  packagefile crypto/des=/tmp/go-build3897779518/b136/_pkg_.a
2025-08-20T20:32:30.5811675Z [00:02:46.233]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:30.5812136Z [00:02:46.233]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:30.5812615Z [00:02:46.233]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:30.5813085Z [00:02:46.233]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:30.5813554Z [00:02:46.233]➜  packagefile crypto/hkdf=/tmp/go-build3897779518/b157/_pkg_.a
2025-08-20T20:32:30.5814009Z [00:02:46.233]➜  packagefile crypto/hmac=/tmp/go-build3897779518/b159/_pkg_.a
2025-08-20T20:32:30.5814506Z [00:02:46.233]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:30.5815071Z [00:02:46.233]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:30.5815662Z [00:02:46.233]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3897779518/b123/_pkg_.a
2025-08-20T20:32:30.5816253Z [00:02:46.233]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3897779518/b160/_pkg_.a
2025-08-20T20:32:30.5816832Z [00:02:46.233]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3897779518/b161/_pkg_.a
2025-08-20T20:32:30.5817424Z [00:02:46.233]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3897779518/b162/_pkg_.a
2025-08-20T20:32:30.5818300Z [00:02:46.233]➜  packagefile crypto/internal/hpke=/tmp/go-build3897779518/b163/_pkg_.a
2025-08-20T20:32:30.5818796Z [00:02:46.233]➜  packagefile crypto/md5=/tmp/go-build3897779518/b168/_pkg_.a
2025-08-20T20:32:30.5819251Z [00:02:46.233]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:30.5819702Z [00:02:46.233]➜  packagefile crypto/rc4=/tmp/go-build3897779518/b169/_pkg_.a
2025-08-20T20:32:30.5820488Z [00:02:46.233]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:30.5821020Z [00:02:46.233]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:30.5821486Z [00:02:46.233]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:30.5821952Z [00:02:46.233]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:30.5822425Z [00:02:46.233]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:30.5822959Z [00:02:46.233]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3897779518/b174/_pkg_.a
2025-08-20T20:32:30.5823477Z [00:02:46.233]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:30.5823937Z [00:02:46.233]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:30.5824374Z [00:02:46.233]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.5824795Z [00:02:46.233]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.5825352Z [00:02:46.233]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3897779518/b164/_pkg_.a
2025-08-20T20:32:30.5826010Z [00:02:46.233]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3897779518/b151/_pkg_.a
2025-08-20T20:32:30.5826522Z [00:02:46.233]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:30.5827181Z [00:02:46.233]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:30.5853510Z [00:02:46.233]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:30.5854245Z [00:02:46.233]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:30.5854695Z [00:02:46.233]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.5855101Z [00:02:46.233]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:30.5855522Z [00:02:46.233]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.5855937Z [00:02:46.233]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.5856358Z [00:02:46.233]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:30.5856772Z [00:02:46.233]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:30.5857186Z [00:02:46.233]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.5857622Z [00:02:46.233]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.5858265Z [00:02:46.233]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.5858701Z [00:02:46.233]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:30.5859129Z [00:02:46.233]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.5859531Z [00:02:46.233]➜  packagefile weak=/tmp/go-build3897779518/b091/_pkg_.a
2025-08-20T20:32:30.5859834Z [00:02:46.233]➜  EOF
2025-08-20T20:32:30.5864424Z [00:02:46.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b134=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid Kx4BYh7e89DS57r6lEzH/Kx4BYh7e89DS57r6lEzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/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-20T20:32:30.5893413Z [00:02:46.236]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T20:32:30.5894037Z [00:02:46.237]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:32:30.5894363Z [00:02:46.240]➜  mkdir -p $WORK/b180/
2025-08-20T20:32:30.5894753Z [00:02:46.240]➜  cat >/tmp/go-build3897779518/b180/importcfg << 'EOF' # internal
2025-08-20T20:32:30.5897545Z [00:02:46.240]➜  # import config
2025-08-20T20:32:30.5898722Z [00:02:46.240]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:32:30.5899259Z [00:02:46.240]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3897779518/b181/_pkg_.a
2025-08-20T20:32:30.5899749Z [00:02:46.240]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:30.5900206Z [00:02:46.240]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:30.5900665Z [00:02:46.240]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.5901113Z [00:02:46.240]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.5901446Z [00:02:46.240]➜  EOF
2025-08-20T20:32:30.5903515Z [00:02:46.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b180=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 9HA0ioghP_3fWNVTuRIC/9HA0ioghP_3fWNVTuRIC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/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-20T20:32:30.5982492Z [00:02:46.250]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:32:30.6030813Z [00:02:46.255]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T20:32:30.6044842Z [00:02:46.257]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:32:30.6045199Z [00:02:46.257]➜  mkdir -p $WORK/b189/
2025-08-20T20:32:30.6045576Z [00:02:46.257]➜  cat >/tmp/go-build3897779518/b189/importcfg << 'EOF' # internal
2025-08-20T20:32:30.6045921Z [00:02:46.257]➜  # import config
2025-08-20T20:32:30.6046313Z [00:02:46.257]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:32:30.6046760Z [00:02:46.257]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.6047321Z [00:02:46.257]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.6048011Z [00:02:46.257]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3897779518/b181/_pkg_.a
2025-08-20T20:32:30.6048564Z [00:02:46.257]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:30.6049007Z [00:02:46.257]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:30.6049445Z [00:02:46.257]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:30.6049856Z [00:02:46.257]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.6050277Z [00:02:46.257]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.6050723Z [00:02:46.257]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.6051069Z [00:02:46.257]➜  EOF
2025-08-20T20:32:30.6052923Z [00:02:46.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b189=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid ktRPrQ9jgDyAT6ISKg3b/ktRPrQ9jgDyAT6ISKg3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:32:30.6186204Z [00:02:46.270]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:32:30.6239257Z [00:02:46.276]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/b8/b877013e62d844905af9b2b924fb73f70ff7504e921d23a8c8c730b0f6a9b38c-d # internal
2025-08-20T20:32:30.6258720Z [00:02:46.278]➜  os/exec
2025-08-20T20:32:30.6259065Z [00:02:46.278]➜  mkdir -p $WORK/b207/
2025-08-20T20:32:30.6269370Z [00:02:46.279]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:32:30.6278505Z [00:02:46.280]➜  cat >/tmp/go-build3897779518/b207/importcfg << 'EOF' # internal
2025-08-20T20:32:30.6279634Z [00:02:46.280]➜  # import config
2025-08-20T20:32:30.6280729Z [00:02:46.280]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.6282310Z [00:02:46.280]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:30.6283040Z [00:02:46.280]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.6290971Z [00:02:46.280]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:30.6291921Z [00:02:46.280]➜  packagefile internal/syscall/execenv=/tmp/go-build3897779518/b060/_pkg_.a
2025-08-20T20:32:30.6292687Z [00:02:46.280]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:30.6293543Z [00:02:46.280]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.6294703Z [00:02:46.280]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:30.6295891Z [00:02:46.280]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.6296425Z [00:02:46.280]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:30.6296902Z [00:02:46.280]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.6297336Z [00:02:46.280]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.6297899Z [00:02:46.280]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.6298423Z [00:02:46.280]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:30.6298846Z [00:02:46.280]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.6299156Z [00:02:46.280]➜  EOF
2025-08-20T20:32:30.6311953Z [00:02:46.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b207=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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-20T20:32:30.6322247Z [00:02:46.284]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/67/676f08c524cbd70eec825be58c45404160a94ac097976b14a265c476286e8505-d # internal
2025-08-20T20:32:30.6353474Z [00:02:46.287]➜  os/user
2025-08-20T20:32:30.6356738Z [00:02:46.288]➜  mkdir -p $WORK/b210/
2025-08-20T20:32:30.6360631Z [00:02:46.288]➜  echo -n > $WORK/b210/preferlinkext # internal
2025-08-20T20:32:30.6361009Z [00:02:46.288]➜  cd /root/.go/src/os/user
2025-08-20T20:32:30.6364003Z [00:02:46.288]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b210/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:32:30.6468402Z [00:02:46.299]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:32:30.6469199Z [00:02:46.299]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/36/36d746ee52b9eac96ba093a91e988423cfc27a04ba7679c350e564f7f037eb32-d # internal
2025-08-20T20:32:30.6469816Z [00:02:46.299]➜  gitlab.com/gitlab-org/cli/internal/glinstance
2025-08-20T20:32:30.6479212Z [00:02:46.299]➜  mkdir -p $WORK/b212/
2025-08-20T20:32:30.6479690Z [00:02:46.299]➜  cat >/tmp/go-build3897779518/b212/importcfg << 'EOF' # internal
2025-08-20T20:32:30.6480039Z [00:02:46.300]➜  # import config
2025-08-20T20:32:30.6480819Z [00:02:46.300]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.6481310Z [00:02:46.300]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.6481738Z [00:02:46.300]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.6482051Z [00:02:46.300]➜  EOF
2025-08-20T20:32:30.6482319Z [00:02:46.300]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:30.6484264Z [00:02:46.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance=>gitlab.com/gitlab-org/cli/internal/glinstance;$WORK/b212=>" -p gitlab.com/gitlab-org/cli/internal/glinstance -lang=go1.25 -complete -installsuffix shared -buildid __6Kr5hg3EY9aOb74R2s/__6Kr5hg3EY9aOb74R2s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance/host.go
2025-08-20T20:32:30.6655556Z [00:02:46.317]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:32:30.6659088Z [00:02:46.318]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/a9/a9a8bf77e3a0548ba5007eea956e0244de8876629d4a08cc0a1de1610290263f-d # internal
2025-08-20T20:32:30.6663200Z [00:02:46.318]➜  gopkg.in/yaml.v3
2025-08-20T20:32:30.6664130Z [00:02:46.319]➜  mkdir -p $WORK/b213/
2025-08-20T20:32:30.6668366Z [00:02:46.319]➜  cat >/tmp/go-build3897779518/b213/importcfg << 'EOF' # internal
2025-08-20T20:32:30.6672767Z [00:02:46.319]➜  # import config
2025-08-20T20:32:30.6674840Z [00:02:46.319]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.6675649Z [00:02:46.319]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:30.6676458Z [00:02:46.319]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:30.6677153Z [00:02:46.319]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.6679482Z [00:02:46.319]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.6679951Z [00:02:46.319]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.6680375Z [00:02:46.319]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:30.6680794Z [00:02:46.319]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:30.6681219Z [00:02:46.319]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:30.6681644Z [00:02:46.319]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:30.6682061Z [00:02:46.319]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.6682486Z [00:02:46.319]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.6682906Z [00:02:46.319]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.6683314Z [00:02:46.319]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:30.6683730Z [00:02:46.319]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:30.6684193Z [00:02:46.319]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.6684522Z [00:02:46.319]➜  EOF
2025-08-20T20:32:30.6688615Z [00:02:46.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b213=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T20:32:30.7151912Z [00:02:46.367]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:32:30.7168539Z [00:02:46.369]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T20:32:30.7181632Z [00:02:46.369]➜  github.com/mitchellh/go-homedir
2025-08-20T20:32:30.7181958Z [00:02:46.369]➜  mkdir -p $WORK/b206/
2025-08-20T20:32:30.7182343Z [00:02:46.370]➜  cat >/tmp/go-build3897779518/b206/importcfg << 'EOF' # internal
2025-08-20T20:32:30.7182694Z [00:02:46.370]➜  # import config
2025-08-20T20:32:30.7183032Z [00:02:46.370]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.7183454Z [00:02:46.370]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.7183880Z [00:02:46.370]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:30.7184297Z [00:02:46.370]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:30.7184749Z [00:02:46.370]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:30.7185198Z [00:02:46.370]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.7185628Z [00:02:46.370]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.7186435Z [00:02:46.370]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.7186856Z [00:02:46.370]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.7187160Z [00:02:46.370]➜  EOF
2025-08-20T20:32:30.7190112Z [00:02:46.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b206=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T20:32:30.7393633Z [00:02:46.391]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:32:30.7408609Z [00:02:46.393]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T20:32:30.7409989Z [00:02:46.393]➜  golang.org/x/text/transform
2025-08-20T20:32:30.7410777Z [00:02:46.393]➜  mkdir -p $WORK/b221/
2025-08-20T20:32:30.7411726Z [00:02:46.393]➜  cat >/tmp/go-build3897779518/b221/importcfg << 'EOF' # internal
2025-08-20T20:32:30.7412131Z [00:02:46.393]➜  # import config
2025-08-20T20:32:30.7412484Z [00:02:46.393]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.7412912Z [00:02:46.393]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.7413345Z [00:02:46.393]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.7413781Z [00:02:46.393]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.7414115Z [00:02:46.393]➜  EOF
2025-08-20T20:32:30.7415866Z [00:02:46.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/transform=>golang.org/x/text@v0.28.0/transform;$WORK/b221=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid bU7HlCnoBOl_75DwCFU_/bU7HlCnoBOl_75DwCFU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/transform/transform.go
2025-08-20T20:32:30.7752464Z [00:02:46.427]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:32:30.7762765Z [00:02:46.428]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/2e/2e4d6b02b9939904d45a00b2b23c0bb1afc55861c93ee6b578e6d49ac8f90e5a-d # internal
2025-08-20T20:32:30.7766990Z [00:02:46.429]➜  golang.org/x/text/width
2025-08-20T20:32:30.7769062Z [00:02:46.429]➜  mkdir -p $WORK/b220/
2025-08-20T20:32:30.7774879Z [00:02:46.430]➜  cat >/tmp/go-build3897779518/b220/importcfg << 'EOF' # internal
2025-08-20T20:32:30.7775289Z [00:02:46.430]➜  # import config
2025-08-20T20:32:30.7775715Z [00:02:46.430]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:30.7782819Z [00:02:46.430]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.7783295Z [00:02:46.430]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.7783630Z [00:02:46.430]➜  EOF
2025-08-20T20:32:30.7786231Z [00:02:46.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/width=>golang.org/x/text@v0.28.0/width;$WORK/b220=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid hWvZc2o_k-ce6Jgnz7fN/hWvZc2o_k-ce6Jgnz7fN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/kind_string.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/trieval.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/width.go
2025-08-20T20:32:30.8425473Z [00:02:46.494]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:32:30.8437272Z [00:02:46.496]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/1a/1ac4dc8ee83aa038579e325cbc8a61a33372ba283f747761cad847d740568ce1-d # internal
2025-08-20T20:32:30.8445877Z [00:02:46.496]➜  github.com/AlecAivazis/survey/v2/terminal
2025-08-20T20:32:30.8446335Z [00:02:46.496]➜  mkdir -p $WORK/b219/
2025-08-20T20:32:30.8447513Z [00:02:46.497]➜  cat >/tmp/go-build3897779518/b219/importcfg << 'EOF' # internal
2025-08-20T20:32:30.8449330Z [00:02:46.497]➜  # import config
2025-08-20T20:32:30.8451096Z [00:02:46.497]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:30.8454445Z [00:02:46.497]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.8455999Z [00:02:46.497]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.8456752Z [00:02:46.497]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.8457472Z [00:02:46.497]➜  packagefile golang.org/x/text/width=/tmp/go-build3897779518/b220/_pkg_.a
2025-08-20T20:32:30.8459978Z [00:02:46.497]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.8460788Z [00:02:46.497]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:30.8462386Z [00:02:46.497]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.8464985Z [00:02:46.497]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:30.8465804Z [00:02:46.497]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:30.8467298Z [00:02:46.497]➜  EOF
2025-08-20T20:32:30.8473292Z [00:02:46.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal=>github.com/AlecAivazis/survey/v2@v2.3.7/terminal;$WORK/b219=>" -p github.com/AlecAivazis/survey/v2/terminal -lang=go1.13 -complete -installsuffix shared -buildid oDUVlHir-X_YHpmXVT3y/oDUVlHir-X_YHpmXVT3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/buffered_reader.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/cursor.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/display.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/display_posix.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/error.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/output.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader_linux.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader_posix.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/sequences.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/stdio.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/terminal.go
2025-08-20T20:32:30.9457416Z [00:02:46.597]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:32:30.9499835Z [00:02:46.599]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/a8/a8f12e49777d08c896e61872138dfa2e541f29ef3e3e15c506d22fb19980c0f3-d # internal
2025-08-20T20:32:30.9500694Z [00:02:46.599]➜  github.com/kballard/go-shellquote
2025-08-20T20:32:30.9501006Z [00:02:46.599]➜  mkdir -p $WORK/b222/
2025-08-20T20:32:30.9501387Z [00:02:46.600]➜  cat >/tmp/go-build3897779518/b222/importcfg << 'EOF' # internal
2025-08-20T20:32:30.9501734Z [00:02:46.600]➜  # import config
2025-08-20T20:32:30.9502115Z [00:02:46.600]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.9502536Z [00:02:46.600]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:30.9502960Z [00:02:46.600]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:30.9503413Z [00:02:46.600]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.9504201Z [00:02:46.600]➜  EOF
2025-08-20T20:32:30.9507093Z [00:02:46.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b222=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid ZwPzM4qET4DnJ0cgFWX1/ZwPzM4qET4DnJ0cgFWX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/doc.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/quote.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/unquote.go
2025-08-20T20:32:30.9765600Z [00:02:46.627]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:32:30.9780198Z [00:02:46.628]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/aa/aa3a5ebf8233508298033de37f0e30a5419ab454fe09287e9a7e6631533eb32a-d # internal
2025-08-20T20:32:30.9780826Z [00:02:46.628]➜  golang.org/x/term
2025-08-20T20:32:30.9781097Z [00:02:46.628]➜  mkdir -p $WORK/b223/
2025-08-20T20:32:30.9781476Z [00:02:46.629]➜  cat >/tmp/go-build3897779518/b223/importcfg << 'EOF' # internal
2025-08-20T20:32:30.9781822Z [00:02:46.629]➜  # import config
2025-08-20T20:32:30.9782162Z [00:02:46.629]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:30.9782581Z [00:02:46.629]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:30.9783066Z [00:02:46.629]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:30.9783525Z [00:02:46.629]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:30.9783947Z [00:02:46.629]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:30.9784380Z [00:02:46.629]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:30.9784812Z [00:02:46.629]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:30.9785254Z [00:02:46.629]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:30.9785588Z [00:02:46.629]➜  EOF
2025-08-20T20:32:30.9789084Z [00:02:46.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.34.0=>golang.org/x/term@v0.34.0;$WORK/b223=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid 1QRftYFdzN8viUP5V971/1QRftYFdzN8viUP5V971 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.34.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/terminal.go
2025-08-20T20:32:31.0421297Z [00:02:46.694]➜  cd $WORK/b210
2025-08-20T20:32:31.0423203Z [00:02:46.694]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b210/_x001.o -c _cgo_export.c
2025-08-20T20:32:31.1002104Z [00:02:46.752]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b210/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:32:31.1123490Z [00:02:46.764]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:32:31.1133170Z [00:02:46.765]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/ab/abdabab486e027b830a5e66d6364381ce0898d701e9a74969d33376fe56a6324-d # internal
2025-08-20T20:32:31.1133796Z [00:02:46.765]➜  golang.org/x/text/internal/tag
2025-08-20T20:32:31.1134482Z [00:02:46.765]➜  mkdir -p $WORK/b228/
2025-08-20T20:32:31.1138264Z [00:02:46.766]➜  cat >/tmp/go-build3897779518/b228/importcfg << 'EOF' # internal
2025-08-20T20:32:31.1141247Z [00:02:46.766]➜  # import config
2025-08-20T20:32:31.1141641Z [00:02:46.766]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.1141956Z [00:02:46.766]➜  EOF
2025-08-20T20:32:31.1142229Z [00:02:46.766]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:31.1144119Z [00:02:46.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag=>golang.org/x/text@v0.28.0/internal/tag;$WORK/b228=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid USzPcmwOZ-fBdNtMdB0f/USzPcmwOZ-fBdNtMdB0f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag/tag.go
2025-08-20T20:32:31.1455683Z [00:02:46.797]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:32:31.1465909Z [00:02:46.798]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/d0/d02bac78e30f182f9cc1ea9f5c9657960e5e067c332eab2039bd4526b1121b59-d # internal
2025-08-20T20:32:31.1466642Z [00:02:46.798]➜  golang.org/x/text/internal/language
2025-08-20T20:32:31.1466956Z [00:02:46.798]➜  mkdir -p $WORK/b227/
2025-08-20T20:32:31.1467333Z [00:02:46.798]➜  cat >/tmp/go-build3897779518/b227/importcfg << 'EOF' # internal
2025-08-20T20:32:31.1467803Z [00:02:46.798]➜  # import config
2025-08-20T20:32:31.1468242Z [00:02:46.798]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.1468668Z [00:02:46.798]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.1469078Z [00:02:46.798]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.1469579Z [00:02:46.798]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3897779518/b228/_pkg_.a
2025-08-20T20:32:31.1470089Z [00:02:46.798]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.1470505Z [00:02:46.799]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.1470932Z [00:02:46.799]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.1471249Z [00:02:46.799]➜  EOF
2025-08-20T20:32:31.1492148Z [00:02:46.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language=>golang.org/x/text@v0.28.0/internal/language;$WORK/b227=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid hNlQzdN3pZF-o8QrdQdf/hNlQzdN3pZF-o8QrdQdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tags.go
2025-08-20T20:32:31.1512156Z [00:02:46.803]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:32:31.1597361Z [00:02:46.812]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T20:32:31.1645978Z [00:02:46.817]➜  golang.org/x/text/unicode/norm
2025-08-20T20:32:31.1653980Z [00:02:46.818]➜  cd $WORK/b210
2025-08-20T20:32:31.1662557Z [00:02:46.818]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b210/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:32:31.1671811Z [00:02:46.819]➜  mkdir -p $WORK/b230/
2025-08-20T20:32:31.1682847Z [00:02:46.820]➜  cat >/tmp/go-build3897779518/b230/importcfg << 'EOF' # internal
2025-08-20T20:32:31.1685721Z [00:02:46.820]➜  # import config
2025-08-20T20:32:31.1686319Z [00:02:46.820]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:31.1690678Z [00:02:46.820]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.1691193Z [00:02:46.820]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:31.1691681Z [00:02:46.820]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:31.1692097Z [00:02:46.820]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.1692553Z [00:02:46.820]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.1692884Z [00:02:46.820]➜  EOF
2025-08-20T20:32:31.1702323Z [00:02:46.822]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:31.1713028Z [00:02:46.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm=>golang.org/x/text@v0.28.0/unicode/norm;$WORK/b230=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid E7adzGy6_yhsJzJBH6Se/E7adzGy6_yhsJzJBH6Se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/trie.go
2025-08-20T20:32:31.1945868Z [00:02:46.847]➜  cd $WORK/b210
2025-08-20T20:32:31.1954165Z [00:02:46.847]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b210/_cgo_main.o -c _cgo_main.c
2025-08-20T20:32:31.2155415Z [00:02:46.867]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:31.2163631Z [00:02:46.868]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -o $WORK/b210/_cgo_.o $WORK/b210/_cgo_main.o $WORK/b210/preferlinkext $WORK/b210/_x001.o $WORK/b210/_x002.o $WORK/b210/_x003.o -O2 -g
2025-08-20T20:32:31.3893056Z [00:02:47.041]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:32:31.4020375Z [00:02:47.054]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/e9/e9f82bdf5b6f5a1fdf843da459e30b22b59158d5252e7ae40f5955cbf31264bb-d # internal
2025-08-20T20:32:31.4029395Z [00:02:47.055]➜  golang.org/x/text/internal/language/compact
2025-08-20T20:32:31.4035347Z [00:02:47.056]➜  mkdir -p $WORK/b229/
2025-08-20T20:32:31.4046434Z [00:02:47.057]➜  cat >/tmp/go-build3897779518/b229/importcfg << 'EOF' # internal
2025-08-20T20:32:31.4048577Z [00:02:47.057]➜  # import config
2025-08-20T20:32:31.4049297Z [00:02:47.057]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3897779518/b227/_pkg_.a
2025-08-20T20:32:31.4050270Z [00:02:47.057]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.4053172Z [00:02:47.057]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.4055513Z [00:02:47.057]➜  EOF
2025-08-20T20:32:31.4064703Z [00:02:47.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact=>golang.org/x/text@v0.28.0/internal/language/compact;$WORK/b229=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid ef2mwpwp6JkEwsbkG8Gf/ef2mwpwp6JkEwsbkG8Gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tags.go
2025-08-20T20:32:31.4701697Z [00:02:47.122]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:32:31.4751588Z [00:02:47.127]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/a2/a23a2f3e79ca44f08904b7ab639cc0c028ec6e3a6b330a49df4dc71111334474-d # internal
2025-08-20T20:32:31.4761432Z [00:02:47.128]➜  encoding/xml
2025-08-20T20:32:31.4768144Z [00:02:47.129]➜  mkdir -p $WORK/b234/
2025-08-20T20:32:31.4790900Z [00:02:47.131]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:32:31.4804028Z [00:02:47.132]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/ba/bae94a0281f1c827dc43e1d7d0c7f137376453adfbd60bde15ec473608f92661-d # internal
2025-08-20T20:32:31.4813290Z [00:02:47.133]➜  cat >/tmp/go-build3897779518/b234/importcfg << 'EOF' # internal
2025-08-20T20:32:31.4814617Z [00:02:47.133]➜  # import config
2025-08-20T20:32:31.4815424Z [00:02:47.133]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:31.4816239Z [00:02:47.133]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.4816834Z [00:02:47.133]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:31.4817434Z [00:02:47.133]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.4818736Z [00:02:47.133]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.4819165Z [00:02:47.133]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:31.4819585Z [00:02:47.133]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:31.4820017Z [00:02:47.133]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:31.4820767Z [00:02:47.133]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.4821310Z [00:02:47.133]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.4821734Z [00:02:47.133]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.4822155Z [00:02:47.133]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:31.4822853Z [00:02:47.133]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.4823188Z [00:02:47.133]➜  EOF
2025-08-20T20:32:31.4831560Z [00:02:47.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b234=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T20:32:31.4849091Z [00:02:47.137]➜  golang.org/x/text/language
2025-08-20T20:32:31.4849431Z [00:02:47.137]➜  mkdir -p $WORK/b226/
2025-08-20T20:32:31.4849808Z [00:02:47.137]➜  cat >/tmp/go-build3897779518/b226/importcfg << 'EOF' # internal
2025-08-20T20:32:31.4850157Z [00:02:47.137]➜  # import config
2025-08-20T20:32:31.4850498Z [00:02:47.137]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.4850935Z [00:02:47.137]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.4851461Z [00:02:47.137]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3897779518/b227/_pkg_.a
2025-08-20T20:32:31.4852128Z [00:02:47.137]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3897779518/b229/_pkg_.a
2025-08-20T20:32:31.4852676Z [00:02:47.137]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.4853105Z [00:02:47.137]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.4853535Z [00:02:47.137]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.4853850Z [00:02:47.137]➜  EOF
2025-08-20T20:32:31.4857201Z [00:02:47.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/language=>golang.org/x/text@v0.28.0/language;$WORK/b226=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid 8raP7Loxkeub3xOyvlbF/8raP7Loxkeub3xOyvlbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tags.go
2025-08-20T20:32:31.5815843Z [00:02:47.233]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:32:31.5888061Z [00:02:47.241]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:32:31.5905839Z [00:02:47.243]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/10/108d628f521b52dbcc4d8306dae02b3e3a9481d7257e05867189d902e933f157-d # internal
2025-08-20T20:32:31.5908153Z [00:02:47.243]➜  golang.org/x/text/internal
2025-08-20T20:32:31.5908541Z [00:02:47.243]➜  mkdir -p $WORK/b225/
2025-08-20T20:32:31.5910951Z [00:02:47.243]➜  cat >/tmp/go-build3897779518/b225/importcfg << 'EOF' # internal
2025-08-20T20:32:31.5911327Z [00:02:47.243]➜  # import config
2025-08-20T20:32:31.5911751Z [00:02:47.243]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:31.5912245Z [00:02:47.243]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.5912555Z [00:02:47.243]➜  EOF
2025-08-20T20:32:31.5914526Z [00:02:47.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal=>golang.org/x/text@v0.28.0/internal;$WORK/b225=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid hrFxhfLe_PAUeLQAh7Fl/hrFxhfLe_PAUeLQAh7Fl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/match.go
2025-08-20T20:32:31.5932227Z [00:02:47.245]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/fe/fe4e53a5c9f0e886936438aeb789a0ce27267212d2a83c28026047348bb6439a-d # internal
2025-08-20T20:32:31.5932819Z [00:02:47.245]➜  net/http/httptrace
2025-08-20T20:32:31.5933089Z [00:02:47.245]➜  mkdir -p $WORK/b194/
2025-08-20T20:32:31.5933465Z [00:02:47.245]➜  cat >/tmp/go-build3897779518/b194/importcfg << 'EOF' # internal
2025-08-20T20:32:31.5933809Z [00:02:47.245]➜  # import config
2025-08-20T20:32:31.5934182Z [00:02:47.245]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:31.5935294Z [00:02:47.245]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:31.5936010Z [00:02:47.245]➜  packagefile internal/nettrace=/tmp/go-build3897779518/b087/_pkg_.a
2025-08-20T20:32:31.5936501Z [00:02:47.245]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:31.5937108Z [00:02:47.245]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:31.5937921Z [00:02:47.245]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:31.5938402Z [00:02:47.245]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:31.5938861Z [00:02:47.245]➜  EOF
2025-08-20T20:32:31.5940654Z [00:02:47.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b194=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid 94HyBLXE3DdwaCGDhiCI/94HyBLXE3DdwaCGDhiCI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:32:31.6058544Z [00:02:47.258]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:32:31.6064810Z [00:02:47.258]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/01/01e72dd9b3dd5eefd8c52ba047502c8aaa96b6b6b85aca08700463695112c8fd-d # internal
2025-08-20T20:32:31.6067287Z [00:02:47.259]➜  golang.org/x/text/cases
2025-08-20T20:32:31.6069013Z [00:02:47.259]➜  mkdir -p $WORK/b224/
2025-08-20T20:32:31.6069451Z [00:02:47.259]➜  cat >/tmp/go-build3897779518/b224/importcfg << 'EOF' # internal
2025-08-20T20:32:31.6069808Z [00:02:47.259]➜  # import config
2025-08-20T20:32:31.6070225Z [00:02:47.259]➜  packagefile golang.org/x/text/internal=/tmp/go-build3897779518/b225/_pkg_.a
2025-08-20T20:32:31.6070790Z [00:02:47.259]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:31.6071718Z [00:02:47.259]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:31.6072367Z [00:02:47.259]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:31.6078920Z [00:02:47.259]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.6079379Z [00:02:47.259]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:31.6079858Z [00:02:47.259]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.6080195Z [00:02:47.259]➜  EOF
2025-08-20T20:32:31.6083120Z [00:02:47.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/cases=>golang.org/x/text@v0.28.0/cases;$WORK/b224=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid WispALTYke9EFUdFa9Ua/WispALTYke9EFUdFa9Ua -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/trieval.go
2025-08-20T20:32:31.6192493Z [00:02:47.271]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:32:31.6199036Z [00:02:47.272]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/d6/d67d458384f032034f21af93cba7976b64a69f2e33500c5b8a16734ac8598249-d # internal
2025-08-20T20:32:31.6200431Z [00:02:47.272]➜  net/http/internal/httpcommon
2025-08-20T20:32:31.6201163Z [00:02:47.272]➜  mkdir -p $WORK/b197/
2025-08-20T20:32:31.6212316Z [00:02:47.273]➜  cat >/tmp/go-build3897779518/b197/importcfg << 'EOF' # internal
2025-08-20T20:32:31.6215464Z [00:02:47.274]➜  # import config
2025-08-20T20:32:31.6215943Z [00:02:47.274]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:32:31.6216528Z [00:02:47.274]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:32:31.6217031Z [00:02:47.274]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:31.6217460Z [00:02:47.274]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.6218081Z [00:02:47.274]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.6218630Z [00:02:47.274]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b180/_pkg_.a
2025-08-20T20:32:31.6219261Z [00:02:47.274]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b190/_pkg_.a
2025-08-20T20:32:31.6219816Z [00:02:47.274]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:31.6220306Z [00:02:47.274]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:31.6222098Z [00:02:47.274]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:31.6222920Z [00:02:47.274]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.6223666Z [00:02:47.274]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.6224389Z [00:02:47.274]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.6225088Z [00:02:47.274]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.6225708Z [00:02:47.274]➜  EOF
2025-08-20T20:32:31.6227838Z [00:02:47.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b197=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:32:31.6642601Z [00:02:47.316]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:32:31.6651846Z [00:02:47.317]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T20:32:31.6662795Z [00:02:47.318]➜  net/http
2025-08-20T20:32:31.6664259Z [00:02:47.319]➜  mkdir -p $WORK/b100/
2025-08-20T20:32:31.6669568Z [00:02:47.319]➜  cat >/tmp/go-build3897779518/b100/importcfg << 'EOF' # internal
2025-08-20T20:32:31.6673201Z [00:02:47.319]➜  # import config
2025-08-20T20:32:31.6684983Z [00:02:47.319]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:32:31.6685991Z [00:02:47.319]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:32:31.6687009Z [00:02:47.319]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:32:31.6687946Z [00:02:47.319]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:32:31.6689182Z [00:02:47.319]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:31.6689606Z [00:02:47.319]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.6690080Z [00:02:47.319]➜  packagefile compress/gzip=/tmp/go-build3897779518/b101/_pkg_.a
2025-08-20T20:32:31.6690557Z [00:02:47.319]➜  packagefile container/list=/tmp/go-build3897779518/b105/_pkg_.a
2025-08-20T20:32:31.6691008Z [00:02:47.319]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:31.6691760Z [00:02:47.319]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:31.6692216Z [00:02:47.319]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:31.6692684Z [00:02:47.319]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:31.6693165Z [00:02:47.319]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:31.6693612Z [00:02:47.319]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.6694033Z [00:02:47.319]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.6694565Z [00:02:47.319]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b180/_pkg_.a
2025-08-20T20:32:31.6695207Z [00:02:47.319]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3897779518/b189/_pkg_.a
2025-08-20T20:32:31.6695838Z [00:02:47.319]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b190/_pkg_.a
2025-08-20T20:32:31.6696440Z [00:02:47.319]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3897779518/b181/_pkg_.a
2025-08-20T20:32:31.6696966Z [00:02:47.319]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:31.6697410Z [00:02:47.319]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:31.6702969Z [00:02:47.319]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:31.6703436Z [00:02:47.319]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:31.6703857Z [00:02:47.319]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:31.6704267Z [00:02:47.319]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:31.6704690Z [00:02:47.319]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:31.6705132Z [00:02:47.319]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:31.6705568Z [00:02:47.319]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:31.6706011Z [00:02:47.319]➜  packagefile mime/multipart=/tmp/go-build3897779518/b192/_pkg_.a
2025-08-20T20:32:31.6706446Z [00:02:47.319]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:31.6706907Z [00:02:47.319]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:31.6707404Z [00:02:47.319]➜  packagefile net/http/internal=/tmp/go-build3897779518/b195/_pkg_.a
2025-08-20T20:32:31.6708306Z [00:02:47.319]➜  packagefile net/http/internal/ascii=/tmp/go-build3897779518/b196/_pkg_.a
2025-08-20T20:32:31.6708948Z [00:02:47.319]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3897779518/b197/_pkg_.a
2025-08-20T20:32:31.6709466Z [00:02:47.319]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:31.6709909Z [00:02:47.319]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:31.6710318Z [00:02:47.319]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:31.6710732Z [00:02:47.319]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:31.6711179Z [00:02:47.319]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:31.6711626Z [00:02:47.319]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:31.6712048Z [00:02:47.319]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:31.6712467Z [00:02:47.319]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:31.6712889Z [00:02:47.319]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.6713308Z [00:02:47.319]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.6713734Z [00:02:47.319]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.6714152Z [00:02:47.319]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.6714587Z [00:02:47.319]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:31.6715261Z [00:02:47.319]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:31.6715681Z [00:02:47.319]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:31.6716127Z [00:02:47.319]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.6716456Z [00:02:47.319]➜  EOF
2025-08-20T20:32:31.6721567Z [00:02:47.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b100=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid 8QKh4m605k3fmWO7piJ5/8QKh4m605k3fmWO7piJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/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-20T20:32:31.7819080Z [00:02:47.434]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:32:31.7835221Z [00:02:47.435]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/03/0361aff2302d488a43b9b7d2981f0b6b30c946e8ec16613391b31d2c439be145-d # internal
2025-08-20T20:32:31.7839654Z [00:02:47.436]➜  github.com/AlecAivazis/survey/v2
2025-08-20T20:32:31.7844627Z [00:02:47.436]➜  mkdir -p $WORK/b218/
2025-08-20T20:32:31.7845105Z [00:02:47.436]➜  cat >/tmp/go-build3897779518/b218/importcfg << 'EOF' # internal
2025-08-20T20:32:31.7845509Z [00:02:47.436]➜  # import config
2025-08-20T20:32:31.7845864Z [00:02:47.436]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.7846291Z [00:02:47.436]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.7846994Z [00:02:47.436]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.7847587Z [00:02:47.436]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build3897779518/b062/_pkg_.a
2025-08-20T20:32:31.7855301Z [00:02:47.436]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build3897779518/b219/_pkg_.a
2025-08-20T20:32:31.7856002Z [00:02:47.436]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build3897779518/b222/_pkg_.a
2025-08-20T20:32:31.7856582Z [00:02:47.436]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:31.7857101Z [00:02:47.436]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:31.7857652Z [00:02:47.436]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:31.7858244Z [00:02:47.436]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:31.7858672Z [00:02:47.436]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:31.7859098Z [00:02:47.436]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:31.7859509Z [00:02:47.436]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:31.7859932Z [00:02:47.436]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:31.7860357Z [00:02:47.436]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:31.7860776Z [00:02:47.436]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:31.7861588Z [00:02:47.436]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.7862035Z [00:02:47.436]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.7862361Z [00:02:47.436]➜  EOF
2025-08-20T20:32:31.7866909Z [00:02:47.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7=>github.com/AlecAivazis/survey/v2@v2.3.7;$WORK/b218=>" -p github.com/AlecAivazis/survey/v2 -lang=go1.13 -complete -installsuffix shared -buildid 199JMr82PFpcNVGtf9n0/199JMr82PFpcNVGtf9n0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/confirm.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/editor.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/filter.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/input.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/multiline.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/multiselect.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/password.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/renderer.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/select.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/survey.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/transform.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/validate.go
2025-08-20T20:32:31.7906455Z [00:02:47.443]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:32:31.7947123Z [00:02:47.447]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T20:32:31.7955039Z [00:02:47.448]➜  github.com/dlclark/regexp2/syntax
2025-08-20T20:32:31.7955624Z [00:02:47.448]➜  mkdir -p $WORK/b236/
2025-08-20T20:32:31.7957912Z [00:02:47.448]➜  cat >/tmp/go-build3897779518/b236/importcfg << 'EOF' # internal
2025-08-20T20:32:31.7959912Z [00:02:47.448]➜  # import config
2025-08-20T20:32:31.7960513Z [00:02:47.448]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.7960985Z [00:02:47.448]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:31.7961438Z [00:02:47.448]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.7961851Z [00:02:47.448]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.7962666Z [00:02:47.448]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:31.7963150Z [00:02:47.448]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:31.7963555Z [00:02:47.448]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.7963971Z [00:02:47.448]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.7964396Z [00:02:47.448]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.7964833Z [00:02:47.448]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:31.7965291Z [00:02:47.448]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.7965621Z [00:02:47.448]➜  EOF
2025-08-20T20:32:31.7969504Z [00:02:47.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax=>github.com/dlclark/regexp2@v1.11.4/syntax;$WORK/b236=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid o3Nqm5p96rPEZGrtLOtR/o3Nqm5p96rPEZGrtLOtR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/charclass.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/code.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/escape.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/parser.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/prefix.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/replacerdata.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/tree.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/syntax/writer.go
2025-08-20T20:32:31.8725782Z [00:02:47.524]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b210=/tmp/go-build -gno-record-gcc-switches -o $WORK/b210/_cgo_.o $WORK/b210/_cgo_main.o $WORK/b210/preferlinkext $WORK/b210/_x001.o $WORK/b210/_x002.o $WORK/b210/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:32:31.8727378Z [00:02:47.525]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b210/_cgo_.o -dynout $WORK/b210/_cgo_import.go
2025-08-20T20:32:31.8765578Z [00:02:47.529]➜  cat >/tmp/go-build3897779518/b210/importcfg << 'EOF' # internal
2025-08-20T20:32:31.8766025Z [00:02:47.529]➜  # import config
2025-08-20T20:32:31.8766400Z [00:02:47.529]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.8766829Z [00:02:47.529]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:31.8767261Z [00:02:47.529]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.8767804Z [00:02:47.529]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.8768295Z [00:02:47.529]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.8768734Z [00:02:47.529]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:31.8769177Z [00:02:47.529]➜  packagefile runtime/cgo=/tmp/go-build3897779518/b092/_pkg_.a
2025-08-20T20:32:31.8769507Z [00:02:47.529]➜  EOF
2025-08-20T20:32:31.8775831Z [00:02:47.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b210=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/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/b210/_cgo_gotypes.go $WORK/b210/cgo_lookup_cgo.cgo1.go $WORK/b210/getgrouplist_unix.cgo1.go $WORK/b210/_cgo_import.go
2025-08-20T20:32:31.9793820Z [00:02:47.631]➜  cd /root/.go/src/os/user
2025-08-20T20:32:31.9794945Z [00:02:47.631]➜  go tool pack r $WORK/b210/_pkg_.a $WORK/b210/preferlinkext $WORK/b210/_x001.o $WORK/b210/_x002.o $WORK/b210/_x003.o # internal
2025-08-20T20:32:31.9800172Z [00:02:47.632]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:32:31.9809179Z [00:02:47.633]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/6f/6f3e0b8dc6ca8938ad9ff30bd1d54fed7fc57bb7d994a31712ac7a08a28f09bb-d # internal
2025-08-20T20:32:31.9844853Z [00:02:47.637]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:32:31.9905683Z [00:02:47.643]➜  github.com/godbus/dbus/v5
2025-08-20T20:32:31.9906085Z [00:02:47.643]➜  mkdir -p $WORK/b209/
2025-08-20T20:32:31.9912976Z [00:02:47.643]➜  cat >/tmp/go-build3897779518/b209/importcfg << 'EOF' # internal
2025-08-20T20:32:31.9913749Z [00:02:47.643]➜  # import config
2025-08-20T20:32:31.9914536Z [00:02:47.643]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:31.9915013Z [00:02:47.643]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:31.9915444Z [00:02:47.643]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:31.9915920Z [00:02:47.643]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:31.9916381Z [00:02:47.643]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:31.9916860Z [00:02:47.643]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:31.9917335Z [00:02:47.643]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:31.9918383Z [00:02:47.643]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:31.9918802Z [00:02:47.643]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:31.9919204Z [00:02:47.643]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:31.9919628Z [00:02:47.643]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:31.9920047Z [00:02:47.643]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:31.9920463Z [00:02:47.643]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:31.9920888Z [00:02:47.643]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:31.9921302Z [00:02:47.643]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:31.9921725Z [00:02:47.643]➜  packagefile os/user=/tmp/go-build3897779518/b210/_pkg_.a
2025-08-20T20:32:31.9922146Z [00:02:47.643]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:31.9922564Z [00:02:47.643]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:31.9922996Z [00:02:47.643]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:31.9923412Z [00:02:47.643]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:31.9923836Z [00:02:47.643]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.9924258Z [00:02:47.643]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.9924678Z [00:02:47.643]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:31.9925115Z [00:02:47.643]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:31.9925561Z [00:02:47.643]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.9925901Z [00:02:47.643]➜  EOF
2025-08-20T20:32:31.9926477Z [00:02:47.643]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/14/14d87d02532405aeae90db90ce4f9021e50f8d907222250ffdf85231fe9fee35-d # internal
2025-08-20T20:32:31.9927085Z [00:02:47.643]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:31.9940327Z [00:02:47.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0=>github.com/godbus/dbus/v5@v5.1.0;$WORK/b209=>" -p github.com/godbus/dbus/v5 -lang=go1.12 -complete -installsuffix shared -buildid lYZ5vcWtHEGoAq66zHBi/lYZ5vcWtHEGoAq66zHBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_anonymous.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_external.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_sha1.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/call.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_other.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/dbus.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/decoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/default_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/doc.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/encoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/escape.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/export.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/homedir.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/match.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/message.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/object.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequence.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequential_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/server_interfaces.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sig.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_generic.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_nonce_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unixcred_linux.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_lexer.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_parser.go
2025-08-20T20:32:31.9963009Z [00:02:47.648]➜  html
2025-08-20T20:32:31.9963270Z [00:02:47.648]➜  mkdir -p $WORK/b240/
2025-08-20T20:32:31.9963673Z [00:02:47.648]➜  cat >/tmp/go-build3897779518/b240/importcfg << 'EOF' # internal
2025-08-20T20:32:31.9964021Z [00:02:47.648]➜  # import config
2025-08-20T20:32:31.9964364Z [00:02:47.648]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:31.9964786Z [00:02:47.648]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:31.9965224Z [00:02:47.648]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:31.9965571Z [00:02:47.648]➜  EOF
2025-08-20T20:32:31.9966966Z [00:02:47.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b240=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T20:32:32.0515008Z [00:02:47.703]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T20:32:32.0525261Z [00:02:47.705]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T20:32:32.0525832Z [00:02:47.705]➜  embed
2025-08-20T20:32:32.0526078Z [00:02:47.705]➜  mkdir -p $WORK/b243/
2025-08-20T20:32:32.0532670Z [00:02:47.705]➜  cat >/tmp/go-build3897779518/b243/importcfg << 'EOF' # internal
2025-08-20T20:32:32.0533261Z [00:02:47.705]➜  # import config
2025-08-20T20:32:32.0533772Z [00:02:47.705]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.0534380Z [00:02:47.705]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:32.0535037Z [00:02:47.705]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:32.0535604Z [00:02:47.705]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.0536162Z [00:02:47.705]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:32.0537062Z [00:02:47.705]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:32.0537605Z [00:02:47.705]➜  EOF
2025-08-20T20:32:32.0539206Z [00:02:47.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b243=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T20:32:32.0857031Z [00:02:47.738]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T20:32:32.0871403Z [00:02:47.738]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T20:32:32.0872163Z [00:02:47.738]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T20:32:32.0872509Z [00:02:47.738]➜  mkdir -p $WORK/b245/
2025-08-20T20:32:32.0872880Z [00:02:47.738]➜  cat >/tmp/go-build3897779518/b245/importcfg << 'EOF' # internal
2025-08-20T20:32:32.0873260Z [00:02:47.738]➜  # import config
2025-08-20T20:32:32.0873597Z [00:02:47.738]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.0874012Z [00:02:47.738]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:32.0874324Z [00:02:47.738]➜  EOF
2025-08-20T20:32:32.0876498Z [00:02:47.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink=>github.com/charmbracelet/glamour@v0.10.0/internal/autolink;$WORK/b245=>" -p github.com/charmbracelet/glamour/internal/autolink -lang=go1.23 -complete -installsuffix shared -buildid 504xfM1RJ5o6GlJOERHr/504xfM1RJ5o6GlJOERHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T20:32:32.0891279Z [00:02:47.741]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:32:32.0934873Z [00:02:47.744]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/70/70ce7c130017198925ff66384754e9d9add87911eb004a9bd4a3fbfabf7470a9-d # internal
2025-08-20T20:32:32.0935616Z [00:02:47.744]➜  github.com/dlclark/regexp2
2025-08-20T20:32:32.0935910Z [00:02:47.744]➜  mkdir -p $WORK/b235/
2025-08-20T20:32:32.0936287Z [00:02:47.745]➜  cat >/tmp/go-build3897779518/b235/importcfg << 'EOF' # internal
2025-08-20T20:32:32.0936636Z [00:02:47.745]➜  # import config
2025-08-20T20:32:32.0936988Z [00:02:47.745]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:32.0937410Z [00:02:47.745]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.0938093Z [00:02:47.745]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.0938624Z [00:02:47.745]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3897779518/b236/_pkg_.a
2025-08-20T20:32:32.0939136Z [00:02:47.745]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:32.0939575Z [00:02:47.745]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.0939998Z [00:02:47.745]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.0940417Z [00:02:47.745]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:32.0940886Z [00:02:47.745]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:32.0941320Z [00:02:47.745]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:32.0941746Z [00:02:47.745]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:32.0942063Z [00:02:47.745]➜  EOF
2025-08-20T20:32:32.0945114Z [00:02:47.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4=>github.com/dlclark/regexp2@v1.11.4;$WORK/b235=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid MBa5n8uAvokMU5K09L_S/MBa5n8uAvokMU5K09L_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/fastclock.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/match.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/regexp.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/replace.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.4/runner.go
2025-08-20T20:32:32.1028364Z [00:02:47.755]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T20:32:32.1029331Z [00:02:47.755]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/7e/7eb340981710517258ac06baa970ab60671494529f4ca71af85c5f72dda45e6d-d # internal
2025-08-20T20:32:32.1030000Z [00:02:47.755]➜  hash/adler32
2025-08-20T20:32:32.1030371Z [00:02:47.755]➜  mkdir -p $WORK/b250/
2025-08-20T20:32:32.1030854Z [00:02:47.755]➜  cat >/tmp/go-build3897779518/b250/importcfg << 'EOF' # internal
2025-08-20T20:32:32.1031304Z [00:02:47.755]➜  # import config
2025-08-20T20:32:32.1031775Z [00:02:47.755]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.1032329Z [00:02:47.755]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:32.1032905Z [00:02:47.755]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:32.1033366Z [00:02:47.755]➜  EOF
2025-08-20T20:32:32.1034824Z [00:02:47.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b250=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T20:32:32.1165615Z [00:02:47.768]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T20:32:32.1179677Z [00:02:47.769]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T20:32:32.1180323Z [00:02:47.769]➜  compress/zlib
2025-08-20T20:32:32.1180612Z [00:02:47.769]➜  mkdir -p $WORK/b249/
2025-08-20T20:32:32.1180992Z [00:02:47.769]➜  cat >/tmp/go-build3897779518/b249/importcfg << 'EOF' # internal
2025-08-20T20:32:32.1181342Z [00:02:47.769]➜  # import config
2025-08-20T20:32:32.1181679Z [00:02:47.769]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:32.1182128Z [00:02:47.769]➜  packagefile compress/flate=/tmp/go-build3897779518/b102/_pkg_.a
2025-08-20T20:32:32.1182620Z [00:02:47.769]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:32.1183072Z [00:02:47.769]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.1183483Z [00:02:47.769]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.1183896Z [00:02:47.769]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:32.1184335Z [00:02:47.769]➜  packagefile hash/adler32=/tmp/go-build3897779518/b250/_pkg_.a
2025-08-20T20:32:32.1184767Z [00:02:47.769]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.1185086Z [00:02:47.769]➜  EOF
2025-08-20T20:32:32.1186683Z [00:02:47.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b249=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T20:32:32.1510962Z [00:02:47.803]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T20:32:32.1530989Z [00:02:47.804]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T20:32:32.1531568Z [00:02:47.804]➜  image
2025-08-20T20:32:32.1531813Z [00:02:47.804]➜  mkdir -p $WORK/b251/
2025-08-20T20:32:32.1532196Z [00:02:47.804]➜  cat >/tmp/go-build3897779518/b251/importcfg << 'EOF' # internal
2025-08-20T20:32:32.1532863Z [00:02:47.804]➜  # import config
2025-08-20T20:32:32.1533260Z [00:02:47.804]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:32.1533682Z [00:02:47.804]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.1534124Z [00:02:47.804]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:32.1534550Z [00:02:47.804]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.1534994Z [00:02:47.804]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:32.1535427Z [00:02:47.804]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.1535843Z [00:02:47.804]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:32.1536277Z [00:02:47.804]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:32.1536607Z [00:02:47.804]➜  EOF
2025-08-20T20:32:32.1569387Z [00:02:47.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b251=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/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-20T20:32:32.2697323Z [00:02:47.922]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T20:32:32.2718832Z [00:02:47.924]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T20:32:32.2720989Z [00:02:47.924]➜  image/png
2025-08-20T20:32:32.2722526Z [00:02:47.924]➜  mkdir -p $WORK/b253/
2025-08-20T20:32:32.2723215Z [00:02:47.924]➜  cat >/tmp/go-build3897779518/b253/importcfg << 'EOF' # internal
2025-08-20T20:32:32.2723817Z [00:02:47.924]➜  # import config
2025-08-20T20:32:32.2724748Z [00:02:47.924]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:32.2725819Z [00:02:47.924]➜  packagefile compress/zlib=/tmp/go-build3897779518/b249/_pkg_.a
2025-08-20T20:32:32.2726364Z [00:02:47.924]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:32.2726821Z [00:02:47.924]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.2727238Z [00:02:47.924]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:32.2727850Z [00:02:47.924]➜  packagefile hash/crc32=/tmp/go-build3897779518/b103/_pkg_.a
2025-08-20T20:32:32.2728356Z [00:02:47.924]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:32.2728794Z [00:02:47.924]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:32.2729219Z [00:02:47.924]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.2729632Z [00:02:47.924]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.2729947Z [00:02:47.924]➜  EOF
2025-08-20T20:32:32.2731605Z [00:02:47.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b253=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T20:32:32.3790986Z [00:02:48.031]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T20:32:32.3802291Z [00:02:48.032]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T20:32:32.3803785Z [00:02:48.033]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T20:32:32.3805498Z [00:02:48.033]➜  mkdir -p $WORK/b248/
2025-08-20T20:32:32.3806125Z [00:02:48.033]➜  cat >/tmp/go-build3897779518/b248/importcfg << 'EOF' # internal
2025-08-20T20:32:32.3807423Z [00:02:48.033]➜  # import config
2025-08-20T20:32:32.3808075Z [00:02:48.033]➜  packagefile compress/zlib=/tmp/go-build3897779518/b249/_pkg_.a
2025-08-20T20:32:32.3808565Z [00:02:48.033]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:32.3809004Z [00:02:48.033]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.3809424Z [00:02:48.033]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.3809857Z [00:02:48.033]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:32.3810294Z [00:02:48.033]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:32.3810747Z [00:02:48.033]➜  packagefile image/png=/tmp/go-build3897779518/b253/_pkg_.a
2025-08-20T20:32:32.3811166Z [00:02:48.033]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.3811579Z [00:02:48.033]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.3812021Z [00:02:48.033]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.3812338Z [00:02:48.033]➜  EOF
2025-08-20T20:32:32.3815085Z [00:02:48.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty=>github.com/charmbracelet/x/ansi@v0.8.0/kitty;$WORK/b248=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.18 -complete -installsuffix shared -buildid OxmvtO3SPv-MJHEyVKr4/OxmvtO3SPv-MJHEyVKr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/decoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/encoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/options.go
2025-08-20T20:32:32.4182156Z [00:02:48.070]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T20:32:32.4196792Z [00:02:48.071]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/a1/a14ea395bf542cb20267e8c909ffad407390f44c70089e226173b7367d3cb12c-d # internal
2025-08-20T20:32:32.4197393Z [00:02:48.071]➜  database/sql/driver
2025-08-20T20:32:32.4197739Z [00:02:48.071]➜  mkdir -p $WORK/b256/
2025-08-20T20:32:32.4204890Z [00:02:48.071]➜  cat >/tmp/go-build3897779518/b256/importcfg << 'EOF' # internal
2025-08-20T20:32:32.4205279Z [00:02:48.071]➜  # import config
2025-08-20T20:32:32.4205653Z [00:02:48.072]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:32.4206113Z [00:02:48.072]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.4206529Z [00:02:48.072]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.4206948Z [00:02:48.072]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:32.4207376Z [00:02:48.072]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.4207931Z [00:02:48.072]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:32.4208286Z [00:02:48.072]➜  EOF
2025-08-20T20:32:32.4210025Z [00:02:48.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b256=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T20:32:32.4874007Z [00:02:48.139]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T20:32:32.4887064Z [00:02:48.141]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T20:32:32.4888591Z [00:02:48.141]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T20:32:32.4889418Z [00:02:48.141]➜  mkdir -p $WORK/b255/
2025-08-20T20:32:32.4901932Z [00:02:48.142]➜  cat >/tmp/go-build3897779518/b255/importcfg << 'EOF' # internal
2025-08-20T20:32:32.4903158Z [00:02:48.142]➜  # import config
2025-08-20T20:32:32.4903850Z [00:02:48.142]➜  packagefile database/sql/driver=/tmp/go-build3897779518/b256/_pkg_.a
2025-08-20T20:32:32.4905091Z [00:02:48.142]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:32.4905544Z [00:02:48.142]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.4906009Z [00:02:48.142]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:32.4906446Z [00:02:48.142]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:32.4906874Z [00:02:48.142]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:32.4907314Z [00:02:48.142]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:32.4907626Z [00:02:48.142]➜  EOF
2025-08-20T20:32:32.4911289Z [00:02:48.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b255=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T20:32:32.5220135Z [00:02:48.174]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:32:32.5250720Z [00:02:48.176]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/82/82f7d36e6ed948774b97a673812c0740cc0ba75ffa9584f86285679716230877-d # internal
2025-08-20T20:32:32.5252314Z [00:02:48.177]➜  github.com/alecthomas/chroma/v2
2025-08-20T20:32:32.5252640Z [00:02:48.177]➜  mkdir -p $WORK/b233/
2025-08-20T20:32:32.5264763Z [00:02:48.179]➜  cat >/tmp/go-build3897779518/b233/importcfg << 'EOF' # internal
2025-08-20T20:32:32.5266788Z [00:02:48.179]➜  # import config
2025-08-20T20:32:32.5267149Z [00:02:48.179]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:32.5267634Z [00:02:48.179]➜  packagefile compress/gzip=/tmp/go-build3897779518/b101/_pkg_.a
2025-08-20T20:32:32.5268375Z [00:02:48.179]➜  packagefile encoding/xml=/tmp/go-build3897779518/b234/_pkg_.a
2025-08-20T20:32:32.5268821Z [00:02:48.179]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.5269235Z [00:02:48.179]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.5269726Z [00:02:48.179]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3897779518/b235/_pkg_.a
2025-08-20T20:32:32.5270215Z [00:02:48.179]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.5270623Z [00:02:48.179]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:32.5271080Z [00:02:48.179]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:32.5271491Z [00:02:48.179]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:32.5271932Z [00:02:48.179]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:32.5272434Z [00:02:48.179]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:32.5272868Z [00:02:48.179]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:32.5273282Z [00:02:48.179]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:32.5273729Z [00:02:48.179]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.5274159Z [00:02:48.179]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.5274917Z [00:02:48.179]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:32.5275420Z [00:02:48.179]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:32.5275863Z [00:02:48.179]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:32.5276191Z [00:02:48.179]➜  EOF
2025-08-20T20:32:32.5281894Z [00:02:48.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0=>github.com/alecthomas/chroma/v2@v2.14.0;$WORK/b233=>" -p github.com/alecthomas/chroma/v2 -lang=go1.19 -complete -installsuffix shared -buildid UGmFZTojTpybOOwz_Y_j/UGmFZTojTpybOOwz_Y_j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/emitters.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/registry.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/serialise.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/tokentype_enumer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/types.go
2025-08-20T20:32:32.6125941Z [00:02:48.264]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T20:32:32.6144153Z [00:02:48.266]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T20:32:32.6149344Z [00:02:48.267]➜  github.com/mattn/go-runewidth
2025-08-20T20:32:32.6153805Z [00:02:48.267]➜  mkdir -p $WORK/b257/
2025-08-20T20:32:32.6163411Z [00:02:48.268]➜  cat >/tmp/go-build3897779518/b257/importcfg << 'EOF' # internal
2025-08-20T20:32:32.6163789Z [00:02:48.268]➜  # import config
2025-08-20T20:32:32.6198933Z [00:02:48.271]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:32.6199469Z [00:02:48.271]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:32.6199901Z [00:02:48.271]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:32.6200329Z [00:02:48.271]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.6200645Z [00:02:48.271]➜  EOF
2025-08-20T20:32:32.6203008Z [00:02:48.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b257=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T20:32:32.6593497Z [00:02:48.311]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T20:32:32.6598611Z [00:02:48.312]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T20:32:32.6605626Z [00:02:48.313]➜  github.com/charmbracelet/x/ansi
2025-08-20T20:32:32.6607782Z [00:02:48.313]➜  mkdir -p $WORK/b247/
2025-08-20T20:32:32.6610454Z [00:02:48.313]➜  cat >/tmp/go-build3897779518/b247/importcfg << 'EOF' # internal
2025-08-20T20:32:32.6611453Z [00:02:48.313]➜  # import config
2025-08-20T20:32:32.6614518Z [00:02:48.313]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:32.6615016Z [00:02:48.313]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:32.6615501Z [00:02:48.313]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:32.6615946Z [00:02:48.313]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.6616388Z [00:02:48.313]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.6616921Z [00:02:48.313]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3897779518/b248/_pkg_.a
2025-08-20T20:32:32.6617572Z [00:02:48.313]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3897779518/b254/_pkg_.a
2025-08-20T20:32:32.6618384Z [00:02:48.313]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:32.6618996Z [00:02:48.313]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:32.6619546Z [00:02:48.313]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:32.6620017Z [00:02:48.313]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:32.6620454Z [00:02:48.313]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:32.6621228Z [00:02:48.313]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.6621641Z [00:02:48.313]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:32.6622049Z [00:02:48.313]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:32.6622452Z [00:02:48.313]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:32.6622875Z [00:02:48.313]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.6623318Z [00:02:48.313]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.6623745Z [00:02:48.313]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:32.6624161Z [00:02:48.313]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:32.6624606Z [00:02:48.313]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:32.6624940Z [00:02:48.313]➜  EOF
2025-08-20T20:32:32.6642445Z [00:02:48.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0=>github.com/charmbracelet/x/ansi@v0.8.0;$WORK/b247=>" -p github.com/charmbracelet/x/ansi -lang=go1.18 -complete -installsuffix shared -buildid gBVjrK379l90vdSxFH-t/gBVjrK379l90vdSxFH-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/xterm.go
2025-08-20T20:32:32.7340190Z [00:02:48.386]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:32:32.7524981Z [00:02:48.404]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/a4/a470888e2cbc9c358d7438b624dafe6cf4146ec0b5dbf4228a7b117bbd85bab9-d # internal
2025-08-20T20:32:32.7532949Z [00:02:48.404]➜  github.com/zalando/go-keyring/secret_service
2025-08-20T20:32:32.7533300Z [00:02:48.404]➜  mkdir -p $WORK/b211/
2025-08-20T20:32:32.7533725Z [00:02:48.404]➜  cat >/tmp/go-build3897779518/b211/importcfg << 'EOF' # internal
2025-08-20T20:32:32.7534069Z [00:02:48.404]➜  # import config
2025-08-20T20:32:32.7534410Z [00:02:48.404]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.7534824Z [00:02:48.404]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.7535313Z [00:02:48.404]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build3897779518/b209/_pkg_.a
2025-08-20T20:32:32.7535705Z [00:02:48.404]➜  EOF
2025-08-20T20:32:32.7537852Z [00:02:48.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/secret_service=>github.com/zalando/go-keyring@v0.2.6/secret_service;$WORK/b211=>" -p github.com/zalando/go-keyring/secret_service -lang=go1.18 -complete -installsuffix shared -buildid xiGuqJNO4Qrb3doJmnPj/xiGuqJNO4Qrb3doJmnPj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/secret_service/secret_service.go
2025-08-20T20:32:32.8946936Z [00:02:48.547]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:32:32.8965490Z [00:02:48.548]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/28/287160361cd11b4471849b6bbba030addb404bbc4937f4abd867a0f1da227aa4-d # internal
2025-08-20T20:32:32.8966978Z [00:02:48.549]➜  github.com/zalando/go-keyring
2025-08-20T20:32:32.8968538Z [00:02:48.549]➜  mkdir -p $WORK/b208/
2025-08-20T20:32:32.8992851Z [00:02:48.551]➜  cat >/tmp/go-build3897779518/b208/importcfg << 'EOF' # internal
2025-08-20T20:32:32.8993351Z [00:02:48.551]➜  # import config
2025-08-20T20:32:32.8993709Z [00:02:48.551]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.8994134Z [00:02:48.551]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.8994622Z [00:02:48.551]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build3897779518/b209/_pkg_.a
2025-08-20T20:32:32.8995624Z [00:02:48.551]➜  packagefile github.com/zalando/go-keyring/secret_service=/tmp/go-build3897779518/b211/_pkg_.a
2025-08-20T20:32:32.8996236Z [00:02:48.551]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:32.8996553Z [00:02:48.551]➜  EOF
2025-08-20T20:32:32.8999197Z [00:02:48.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6=>github.com/zalando/go-keyring@v0.2.6;$WORK/b208=>" -p github.com/zalando/go-keyring -lang=go1.18 -complete -installsuffix shared -buildid NWCSm789qnHu5sql2aST/NWCSm789qnHu5sql2aST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_fallback.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_mock.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_unix.go
2025-08-20T20:32:32.9354702Z [00:02:48.587]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:32:32.9418985Z [00:02:48.594]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/a6/a6fce4224ecbce994504cb266e757d493b012d6ff5c58676c64e6152354d9d46-d # internal
2025-08-20T20:32:32.9421479Z [00:02:48.594]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T20:32:32.9424452Z [00:02:48.595]➜  mkdir -p $WORK/b239/
2025-08-20T20:32:32.9433971Z [00:02:48.596]➜  cat >/tmp/go-build3897779518/b239/importcfg << 'EOF' # internal
2025-08-20T20:32:32.9434801Z [00:02:48.596]➜  # import config
2025-08-20T20:32:32.9435141Z [00:02:48.596]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.9435652Z [00:02:48.596]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:32.9436160Z [00:02:48.596]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:32.9436563Z [00:02:48.596]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.9436968Z [00:02:48.596]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:32.9437403Z [00:02:48.596]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:32.9438049Z [00:02:48.596]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.9438480Z [00:02:48.596]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:32.9438787Z [00:02:48.596]➜  EOF
2025-08-20T20:32:32.9441167Z [00:02:48.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/html;$WORK/b239=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.19 -complete -installsuffix shared -buildid IwgjI4pYVvxIstoU3qiz/IwgjI4pYVvxIstoU3qiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html/html.go
2025-08-20T20:32:32.9691949Z [00:02:48.621]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:32:32.9713814Z [00:02:48.623]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/a9/a9727b54450519abfefdcc26e8f5d74ed6ac999e464d15421ab3304d34cb1bd6-d # internal
2025-08-20T20:32:32.9729754Z [00:02:48.624]➜  gitlab.com/gitlab-org/cli/internal/config
2025-08-20T20:32:32.9732271Z [00:02:48.624]➜  mkdir -p $WORK/b203/
2025-08-20T20:32:32.9733170Z [00:02:48.625]➜  cat >/tmp/go-build3897779518/b203/importcfg << 'EOF' # internal
2025-08-20T20:32:32.9735858Z [00:02:48.625]➜  # import config
2025-08-20T20:32:32.9736248Z [00:02:48.625]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:32.9736676Z [00:02:48.625]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:32.9737094Z [00:02:48.625]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:32.9737599Z [00:02:48.625]➜  packagefile github.com/google/renameio/v2=/tmp/go-build3897779518/b204/_pkg_.a
2025-08-20T20:32:32.9738324Z [00:02:48.625]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3897779518/b206/_pkg_.a
2025-08-20T20:32:32.9738933Z [00:02:48.625]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build3897779518/b208/_pkg_.a
2025-08-20T20:32:32.9739577Z [00:02:48.625]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:32.9740165Z [00:02:48.625]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:32.9740609Z [00:02:48.625]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:32.9741430Z [00:02:48.625]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:32.9741838Z [00:02:48.625]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:32.9742247Z [00:02:48.625]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:32.9742661Z [00:02:48.625]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:32.9743102Z [00:02:48.625]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:32.9743561Z [00:02:48.625]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:32.9743979Z [00:02:48.625]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:32.9744396Z [00:02:48.625]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:32.9744820Z [00:02:48.625]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:32.9745134Z [00:02:48.625]➜  EOF
2025-08-20T20:32:32.9772946Z [00:02:48.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config=>gitlab.com/gitlab-org/cli/internal/config;$WORK/b203=>" -p gitlab.com/gitlab-org/cli/internal/config -lang=go1.25 -complete -installsuffix shared -buildid Nf3CM_QhepV-UOMkQqyw/Nf3CM_QhepV-UOMkQqyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/alias_config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_file.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_mapping.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_stub.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/file.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/host_config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/local_config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/perms.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/testing.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile.go
2025-08-20T20:32:33.0088679Z [00:02:48.661]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T20:32:33.0212293Z [00:02:48.673]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/20/20542008724c966726f375ec998f6f0c33a86443c4571b972c287e21ae1651b3-d # internal
2025-08-20T20:32:33.0216997Z [00:02:48.674]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T20:32:33.0217390Z [00:02:48.674]➜  mkdir -p $WORK/b241/
2025-08-20T20:32:33.0221776Z [00:02:48.674]➜  cat >/tmp/go-build3897779518/b241/importcfg << 'EOF' # internal
2025-08-20T20:32:33.0222469Z [00:02:48.674]➜  # import config
2025-08-20T20:32:33.0222903Z [00:02:48.674]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:33.0223366Z [00:02:48.674]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.0223778Z [00:02:48.674]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.0224286Z [00:02:48.674]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:33.0224791Z [00:02:48.674]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.0225189Z [00:02:48.674]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.0225595Z [00:02:48.674]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:33.0226017Z [00:02:48.674]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.0226334Z [00:02:48.674]➜  EOF
2025-08-20T20:32:33.0230482Z [00:02:48.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg;$WORK/b241=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.19 -complete -installsuffix shared -buildid 11oM1jAXhh2cuK9RO8ri/11oM1jAXhh2cuK9RO8ri -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/svg.go
2025-08-20T20:32:33.0270792Z [00:02:48.679]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T20:32:33.0290133Z [00:02:48.681]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/58/580f4fb78926443e418f488a63a947aee50350f2e6c08f787b2901b0b666607e-d # internal
2025-08-20T20:32:33.0502840Z [00:02:48.702]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T20:32:33.0508731Z [00:02:48.702]➜  mkdir -p $WORK/b242/
2025-08-20T20:32:33.0543880Z [00:02:48.707]➜  cat >/tmp/go-build3897779518/b242/importcfg << 'EOF' # internal
2025-08-20T20:32:33.0558442Z [00:02:48.707]➜  # import config
2025-08-20T20:32:33.0558989Z [00:02:48.707]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:33.0559642Z [00:02:48.707]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:33.0560343Z [00:02:48.707]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3897779518/b235/_pkg_.a
2025-08-20T20:32:33.0561001Z [00:02:48.707]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:33.0561521Z [00:02:48.707]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:33.0562070Z [00:02:48.707]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.0562666Z [00:02:48.707]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:33.0563140Z [00:02:48.707]➜  EOF
2025-08-20T20:32:33.0579041Z [00:02:48.709]➜  cat >/tmp/go-build3897779518/b242/embedcfg << 'EOF' # internal
2025-08-20T20:32:33.0579546Z [00:02:48.709]➜  {
2025-08-20T20:32:33.0579911Z [00:02:48.709]➜  	"Patterns": {
2025-08-20T20:32:33.0580185Z [00:02:48.709]➜  		"embedded": [
2025-08-20T20:32:33.0580466Z [00:02:48.709]➜  			"embedded/abap.xml",
2025-08-20T20:32:33.0580886Z [00:02:48.709]➜  			"embedded/abnf.xml",
2025-08-20T20:32:33.0581196Z [00:02:48.709]➜  			"embedded/actionscript.xml",
2025-08-20T20:32:33.0581637Z [00:02:48.709]➜  			"embedded/actionscript_3.xml",
2025-08-20T20:32:33.0582038Z [00:02:48.709]➜  			"embedded/ada.xml",
2025-08-20T20:32:33.0582458Z [00:02:48.709]➜  			"embedded/agda.xml",
2025-08-20T20:32:33.0582866Z [00:02:48.709]➜  			"embedded/al.xml",
2025-08-20T20:32:33.0583253Z [00:02:48.709]➜  			"embedded/alloy.xml",
2025-08-20T20:32:33.0583690Z [00:02:48.709]➜  			"embedded/angular2.xml",
2025-08-20T20:32:33.0584098Z [00:02:48.709]➜  			"embedded/antlr.xml",
2025-08-20T20:32:33.0584514Z [00:02:48.709]➜  			"embedded/apacheconf.xml",
2025-08-20T20:32:33.0585332Z [00:02:48.709]➜  			"embedded/apl.xml",
2025-08-20T20:32:33.0585844Z [00:02:48.709]➜  			"embedded/applescript.xml",
2025-08-20T20:32:33.0586288Z [00:02:48.709]➜  			"embedded/arangodb_aql.xml",
2025-08-20T20:32:33.0586679Z [00:02:48.709]➜  			"embedded/arduino.xml",
2025-08-20T20:32:33.0591599Z [00:02:48.709]➜  			"embedded/armasm.xml",
2025-08-20T20:32:33.0592079Z [00:02:48.709]➜  			"embedded/autohotkey.xml",
2025-08-20T20:32:33.0592503Z [00:02:48.709]➜  			"embedded/autoit.xml",
2025-08-20T20:32:33.0592915Z [00:02:48.709]➜  			"embedded/awk.xml",
2025-08-20T20:32:33.0593214Z [00:02:48.709]➜  			"embedded/ballerina.xml",
2025-08-20T20:32:33.0594058Z [00:02:48.709]➜  			"embedded/bash.xml",
2025-08-20T20:32:33.0594388Z [00:02:48.709]➜  			"embedded/bash_session.xml",
2025-08-20T20:32:33.0594694Z [00:02:48.709]➜  			"embedded/batchfile.xml",
2025-08-20T20:32:33.0595121Z [00:02:48.709]➜  			"embedded/bibtex.xml",
2025-08-20T20:32:33.0595504Z [00:02:48.709]➜  			"embedded/bicep.xml",
2025-08-20T20:32:33.0595898Z [00:02:48.709]➜  			"embedded/blitzbasic.xml",
2025-08-20T20:32:33.0596265Z [00:02:48.709]➜  			"embedded/bnf.xml",
2025-08-20T20:32:33.0596632Z [00:02:48.709]➜  			"embedded/bqn.xml",
2025-08-20T20:32:33.0597009Z [00:02:48.709]➜  			"embedded/brainfuck.xml",
2025-08-20T20:32:33.0597370Z [00:02:48.709]➜  			"embedded/c#.xml",
2025-08-20T20:32:33.0618568Z [00:02:48.709]➜  			"embedded/c++.xml",
2025-08-20T20:32:33.0619528Z [00:02:48.709]➜  			"embedded/c.xml",
2025-08-20T20:32:33.0619983Z [00:02:48.709]➜  			"embedded/cap_n_proto.xml",
2025-08-20T20:32:33.0620413Z [00:02:48.709]➜  			"embedded/cassandra_cql.xml",
2025-08-20T20:32:33.0620863Z [00:02:48.709]➜  			"embedded/ceylon.xml",
2025-08-20T20:32:33.0621250Z [00:02:48.709]➜  			"embedded/cfengine3.xml",
2025-08-20T20:32:33.0621641Z [00:02:48.709]➜  			"embedded/cfstatement.xml",
2025-08-20T20:32:33.0622071Z [00:02:48.709]➜  			"embedded/chaiscript.xml",
2025-08-20T20:32:33.0622473Z [00:02:48.709]➜  			"embedded/chapel.xml",
2025-08-20T20:32:33.0622890Z [00:02:48.709]➜  			"embedded/cheetah.xml",
2025-08-20T20:32:33.0623265Z [00:02:48.709]➜  			"embedded/clojure.xml",
2025-08-20T20:32:33.0623666Z [00:02:48.709]➜  			"embedded/cmake.xml",
2025-08-20T20:32:33.0624063Z [00:02:48.709]➜  			"embedded/cobol.xml",
2025-08-20T20:32:33.0624498Z [00:02:48.709]➜  			"embedded/coffeescript.xml",
2025-08-20T20:32:33.0624919Z [00:02:48.709]➜  			"embedded/common_lisp.xml",
2025-08-20T20:32:33.0625357Z [00:02:48.709]➜  			"embedded/coq.xml",
2025-08-20T20:32:33.0625713Z [00:02:48.709]➜  			"embedded/crystal.xml",
2025-08-20T20:32:33.0626079Z [00:02:48.709]➜  			"embedded/css.xml",
2025-08-20T20:32:33.0626426Z [00:02:48.709]➜  			"embedded/cue.xml",
2025-08-20T20:32:33.0626782Z [00:02:48.709]➜  			"embedded/cython.xml",
2025-08-20T20:32:33.0627170Z [00:02:48.709]➜  			"embedded/d.xml",
2025-08-20T20:32:33.0627591Z [00:02:48.709]➜  			"embedded/dart.xml",
2025-08-20T20:32:33.0628165Z [00:02:48.709]➜  			"embedded/dax.xml",
2025-08-20T20:32:33.0628595Z [00:02:48.709]➜  			"embedded/desktop_entry.xml",
2025-08-20T20:32:33.0629017Z [00:02:48.709]➜  			"embedded/diff.xml",
2025-08-20T20:32:33.0629455Z [00:02:48.709]➜  			"embedded/django_jinja.xml",
2025-08-20T20:32:33.0629855Z [00:02:48.709]➜  			"embedded/dns.xml",
2025-08-20T20:32:33.0630244Z [00:02:48.709]➜  			"embedded/docker.xml",
2025-08-20T20:32:33.0630651Z [00:02:48.709]➜  			"embedded/dtd.xml",
2025-08-20T20:32:33.0631086Z [00:02:48.709]➜  			"embedded/dylan.xml",
2025-08-20T20:32:33.0631483Z [00:02:48.709]➜  			"embedded/ebnf.xml",
2025-08-20T20:32:33.0631870Z [00:02:48.709]➜  			"embedded/elixir.xml",
2025-08-20T20:32:33.0632288Z [00:02:48.709]➜  			"embedded/elm.xml",
2025-08-20T20:32:33.0632693Z [00:02:48.709]➜  			"embedded/emacslisp.xml",
2025-08-20T20:32:33.0633090Z [00:02:48.709]➜  			"embedded/erlang.xml",
2025-08-20T20:32:33.0633482Z [00:02:48.709]➜  			"embedded/factor.xml",
2025-08-20T20:32:33.0633885Z [00:02:48.709]➜  			"embedded/fennel.xml",
2025-08-20T20:32:33.0634634Z [00:02:48.709]➜  			"embedded/fish.xml",
2025-08-20T20:32:33.0635087Z [00:02:48.709]➜  			"embedded/forth.xml",
2025-08-20T20:32:33.0635509Z [00:02:48.709]➜  			"embedded/fortran.xml",
2025-08-20T20:32:33.0635919Z [00:02:48.709]➜  			"embedded/fortranfixed.xml",
2025-08-20T20:32:33.0636323Z [00:02:48.709]➜  			"embedded/fsharp.xml",
2025-08-20T20:32:33.0636697Z [00:02:48.709]➜  			"embedded/gas.xml",
2025-08-20T20:32:33.0637104Z [00:02:48.709]➜  			"embedded/gdscript.xml",
2025-08-20T20:32:33.0637527Z [00:02:48.709]➜  			"embedded/gdscript3.xml",
2025-08-20T20:32:33.0652136Z [00:02:48.709]➜  			"embedded/gherkin.xml",
2025-08-20T20:32:33.0652442Z [00:02:48.709]➜  			"embedded/gleam.xml",
2025-08-20T20:32:33.0652718Z [00:02:48.709]➜  			"embedded/glsl.xml",
2025-08-20T20:32:33.0652995Z [00:02:48.709]➜  			"embedded/gnuplot.xml",
2025-08-20T20:32:33.0653285Z [00:02:48.709]➜  			"embedded/go_template.xml",
2025-08-20T20:32:33.0653580Z [00:02:48.709]➜  			"embedded/graphql.xml",
2025-08-20T20:32:33.0653877Z [00:02:48.709]➜  			"embedded/groff.xml",
2025-08-20T20:32:33.0654152Z [00:02:48.709]➜  			"embedded/groovy.xml",
2025-08-20T20:32:33.0654440Z [00:02:48.709]➜  			"embedded/handlebars.xml",
2025-08-20T20:32:33.0654722Z [00:02:48.709]➜  			"embedded/hare.xml",
2025-08-20T20:32:33.0654997Z [00:02:48.709]➜  			"embedded/haskell.xml",
2025-08-20T20:32:33.0655264Z [00:02:48.709]➜  			"embedded/hcl.xml",
2025-08-20T20:32:33.0655536Z [00:02:48.709]➜  			"embedded/hexdump.xml",
2025-08-20T20:32:33.0656124Z [00:02:48.709]➜  			"embedded/hlb.xml",
2025-08-20T20:32:33.0656394Z [00:02:48.709]➜  			"embedded/hlsl.xml",
2025-08-20T20:32:33.0656662Z [00:02:48.709]➜  			"embedded/holyc.xml",
2025-08-20T20:32:33.0656933Z [00:02:48.709]➜  			"embedded/html.xml",
2025-08-20T20:32:33.0657194Z [00:02:48.709]➜  			"embedded/hy.xml",
2025-08-20T20:32:33.0657456Z [00:02:48.709]➜  			"embedded/idris.xml",
2025-08-20T20:32:33.0657941Z [00:02:48.709]➜  			"embedded/igor.xml",
2025-08-20T20:32:33.0658253Z [00:02:48.709]➜  			"embedded/ini.xml",
2025-08-20T20:32:33.0658526Z [00:02:48.709]➜  			"embedded/io.xml",
2025-08-20T20:32:33.0658801Z [00:02:48.709]➜  			"embedded/iscdhcpd.xml",
2025-08-20T20:32:33.0659075Z [00:02:48.709]➜  			"embedded/j.xml",
2025-08-20T20:32:33.0659335Z [00:02:48.709]➜  			"embedded/java.xml",
2025-08-20T20:32:33.0659619Z [00:02:48.709]➜  			"embedded/javascript.xml",
2025-08-20T20:32:33.0659903Z [00:02:48.709]➜  			"embedded/json.xml",
2025-08-20T20:32:33.0660183Z [00:02:48.709]➜  			"embedded/julia.xml",
2025-08-20T20:32:33.0660456Z [00:02:48.709]➜  			"embedded/jungle.xml",
2025-08-20T20:32:33.0660730Z [00:02:48.709]➜  			"embedded/kotlin.xml",
2025-08-20T20:32:33.0661098Z [00:02:48.709]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T20:32:33.0661413Z [00:02:48.709]➜  			"embedded/llvm.xml",
2025-08-20T20:32:33.0661680Z [00:02:48.709]➜  			"embedded/lua.xml",
2025-08-20T20:32:33.0661953Z [00:02:48.709]➜  			"embedded/makefile.xml",
2025-08-20T20:32:33.0662230Z [00:02:48.709]➜  			"embedded/mako.xml",
2025-08-20T20:32:33.0662509Z [00:02:48.709]➜  			"embedded/mason.xml",
2025-08-20T20:32:33.0662825Z [00:02:48.709]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T20:32:33.0663149Z [00:02:48.709]➜  			"embedded/mathematica.xml",
2025-08-20T20:32:33.0663440Z [00:02:48.709]➜  			"embedded/matlab.xml",
2025-08-20T20:32:33.0663729Z [00:02:48.709]➜  			"embedded/mcfunction.xml",
2025-08-20T20:32:33.0664015Z [00:02:48.709]➜  			"embedded/meson.xml",
2025-08-20T20:32:33.0664296Z [00:02:48.709]➜  			"embedded/metal.xml",
2025-08-20T20:32:33.0664576Z [00:02:48.709]➜  			"embedded/minizinc.xml",
2025-08-20T20:32:33.0664853Z [00:02:48.709]➜  			"embedded/mlir.xml",
2025-08-20T20:32:33.0665134Z [00:02:48.709]➜  			"embedded/modula-2.xml",
2025-08-20T20:32:33.0665416Z [00:02:48.709]➜  			"embedded/monkeyc.xml",
2025-08-20T20:32:33.0665720Z [00:02:48.709]➜  			"embedded/morrowindscript.xml",
2025-08-20T20:32:33.0666019Z [00:02:48.709]➜  			"embedded/myghty.xml",
2025-08-20T20:32:33.0666298Z [00:02:48.709]➜  			"embedded/mysql.xml",
2025-08-20T20:32:33.0666879Z [00:02:48.709]➜  			"embedded/nasm.xml",
2025-08-20T20:32:33.0667227Z [00:02:48.709]➜  			"embedded/natural.xml",
2025-08-20T20:32:33.0667509Z [00:02:48.709]➜  			"embedded/ndisasm.xml",
2025-08-20T20:32:33.0667983Z [00:02:48.709]➜  			"embedded/newspeak.xml",
2025-08-20T20:32:33.0668306Z [00:02:48.709]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T20:32:33.0668610Z [00:02:48.709]➜  			"embedded/nim.xml",
2025-08-20T20:32:33.0668885Z [00:02:48.709]➜  			"embedded/nix.xml",
2025-08-20T20:32:33.0669170Z [00:02:48.709]➜  			"embedded/objective-c.xml",
2025-08-20T20:32:33.0669471Z [00:02:48.709]➜  			"embedded/objectpascal.xml",
2025-08-20T20:32:33.0669760Z [00:02:48.709]➜  			"embedded/ocaml.xml",
2025-08-20T20:32:33.0670034Z [00:02:48.709]➜  			"embedded/octave.xml",
2025-08-20T20:32:33.0670307Z [00:02:48.709]➜  			"embedded/odin.xml",
2025-08-20T20:32:33.0670597Z [00:02:48.709]➜  			"embedded/onesenterprise.xml",
2025-08-20T20:32:33.0670920Z [00:02:48.709]➜  			"embedded/openedge_abl.xml",
2025-08-20T20:32:33.0671217Z [00:02:48.709]➜  			"embedded/openscad.xml",
2025-08-20T20:32:33.0671501Z [00:02:48.709]➜  			"embedded/org_mode.xml",
2025-08-20T20:32:33.0671794Z [00:02:48.709]➜  			"embedded/pacmanconf.xml",
2025-08-20T20:32:33.0672082Z [00:02:48.709]➜  			"embedded/perl.xml",
2025-08-20T20:32:33.0672349Z [00:02:48.709]➜  			"embedded/php.xml",
2025-08-20T20:32:33.0672637Z [00:02:48.709]➜  			"embedded/pig.xml",
2025-08-20T20:32:33.0673212Z [00:02:48.709]➜  			"embedded/pkgconfig.xml",
2025-08-20T20:32:33.0673504Z [00:02:48.709]➜  			"embedded/pl_pgsql.xml",
2025-08-20T20:32:33.0673794Z [00:02:48.709]➜  			"embedded/plaintext.xml",
2025-08-20T20:32:33.0674090Z [00:02:48.709]➜  			"embedded/plutus_core.xml",
2025-08-20T20:32:33.0674389Z [00:02:48.709]➜  			"embedded/pony.xml",
2025-08-20T20:32:33.0674704Z [00:02:48.709]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T20:32:33.0675024Z [00:02:48.709]➜  			"embedded/postscript.xml",
2025-08-20T20:32:33.0675319Z [00:02:48.709]➜  			"embedded/povray.xml",
2025-08-20T20:32:33.0675606Z [00:02:48.709]➜  			"embedded/powerquery.xml",
2025-08-20T20:32:33.0675903Z [00:02:48.709]➜  			"embedded/powershell.xml",
2025-08-20T20:32:33.0676189Z [00:02:48.709]➜  			"embedded/prolog.xml",
2025-08-20T20:32:33.0676467Z [00:02:48.709]➜  			"embedded/promela.xml",
2025-08-20T20:32:33.0676751Z [00:02:48.709]➜  			"embedded/promql.xml",
2025-08-20T20:32:33.0677050Z [00:02:48.709]➜  			"embedded/properties.xml",
2025-08-20T20:32:33.0677363Z [00:02:48.709]➜  			"embedded/protocol_buffer.xml",
2025-08-20T20:32:33.0677653Z [00:02:48.709]➜  			"embedded/prql.xml",
2025-08-20T20:32:33.0678164Z [00:02:48.709]➜  			"embedded/psl.xml",
2025-08-20T20:32:33.0678442Z [00:02:48.709]➜  			"embedded/puppet.xml",
2025-08-20T20:32:33.0678720Z [00:02:48.709]➜  			"embedded/python.xml",
2025-08-20T20:32:33.0679000Z [00:02:48.709]➜  			"embedded/python_2.xml",
2025-08-20T20:32:33.0679277Z [00:02:48.709]➜  			"embedded/qbasic.xml",
2025-08-20T20:32:33.0679549Z [00:02:48.709]➜  			"embedded/qml.xml",
2025-08-20T20:32:33.0679813Z [00:02:48.709]➜  			"embedded/r.xml",
2025-08-20T20:32:33.0680079Z [00:02:48.709]➜  			"embedded/racket.xml",
2025-08-20T20:32:33.0680354Z [00:02:48.709]➜  			"embedded/ragel.xml",
2025-08-20T20:32:33.0680627Z [00:02:48.709]➜  			"embedded/react.xml",
2025-08-20T20:32:33.0680907Z [00:02:48.709]➜  			"embedded/reasonml.xml",
2025-08-20T20:32:33.0681192Z [00:02:48.709]➜  			"embedded/reg.xml",
2025-08-20T20:32:33.0681458Z [00:02:48.709]➜  			"embedded/rego.xml",
2025-08-20T20:32:33.0681728Z [00:02:48.709]➜  			"embedded/rexx.xml",
2025-08-20T20:32:33.0682005Z [00:02:48.709]➜  			"embedded/rpm_spec.xml",
2025-08-20T20:32:33.0682282Z [00:02:48.709]➜  			"embedded/ruby.xml",
2025-08-20T20:32:33.0682554Z [00:02:48.709]➜  			"embedded/rust.xml",
2025-08-20T20:32:33.0682821Z [00:02:48.709]➜  			"embedded/sas.xml",
2025-08-20T20:32:33.0683115Z [00:02:48.709]➜  			"embedded/sass.xml",
2025-08-20T20:32:33.0683380Z [00:02:48.709]➜  			"embedded/scala.xml",
2025-08-20T20:32:33.0683956Z [00:02:48.709]➜  			"embedded/scheme.xml",
2025-08-20T20:32:33.0684300Z [00:02:48.709]➜  			"embedded/scilab.xml",
2025-08-20T20:32:33.0684571Z [00:02:48.709]➜  			"embedded/scss.xml",
2025-08-20T20:32:33.0684835Z [00:02:48.709]➜  			"embedded/sed.xml",
2025-08-20T20:32:33.0685100Z [00:02:48.709]➜  			"embedded/sieve.xml",
2025-08-20T20:32:33.0685370Z [00:02:48.709]➜  			"embedded/smali.xml",
2025-08-20T20:32:33.0685660Z [00:02:48.709]➜  			"embedded/smalltalk.xml",
2025-08-20T20:32:33.0685942Z [00:02:48.709]➜  			"embedded/smarty.xml",
2025-08-20T20:32:33.0686218Z [00:02:48.709]➜  			"embedded/snobol.xml",
2025-08-20T20:32:33.0686497Z [00:02:48.709]➜  			"embedded/solidity.xml",
2025-08-20T20:32:33.0686790Z [00:02:48.709]➜  			"embedded/sourcepawn.xml",
2025-08-20T20:32:33.0687076Z [00:02:48.709]➜  			"embedded/sparql.xml",
2025-08-20T20:32:33.0687345Z [00:02:48.709]➜  			"embedded/sql.xml",
2025-08-20T20:32:33.0687619Z [00:02:48.709]➜  			"embedded/squidconf.xml",
2025-08-20T20:32:33.0688148Z [00:02:48.709]➜  			"embedded/standard_ml.xml",
2025-08-20T20:32:33.0688439Z [00:02:48.709]➜  			"embedded/stas.xml",
2025-08-20T20:32:33.0688713Z [00:02:48.709]➜  			"embedded/stylus.xml",
2025-08-20T20:32:33.0688988Z [00:02:48.709]➜  			"embedded/swift.xml",
2025-08-20T20:32:33.0689264Z [00:02:48.709]➜  			"embedded/systemd.xml",
2025-08-20T20:32:33.0689560Z [00:02:48.709]➜  			"embedded/systemverilog.xml",
2025-08-20T20:32:33.0690191Z [00:02:48.709]➜  			"embedded/tablegen.xml",
2025-08-20T20:32:33.0690468Z [00:02:48.709]➜  			"embedded/tal.xml",
2025-08-20T20:32:33.0690730Z [00:02:48.709]➜  			"embedded/tasm.xml",
2025-08-20T20:32:33.0690994Z [00:02:48.709]➜  			"embedded/tcl.xml",
2025-08-20T20:32:33.0691254Z [00:02:48.709]➜  			"embedded/tcsh.xml",
2025-08-20T20:32:33.0691529Z [00:02:48.709]➜  			"embedded/termcap.xml",
2025-08-20T20:32:33.0691816Z [00:02:48.709]➜  			"embedded/terminfo.xml",
2025-08-20T20:32:33.0692102Z [00:02:48.709]➜  			"embedded/terraform.xml",
2025-08-20T20:32:33.0692389Z [00:02:48.709]➜  			"embedded/tex.xml",
2025-08-20T20:32:33.0692660Z [00:02:48.709]➜  			"embedded/thrift.xml",
2025-08-20T20:32:33.0692933Z [00:02:48.709]➜  			"embedded/toml.xml",
2025-08-20T20:32:33.0693218Z [00:02:48.709]➜  			"embedded/tradingview.xml",
2025-08-20T20:32:33.0693524Z [00:02:48.709]➜  			"embedded/transact-sql.xml",
2025-08-20T20:32:33.0693818Z [00:02:48.709]➜  			"embedded/turing.xml",
2025-08-20T20:32:33.0694103Z [00:02:48.709]➜  			"embedded/turtle.xml",
2025-08-20T20:32:33.0694373Z [00:02:48.709]➜  			"embedded/twig.xml",
2025-08-20T20:32:33.0694653Z [00:02:48.709]➜  			"embedded/typescript.xml",
2025-08-20T20:32:33.0694953Z [00:02:48.709]➜  			"embedded/typoscript.xml",
2025-08-20T20:32:33.0695275Z [00:02:48.709]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T20:32:33.0695611Z [00:02:48.709]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T20:32:33.0695916Z [00:02:48.709]➜  			"embedded/ucode.xml",
2025-08-20T20:32:33.0696178Z [00:02:48.709]➜  			"embedded/v.xml",
2025-08-20T20:32:33.0696457Z [00:02:48.709]➜  			"embedded/v_shell.xml",
2025-08-20T20:32:33.0696732Z [00:02:48.709]➜  			"embedded/vala.xml",
2025-08-20T20:32:33.0697003Z [00:02:48.709]➜  			"embedded/vb_net.xml",
2025-08-20T20:32:33.0697283Z [00:02:48.709]➜  			"embedded/verilog.xml",
2025-08-20T20:32:33.0697559Z [00:02:48.709]➜  			"embedded/vhdl.xml",
2025-08-20T20:32:33.0698163Z [00:02:48.709]➜  			"embedded/vhs.xml",
2025-08-20T20:32:33.0698450Z [00:02:48.709]➜  			"embedded/viml.xml",
2025-08-20T20:32:33.0698717Z [00:02:48.709]➜  			"embedded/vue.xml",
2025-08-20T20:32:33.0698982Z [00:02:48.709]➜  			"embedded/wdte.xml",
2025-08-20T20:32:33.0699291Z [00:02:48.709]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T20:32:33.0699596Z [00:02:48.709]➜  			"embedded/whiley.xml",
2025-08-20T20:32:33.0699864Z [00:02:48.709]➜  			"embedded/xml.xml",
2025-08-20T20:32:33.0700127Z [00:02:48.709]➜  			"embedded/xorg.xml",
2025-08-20T20:32:33.0700388Z [00:02:48.709]➜  			"embedded/yaml.xml",
2025-08-20T20:32:33.0700941Z [00:02:48.709]➜  			"embedded/yang.xml",
2025-08-20T20:32:33.0701319Z [00:02:48.709]➜  			"embedded/z80_assembly.xml",
2025-08-20T20:32:33.0701609Z [00:02:48.709]➜  			"embedded/zed.xml",
2025-08-20T20:32:33.0701866Z [00:02:48.709]➜  			"embedded/zig.xml"
2025-08-20T20:32:33.0702106Z [00:02:48.709]➜  		]
2025-08-20T20:32:33.0702301Z [00:02:48.709]➜  	},
2025-08-20T20:32:33.0702510Z [00:02:48.709]➜  	"Files": {
2025-08-20T20:32:33.0703041Z [00:02:48.709]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abap.xml",
2025-08-20T20:32:33.0703786Z [00:02:48.709]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abnf.xml",
2025-08-20T20:32:33.0704598Z [00:02:48.709]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript.xml",
2025-08-20T20:32:33.0705493Z [00:02:48.709]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript_3.xml",
2025-08-20T20:32:33.0706293Z [00:02:48.709]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ada.xml",
2025-08-20T20:32:33.0707024Z [00:02:48.709]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/agda.xml",
2025-08-20T20:32:33.0707898Z [00:02:48.709]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/al.xml",
2025-08-20T20:32:33.0708871Z [00:02:48.709]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/alloy.xml",
2025-08-20T20:32:33.0709651Z [00:02:48.709]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/angular2.xml",
2025-08-20T20:32:33.0710427Z [00:02:48.709]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/antlr.xml",
2025-08-20T20:32:33.0711242Z [00:02:48.709]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apacheconf.xml",
2025-08-20T20:32:33.0712012Z [00:02:48.709]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apl.xml",
2025-08-20T20:32:33.0712805Z [00:02:48.709]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/applescript.xml",
2025-08-20T20:32:33.0713673Z [00:02:48.709]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T20:32:33.0714488Z [00:02:48.709]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arduino.xml",
2025-08-20T20:32:33.0715264Z [00:02:48.709]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/armasm.xml",
2025-08-20T20:32:33.0716075Z [00:02:48.709]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autohotkey.xml",
2025-08-20T20:32:33.0716870Z [00:02:48.709]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autoit.xml",
2025-08-20T20:32:33.0717609Z [00:02:48.709]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/awk.xml",
2025-08-20T20:32:33.0718569Z [00:02:48.709]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ballerina.xml",
2025-08-20T20:32:33.0719368Z [00:02:48.709]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash.xml",
2025-08-20T20:32:33.0720170Z [00:02:48.709]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash_session.xml",
2025-08-20T20:32:33.0721008Z [00:02:48.709]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/batchfile.xml",
2025-08-20T20:32:33.0722024Z [00:02:48.709]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bibtex.xml",
2025-08-20T20:32:33.0722864Z [00:02:48.709]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bicep.xml",
2025-08-20T20:32:33.0723662Z [00:02:48.709]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/blitzbasic.xml",
2025-08-20T20:32:33.0724443Z [00:02:48.709]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bnf.xml",
2025-08-20T20:32:33.0725161Z [00:02:48.709]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bqn.xml",
2025-08-20T20:32:33.0725930Z [00:02:48.709]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/brainfuck.xml",
2025-08-20T20:32:33.0726691Z [00:02:48.709]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c#.xml",
2025-08-20T20:32:33.0727395Z [00:02:48.709]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c++.xml",
2025-08-20T20:32:33.0728311Z [00:02:48.709]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c.xml",
2025-08-20T20:32:33.0729073Z [00:02:48.709]➜  		"embedded/cap_n_proto.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cap_n_proto.xml",
2025-08-20T20:32:33.0730179Z [00:02:48.709]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T20:32:33.0730996Z [00:02:48.709]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ceylon.xml",
2025-08-20T20:32:33.0731794Z [00:02:48.709]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfengine3.xml",
2025-08-20T20:32:33.0732629Z [00:02:48.709]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfstatement.xml",
2025-08-20T20:32:33.0733470Z [00:02:48.709]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chaiscript.xml",
2025-08-20T20:32:33.0734269Z [00:02:48.709]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chapel.xml",
2025-08-20T20:32:33.0735051Z [00:02:48.709]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cheetah.xml",
2025-08-20T20:32:33.0735831Z [00:02:48.709]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/clojure.xml",
2025-08-20T20:32:33.0736604Z [00:02:48.709]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cmake.xml",
2025-08-20T20:32:33.0737365Z [00:02:48.709]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cobol.xml",
2025-08-20T20:32:33.0738355Z [00:02:48.709]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coffeescript.xml",
2025-08-20T20:32:33.0739209Z [00:02:48.709]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/common_lisp.xml",
2025-08-20T20:32:33.0739992Z [00:02:48.709]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coq.xml",
2025-08-20T20:32:33.0740746Z [00:02:48.709]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/crystal.xml",
2025-08-20T20:32:33.0741489Z [00:02:48.709]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/css.xml",
2025-08-20T20:32:33.0742404Z [00:02:48.709]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cue.xml",
2025-08-20T20:32:33.0743220Z [00:02:48.710]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cython.xml",
2025-08-20T20:32:33.0743946Z [00:02:48.710]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/d.xml",
2025-08-20T20:32:33.0744655Z [00:02:48.710]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dart.xml",
2025-08-20T20:32:33.0745382Z [00:02:48.710]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dax.xml",
2025-08-20T20:32:33.0746179Z [00:02:48.710]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/desktop_entry.xml",
2025-08-20T20:32:33.0746967Z [00:02:48.710]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/diff.xml",
2025-08-20T20:32:33.0747893Z [00:02:48.710]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/django_jinja.xml",
2025-08-20T20:32:33.0748740Z [00:02:48.710]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dns.xml",
2025-08-20T20:32:33.0749485Z [00:02:48.710]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/docker.xml",
2025-08-20T20:32:33.0750484Z [00:02:48.710]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dtd.xml",
2025-08-20T20:32:33.0751227Z [00:02:48.710]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dylan.xml",
2025-08-20T20:32:33.0751965Z [00:02:48.710]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ebnf.xml",
2025-08-20T20:32:33.0752724Z [00:02:48.710]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elixir.xml",
2025-08-20T20:32:33.0753464Z [00:02:48.710]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elm.xml",
2025-08-20T20:32:33.0754241Z [00:02:48.710]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/emacslisp.xml",
2025-08-20T20:32:33.0755036Z [00:02:48.710]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/erlang.xml",
2025-08-20T20:32:33.0755811Z [00:02:48.710]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/factor.xml",
2025-08-20T20:32:33.0756571Z [00:02:48.710]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fennel.xml",
2025-08-20T20:32:33.0757321Z [00:02:48.710]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fish.xml",
2025-08-20T20:32:33.0758203Z [00:02:48.710]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/forth.xml",
2025-08-20T20:32:33.0758976Z [00:02:48.710]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortran.xml",
2025-08-20T20:32:33.0759803Z [00:02:48.710]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortranfixed.xml",
2025-08-20T20:32:33.0760621Z [00:02:48.710]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fsharp.xml",
2025-08-20T20:32:33.0761395Z [00:02:48.710]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gas.xml",
2025-08-20T20:32:33.0762158Z [00:02:48.710]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript.xml",
2025-08-20T20:32:33.0763175Z [00:02:48.710]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript3.xml",
2025-08-20T20:32:33.0764050Z [00:02:48.710]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gherkin.xml",
2025-08-20T20:32:33.0764819Z [00:02:48.710]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gleam.xml",
2025-08-20T20:32:33.0765562Z [00:02:48.710]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/glsl.xml",
2025-08-20T20:32:33.0766338Z [00:02:48.710]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gnuplot.xml",
2025-08-20T20:32:33.0767143Z [00:02:48.710]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/go_template.xml",
2025-08-20T20:32:33.0768049Z [00:02:48.710]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/graphql.xml",
2025-08-20T20:32:33.0768881Z [00:02:48.710]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groff.xml",
2025-08-20T20:32:33.0769641Z [00:02:48.710]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groovy.xml",
2025-08-20T20:32:33.0770440Z [00:02:48.710]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/handlebars.xml",
2025-08-20T20:32:33.0771455Z [00:02:48.710]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hare.xml",
2025-08-20T20:32:33.0772216Z [00:02:48.710]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/haskell.xml",
2025-08-20T20:32:33.0772960Z [00:02:48.710]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hcl.xml",
2025-08-20T20:32:33.0773718Z [00:02:48.710]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hexdump.xml",
2025-08-20T20:32:33.0774467Z [00:02:48.710]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlb.xml",
2025-08-20T20:32:33.0775191Z [00:02:48.710]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlsl.xml",
2025-08-20T20:32:33.0775933Z [00:02:48.710]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/holyc.xml",
2025-08-20T20:32:33.0776692Z [00:02:48.710]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/html.xml",
2025-08-20T20:32:33.0777413Z [00:02:48.710]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hy.xml",
2025-08-20T20:32:33.0778293Z [00:02:48.710]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/idris.xml",
2025-08-20T20:32:33.0779046Z [00:02:48.710]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/igor.xml",
2025-08-20T20:32:33.0779767Z [00:02:48.710]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ini.xml",
2025-08-20T20:32:33.0780474Z [00:02:48.710]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/io.xml",
2025-08-20T20:32:33.0781237Z [00:02:48.710]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T20:32:33.0781977Z [00:02:48.710]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/j.xml",
2025-08-20T20:32:33.0782687Z [00:02:48.710]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/java.xml",
2025-08-20T20:32:33.0783711Z [00:02:48.710]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/javascript.xml",
2025-08-20T20:32:33.0784564Z [00:02:48.710]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/json.xml",
2025-08-20T20:32:33.0785313Z [00:02:48.710]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/julia.xml",
2025-08-20T20:32:33.0786081Z [00:02:48.710]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/jungle.xml",
2025-08-20T20:32:33.0786856Z [00:02:48.710]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/kotlin.xml",
2025-08-20T20:32:33.0818350Z [00:02:48.710]➜  		"embedded/lighttpd_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lighttpd_configuration_file.xml",
2025-08-20T20:32:33.0819463Z [00:02:48.710]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/llvm.xml",
2025-08-20T20:32:33.0820259Z [00:02:48.710]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lua.xml",
2025-08-20T20:32:33.0821032Z [00:02:48.710]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/makefile.xml",
2025-08-20T20:32:33.0821803Z [00:02:48.710]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mako.xml",
2025-08-20T20:32:33.0822958Z [00:02:48.710]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mason.xml",
2025-08-20T20:32:33.0823864Z [00:02:48.710]➜  		"embedded/materialize_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/materialize_sql_dialect.xml",
2025-08-20T20:32:33.0824789Z [00:02:48.710]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mathematica.xml",
2025-08-20T20:32:33.0825616Z [00:02:48.710]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/matlab.xml",
2025-08-20T20:32:33.0826423Z [00:02:48.710]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mcfunction.xml",
2025-08-20T20:32:33.0827213Z [00:02:48.710]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/meson.xml",
2025-08-20T20:32:33.0828119Z [00:02:48.710]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/metal.xml",
2025-08-20T20:32:33.0828919Z [00:02:48.710]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/minizinc.xml",
2025-08-20T20:32:33.0829688Z [00:02:48.710]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mlir.xml",
2025-08-20T20:32:33.0830464Z [00:02:48.710]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/modula-2.xml",
2025-08-20T20:32:33.0831254Z [00:02:48.710]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/monkeyc.xml",
2025-08-20T20:32:33.0832116Z [00:02:48.710]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/morrowindscript.xml",
2025-08-20T20:32:33.0832959Z [00:02:48.710]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/myghty.xml",
2025-08-20T20:32:33.0833728Z [00:02:48.710]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mysql.xml",
2025-08-20T20:32:33.0834471Z [00:02:48.710]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nasm.xml",
2025-08-20T20:32:33.0835230Z [00:02:48.710]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/natural.xml",
2025-08-20T20:32:33.0836214Z [00:02:48.710]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ndisasm.xml",
2025-08-20T20:32:33.0837086Z [00:02:48.710]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/newspeak.xml",
2025-08-20T20:32:33.0838168Z [00:02:48.710]➜  		"embedded/nginx_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nginx_configuration_file.xml",
2025-08-20T20:32:33.0839097Z [00:02:48.710]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nim.xml",
2025-08-20T20:32:33.0839817Z [00:02:48.710]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nix.xml",
2025-08-20T20:32:33.0840611Z [00:02:48.710]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objective-c.xml",
2025-08-20T20:32:33.0841480Z [00:02:48.710]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objectpascal.xml",
2025-08-20T20:32:33.0842288Z [00:02:48.710]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ocaml.xml",
2025-08-20T20:32:33.0843049Z [00:02:48.710]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/octave.xml",
2025-08-20T20:32:33.0844022Z [00:02:48.710]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/odin.xml",
2025-08-20T20:32:33.0844847Z [00:02:48.710]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/onesenterprise.xml",
2025-08-20T20:32:33.0845725Z [00:02:48.710]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openedge_abl.xml",
2025-08-20T20:32:33.0846559Z [00:02:48.710]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openscad.xml",
2025-08-20T20:32:33.0847351Z [00:02:48.710]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/org_mode.xml",
2025-08-20T20:32:33.0848316Z [00:02:48.710]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pacmanconf.xml",
2025-08-20T20:32:33.0849116Z [00:02:48.710]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/perl.xml",
2025-08-20T20:32:33.0849847Z [00:02:48.710]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/php.xml",
2025-08-20T20:32:33.0850569Z [00:02:48.710]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pig.xml",
2025-08-20T20:32:33.0851344Z [00:02:48.710]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pkgconfig.xml",
2025-08-20T20:32:33.0852200Z [00:02:48.710]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T20:32:33.0853008Z [00:02:48.710]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plaintext.xml",
2025-08-20T20:32:33.0853837Z [00:02:48.710]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plutus_core.xml",
2025-08-20T20:32:33.0854629Z [00:02:48.710]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pony.xml",
2025-08-20T20:32:33.0855504Z [00:02:48.710]➜  		"embedded/postgresql_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postgresql_sql_dialect.xml",
2025-08-20T20:32:33.0856409Z [00:02:48.710]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postscript.xml",
2025-08-20T20:32:33.0857493Z [00:02:48.710]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/povray.xml",
2025-08-20T20:32:33.0858527Z [00:02:48.710]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powerquery.xml",
2025-08-20T20:32:33.0859366Z [00:02:48.710]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powershell.xml",
2025-08-20T20:32:33.0860173Z [00:02:48.710]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prolog.xml",
2025-08-20T20:32:33.0860993Z [00:02:48.710]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promela.xml",
2025-08-20T20:32:33.0861774Z [00:02:48.710]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promql.xml",
2025-08-20T20:32:33.0862585Z [00:02:48.710]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/properties.xml",
2025-08-20T20:32:33.0863458Z [00:02:48.710]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T20:32:33.0864268Z [00:02:48.710]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prql.xml",
2025-08-20T20:32:33.0865265Z [00:02:48.710]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/psl.xml",
2025-08-20T20:32:33.0866016Z [00:02:48.710]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/puppet.xml",
2025-08-20T20:32:33.0866787Z [00:02:48.710]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python.xml",
2025-08-20T20:32:33.0867582Z [00:02:48.710]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python_2.xml",
2025-08-20T20:32:33.0868502Z [00:02:48.710]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qbasic.xml",
2025-08-20T20:32:33.0869251Z [00:02:48.710]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qml.xml",
2025-08-20T20:32:33.0869953Z [00:02:48.710]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/r.xml",
2025-08-20T20:32:33.0870691Z [00:02:48.710]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/racket.xml",
2025-08-20T20:32:33.0871448Z [00:02:48.710]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ragel.xml",
2025-08-20T20:32:33.0872196Z [00:02:48.710]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/react.xml",
2025-08-20T20:32:33.0872977Z [00:02:48.710]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reasonml.xml",
2025-08-20T20:32:33.0873731Z [00:02:48.710]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reg.xml",
2025-08-20T20:32:33.0874454Z [00:02:48.710]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rego.xml",
2025-08-20T20:32:33.0875184Z [00:02:48.710]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rexx.xml",
2025-08-20T20:32:33.0875950Z [00:02:48.710]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rpm_spec.xml",
2025-08-20T20:32:33.0876706Z [00:02:48.710]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ruby.xml",
2025-08-20T20:32:33.0877437Z [00:02:48.710]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rust.xml",
2025-08-20T20:32:33.0878538Z [00:02:48.710]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sas.xml",
2025-08-20T20:32:33.0879347Z [00:02:48.710]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sass.xml",
2025-08-20T20:32:33.0880091Z [00:02:48.710]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scala.xml",
2025-08-20T20:32:33.0880855Z [00:02:48.710]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scheme.xml",
2025-08-20T20:32:33.0881618Z [00:02:48.710]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scilab.xml",
2025-08-20T20:32:33.0882360Z [00:02:48.710]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scss.xml",
2025-08-20T20:32:33.0883086Z [00:02:48.710]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sed.xml",
2025-08-20T20:32:33.0883819Z [00:02:48.710]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sieve.xml",
2025-08-20T20:32:33.0884593Z [00:02:48.710]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smali.xml",
2025-08-20T20:32:33.0885386Z [00:02:48.710]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smalltalk.xml",
2025-08-20T20:32:33.0886400Z [00:02:48.710]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smarty.xml",
2025-08-20T20:32:33.0887167Z [00:02:48.710]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/snobol.xml",
2025-08-20T20:32:33.0888084Z [00:02:48.710]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/solidity.xml",
2025-08-20T20:32:33.0888966Z [00:02:48.710]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sourcepawn.xml",
2025-08-20T20:32:33.0889772Z [00:02:48.710]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sparql.xml",
2025-08-20T20:32:33.0890513Z [00:02:48.710]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sql.xml",
2025-08-20T20:32:33.0891294Z [00:02:48.710]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/squidconf.xml",
2025-08-20T20:32:33.0892115Z [00:02:48.710]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/standard_ml.xml",
2025-08-20T20:32:33.0892938Z [00:02:48.710]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stas.xml",
2025-08-20T20:32:33.0893703Z [00:02:48.710]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stylus.xml",
2025-08-20T20:32:33.0894463Z [00:02:48.710]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/swift.xml",
2025-08-20T20:32:33.0895232Z [00:02:48.710]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemd.xml",
2025-08-20T20:32:33.0896069Z [00:02:48.710]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemverilog.xml",
2025-08-20T20:32:33.0896917Z [00:02:48.710]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tablegen.xml",
2025-08-20T20:32:33.0898480Z [00:02:48.710]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tal.xml",
2025-08-20T20:32:33.0899299Z [00:02:48.710]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tasm.xml",
2025-08-20T20:32:33.0900296Z [00:02:48.710]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcl.xml",
2025-08-20T20:32:33.0901083Z [00:02:48.710]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcsh.xml",
2025-08-20T20:32:33.0901847Z [00:02:48.710]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/termcap.xml",
2025-08-20T20:32:33.0902645Z [00:02:48.710]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terminfo.xml",
2025-08-20T20:32:33.0903446Z [00:02:48.710]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terraform.xml",
2025-08-20T20:32:33.0904208Z [00:02:48.710]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tex.xml",
2025-08-20T20:32:33.0904959Z [00:02:48.710]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/thrift.xml",
2025-08-20T20:32:33.0905707Z [00:02:48.710]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/toml.xml",
2025-08-20T20:32:33.0906504Z [00:02:48.710]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tradingview.xml",
2025-08-20T20:32:33.0907570Z [00:02:48.710]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/transact-sql.xml",
2025-08-20T20:32:33.0908628Z [00:02:48.710]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turing.xml",
2025-08-20T20:32:33.0909399Z [00:02:48.710]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turtle.xml",
2025-08-20T20:32:33.0910157Z [00:02:48.710]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/twig.xml",
2025-08-20T20:32:33.0910949Z [00:02:48.710]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typescript.xml",
2025-08-20T20:32:33.0911781Z [00:02:48.710]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscript.xml",
2025-08-20T20:32:33.0912687Z [00:02:48.710]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T20:32:33.0913661Z [00:02:48.710]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T20:32:33.0914513Z [00:02:48.710]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ucode.xml",
2025-08-20T20:32:33.0915229Z [00:02:48.710]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v.xml",
2025-08-20T20:32:33.0916113Z [00:02:48.710]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v_shell.xml",
2025-08-20T20:32:33.0916936Z [00:02:48.710]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vala.xml",
2025-08-20T20:32:33.0917785Z [00:02:48.710]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vb_net.xml",
2025-08-20T20:32:33.0918640Z [00:02:48.710]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/verilog.xml",
2025-08-20T20:32:33.0919398Z [00:02:48.710]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhdl.xml",
2025-08-20T20:32:33.0920122Z [00:02:48.710]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhs.xml",
2025-08-20T20:32:33.0920856Z [00:02:48.710]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/viml.xml",
2025-08-20T20:32:33.0921579Z [00:02:48.710]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vue.xml",
2025-08-20T20:32:33.0922303Z [00:02:48.710]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/wdte.xml",
2025-08-20T20:32:33.0923181Z [00:02:48.717]➜  		"embedded/webgpu_shading_language.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/webgpu_shading_language.xml",
2025-08-20T20:32:33.0924272Z [00:02:48.717]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/whiley.xml",
2025-08-20T20:32:33.0925013Z [00:02:48.717]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xml.xml",
2025-08-20T20:32:33.0925737Z [00:02:48.717]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xorg.xml",
2025-08-20T20:32:33.0926478Z [00:02:48.717]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yaml.xml",
2025-08-20T20:32:33.0927209Z [00:02:48.717]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yang.xml",
2025-08-20T20:32:33.0928155Z [00:02:48.717]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/z80_assembly.xml",
2025-08-20T20:32:33.0929007Z [00:02:48.717]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zed.xml",
2025-08-20T20:32:33.0929730Z [00:02:48.717]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zig.xml"
2025-08-20T20:32:33.0930177Z [00:02:48.717]➜  	}
2025-08-20T20:32:33.0930364Z [00:02:48.717]➜  }EOF
2025-08-20T20:32:33.0937233Z [00:02:48.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers=>github.com/alecthomas/chroma/v2@v2.14.0/lexers;$WORK/b242=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.19 -complete -installsuffix shared -buildid sOY2kZBL2KiD1uildt4o/sOY2kZBL2KiD1uildt4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -embedcfg $WORK/b242/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/dns.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/go.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/html.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/http.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/lexers.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/mysql.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/php.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/typoscript.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/zed.go
2025-08-20T20:32:33.1025027Z [00:02:48.754]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T20:32:33.1041041Z [00:02:48.756]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/22/227a8ac921315626df02cc3a17000700db72fdf9538a6981e192393bb94fbd49-d # internal
2025-08-20T20:32:33.1047858Z [00:02:48.757]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T20:32:33.1048290Z [00:02:48.757]➜  mkdir -p $WORK/b238/
2025-08-20T20:32:33.1083320Z [00:02:48.760]➜  cat >/tmp/go-build3897779518/b238/importcfg << 'EOF' # internal
2025-08-20T20:32:33.1084999Z [00:02:48.760]➜  # import config
2025-08-20T20:32:33.1085444Z [00:02:48.760]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:33.1085897Z [00:02:48.760]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.1086814Z [00:02:48.760]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:33.1087490Z [00:02:48.760]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3897779518/b239/_pkg_.a
2025-08-20T20:32:33.1088828Z [00:02:48.760]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3897779518/b241/_pkg_.a
2025-08-20T20:32:33.1089375Z [00:02:48.760]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.1089787Z [00:02:48.760]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.1090206Z [00:02:48.760]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:33.1090511Z [00:02:48.760]➜  EOF
2025-08-20T20:32:33.1093723Z [00:02:48.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters=>github.com/alecthomas/chroma/v2@v2.14.0/formatters;$WORK/b238=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.19 -complete -installsuffix shared -buildid uvJnaNI99FVECbqmHweY/uvJnaNI99FVECbqmHweY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/json.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tokens.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_indexed.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_truecolour.go
2025-08-20T20:32:33.1536648Z [00:02:48.806]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:32:33.1552434Z [00:02:48.807]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/7c/7c5338061d38bdc3d6b9c73c2db780ecd93204dd0184a9445cc16941bbac078b-d # internal
2025-08-20T20:32:33.1562466Z [00:02:48.808]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T20:32:33.1563057Z [00:02:48.808]➜  mkdir -p $WORK/b244/
2025-08-20T20:32:33.1572651Z [00:02:48.809]➜  cat >/tmp/go-build3897779518/b244/importcfg << 'EOF' # internal
2025-08-20T20:32:33.1573067Z [00:02:48.809]➜  # import config
2025-08-20T20:32:33.1573416Z [00:02:48.809]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:33.1573935Z [00:02:48.809]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:33.1574435Z [00:02:48.809]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:33.1589980Z [00:02:48.809]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:33.1590928Z [00:02:48.809]➜  EOF
2025-08-20T20:32:33.1591493Z [00:02:48.809]➜  cat >/tmp/go-build3897779518/b244/embedcfg << 'EOF' # internal
2025-08-20T20:32:33.1591972Z [00:02:48.809]➜  {
2025-08-20T20:32:33.1592309Z [00:02:48.809]➜  	"Patterns": {
2025-08-20T20:32:33.1592657Z [00:02:48.809]➜  		"*.xml": [
2025-08-20T20:32:33.1592993Z [00:02:48.809]➜  			"abap.xml",
2025-08-20T20:32:33.1593353Z [00:02:48.809]➜  			"algol.xml",
2025-08-20T20:32:33.1593718Z [00:02:48.809]➜  			"algol_nu.xml",
2025-08-20T20:32:33.1594064Z [00:02:48.809]➜  			"arduino.xml",
2025-08-20T20:32:33.1594406Z [00:02:48.809]➜  			"autumn.xml",
2025-08-20T20:32:33.1594751Z [00:02:48.809]➜  			"average.xml",
2025-08-20T20:32:33.1595113Z [00:02:48.809]➜  			"base16-snazzy.xml",
2025-08-20T20:32:33.1595466Z [00:02:48.809]➜  			"borland.xml",
2025-08-20T20:32:33.1595799Z [00:02:48.809]➜  			"bw.xml",
2025-08-20T20:32:33.1596153Z [00:02:48.809]➜  			"catppuccin-frappe.xml",
2025-08-20T20:32:33.1596552Z [00:02:48.809]➜  			"catppuccin-latte.xml",
2025-08-20T20:32:33.1596946Z [00:02:48.809]➜  			"catppuccin-macchiato.xml",
2025-08-20T20:32:33.1597328Z [00:02:48.809]➜  			"catppuccin-mocha.xml",
2025-08-20T20:32:33.1597862Z [00:02:48.809]➜  			"colorful.xml",
2025-08-20T20:32:33.1598287Z [00:02:48.809]➜  			"doom-one.xml",
2025-08-20T20:32:33.1598623Z [00:02:48.809]➜  			"doom-one2.xml",
2025-08-20T20:32:33.1598971Z [00:02:48.809]➜  			"dracula.xml",
2025-08-20T20:32:33.1599667Z [00:02:48.809]➜  			"emacs.xml",
2025-08-20T20:32:33.1600019Z [00:02:48.809]➜  			"friendly.xml",
2025-08-20T20:32:33.1600380Z [00:02:48.809]➜  			"fruity.xml",
2025-08-20T20:32:33.1600745Z [00:02:48.809]➜  			"github-dark.xml",
2025-08-20T20:32:33.1601115Z [00:02:48.809]➜  			"github.xml",
2025-08-20T20:32:33.1601470Z [00:02:48.809]➜  			"gruvbox-light.xml",
2025-08-20T20:32:33.1601826Z [00:02:48.809]➜  			"gruvbox.xml",
2025-08-20T20:32:33.1602178Z [00:02:48.809]➜  			"hr_high_contrast.xml",
2025-08-20T20:32:33.1602534Z [00:02:48.809]➜  			"hrdark.xml",
2025-08-20T20:32:33.1602892Z [00:02:48.809]➜  			"igor.xml",
2025-08-20T20:32:33.1603237Z [00:02:48.809]➜  			"lovelace.xml",
2025-08-20T20:32:33.1603606Z [00:02:48.809]➜  			"manni.xml",
2025-08-20T20:32:33.1603976Z [00:02:48.809]➜  			"modus-operandi.xml",
2025-08-20T20:32:33.1604361Z [00:02:48.809]➜  			"modus-vivendi.xml",
2025-08-20T20:32:33.1604721Z [00:02:48.809]➜  			"monokai.xml",
2025-08-20T20:32:33.1605086Z [00:02:48.809]➜  			"monokailight.xml",
2025-08-20T20:32:33.1605434Z [00:02:48.809]➜  			"murphy.xml",
2025-08-20T20:32:33.1605781Z [00:02:48.809]➜  			"native.xml",
2025-08-20T20:32:33.1606138Z [00:02:48.809]➜  			"nord.xml",
2025-08-20T20:32:33.1606478Z [00:02:48.809]➜  			"onedark.xml",
2025-08-20T20:32:33.1606828Z [00:02:48.809]➜  			"onesenterprise.xml",
2025-08-20T20:32:33.1607188Z [00:02:48.809]➜  			"paraiso-dark.xml",
2025-08-20T20:32:33.1607585Z [00:02:48.809]➜  			"paraiso-light.xml",
2025-08-20T20:32:33.1608113Z [00:02:48.809]➜  			"pastie.xml",
2025-08-20T20:32:33.1608488Z [00:02:48.809]➜  			"perldoc.xml",
2025-08-20T20:32:33.1608875Z [00:02:48.809]➜  			"pygments.xml",
2025-08-20T20:32:33.1609219Z [00:02:48.809]➜  			"rainbow_dash.xml",
2025-08-20T20:32:33.1609597Z [00:02:48.809]➜  			"rose-pine-dawn.xml",
2025-08-20T20:32:33.1610002Z [00:02:48.809]➜  			"rose-pine-moon.xml",
2025-08-20T20:32:33.1610298Z [00:02:48.809]➜  			"rose-pine.xml",
2025-08-20T20:32:33.1618601Z [00:02:48.809]➜  			"rrt.xml",
2025-08-20T20:32:33.1620398Z [00:02:48.809]➜  			"solarized-dark.xml",
2025-08-20T20:32:33.1622165Z [00:02:48.809]➜  			"solarized-dark256.xml",
2025-08-20T20:32:33.1623930Z [00:02:48.809]➜  			"solarized-light.xml",
2025-08-20T20:32:33.1625637Z [00:02:48.809]➜  			"swapoff.xml",
2025-08-20T20:32:33.1627409Z [00:02:48.809]➜  			"tango.xml",
2025-08-20T20:32:33.1629215Z [00:02:48.809]➜  			"tokyonight-day.xml",
2025-08-20T20:32:33.1630960Z [00:02:48.809]➜  			"tokyonight-moon.xml",
2025-08-20T20:32:33.1632684Z [00:02:48.809]➜  			"tokyonight-night.xml",
2025-08-20T20:32:33.1634754Z [00:02:48.809]➜  			"tokyonight-storm.xml",
2025-08-20T20:32:33.1635352Z [00:02:48.809]➜  			"trac.xml",
2025-08-20T20:32:33.1635585Z [00:02:48.809]➜  			"vim.xml",
2025-08-20T20:32:33.1635814Z [00:02:48.809]➜  			"vs.xml",
2025-08-20T20:32:33.1636048Z [00:02:48.809]➜  			"vulcan.xml",
2025-08-20T20:32:33.1636294Z [00:02:48.809]➜  			"witchhazel.xml",
2025-08-20T20:32:33.1636552Z [00:02:48.809]➜  			"xcode-dark.xml",
2025-08-20T20:32:33.1636814Z [00:02:48.809]➜  			"xcode.xml"
2025-08-20T20:32:33.1637027Z [00:02:48.809]➜  		]
2025-08-20T20:32:33.1637218Z [00:02:48.809]➜  	},
2025-08-20T20:32:33.1637421Z [00:02:48.809]➜  	"Files": {
2025-08-20T20:32:33.1638050Z [00:02:48.809]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/abap.xml",
2025-08-20T20:32:33.1638740Z [00:02:48.809]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol.xml",
2025-08-20T20:32:33.1639389Z [00:02:48.809]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol_nu.xml",
2025-08-20T20:32:33.1640150Z [00:02:48.809]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/arduino.xml",
2025-08-20T20:32:33.1640821Z [00:02:48.809]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/autumn.xml",
2025-08-20T20:32:33.1641459Z [00:02:48.809]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/average.xml",
2025-08-20T20:32:33.1642447Z [00:02:48.809]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/base16-snazzy.xml",
2025-08-20T20:32:33.1643139Z [00:02:48.809]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/borland.xml",
2025-08-20T20:32:33.1643747Z [00:02:48.809]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/bw.xml",
2025-08-20T20:32:33.1644467Z [00:02:48.809]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-frappe.xml",
2025-08-20T20:32:33.1645269Z [00:02:48.809]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-latte.xml",
2025-08-20T20:32:33.1646100Z [00:02:48.809]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-macchiato.xml",
2025-08-20T20:32:33.1646924Z [00:02:48.809]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-mocha.xml",
2025-08-20T20:32:33.1647657Z [00:02:48.809]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/colorful.xml",
2025-08-20T20:32:33.1651193Z [00:02:48.809]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one.xml",
2025-08-20T20:32:33.1651882Z [00:02:48.809]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one2.xml",
2025-08-20T20:32:33.1652567Z [00:02:48.809]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/dracula.xml",
2025-08-20T20:32:33.1653202Z [00:02:48.809]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/emacs.xml",
2025-08-20T20:32:33.1653844Z [00:02:48.809]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/friendly.xml",
2025-08-20T20:32:33.1654492Z [00:02:48.809]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/fruity.xml",
2025-08-20T20:32:33.1655174Z [00:02:48.809]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github-dark.xml",
2025-08-20T20:32:33.1655839Z [00:02:48.809]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github.xml",
2025-08-20T20:32:33.1656573Z [00:02:48.809]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox-light.xml",
2025-08-20T20:32:33.1657565Z [00:02:48.809]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox.xml",
2025-08-20T20:32:33.1658507Z [00:02:48.809]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hr_high_contrast.xml",
2025-08-20T20:32:33.1659201Z [00:02:48.809]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hrdark.xml",
2025-08-20T20:32:33.1659815Z [00:02:48.809]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/igor.xml",
2025-08-20T20:32:33.1660454Z [00:02:48.809]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/lovelace.xml",
2025-08-20T20:32:33.1661090Z [00:02:48.809]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/manni.xml",
2025-08-20T20:32:33.1680799Z [00:02:48.809]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-operandi.xml",
2025-08-20T20:32:33.1681611Z [00:02:48.809]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-vivendi.xml",
2025-08-20T20:32:33.1682311Z [00:02:48.809]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokai.xml",
2025-08-20T20:32:33.1683011Z [00:02:48.809]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokailight.xml",
2025-08-20T20:32:33.1683699Z [00:02:48.809]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/murphy.xml",
2025-08-20T20:32:33.1684801Z [00:02:48.809]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/native.xml",
2025-08-20T20:32:33.1685427Z [00:02:48.809]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/nord.xml",
2025-08-20T20:32:33.1686058Z [00:02:48.809]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onedark.xml",
2025-08-20T20:32:33.1686775Z [00:02:48.809]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onesenterprise.xml",
2025-08-20T20:32:33.1687524Z [00:02:48.809]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-dark.xml",
2025-08-20T20:32:33.1688527Z [00:02:48.809]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-light.xml",
2025-08-20T20:32:33.1689222Z [00:02:48.809]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pastie.xml",
2025-08-20T20:32:33.1689881Z [00:02:48.809]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/perldoc.xml",
2025-08-20T20:32:33.1690539Z [00:02:48.809]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pygments.xml",
2025-08-20T20:32:33.1691229Z [00:02:48.809]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rainbow_dash.xml",
2025-08-20T20:32:33.1691976Z [00:02:48.809]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-dawn.xml",
2025-08-20T20:32:33.1692729Z [00:02:48.809]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-moon.xml",
2025-08-20T20:32:33.1693439Z [00:02:48.809]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine.xml",
2025-08-20T20:32:33.1694071Z [00:02:48.809]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rrt.xml",
2025-08-20T20:32:33.1694760Z [00:02:48.809]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark.xml",
2025-08-20T20:32:33.1695545Z [00:02:48.809]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark256.xml",
2025-08-20T20:32:33.1696332Z [00:02:48.809]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-light.xml",
2025-08-20T20:32:33.1697264Z [00:02:48.809]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/swapoff.xml",
2025-08-20T20:32:33.1698206Z [00:02:48.809]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tango.xml",
2025-08-20T20:32:33.1698948Z [00:02:48.809]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-day.xml",
2025-08-20T20:32:33.1699721Z [00:02:48.809]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-moon.xml",
2025-08-20T20:32:33.1700517Z [00:02:48.809]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-night.xml",
2025-08-20T20:32:33.1701309Z [00:02:48.809]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-storm.xml",
2025-08-20T20:32:33.1702002Z [00:02:48.809]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/trac.xml",
2025-08-20T20:32:33.1702603Z [00:02:48.809]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vim.xml",
2025-08-20T20:32:33.1703187Z [00:02:48.809]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vs.xml",
2025-08-20T20:32:33.1703794Z [00:02:48.809]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vulcan.xml",
2025-08-20T20:32:33.1704461Z [00:02:48.809]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/witchhazel.xml",
2025-08-20T20:32:33.1705406Z [00:02:48.809]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode-dark.xml",
2025-08-20T20:32:33.1706053Z [00:02:48.809]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode.xml"
2025-08-20T20:32:33.1706448Z [00:02:48.809]➜  	}
2025-08-20T20:32:33.1706638Z [00:02:48.809]➜  }EOF
2025-08-20T20:32:33.1709114Z [00:02:48.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles=>github.com/alecthomas/chroma/v2@v2.14.0/styles;$WORK/b244=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.19 -complete -installsuffix shared -buildid UOhzkh0dDgFbYLNVsZLx/UOhzkh0dDgFbYLNVsZLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -embedcfg $WORK/b244/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/compat.go
2025-08-20T20:32:33.1880604Z [00:02:48.840]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T20:32:33.1893689Z [00:02:48.841]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/16/162d7ec6418c553a0ec8528a1920eade28ba20509d2a65b7b9ba9ffc6acff232-d # internal
2025-08-20T20:32:33.1900829Z [00:02:48.842]➜  github.com/charmbracelet/x/term
2025-08-20T20:32:33.1901319Z [00:02:48.842]➜  mkdir -p $WORK/b261/
2025-08-20T20:32:33.1901859Z [00:02:48.842]➜  cat >/tmp/go-build3897779518/b261/importcfg << 'EOF' # internal
2025-08-20T20:32:33.1902345Z [00:02:48.842]➜  # import config
2025-08-20T20:32:33.1902845Z [00:02:48.842]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:33.1903410Z [00:02:48.842]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.1903852Z [00:02:48.842]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:33.1949742Z [00:02:48.842]➜  EOF
2025-08-20T20:32:33.1953208Z [00:02:48.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b261=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid oqsO7T8PBJw6IKgmltRa/oqsO7T8PBJw6IKgmltRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T20:32:33.2259300Z [00:02:48.878]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T20:32:33.2275627Z [00:02:48.879]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/74/74275a8efc732b2bf378889ec3abfa4ea28ced7d3f1088df8d5280785b4760bc-d # internal
2025-08-20T20:32:33.2286065Z [00:02:48.881]➜  github.com/xo/terminfo
2025-08-20T20:32:33.2286549Z [00:02:48.881]➜  mkdir -p $WORK/b262/
2025-08-20T20:32:33.2293897Z [00:02:48.881]➜  cat >/tmp/go-build3897779518/b262/importcfg << 'EOF' # internal
2025-08-20T20:32:33.2294456Z [00:02:48.882]➜  # import config
2025-08-20T20:32:33.2294949Z [00:02:48.882]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.2295472Z [00:02:48.882]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.2296049Z [00:02:48.882]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.2296568Z [00:02:48.882]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:33.2297104Z [00:02:48.882]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.2297636Z [00:02:48.882]➜  packagefile os/user=/tmp/go-build3897779518/b210/_pkg_.a
2025-08-20T20:32:33.2298316Z [00:02:48.882]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:33.2299287Z [00:02:48.882]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:33.2299833Z [00:02:48.882]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.2300383Z [00:02:48.882]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.2300907Z [00:02:48.882]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.2301300Z [00:02:48.882]➜  EOF
2025-08-20T20:32:33.2314393Z [00:02:48.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b262=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid Vrf4cvMGET_0Sen1EdaQ/Vrf4cvMGET_0Sen1EdaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T20:32:33.3161424Z [00:02:48.968]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T20:32:33.3162181Z [00:02:48.968]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/fa/fab777feee6548132eefab38d744406a0e6763e09419617d076cf7a04431a6e3-d # internal
2025-08-20T20:32:33.3164481Z [00:02:48.968]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T20:32:33.3164798Z [00:02:48.968]➜  mkdir -p $WORK/b264/
2025-08-20T20:32:33.3165216Z [00:02:48.968]➜  cat >/tmp/go-build3897779518/b264/importcfg << 'EOF' # internal
2025-08-20T20:32:33.3165593Z [00:02:48.968]➜  # import config
2025-08-20T20:32:33.3178176Z [00:02:48.968]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:33.3178671Z [00:02:48.968]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.3179082Z [00:02:48.968]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.3179502Z [00:02:48.968]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.3180183Z [00:02:48.968]➜  EOF
2025-08-20T20:32:33.3182115Z [00:02:48.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b264=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T20:32:33.3475500Z [00:02:48.999]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T20:32:33.3480057Z [00:02:49.000]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T20:32:33.3481092Z [00:02:49.000]➜  github.com/muesli/termenv
2025-08-20T20:32:33.3482341Z [00:02:49.000]➜  mkdir -p $WORK/b263/
2025-08-20T20:32:33.3483826Z [00:02:49.000]➜  cat >/tmp/go-build3897779518/b263/importcfg << 'EOF' # internal
2025-08-20T20:32:33.3484215Z [00:02:49.000]➜  # import config
2025-08-20T20:32:33.3484563Z [00:02:49.000]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.3485006Z [00:02:49.000]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.3485526Z [00:02:49.000]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3897779518/b264/_pkg_.a
2025-08-20T20:32:33.3486540Z [00:02:49.000]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:33.3487124Z [00:02:49.000]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3897779518/b066/_pkg_.a
2025-08-20T20:32:33.3487831Z [00:02:49.000]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:33.3488427Z [00:02:49.000]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:33.3488932Z [00:02:49.000]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:33.3489359Z [00:02:49.000]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.3489765Z [00:02:49.000]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.3490164Z [00:02:49.000]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.3490577Z [00:02:49.000]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.3491022Z [00:02:49.000]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.3491439Z [00:02:49.000]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.3491882Z [00:02:49.000]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:33.3492319Z [00:02:49.000]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.3492625Z [00:02:49.000]➜  EOF
2025-08-20T20:32:33.3497629Z [00:02:49.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b263=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid cjBlN8m9TYEClY_VoSYf/cjBlN8m9TYEClY_VoSYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_unix.go
2025-08-20T20:32:33.3559506Z [00:02:49.006]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T20:32:33.3570331Z [00:02:49.009]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/96/96aabdaa82eae6fc34eacf817da5240a16f3fe0a5e40cec08782bd7c1c565f42-d # internal
2025-08-20T20:32:33.3581776Z [00:02:49.010]➜  github.com/charmbracelet/colorprofile
2025-08-20T20:32:33.3582192Z [00:02:49.010]➜  mkdir -p $WORK/b260/
2025-08-20T20:32:33.3591670Z [00:02:49.011]➜  cat >/tmp/go-build3897779518/b260/importcfg << 'EOF' # internal
2025-08-20T20:32:33.3592118Z [00:02:49.011]➜  # import config
2025-08-20T20:32:33.3595319Z [00:02:49.011]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.3595916Z [00:02:49.011]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:33.3596547Z [00:02:49.011]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3897779518/b261/_pkg_.a
2025-08-20T20:32:33.3597155Z [00:02:49.011]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:33.3598295Z [00:02:49.011]➜  packagefile github.com/xo/terminfo=/tmp/go-build3897779518/b262/_pkg_.a
2025-08-20T20:32:33.3598871Z [00:02:49.011]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:33.3599730Z [00:02:49.011]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.3600140Z [00:02:49.011]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.3600560Z [00:02:49.011]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:33.3600984Z [00:02:49.011]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:33.3601410Z [00:02:49.011]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.3601851Z [00:02:49.011]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.3602163Z [00:02:49.011]➜  EOF
2025-08-20T20:32:33.3612472Z [00:02:49.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc=>github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc;$WORK/b260=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid aIXyinaBqxOxNUtWt6ou/aIXyinaBqxOxNUtWt6ou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/writer.go
2025-08-20T20:32:33.4755319Z [00:02:49.127]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:32:33.4912086Z [00:02:49.143]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T20:32:33.4951812Z [00:02:49.147]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/e5/e5f2f129bbb6e60d72b7ec2baa21f273668cac83777825d01c4aa681c8649f6d-d # internal
2025-08-20T20:32:33.4952657Z [00:02:49.147]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T20:32:33.4984920Z [00:02:49.150]➜  mkdir -p $WORK/b259/
2025-08-20T20:32:33.4985424Z [00:02:49.151]➜  cat >/tmp/go-build3897779518/b259/importcfg << 'EOF' # internal
2025-08-20T20:32:33.4985782Z [00:02:49.151]➜  # import config
2025-08-20T20:32:33.4986321Z [00:02:49.151]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.4986891Z [00:02:49.151]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.4987454Z [00:02:49.151]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.4988606Z [00:02:49.151]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3897779518/b260/_pkg_.a
2025-08-20T20:32:33.4989437Z [00:02:49.151]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:33.4990150Z [00:02:49.151]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3897779518/b261/_pkg_.a
2025-08-20T20:32:33.4990870Z [00:02:49.151]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:33.4991567Z [00:02:49.151]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:33.4992180Z [00:02:49.151]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:33.4992754Z [00:02:49.151]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:33.4993300Z [00:02:49.151]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.4993818Z [00:02:49.151]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.4994337Z [00:02:49.151]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.4994871Z [00:02:49.151]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.4995407Z [00:02:49.151]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:33.4995964Z [00:02:49.151]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:33.4996387Z [00:02:49.151]➜  EOF
2025-08-20T20:32:33.5002196Z [00:02:49.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b259=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid od97ONJwL_gE_Po7QM-U/od97ONJwL_gE_Po7QM-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T20:32:33.5244266Z [00:02:49.176]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/73/73808f58803cd6f7292d692c1cbd0332ef0b0c6e30b6edb650347568280c7298-d # internal
2025-08-20T20:32:33.5244969Z [00:02:49.176]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T20:32:33.5245284Z [00:02:49.176]➜  mkdir -p $WORK/b099/
2025-08-20T20:32:33.5259387Z [00:02:49.177]➜  cat >/tmp/go-build3897779518/b099/importcfg << 'EOF' # internal
2025-08-20T20:32:33.5259830Z [00:02:49.177]➜  # import config
2025-08-20T20:32:33.5260166Z [00:02:49.177]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:33.5260626Z [00:02:49.177]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.5261056Z [00:02:49.177]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:33.5261483Z [00:02:49.177]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.5261896Z [00:02:49.177]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.5262312Z [00:02:49.177]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:33.5262625Z [00:02:49.177]➜  EOF
2025-08-20T20:32:33.5276020Z [00:02:49.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b099=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid zXlFwOhYG2xqH4V-5EIk/zXlFwOhYG2xqH4V-5EIk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/cleanhttp.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go
2025-08-20T20:32:33.5482374Z [00:02:49.200]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T20:32:33.5532278Z [00:02:49.205]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/ad/ad2710d5bf8e1c2caef1355054d0c1cc0bb09b25ae293ccdaaaa6ffe0b47a1f3-d # internal
2025-08-20T20:32:33.5539585Z [00:02:49.205]➜  golang.org/x/oauth2/internal
2025-08-20T20:32:33.5539948Z [00:02:49.206]➜  mkdir -p $WORK/b200/
2025-08-20T20:32:33.5584682Z [00:02:49.210]➜  cat >/tmp/go-build3897779518/b200/importcfg << 'EOF' # internal
2025-08-20T20:32:33.5588770Z [00:02:49.211]➜  # import config
2025-08-20T20:32:33.5598435Z [00:02:49.211]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:33.5598918Z [00:02:49.211]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:33.5599390Z [00:02:49.211]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:33.5600256Z [00:02:49.211]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:33.5600730Z [00:02:49.211]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:33.5601173Z [00:02:49.211]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.5601585Z [00:02:49.211]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.5601981Z [00:02:49.211]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.5602398Z [00:02:49.211]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.5602808Z [00:02:49.211]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:33.5603228Z [00:02:49.211]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.5603651Z [00:02:49.211]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.5604076Z [00:02:49.211]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.5604512Z [00:02:49.211]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.5604927Z [00:02:49.211]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.5605358Z [00:02:49.211]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:33.5605790Z [00:02:49.211]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.5606099Z [00:02:49.211]➜  EOF
2025-08-20T20:32:33.5608803Z [00:02:49.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b200=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ePGu0dCS5cUzb4kHN8cN/ePGu0dCS5cUzb4kHN8cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/transport.go
2025-08-20T20:32:33.5633466Z [00:02:49.215]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:32:33.5649166Z [00:02:49.217]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/2c/2c3f509e483a550998203189fb595ef2a3d91744a2f07675683b1be59be96c11-d # internal
2025-08-20T20:32:33.5657383Z [00:02:49.217]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T20:32:33.5657836Z [00:02:49.217]➜  mkdir -p $WORK/b198/
2025-08-20T20:32:33.5666306Z [00:02:49.219]➜  cat >/tmp/go-build3897779518/b198/importcfg << 'EOF' # internal
2025-08-20T20:32:33.5669529Z [00:02:49.219]➜  # import config
2025-08-20T20:32:33.5672047Z [00:02:49.219]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.5673159Z [00:02:49.219]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:33.5673621Z [00:02:49.219]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:33.5674083Z [00:02:49.219]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.5674493Z [00:02:49.219]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.5675013Z [00:02:49.219]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3897779518/b099/_pkg_.a
2025-08-20T20:32:33.5675507Z [00:02:49.219]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.5675910Z [00:02:49.219]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:33.5676325Z [00:02:49.219]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.5676749Z [00:02:49.219]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:33.5677188Z [00:02:49.219]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.5677616Z [00:02:49.219]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.5685254Z [00:02:49.219]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.5686075Z [00:02:49.219]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:33.5686506Z [00:02:49.219]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.5686932Z [00:02:49.219]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.5687349Z [00:02:49.219]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.5687911Z [00:02:49.219]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.5688288Z [00:02:49.219]➜  EOF
2025-08-20T20:32:33.5690809Z [00:02:49.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b198=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid 35SxKOBJuU4C2TXSp1Ed/35SxKOBJuU4C2TXSp1Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/cert_error_go120.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/client.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/roundtripper.go
2025-08-20T20:32:33.6411727Z [00:02:49.292]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:32:33.6415227Z [00:02:49.294]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T20:32:33.6417466Z [00:02:49.294]➜  golang.org/x/oauth2
2025-08-20T20:32:33.6418588Z [00:02:49.294]➜  mkdir -p $WORK/b199/
2025-08-20T20:32:33.6423051Z [00:02:49.294]➜  cat >/tmp/go-build3897779518/b199/importcfg << 'EOF' # internal
2025-08-20T20:32:33.6424222Z [00:02:49.294]➜  # import config
2025-08-20T20:32:33.6425784Z [00:02:49.294]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.6426503Z [00:02:49.294]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:33.6440710Z [00:02:49.294]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:33.6442103Z [00:02:49.294]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:33.6443544Z [00:02:49.294]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:33.6444451Z [00:02:49.294]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:33.6445100Z [00:02:49.294]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.6446061Z [00:02:49.294]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.6447180Z [00:02:49.294]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3897779518/b200/_pkg_.a
2025-08-20T20:32:33.6448093Z [00:02:49.294]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.6449753Z [00:02:49.294]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:33.6450529Z [00:02:49.294]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.6451118Z [00:02:49.294]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.6451849Z [00:02:49.294]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.6452875Z [00:02:49.294]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.6453364Z [00:02:49.294]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.6453789Z [00:02:49.294]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.6454218Z [00:02:49.294]➜  EOF
2025-08-20T20:32:33.6456721Z [00:02:49.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b199=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/transport.go
2025-08-20T20:32:33.6784114Z [00:02:49.330]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:32:33.6810424Z [00:02:49.333]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/48/48403e4f3a31420a4a8b77ba422f8700079c44141d7423d0bb1777ddad7aeea4-d # internal
2025-08-20T20:32:33.6839492Z [00:02:49.333]➜  github.com/aymerick/douceur/css
2025-08-20T20:32:33.6840259Z [00:02:49.333]➜  mkdir -p $WORK/b269/
2025-08-20T20:32:33.6913719Z [00:02:49.344]➜  cat >/tmp/go-build3897779518/b269/importcfg << 'EOF' # internal
2025-08-20T20:32:33.6915102Z [00:02:49.344]➜  # import config
2025-08-20T20:32:33.6915747Z [00:02:49.344]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.6916553Z [00:02:49.344]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.6917303Z [00:02:49.344]➜  EOF
2025-08-20T20:32:33.6920192Z [00:02:49.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b269=>" -p github.com/aymerick/douceur/css -lang=go1.16 -complete -installsuffix shared -buildid v7MtN9_ugUHFIrYbAyPT/v7MtN9_ugUHFIrYbAyPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/declaration.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/rule.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/stylesheet.go
2025-08-20T20:32:33.7404136Z [00:02:49.392]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T20:32:33.7417135Z [00:02:49.394]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/bb/bbd79740427aaa41a348fdb1513f184d2e085a40e0bc0ea620c3b1cac221ab18-d # internal
2025-08-20T20:32:33.7418358Z [00:02:49.394]➜  github.com/gorilla/css/scanner
2025-08-20T20:32:33.7419216Z [00:02:49.394]➜  mkdir -p $WORK/b270/
2025-08-20T20:32:33.7426335Z [00:02:49.395]➜  cat >/tmp/go-build3897779518/b270/importcfg << 'EOF' # internal
2025-08-20T20:32:33.7427031Z [00:02:49.395]➜  # import config
2025-08-20T20:32:33.7428070Z [00:02:49.395]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.7428546Z [00:02:49.395]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:33.7429378Z [00:02:49.395]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.7429870Z [00:02:49.395]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:33.7430324Z [00:02:49.395]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:33.7430659Z [00:02:49.395]➜  EOF
2025-08-20T20:32:33.7432688Z [00:02:49.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b270=>" -p github.com/gorilla/css/scanner -lang=go1.20 -complete -installsuffix shared -buildid OBaF_mRnFEApk9JN7YKW/OBaF_mRnFEApk9JN7YKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/doc.go /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/scanner.go
2025-08-20T20:32:33.7480631Z [00:02:49.400]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:32:33.7496532Z [00:02:49.402]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T20:32:33.7544035Z [00:02:49.406]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T20:32:33.7556897Z [00:02:49.408]➜  mkdir -p $WORK/b095/
2025-08-20T20:32:33.7568742Z [00:02:49.409]➜  cat >/tmp/go-build3897779518/b095/importcfg << 'EOF' # internal
2025-08-20T20:32:33.7569862Z [00:02:49.409]➜  # import config
2025-08-20T20:32:33.7570649Z [00:02:49.409]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.7571091Z [00:02:49.409]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:33.7571548Z [00:02:49.409]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:33.7571996Z [00:02:49.409]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.7572410Z [00:02:49.409]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.7572960Z [00:02:49.409]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3897779518/b098/_pkg_.a
2025-08-20T20:32:33.7573592Z [00:02:49.409]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3897779518/b099/_pkg_.a
2025-08-20T20:32:33.7574218Z [00:02:49.409]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3897779518/b198/_pkg_.a
2025-08-20T20:32:33.7574790Z [00:02:49.409]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:33.7575325Z [00:02:49.409]➜  packagefile golang.org/x/time/rate=/tmp/go-build3897779518/b201/_pkg_.a
2025-08-20T20:32:33.7575785Z [00:02:49.409]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.7576190Z [00:02:49.409]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:33.7576600Z [00:02:49.409]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:33.7577009Z [00:02:49.409]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.7577440Z [00:02:49.409]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:33.7578038Z [00:02:49.409]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:33.7578507Z [00:02:49.409]➜  packagefile mime/multipart=/tmp/go-build3897779518/b192/_pkg_.a
2025-08-20T20:32:33.7578943Z [00:02:49.409]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:33.7579360Z [00:02:49.409]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.7579800Z [00:02:49.409]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.7580206Z [00:02:49.409]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:33.7580637Z [00:02:49.409]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:33.7581084Z [00:02:49.409]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:33.7581503Z [00:02:49.409]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:33.7582190Z [00:02:49.409]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:33.7582697Z [00:02:49.409]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.7583128Z [00:02:49.409]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.7583564Z [00:02:49.409]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.7583972Z [00:02:49.409]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.7584286Z [00:02:49.409]➜  EOF
2025-08-20T20:32:33.7649421Z [00:02:49.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1=>gitlab.com/gitlab-org/api/client-go@v0.141.1;$WORK/b095=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid OfuALgRAA1MCnUmo3VsN/OfuALgRAA1MCnUmo3VsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/access_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/alert_management.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/appearance.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/application_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/applications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/audit_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/avatar.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/award_emojis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/broadcast_messages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/bulk_imports.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/ci_yml_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/client_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/cluster_agents.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/commits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/container_registry.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/container_registry_protection_rules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/context.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/custom_attributes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/database_migrations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/dependencies.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/dependency_list_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/dependency_proxy.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/deploy_keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/deploy_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/deployments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/deployments_merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/discussions.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/dockerfile_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/dora_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/draft_notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/enterprise_users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/epic_issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/epics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/error_tracking.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/event_parsing.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/event_systemhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/event_webhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/external_status_checks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/feature_flag_user_lists.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/freeze_periods.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/generic_packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/geo_nodes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/geo_sites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitignore_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlab.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/graphql.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_activity_analytics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_epic_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_scim.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_serviceaccounts.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_ssh_certificates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/group_wikis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/groups.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/import.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/instance_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/instance_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/integrations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/invites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/issue_links.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/issues_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/job_token_scope.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/jobs.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/license.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/license_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/markdown.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/member_roles.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/merge_request_approval_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/merge_request_approvals.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/merge_trains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/metadata.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/namespaces.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/notifications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pages_domains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pagination.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/personal_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pipeline_schedules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pipeline_triggers.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/pipelines.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/plan_limits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_mirror.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/project_vulnerabilities.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/projects.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/protected_branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/protected_tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/releaselinks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/repositories.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/repository_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/repository_submodules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/request_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_group.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_iteration_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_label_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_milestone_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_state_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/resource_weight_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/runners.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/search.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/secure_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/services.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/sidekiq_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/snippet_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/strings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/system_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/terraform_states.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/time_stats.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/todos.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/topics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/usage_data.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/validate.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/version.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/wikis.go
2025-08-20T20:32:33.7843643Z [00:02:49.436]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T20:32:33.7852430Z [00:02:49.437]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/1f/1f8ec6c1406f93d4fad73bca2f962fb907808c3be36d706e24753bed82777ca0-d # internal
2025-08-20T20:32:33.7854532Z [00:02:49.438]➜  golang.org/x/oauth2/endpoints
2025-08-20T20:32:33.7856406Z [00:02:49.438]➜  mkdir -p $WORK/b216/
2025-08-20T20:32:33.7862171Z [00:02:49.438]➜  cat >/tmp/go-build3897779518/b216/importcfg << 'EOF' # internal
2025-08-20T20:32:33.7862570Z [00:02:49.438]➜  # import config
2025-08-20T20:32:33.7862968Z [00:02:49.438]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:33.7863450Z [00:02:49.438]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.7863767Z [00:02:49.438]➜  EOF
2025-08-20T20:32:33.7866163Z [00:02:49.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints=>golang.org/x/oauth2@v0.30.0/endpoints;$WORK/b216=>" -p golang.org/x/oauth2/endpoints -lang=go1.23 -complete -installsuffix shared -buildid 42PD25DX_S1QTjkyRi8R/42PD25DX_S1QTjkyRi8R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints/endpoints.go
2025-08-20T20:32:33.8044726Z [00:02:49.456]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:32:33.8049912Z [00:02:49.457]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/35/35aef082726173d9630d95d0b3725e7ec6a162ba97868af4966cd368ca2ce6a7-d # internal
2025-08-20T20:32:33.8053908Z [00:02:49.457]➜  gitlab.com/gitlab-org/api/client-go/gitlaboauth2
2025-08-20T20:32:33.8054649Z [00:02:49.458]➜  mkdir -p $WORK/b215/
2025-08-20T20:32:33.8059583Z [00:02:49.458]➜  cat >/tmp/go-build3897779518/b215/importcfg << 'EOF' # internal
2025-08-20T20:32:33.8060450Z [00:02:49.458]➜  # import config
2025-08-20T20:32:33.8060844Z [00:02:49.458]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:33.8061457Z [00:02:49.458]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.8062049Z [00:02:49.458]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:33.8062711Z [00:02:49.458]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build3897779518/b216/_pkg_.a
2025-08-20T20:32:33.8063416Z [00:02:49.458]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:33.8064357Z [00:02:49.458]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:33.8064986Z [00:02:49.458]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.8065529Z [00:02:49.458]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.8066055Z [00:02:49.458]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:33.8066462Z [00:02:49.458]➜  EOF
2025-08-20T20:32:33.8077600Z [00:02:49.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlaboauth2=>gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlaboauth2;$WORK/b215=>" -p gitlab.com/gitlab-org/api/client-go/gitlaboauth2 -lang=go1.23 -complete -installsuffix shared -buildid vJKfATx4M9XaKGZZfLlG/vJKfATx4M9XaKGZZfLlG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlaboauth2/callback_server.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlaboauth2/config.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.141.1/gitlaboauth2/flow.go
2025-08-20T20:32:33.8569581Z [00:02:49.509]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:32:33.8588569Z [00:02:49.511]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/10/10920ceb0702ecc2f435cc9ed14c465ea68308015469a1fa7839ecd00734566e-d # internal
2025-08-20T20:32:33.8596395Z [00:02:49.512]➜  github.com/aymerick/douceur/parser
2025-08-20T20:32:33.8597301Z [00:02:49.512]➜  mkdir -p $WORK/b268/
2025-08-20T20:32:33.8613759Z [00:02:49.513]➜  cat >/tmp/go-build3897779518/b268/importcfg << 'EOF' # internal
2025-08-20T20:32:33.8614291Z [00:02:49.513]➜  # import config
2025-08-20T20:32:33.8614644Z [00:02:49.513]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.8615065Z [00:02:49.513]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.8615608Z [00:02:49.513]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3897779518/b269/_pkg_.a
2025-08-20T20:32:33.8616203Z [00:02:49.513]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3897779518/b270/_pkg_.a
2025-08-20T20:32:33.8616699Z [00:02:49.513]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:33.8617124Z [00:02:49.513]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.8617457Z [00:02:49.513]➜  EOF
2025-08-20T20:32:33.8619500Z [00:02:49.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b268=>" -p github.com/aymerick/douceur/parser -lang=go1.16 -complete -installsuffix shared -buildid 9KLDNNUvz3Pxi3WJ31iF/9KLDNNUvz3Pxi3WJ31iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T20:32:33.8813818Z [00:02:49.532]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T20:32:33.8847173Z [00:02:49.537]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/3b/3ba1705ddb26076c8c5bc3ef241e64546a24a9edeacc5900419728b5ea467081-d # internal
2025-08-20T20:32:33.8854834Z [00:02:49.537]➜  github.com/charmbracelet/lipgloss
2025-08-20T20:32:33.8855894Z [00:02:49.538]➜  mkdir -p $WORK/b246/
2025-08-20T20:32:33.8857454Z [00:02:49.538]➜  cat >/tmp/go-build3897779518/b246/importcfg << 'EOF' # internal
2025-08-20T20:32:33.8862754Z [00:02:49.538]➜  # import config
2025-08-20T20:32:33.8863251Z [00:02:49.538]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:33.8863871Z [00:02:49.538]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3897779518/b259/_pkg_.a
2025-08-20T20:32:33.8870415Z [00:02:49.538]➜  packagefile github.com/muesli/termenv=/tmp/go-build3897779518/b263/_pkg_.a
2025-08-20T20:32:33.8871061Z [00:02:49.538]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:33.8871977Z [00:02:49.538]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.8872464Z [00:02:49.538]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:33.8872887Z [00:02:49.538]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.8873313Z [00:02:49.538]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.8873988Z [00:02:49.538]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:33.8874413Z [00:02:49.538]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:33.8874725Z [00:02:49.538]➜  EOF
2025-08-20T20:32:33.8884619Z [00:02:49.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834;$WORK/b246=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid _Iob2uul_DYC8nhtzRVn/_Iob2uul_DYC8nhtzRVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/lipgloss.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/whitespace.go
2025-08-20T20:32:33.8984206Z [00:02:49.550]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T20:32:33.9020781Z [00:02:49.551]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/58/58b25082a6bcec7f7bca885017dccb9fc0628f53423506799d02134c0dec27e6-d # internal
2025-08-20T20:32:33.9025773Z [00:02:49.551]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T20:32:33.9041266Z [00:02:49.556]➜  mkdir -p $WORK/b271/
2025-08-20T20:32:33.9042442Z [00:02:49.556]➜  cat >/tmp/go-build3897779518/b271/importcfg << 'EOF' # internal
2025-08-20T20:32:33.9043579Z [00:02:49.556]➜  # import config
2025-08-20T20:32:33.9044143Z [00:02:49.556]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:33.9049769Z [00:02:49.556]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.9050133Z [00:02:49.556]➜  EOF
2025-08-20T20:32:33.9052089Z [00:02:49.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css=>github.com/microcosm-cc/bluemonday@v1.0.27/css;$WORK/b271=>" -p github.com/microcosm-cc/bluemonday/css -lang=go1.19 -complete -installsuffix shared -buildid cQ-VqQWrxUx83Czc2ONL/cQ-VqQWrxUx83Czc2ONL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T20:32:33.9054044Z [00:02:49.556]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T20:32:33.9175922Z [00:02:49.569]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/7f/7f31d8f0571a4c91e2583be4eee4dc74d12850f30640681d1a20cddf0de7b9d4-d # internal
2025-08-20T20:32:33.9177913Z [00:02:49.569]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T20:32:33.9178290Z [00:02:49.569]➜  mkdir -p $WORK/b237/
2025-08-20T20:32:33.9179126Z [00:02:49.570]➜  cat >/tmp/go-build3897779518/b237/importcfg << 'EOF' # internal
2025-08-20T20:32:33.9179476Z [00:02:49.570]➜  # import config
2025-08-20T20:32:33.9179906Z [00:02:49.570]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:33.9180592Z [00:02:49.570]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3897779518/b238/_pkg_.a
2025-08-20T20:32:33.9181264Z [00:02:49.570]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3897779518/b242/_pkg_.a
2025-08-20T20:32:33.9181921Z [00:02:49.570]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3897779518/b244/_pkg_.a
2025-08-20T20:32:33.9182435Z [00:02:49.570]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.9182736Z [00:02:49.570]➜  EOF
2025-08-20T20:32:33.9184636Z [00:02:49.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick=>github.com/alecthomas/chroma/v2@v2.14.0/quick;$WORK/b237=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.19 -complete -installsuffix shared -buildid MfU6-jPjZ6M2RnOaQADI/MfU6-jPjZ6M2RnOaQADI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick/quick.go
2025-08-20T20:32:33.9357798Z [00:02:49.588]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:32:33.9362971Z [00:02:49.588]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/26/2679d823a16e88db4ede9f15b2b5ce92e985936099cd5616a523896ad227924d-d # internal
2025-08-20T20:32:33.9371722Z [00:02:49.589]➜  golang.org/x/net/html
2025-08-20T20:32:33.9372317Z [00:02:49.589]➜  mkdir -p $WORK/b272/
2025-08-20T20:32:33.9393163Z [00:02:49.590]➜  cat >/tmp/go-build3897779518/b272/importcfg << 'EOF' # internal
2025-08-20T20:32:33.9393608Z [00:02:49.590]➜  # import config
2025-08-20T20:32:33.9393956Z [00:02:49.590]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:33.9394406Z [00:02:49.590]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:33.9394825Z [00:02:49.590]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:33.9395243Z [00:02:49.590]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:33.9395731Z [00:02:49.590]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3897779518/b273/_pkg_.a
2025-08-20T20:32:33.9396206Z [00:02:49.590]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:33.9396982Z [00:02:49.590]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:33.9397475Z [00:02:49.590]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:33.9398110Z [00:02:49.590]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:33.9398562Z [00:02:49.590]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:33.9398894Z [00:02:49.590]➜  EOF
2025-08-20T20:32:33.9402599Z [00:02:49.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html=>golang.org/x/net@v0.42.0/html;$WORK/b272=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid gZxCUXWHm8Xetmx4GAKf/gZxCUXWHm8Xetmx4GAKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/token.go
2025-08-20T20:32:34.1112711Z [00:02:49.763]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T20:32:34.1170744Z [00:02:49.769]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/cd/cd7a2e2f1231055468d9387f36031382cda5522fefb8d3225ca11dff93e25cff-d # internal
2025-08-20T20:32:34.1177379Z [00:02:49.769]➜  github.com/muesli/reflow/ansi
2025-08-20T20:32:34.1177916Z [00:02:49.769]➜  mkdir -p $WORK/b275/
2025-08-20T20:32:34.1178376Z [00:02:49.770]➜  cat >/tmp/go-build3897779518/b275/importcfg << 'EOF' # internal
2025-08-20T20:32:34.1178724Z [00:02:49.770]➜  # import config
2025-08-20T20:32:34.1179103Z [00:02:49.770]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.1179618Z [00:02:49.770]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:34.1180101Z [00:02:49.770]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.1180531Z [00:02:49.770]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:34.1180884Z [00:02:49.770]➜  EOF
2025-08-20T20:32:34.1194943Z [00:02:49.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b275=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid dtB_3jT3vF_7Yrg9u8Cr/dtB_3jT3vF_7Yrg9u8Cr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/ansi.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/buffer.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/writer.go
2025-08-20T20:32:34.1512618Z [00:02:49.803]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T20:32:34.1521350Z [00:02:49.804]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/fc/fc95752d9a818fd93badc74374f4f12582444efa041b0dcd1569a7d117de566b-d # internal
2025-08-20T20:32:34.1525077Z [00:02:49.805]➜  github.com/muesli/reflow/indent
2025-08-20T20:32:34.1525448Z [00:02:49.805]➜  mkdir -p $WORK/b274/
2025-08-20T20:32:34.1532719Z [00:02:49.805]➜  cat >/tmp/go-build3897779518/b274/importcfg << 'EOF' # internal
2025-08-20T20:32:34.1533435Z [00:02:49.805]➜  # import config
2025-08-20T20:32:34.1534976Z [00:02:49.805]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.1535836Z [00:02:49.805]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3897779518/b275/_pkg_.a
2025-08-20T20:32:34.1536699Z [00:02:49.805]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.1541345Z [00:02:49.805]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.1541770Z [00:02:49.805]➜  EOF
2025-08-20T20:32:34.1543602Z [00:02:49.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b274=>" -p github.com/muesli/reflow/indent -lang=go1.13 -complete -installsuffix shared -buildid JWmwmWq6KO25emRkAC8h/JWmwmWq6KO25emRkAC8h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T20:32:34.1626007Z [00:02:49.815]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T20:32:34.1676549Z [00:02:49.820]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/95/959374ae7af47dba6fe2545266a1857b18031fab2a30d1f6cd827fba0d69a10c-d # internal
2025-08-20T20:32:34.1677214Z [00:02:49.820]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T20:32:34.1686155Z [00:02:49.821]➜  mkdir -p $WORK/b265/
2025-08-20T20:32:34.1710093Z [00:02:49.823]➜  cat >/tmp/go-build3897779518/b265/importcfg << 'EOF' # internal
2025-08-20T20:32:34.1710959Z [00:02:49.823]➜  # import config
2025-08-20T20:32:34.1711839Z [00:02:49.823]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3897779518/b246/_pkg_.a
2025-08-20T20:32:34.1712633Z [00:02:49.823]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:34.1713915Z [00:02:49.823]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:34.1714923Z [00:02:49.823]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:34.1715357Z [00:02:49.823]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.1715673Z [00:02:49.823]➜  EOF
2025-08-20T20:32:34.1719263Z [00:02:49.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table;$WORK/b265=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid LQFCxwOb_RsOVbBYBJsm/LQFCxwOb_RsOVbBYBJsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/resizing.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/rows.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/table.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/util.go
2025-08-20T20:32:34.1850513Z [00:02:49.837]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T20:32:34.1860018Z [00:02:49.838]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/e3/e39704cd4e4ccd22aab5b60c4789937c01720bdfc84d837f86d6367ec3c68802-d # internal
2025-08-20T20:32:34.1860663Z [00:02:49.838]➜  github.com/muesli/reflow/padding
2025-08-20T20:32:34.1860974Z [00:02:49.838]➜  mkdir -p $WORK/b276/
2025-08-20T20:32:34.1861343Z [00:02:49.838]➜  cat >/tmp/go-build3897779518/b276/importcfg << 'EOF' # internal
2025-08-20T20:32:34.1861685Z [00:02:49.838]➜  # import config
2025-08-20T20:32:34.1862021Z [00:02:49.838]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.1862546Z [00:02:49.838]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:34.1863120Z [00:02:49.838]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3897779518/b275/_pkg_.a
2025-08-20T20:32:34.1863599Z [00:02:49.838]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.1864013Z [00:02:49.838]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.1864327Z [00:02:49.838]➜  EOF
2025-08-20T20:32:34.1866515Z [00:02:49.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b276=>" -p github.com/muesli/reflow/padding -lang=go1.13 -complete -installsuffix shared -buildid _NTt9XivZX-o23BlJ4uo/_NTt9XivZX-o23BlJ4uo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T20:32:34.2234958Z [00:02:49.875]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T20:32:34.2260833Z [00:02:49.876]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/c9/c971dc36a4c7358d123cc2d94048487c5a52f87bb05abc9536c30bd3189e2381-d # internal
2025-08-20T20:32:34.2261464Z [00:02:49.876]➜  github.com/muesli/reflow/wordwrap
2025-08-20T20:32:34.2261779Z [00:02:49.876]➜  mkdir -p $WORK/b277/
2025-08-20T20:32:34.2262158Z [00:02:49.876]➜  cat >/tmp/go-build3897779518/b277/importcfg << 'EOF' # internal
2025-08-20T20:32:34.2262502Z [00:02:49.876]➜  # import config
2025-08-20T20:32:34.2262869Z [00:02:49.876]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.2263382Z [00:02:49.877]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3897779518/b275/_pkg_.a
2025-08-20T20:32:34.2263884Z [00:02:49.877]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.2264309Z [00:02:49.877]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:34.2264624Z [00:02:49.877]➜  EOF
2025-08-20T20:32:34.2266930Z [00:02:49.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b277=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid 4mvYm8hDCyHCS8ixX2LW/4mvYm8hDCyHCS8ixX2LW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T20:32:34.2512020Z [00:02:49.903]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T20:32:34.2525057Z [00:02:49.904]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/d4/d49546eb42e62f7ec7b116ea7b5fa6ff5c5faf09ef952be504131c1fe36644dd-d # internal
2025-08-20T20:32:34.2525774Z [00:02:49.904]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T20:32:34.2526094Z [00:02:49.904]➜  mkdir -p $WORK/b279/
2025-08-20T20:32:34.2526472Z [00:02:49.904]➜  cat >/tmp/go-build3897779518/b279/importcfg << 'EOF' # internal
2025-08-20T20:32:34.2526844Z [00:02:49.904]➜  # import config
2025-08-20T20:32:34.2527179Z [00:02:49.904]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:34.2527486Z [00:02:49.904]➜  EOF
2025-08-20T20:32:34.2529987Z [00:02:49.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition=>github.com/yuin/goldmark-emoji@v1.0.5/definition;$WORK/b279=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.15 -complete -installsuffix shared -buildid nCpmENKuhE9JOPuQ9PjT/nCpmENKuhE9JOPuQ9PjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/definition.go /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/github.go
2025-08-20T20:32:34.2769678Z [00:02:49.928]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T20:32:34.2770474Z [00:02:49.929]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/de/dedaff5a62d409fa6f23175dbc708f01388dd290965e6a99e171ac87be5c131b-d # internal
2025-08-20T20:32:34.2785002Z [00:02:49.930]➜  github.com/yuin/goldmark/util
2025-08-20T20:32:34.2786010Z [00:02:49.931]➜  mkdir -p $WORK/b282/
2025-08-20T20:32:34.2788953Z [00:02:49.931]➜  cat >/tmp/go-build3897779518/b282/importcfg << 'EOF' # internal
2025-08-20T20:32:34.2789523Z [00:02:49.931]➜  # import config
2025-08-20T20:32:34.2790968Z [00:02:49.931]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.2791781Z [00:02:49.931]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.2792274Z [00:02:49.931]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:34.2792699Z [00:02:49.931]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:34.2793116Z [00:02:49.931]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:34.2793534Z [00:02:49.931]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:34.2793972Z [00:02:49.931]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:34.2794387Z [00:02:49.931]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:34.2794835Z [00:02:49.931]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:34.2795165Z [00:02:49.931]➜  EOF
2025-08-20T20:32:34.2798177Z [00:02:49.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util=>github.com/yuin/goldmark@v1.7.8/util;$WORK/b282=>" -p github.com/yuin/goldmark/util -lang=go1.19 -complete -installsuffix shared -buildid j_xcw54ZuhnGpvEFavp1/j_xcw54ZuhnGpvEFavp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/html5entities.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/unicode_case_folding.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_unsafe_go121.go
2025-08-20T20:32:34.3035350Z [00:02:49.955]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T20:32:34.3076248Z [00:02:49.959]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/e6/e6ba42695552d865fac7b62e943b0f2ce65e3f6ee113c306415793c40e209414-d # internal
2025-08-20T20:32:34.3085060Z [00:02:49.960]➜  github.com/microcosm-cc/bluemonday
2025-08-20T20:32:34.3090486Z [00:02:49.961]➜  mkdir -p $WORK/b267/
2025-08-20T20:32:34.3099450Z [00:02:49.962]➜  cat >/tmp/go-build3897779518/b267/importcfg << 'EOF' # internal
2025-08-20T20:32:34.3102107Z [00:02:49.962]➜  # import config
2025-08-20T20:32:34.3104699Z [00:02:49.962]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.3105182Z [00:02:49.962]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:34.3105638Z [00:02:49.962]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.3106186Z [00:02:49.962]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3897779518/b268/_pkg_.a
2025-08-20T20:32:34.3106820Z [00:02:49.962]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3897779518/b271/_pkg_.a
2025-08-20T20:32:34.3107395Z [00:02:49.962]➜  packagefile golang.org/x/net/html=/tmp/go-build3897779518/b272/_pkg_.a
2025-08-20T20:32:34.3108036Z [00:02:49.962]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.3108487Z [00:02:49.962]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:34.3108924Z [00:02:49.962]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:34.3109347Z [00:02:49.962]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:34.3109903Z [00:02:49.962]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.3110220Z [00:02:49.962]➜  EOF
2025-08-20T20:32:34.3124381Z [00:02:49.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b267=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid z7whiyqrPs3fZE66cP10/z7whiyqrPs3fZE66cP10 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/doc.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/helpers.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policies.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policy.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/sanitize.go
2025-08-20T20:32:34.4403162Z [00:02:50.092]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T20:32:34.4455275Z [00:02:50.098]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/6d/6d048d4d4ab33e9ba7d86b6e980c72e56c97d4cd28e54ed3735331e0b2b7e0bf-d # internal
2025-08-20T20:32:34.4491947Z [00:02:50.101]➜  github.com/google/shlex
2025-08-20T20:32:34.4499646Z [00:02:50.102]➜  mkdir -p $WORK/b292/
2025-08-20T20:32:34.4524744Z [00:02:50.105]➜  cat >/tmp/go-build3897779518/b292/importcfg << 'EOF' # internal
2025-08-20T20:32:34.4526678Z [00:02:50.105]➜  # import config
2025-08-20T20:32:34.4527437Z [00:02:50.105]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:34.4528307Z [00:02:50.105]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.4529879Z [00:02:50.105]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.4530351Z [00:02:50.105]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.4530674Z [00:02:50.105]➜  EOF
2025-08-20T20:32:34.4532694Z [00:02:50.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510=>github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510;$WORK/b292=>" -p github.com/google/shlex -lang=go1.13 -complete -installsuffix shared -buildid FK1nOKhicDESVi-DBOt3/FK1nOKhicDESVi-DBOt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510/shlex.go
2025-08-20T20:32:34.4773974Z [00:02:50.128]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T20:32:34.4781434Z [00:02:50.130]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/6e/6e85142b737c21ae588830469a9a023a636b9a4afe66963922374c04275cac07-d # internal
2025-08-20T20:32:34.4782941Z [00:02:50.130]➜  gitlab.com/gitlab-org/cli/internal/browser
2025-08-20T20:32:34.4783752Z [00:02:50.130]➜  mkdir -p $WORK/b291/
2025-08-20T20:32:34.4784398Z [00:02:50.130]➜  cat >/tmp/go-build3897779518/b291/importcfg << 'EOF' # internal
2025-08-20T20:32:34.4784848Z [00:02:50.130]➜  # import config
2025-08-20T20:32:34.4785332Z [00:02:50.130]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:34.4786530Z [00:02:50.130]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:34.4787146Z [00:02:50.130]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:34.4787872Z [00:02:50.130]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:34.4788982Z [00:02:50.130]➜  EOF
2025-08-20T20:32:34.4790879Z [00:02:50.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser=>gitlab.com/gitlab-org/cli/internal/browser;$WORK/b291=>" -p gitlab.com/gitlab-org/cli/internal/browser -lang=go1.25 -complete -installsuffix shared -buildid B7k5Qlr9u9O8c-h2k5G8/B7k5Qlr9u9O8c-h2k5G8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser/browser.go
2025-08-20T20:32:34.5108680Z [00:02:50.163]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T20:32:34.5122260Z [00:02:50.164]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/7e/7ea9fc5285bff34a258efb3ad7fc73a410539c566f4e375c0e462b2c13004287-d # internal
2025-08-20T20:32:34.5124832Z [00:02:50.164]➜  gitlab.com/gitlab-org/cli/internal/prompt
2025-08-20T20:32:34.5125792Z [00:02:50.165]➜  mkdir -p $WORK/b293/
2025-08-20T20:32:34.5134412Z [00:02:50.165]➜  cat >/tmp/go-build3897779518/b293/importcfg << 'EOF' # internal
2025-08-20T20:32:34.5134827Z [00:02:50.165]➜  # import config
2025-08-20T20:32:34.5135164Z [00:02:50.165]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.5136080Z [00:02:50.165]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:34.5136782Z [00:02:50.165]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build3897779518/b062/_pkg_.a
2025-08-20T20:32:34.5137310Z [00:02:50.165]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:34.5137626Z [00:02:50.165]➜  EOF
2025-08-20T20:32:34.5141251Z [00:02:50.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt=>gitlab.com/gitlab-org/cli/internal/prompt;$WORK/b293=>" -p gitlab.com/gitlab-org/cli/internal/prompt -lang=go1.25 -complete -installsuffix shared -buildid UcjyiunvEu5RVJbX6kNG/UcjyiunvEu5RVJbX6kNG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/prompt.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/stubber.go
2025-08-20T20:32:34.5520890Z [00:02:50.204]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T20:32:34.5533219Z [00:02:50.205]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/4b/4be767b2aa703da54135e81a81b188b691e1ead7e08cf98388b14080ac1f9456-d # internal
2025-08-20T20:32:34.5538201Z [00:02:50.205]➜  gitlab.com/gitlab-org/cli/internal/run
2025-08-20T20:32:34.5538596Z [00:02:50.205]➜  mkdir -p $WORK/b294/
2025-08-20T20:32:34.5538979Z [00:02:50.206]➜  cat >/tmp/go-build3897779518/b294/importcfg << 'EOF' # internal
2025-08-20T20:32:34.5539323Z [00:02:50.206]➜  # import config
2025-08-20T20:32:34.5540100Z [00:02:50.206]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.5540516Z [00:02:50.206]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.5540916Z [00:02:50.206]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:34.5541331Z [00:02:50.206]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:34.5541757Z [00:02:50.206]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.5542071Z [00:02:50.206]➜  EOF
2025-08-20T20:32:34.5543860Z [00:02:50.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/run=>gitlab.com/gitlab-org/cli/internal/run;$WORK/b294=>" -p gitlab.com/gitlab-org/cli/internal/run -lang=go1.25 -complete -installsuffix shared -buildid O1BIaHP4pbaywZuVRxFm/O1BIaHP4pbaywZuVRxFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/run/run.go
2025-08-20T20:32:34.5834802Z [00:02:50.235]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T20:32:34.5844572Z [00:02:50.236]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/f6/f67f5b00306cfa0e481dbf0c5e11453e54cf3e9ede067d140d520a7c3326203d-d # internal
2025-08-20T20:32:34.5848546Z [00:02:50.237]➜  gitlab.com/gitlab-org/cli/internal/execext
2025-08-20T20:32:34.5848900Z [00:02:50.237]➜  mkdir -p $WORK/b296/
2025-08-20T20:32:34.5850909Z [00:02:50.237]➜  cat >/tmp/go-build3897779518/b296/importcfg << 'EOF' # internal
2025-08-20T20:32:34.5852115Z [00:02:50.237]➜  # import config
2025-08-20T20:32:34.5852741Z [00:02:50.237]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:34.5853435Z [00:02:50.237]➜  EOF
2025-08-20T20:32:34.5873391Z [00:02:50.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext=>gitlab.com/gitlab-org/cli/internal/execext;$WORK/b296=>" -p gitlab.com/gitlab-org/cli/internal/execext -lang=go1.25 -complete -installsuffix shared -buildid vr1h2EegEzE7-mYj7zZ1/vr1h2EegEzE7-mYj7zZ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp.go
2025-08-20T20:32:34.6018898Z [00:02:50.254]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T20:32:34.6025564Z [00:02:50.254]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/39/398961013429228f4beb1557872c8fb90ee22ce2463d7d65c276132026ab7d94-d # internal
2025-08-20T20:32:34.6029732Z [00:02:50.255]➜  gitlab.com/gitlab-org/cli/internal/surveyext
2025-08-20T20:32:34.6032145Z [00:02:50.255]➜  mkdir -p $WORK/b295/
2025-08-20T20:32:34.6032561Z [00:02:50.255]➜  cat >/tmp/go-build3897779518/b295/importcfg << 'EOF' # internal
2025-08-20T20:32:34.6032911Z [00:02:50.255]➜  # import config
2025-08-20T20:32:34.6033249Z [00:02:50.255]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.6033774Z [00:02:50.255]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:34.6034445Z [00:02:50.255]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build3897779518/b219/_pkg_.a
2025-08-20T20:32:34.6035080Z [00:02:50.255]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build3897779518/b222/_pkg_.a
2025-08-20T20:32:34.6035719Z [00:02:50.255]➜  packagefile gitlab.com/gitlab-org/cli/internal/execext=/tmp/go-build3897779518/b296/_pkg_.a
2025-08-20T20:32:34.6036242Z [00:02:50.255]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.6036649Z [00:02:50.255]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:34.6037064Z [00:02:50.255]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:34.6037513Z [00:02:50.255]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:34.6038133Z [00:02:50.255]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:34.6038451Z [00:02:50.255]➜  EOF
2025-08-20T20:32:34.6040645Z [00:02:50.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/surveyext=>gitlab.com/gitlab-org/cli/internal/surveyext;$WORK/b295=>" -p gitlab.com/gitlab-org/cli/internal/surveyext -lang=go1.25 -complete -installsuffix shared -buildid aP2PRXNO7K9bsDv4XtXr/aP2PRXNO7K9bsDv4XtXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/surveyext/surveyext.go
2025-08-20T20:32:34.6792061Z [00:02:50.330]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T20:32:34.6792832Z [00:02:50.331]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/5b/5bb723eac70a3801dfa7e3a401c3eda55e89129593fd032fc4c0bc9d5d03b6ff-d # internal
2025-08-20T20:32:34.6793408Z [00:02:50.331]➜  golang.org/x/sync/errgroup
2025-08-20T20:32:34.6793698Z [00:02:50.331]➜  mkdir -p $WORK/b297/
2025-08-20T20:32:34.6794101Z [00:02:50.331]➜  cat >/tmp/go-build3897779518/b297/importcfg << 'EOF' # internal
2025-08-20T20:32:34.6794464Z [00:02:50.331]➜  # import config
2025-08-20T20:32:34.6794810Z [00:02:50.331]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:34.6795229Z [00:02:50.331]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.6795640Z [00:02:50.331]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:34.6795945Z [00:02:50.331]➜  EOF
2025-08-20T20:32:34.6797843Z [00:02:50.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b297=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid T2hLdnynigI0jskXGfHM/T2hLdnynigI0jskXGfHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T20:32:34.7033939Z [00:02:50.355]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T20:32:34.7039989Z [00:02:50.356]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T20:32:34.7043173Z [00:02:50.356]➜  net/http/httputil
2025-08-20T20:32:34.7044981Z [00:02:50.356]➜  mkdir -p $WORK/b298/
2025-08-20T20:32:34.7045382Z [00:02:50.356]➜  cat >/tmp/go-build3897779518/b298/importcfg << 'EOF' # internal
2025-08-20T20:32:34.7045733Z [00:02:50.356]➜  # import config
2025-08-20T20:32:34.7046159Z [00:02:50.356]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:32:34.7047014Z [00:02:50.356]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:34.7047504Z [00:02:50.356]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:34.7048110Z [00:02:50.356]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:34.7048541Z [00:02:50.356]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:34.7048972Z [00:02:50.356]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.7049504Z [00:02:50.356]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b180/_pkg_.a
2025-08-20T20:32:34.7050016Z [00:02:50.356]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.7050415Z [00:02:50.356]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:34.7050820Z [00:02:50.356]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:34.7051224Z [00:02:50.356]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:34.7051653Z [00:02:50.356]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:34.7052125Z [00:02:50.356]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:34.7052626Z [00:02:50.356]➜  packagefile net/http/internal=/tmp/go-build3897779518/b195/_pkg_.a
2025-08-20T20:32:34.7053163Z [00:02:50.356]➜  packagefile net/http/internal/ascii=/tmp/go-build3897779518/b196/_pkg_.a
2025-08-20T20:32:34.7053944Z [00:02:50.356]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:34.7054395Z [00:02:50.356]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:34.7054820Z [00:02:50.356]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.7055243Z [00:02:50.356]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:34.7055655Z [00:02:50.356]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:34.7055960Z [00:02:50.356]➜  EOF
2025-08-20T20:32:34.7058161Z [00:02:50.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b298=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid UMWp8Y83QDD3lJNWqUiy/UMWp8Y83QDD3lJNWqUiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T20:32:34.8906055Z [00:02:50.542]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T20:32:34.8932672Z [00:02:50.545]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/33/33701c5c1f72afa9e39434dbe537418d4b2e6d200c63a57ff52646f461ec3b71-d # internal
2025-08-20T20:32:34.8939704Z [00:02:50.545]➜  github.com/fsnotify/fsnotify/internal
2025-08-20T20:32:34.8940059Z [00:02:50.545]➜  mkdir -p $WORK/b302/
2025-08-20T20:32:34.8940475Z [00:02:50.546]➜  cat >/tmp/go-build3897779518/b302/importcfg << 'EOF' # internal
2025-08-20T20:32:34.8940822Z [00:02:50.546]➜  # import config
2025-08-20T20:32:34.8942685Z [00:02:50.546]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.8943717Z [00:02:50.546]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:34.8944726Z [00:02:50.546]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:34.8945250Z [00:02:50.546]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.8945695Z [00:02:50.546]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:34.8946114Z [00:02:50.546]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:34.8946423Z [00:02:50.546]➜  EOF
2025-08-20T20:32:34.8949782Z [00:02:50.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/internal=>github.com/fsnotify/fsnotify@v1.8.0/internal;$WORK/b302=>" -p github.com/fsnotify/fsnotify/internal -lang=go1.17 -complete -installsuffix shared -buildid KsuXqOWTvqkSpAO3Lre9/KsuXqOWTvqkSpAO3Lre9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/internal/debug_linux.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/internal/internal.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/internal/unix.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/internal/unix2.go
2025-08-20T20:32:34.9563861Z [00:02:50.608]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T20:32:34.9571726Z [00:02:50.609]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/a2/a262f30852b23c62ff8b71eab2a56a1ce7c768efb71d56b7dc99294043bec7a2-d # internal
2025-08-20T20:32:34.9608251Z [00:02:50.612]➜  github.com/fsnotify/fsnotify
2025-08-20T20:32:34.9608980Z [00:02:50.612]➜  mkdir -p $WORK/b301/
2025-08-20T20:32:34.9609933Z [00:02:50.612]➜  cat >/tmp/go-build3897779518/b301/importcfg << 'EOF' # internal
2025-08-20T20:32:34.9610375Z [00:02:50.612]➜  # import config
2025-08-20T20:32:34.9610730Z [00:02:50.612]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:34.9611151Z [00:02:50.612]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:34.9611695Z [00:02:50.612]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3897779518/b302/_pkg_.a
2025-08-20T20:32:34.9612751Z [00:02:50.612]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:34.9613215Z [00:02:50.612]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:34.9613622Z [00:02:50.612]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:34.9614030Z [00:02:50.612]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:34.9614465Z [00:02:50.612]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:34.9614933Z [00:02:50.612]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:34.9615352Z [00:02:50.612]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:34.9615760Z [00:02:50.612]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:34.9616063Z [00:02:50.612]➜  EOF
2025-08-20T20:32:34.9618279Z [00:02:50.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0=>github.com/fsnotify/fsnotify@v1.8.0;$WORK/b301=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid ewlZJVKp3vXscQEgM2cd/ewlZJVKp3vXscQEgM2cd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.8.0/fsnotify.go
2025-08-20T20:32:35.0121703Z [00:02:50.664]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T20:32:35.0164016Z [00:02:50.668]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/1d/1d3984b4972ce9d8ab82c160543e008dda083b031f5d4d95c212e283b468ff97-d # internal
2025-08-20T20:32:35.0172657Z [00:02:50.669]➜  github.com/go-viper/mapstructure/v2/internal/errors
2025-08-20T20:32:35.0173424Z [00:02:50.669]➜  mkdir -p $WORK/b304/
2025-08-20T20:32:35.0190264Z [00:02:50.671]➜  cat >/tmp/go-build3897779518/b304/importcfg << 'EOF' # internal
2025-08-20T20:32:35.0190934Z [00:02:50.671]➜  # import config
2025-08-20T20:32:35.0191590Z [00:02:50.671]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.0192161Z [00:02:50.671]➜  EOF
2025-08-20T20:32:35.0210047Z [00:02:50.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors=>github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors;$WORK/b304=>" -p github.com/go-viper/mapstructure/v2/internal/errors -lang=go1.18 -complete -installsuffix shared -buildid FSAGlrqXoSgrUPv0TxA5/FSAGlrqXoSgrUPv0TxA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors/join.go
2025-08-20T20:32:35.0320020Z [00:02:50.684]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T20:32:35.0329585Z [00:02:50.685]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/e0/e0462aefbdc9ddbae9bb9a24359e72c5bb97e68402728932cedcdd1bb863ee13-d # internal
2025-08-20T20:32:35.0334710Z [00:02:50.686]➜  github.com/go-viper/mapstructure/v2
2025-08-20T20:32:35.0342050Z [00:02:50.686]➜  mkdir -p $WORK/b303/
2025-08-20T20:32:35.0352444Z [00:02:50.687]➜  cat >/tmp/go-build3897779518/b303/importcfg << 'EOF' # internal
2025-08-20T20:32:35.0353097Z [00:02:50.687]➜  # import config
2025-08-20T20:32:35.0353710Z [00:02:50.687]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:35.0354450Z [00:02:50.687]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:35.0355157Z [00:02:50.687]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.0355971Z [00:02:50.687]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.0356910Z [00:02:50.687]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3897779518/b304/_pkg_.a
2025-08-20T20:32:35.0358088Z [00:02:50.687]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:35.0359203Z [00:02:50.687]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:35.0359803Z [00:02:50.687]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:35.0360350Z [00:02:50.687]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:35.0361079Z [00:02:50.687]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:35.0362088Z [00:02:50.687]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.0362685Z [00:02:50.687]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.0363121Z [00:02:50.687]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:35.0363434Z [00:02:50.687]➜  EOF
2025-08-20T20:32:35.0381250Z [00:02:50.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1=>github.com/go-viper/mapstructure/v2@v2.2.1;$WORK/b303=>" -p github.com/go-viper/mapstructure/v2 -lang=go1.18 -complete -installsuffix shared -buildid 5b5sBxn_VZOwY3t0gDwT/5b5sBxn_VZOwY3t0gDwT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/decode_hooks.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/mapstructure.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/reflect_go1_20.go
2025-08-20T20:32:35.0928031Z [00:02:50.745]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T20:32:35.0954817Z [00:02:50.747]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/48/4882ba4bf53a9c1990565bf61d5b7838b54e5755784562cbb49c7a2fc9982c75-d # internal
2025-08-20T20:32:35.0957059Z [00:02:50.748]➜  runtime/debug
2025-08-20T20:32:35.0958596Z [00:02:50.748]➜  mkdir -p $WORK/b309/
2025-08-20T20:32:35.0963891Z [00:02:50.749]➜  echo -n > $WORK/b309/go_asm.h # internal
2025-08-20T20:32:35.0965911Z [00:02:50.749]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:32:35.0969446Z [00:02:50.749]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b309=>" -I $WORK/b309/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b309/symabis ./debug.s
2025-08-20T20:32:35.1006950Z [00:02:50.753]➜  cat >/tmp/go-build3897779518/b309/importcfg << 'EOF' # internal
2025-08-20T20:32:35.1007386Z [00:02:50.753]➜  # import config
2025-08-20T20:32:35.1007933Z [00:02:50.753]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.1008831Z [00:02:50.753]➜  packagefile internal/poll=/tmp/go-build3897779518/b058/_pkg_.a
2025-08-20T20:32:35.1009338Z [00:02:50.753]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:35.1009759Z [00:02:50.753]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:35.1010185Z [00:02:50.753]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:35.1010612Z [00:02:50.753]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.1011056Z [00:02:50.753]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.1011476Z [00:02:50.753]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:35.1011783Z [00:02:50.753]➜  EOF
2025-08-20T20:32:35.1012054Z [00:02:50.753]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:35.1014173Z [00:02:50.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b309=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b309/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack -asmhdr $WORK/b309/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-20T20:32:35.2333958Z [00:02:50.885]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:32:35.2336048Z [00:02:50.885]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b309=>" -I $WORK/b309/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b309/debug.o ./debug.s
2025-08-20T20:32:35.2420413Z [00:02:50.894]➜  go tool pack r $WORK/b309/_pkg_.a $WORK/b309/debug.o # internal
2025-08-20T20:32:35.2420943Z [00:02:50.894]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T20:32:35.2421650Z [00:02:50.894]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T20:32:35.2422238Z [00:02:50.894]➜  github.com/sourcegraph/conc/panics
2025-08-20T20:32:35.2422555Z [00:02:50.894]➜  mkdir -p $WORK/b308/
2025-08-20T20:32:35.2422922Z [00:02:50.894]➜  cat >/tmp/go-build3897779518/b308/importcfg << 'EOF' # internal
2025-08-20T20:32:35.2423265Z [00:02:50.894]➜  # import config
2025-08-20T20:32:35.2423591Z [00:02:50.894]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.2424032Z [00:02:50.894]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:35.2424481Z [00:02:50.894]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:35.2424943Z [00:02:50.894]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:35.2425269Z [00:02:50.894]➜  EOF
2025-08-20T20:32:35.2431353Z [00:02:50.895]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:35.2433827Z [00:02:50.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics=>github.com/sourcegraph/conc@v0.3.0/panics;$WORK/b308=>" -p github.com/sourcegraph/conc/panics -lang=go1.19 -complete -installsuffix shared -buildid HzxH2HCsoFH0bCsJu8Hs/HzxH2HCsoFH0bCsJu8Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/panics.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/try.go
2025-08-20T20:32:35.2852063Z [00:02:50.937]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T20:32:35.2858790Z [00:02:50.938]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/82/828a02e90227d1b4044a90e17dae034df201b57bdb5752b811aaac4af6ac5067-d # internal
2025-08-20T20:32:35.2859574Z [00:02:50.938]➜  github.com/sourcegraph/conc
2025-08-20T20:32:35.2859975Z [00:02:50.938]➜  mkdir -p $WORK/b307/
2025-08-20T20:32:35.2873499Z [00:02:50.939]➜  cat >/tmp/go-build3897779518/b307/importcfg << 'EOF' # internal
2025-08-20T20:32:35.2874423Z [00:02:50.939]➜  # import config
2025-08-20T20:32:35.2875106Z [00:02:50.939]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3897779518/b308/_pkg_.a
2025-08-20T20:32:35.2875750Z [00:02:50.939]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:35.2876152Z [00:02:50.939]➜  EOF
2025-08-20T20:32:35.2878062Z [00:02:50.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0=>github.com/sourcegraph/conc@v0.3.0;$WORK/b307=>" -p github.com/sourcegraph/conc -lang=go1.19 -complete -installsuffix shared -buildid 8f-M9dXbjEUGew891sz1/8f-M9dXbjEUGew891sz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/waitgroup.go
2025-08-20T20:32:35.3108920Z [00:02:50.963]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T20:32:35.3109409Z [00:02:50.963]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T20:32:35.3124572Z [00:02:50.964]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/90/90dddb76e82dd3beb05a3aa45613aa759e5d0f5751920e6cf1c44cd80c61afc4-d # internal
2025-08-20T20:32:35.3125791Z [00:02:50.965]➜  github.com/sourcegraph/conc/internal/multierror
2025-08-20T20:32:35.3126594Z [00:02:50.965]➜  mkdir -p $WORK/b310/
2025-08-20T20:32:35.3136755Z [00:02:50.966]➜  cat >/tmp/go-build3897779518/b310/importcfg << 'EOF' # internal
2025-08-20T20:32:35.3139205Z [00:02:50.966]➜  # import config
2025-08-20T20:32:35.3140197Z [00:02:50.966]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.3140580Z [00:02:50.966]➜  EOF
2025-08-20T20:32:35.3142765Z [00:02:50.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror=>github.com/sourcegraph/conc@v0.3.0/internal/multierror;$WORK/b310=>" -p github.com/sourcegraph/conc/internal/multierror -lang=go1.19 -complete -installsuffix shared -buildid zRcurVuCrvOCMgIwAVLi/zRcurVuCrvOCMgIwAVLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror/multierror_go120.go
2025-08-20T20:32:35.3169538Z [00:02:50.969]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/70/703fb04d9133464e3979181a5edd0e0f9a28906bbf03a6234bfec8f5f71d12d4-d # internal
2025-08-20T20:32:35.3201056Z [00:02:50.972]➜  github.com/spf13/afero/internal/common
2025-08-20T20:32:35.3201613Z [00:02:50.972]➜  mkdir -p $WORK/b312/
2025-08-20T20:32:35.3210030Z [00:02:50.973]➜  cat >/tmp/go-build3897779518/b312/importcfg << 'EOF' # internal
2025-08-20T20:32:35.3210658Z [00:02:50.973]➜  # import config
2025-08-20T20:32:35.3211149Z [00:02:50.973]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:35.3211600Z [00:02:50.973]➜  EOF
2025-08-20T20:32:35.3213732Z [00:02:50.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.12.0/internal/common=>github.com/spf13/afero@v1.12.0/internal/common;$WORK/b312=>" -p github.com/spf13/afero/internal/common -lang=go1.21 -complete -installsuffix shared -buildid YLVooYFNFu4TKqRuno18/YLVooYFNFu4TKqRuno18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/internal/common/adapters.go
2025-08-20T20:32:35.3312294Z [00:02:50.983]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T20:32:35.3321417Z [00:02:50.984]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/68/68991a4b903eaef78f3449f2ea1dd567857ed30a527d3fc7962f27690a61705e-d # internal
2025-08-20T20:32:35.3327944Z [00:02:50.985]➜  github.com/sourcegraph/conc/iter
2025-08-20T20:32:35.3328479Z [00:02:50.985]➜  mkdir -p $WORK/b306/
2025-08-20T20:32:35.3333309Z [00:02:50.985]➜  cat >/tmp/go-build3897779518/b306/importcfg << 'EOF' # internal
2025-08-20T20:32:35.3334532Z [00:02:50.986]➜  # import config
2025-08-20T20:32:35.3335343Z [00:02:50.986]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3897779518/b307/_pkg_.a
2025-08-20T20:32:35.3336095Z [00:02:50.986]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3897779518/b310/_pkg_.a
2025-08-20T20:32:35.3336686Z [00:02:50.986]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:35.3337317Z [00:02:50.986]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:35.3337934Z [00:02:50.986]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:35.3338448Z [00:02:50.986]➜  EOF
2025-08-20T20:32:35.3340533Z [00:02:50.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter=>github.com/sourcegraph/conc@v0.3.0/iter;$WORK/b306=>" -p github.com/sourcegraph/conc/iter -lang=go1.19 -complete -installsuffix shared -buildid oZZm_wNdmyUuiETq-n2h/oZZm_wNdmyUuiETq-n2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/iter.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/map.go
2025-08-20T20:32:35.3504231Z [00:02:51.002]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T20:32:35.3511600Z [00:02:51.003]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/59/59438294e28d90a303a064b882fbd48bddd057c73307400ba262fa1cf4da0ac7-d # internal
2025-08-20T20:32:35.3512630Z [00:02:51.003]➜  golang.org/x/text/runes
2025-08-20T20:32:35.3512927Z [00:02:51.003]➜  mkdir -p $WORK/b314/
2025-08-20T20:32:35.3515874Z [00:02:51.004]➜  cat >/tmp/go-build3897779518/b314/importcfg << 'EOF' # internal
2025-08-20T20:32:35.3516254Z [00:02:51.004]➜  # import config
2025-08-20T20:32:35.3516681Z [00:02:51.004]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.3517182Z [00:02:51.004]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:35.3517646Z [00:02:51.004]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:35.3518132Z [00:02:51.004]➜  EOF
2025-08-20T20:32:35.3549262Z [00:02:51.005]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T20:32:35.3551475Z [00:02:51.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/runes=>golang.org/x/text@v0.28.0/runes;$WORK/b314=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid jrMJeNqAzKhBHdYKwyNl/jrMJeNqAzKhBHdYKwyNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/runes/runes.go
2025-08-20T20:32:35.3553630Z [00:02:51.006]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/14/149e0ab41d2dd42f74221974bcc1b50f5db707f91777adfc9926f24a494bb0c7-d # internal
2025-08-20T20:32:35.3566396Z [00:02:51.008]➜  github.com/spf13/afero/mem
2025-08-20T20:32:35.3566791Z [00:02:51.008]➜  mkdir -p $WORK/b313/
2025-08-20T20:32:35.3567192Z [00:02:51.009]➜  cat >/tmp/go-build3897779518/b313/importcfg << 'EOF' # internal
2025-08-20T20:32:35.3567539Z [00:02:51.009]➜  # import config
2025-08-20T20:32:35.3568016Z [00:02:51.009]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.3568446Z [00:02:51.009]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.3568993Z [00:02:51.009]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3897779518/b312/_pkg_.a
2025-08-20T20:32:35.3569521Z [00:02:51.009]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:35.3569929Z [00:02:51.009]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:35.3570329Z [00:02:51.009]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:35.3570764Z [00:02:51.009]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:35.3571205Z [00:02:51.009]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:35.3571991Z [00:02:51.009]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:35.3572535Z [00:02:51.009]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:35.3572970Z [00:02:51.009]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:35.3573273Z [00:02:51.009]➜  EOF
2025-08-20T20:32:35.3575438Z [00:02:51.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.12.0/mem=>github.com/spf13/afero@v1.12.0/mem;$WORK/b313=>" -p github.com/spf13/afero/mem -lang=go1.21 -complete -installsuffix shared -buildid LUgnEYCRnzKrhLCm8iGL/LUgnEYCRnzKrhLCm8iGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/mem/dir.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/mem/dirmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/mem/file.go
2025-08-20T20:32:35.4164670Z [00:02:51.068]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T20:32:35.4179576Z [00:02:51.070]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/fa/fa07e6ee6b65f09e721cbdb5d20e4d67dd9b0685478a5b6671297ebdd397f10c-d # internal
2025-08-20T20:32:35.4186744Z [00:02:51.071]➜  html/template
2025-08-20T20:32:35.4187506Z [00:02:51.071]➜  mkdir -p $WORK/b316/
2025-08-20T20:32:35.4201881Z [00:02:51.072]➜  cat >/tmp/go-build3897779518/b316/importcfg << 'EOF' # internal
2025-08-20T20:32:35.4203106Z [00:02:51.072]➜  # import config
2025-08-20T20:32:35.4203966Z [00:02:51.072]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.4205198Z [00:02:51.072]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:35.4205655Z [00:02:51.072]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.4206069Z [00:02:51.072]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:35.4206526Z [00:02:51.072]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:35.4206999Z [00:02:51.072]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:35.4207413Z [00:02:51.072]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:35.4212916Z [00:02:51.072]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:35.4213353Z [00:02:51.072]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:35.4213756Z [00:02:51.072]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:35.4214221Z [00:02:51.072]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:35.4214669Z [00:02:51.072]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:35.4215094Z [00:02:51.072]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:35.4215522Z [00:02:51.072]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.4215946Z [00:02:51.072]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.4216375Z [00:02:51.072]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:35.4216819Z [00:02:51.072]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:35.4217311Z [00:02:51.072]➜  packagefile text/template/parse=/tmp/go-build3897779518/b075/_pkg_.a
2025-08-20T20:32:35.4217880Z [00:02:51.072]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:35.4218405Z [00:02:51.072]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:35.4218735Z [00:02:51.072]➜  EOF
2025-08-20T20:32:35.4223019Z [00:02:51.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b316=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T20:32:35.4239207Z [00:02:51.075]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T20:32:35.4247915Z [00:02:51.077]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/b4/b42e6ca591b51540cccce7f17d6aad95c258d913b09aec61c6f94aebf840ef86-d # internal
2025-08-20T20:32:35.4258667Z [00:02:51.078]➜  github.com/spf13/afero
2025-08-20T20:32:35.4267426Z [00:02:51.079]➜  mkdir -p $WORK/b311/
2025-08-20T20:32:35.4288725Z [00:02:51.081]➜  cat >/tmp/go-build3897779518/b311/importcfg << 'EOF' # internal
2025-08-20T20:32:35.4289651Z [00:02:51.081]➜  # import config
2025-08-20T20:32:35.4290276Z [00:02:51.081]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.4290925Z [00:02:51.081]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.4292440Z [00:02:51.081]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.4293281Z [00:02:51.081]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3897779518/b312/_pkg_.a
2025-08-20T20:32:35.4293883Z [00:02:51.081]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3897779518/b313/_pkg_.a
2025-08-20T20:32:35.4294432Z [00:02:51.081]➜  packagefile golang.org/x/text/runes=/tmp/go-build3897779518/b314/_pkg_.a
2025-08-20T20:32:35.4294987Z [00:02:51.081]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.4295581Z [00:02:51.081]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:35.4296067Z [00:02:51.081]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:35.4296474Z [00:02:51.081]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:35.4296880Z [00:02:51.081]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:35.4297303Z [00:02:51.081]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:35.4297920Z [00:02:51.081]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:35.4298407Z [00:02:51.081]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:35.4298855Z [00:02:51.081]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:35.4299301Z [00:02:51.081]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:35.4299732Z [00:02:51.081]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:35.4300164Z [00:02:51.081]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:35.4300583Z [00:02:51.081]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.4301012Z [00:02:51.081]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.4301429Z [00:02:51.081]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:35.4301847Z [00:02:51.081]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:35.4302276Z [00:02:51.081]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:35.4302697Z [00:02:51.081]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:35.4303007Z [00:02:51.081]➜  EOF
2025-08-20T20:32:35.4308675Z [00:02:51.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.12.0=>github.com/spf13/afero@v1.12.0;$WORK/b311=>" -p github.com/spf13/afero -lang=go1.21 -complete -installsuffix shared -buildid mSZBiac0KsQWEi-qc8eN/mSZBiac0KsQWEi-qc8eN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/afero.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/basepath.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/cacheOnReadFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/const_win_unix.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/copyOnWriteFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/httpFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/iofs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/ioutil.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/lstater.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/match.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/memmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/os.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/path.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/readonlyfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/regexpfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/symlink.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/unionFile.go /root/go/pkg/mod/github.com/spf13/afero@v1.12.0/util.go
2025-08-20T20:32:35.6985572Z [00:02:51.350]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T20:32:35.7086552Z [00:02:51.360]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T20:32:35.7094870Z [00:02:51.361]➜  github.com/spf13/cast
2025-08-20T20:32:35.7098322Z [00:02:51.362]➜  mkdir -p $WORK/b315/
2025-08-20T20:32:35.7107263Z [00:02:51.363]➜  cat >/tmp/go-build3897779518/b315/importcfg << 'EOF' # internal
2025-08-20T20:32:35.7112407Z [00:02:51.363]➜  # import config
2025-08-20T20:32:35.7112808Z [00:02:51.363]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:35.7113266Z [00:02:51.363]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.7113712Z [00:02:51.363]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.7114156Z [00:02:51.363]➜  packagefile html/template=/tmp/go-build3897779518/b316/_pkg_.a
2025-08-20T20:32:35.7114603Z [00:02:51.363]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:35.7115028Z [00:02:51.363]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.7115452Z [00:02:51.363]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.7115885Z [00:02:51.363]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:35.7116195Z [00:02:51.363]➜  EOF
2025-08-20T20:32:35.7118798Z [00:02:51.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.7.1=>github.com/spf13/cast@v1.7.1;$WORK/b315=>" -p github.com/spf13/cast -lang=go1.19 -complete -installsuffix shared -buildid 8CHc4lJ-xYtlyCuZkneK/8CHc4lJ-xYtlyCuZkneK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/caste.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/timeformattype_string.go
2025-08-20T20:32:35.7937113Z [00:02:51.446]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T20:32:35.7989594Z [00:02:51.451]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/13/1315f1b6a004f6d6989578ff750425d05ba7582004c614881110466d5b63e4ad-d # internal
2025-08-20T20:32:35.8006848Z [00:02:51.453]➜  github.com/sagikazarmark/locafero
2025-08-20T20:32:35.8009747Z [00:02:51.453]➜  mkdir -p $WORK/b305/
2025-08-20T20:32:35.8010979Z [00:02:51.453]➜  cat >/tmp/go-build3897779518/b305/importcfg << 'EOF' # internal
2025-08-20T20:32:35.8011496Z [00:02:51.453]➜  # import config
2025-08-20T20:32:35.8011946Z [00:02:51.453]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.8012462Z [00:02:51.453]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.8013108Z [00:02:51.453]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3897779518/b306/_pkg_.a
2025-08-20T20:32:35.8013769Z [00:02:51.453]➜  packagefile github.com/spf13/afero=/tmp/go-build3897779518/b311/_pkg_.a
2025-08-20T20:32:35.8014338Z [00:02:51.453]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:35.8014876Z [00:02:51.453]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:35.8015792Z [00:02:51.453]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.8016233Z [00:02:51.453]➜  EOF
2025-08-20T20:32:35.8019112Z [00:02:51.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.7.0=>github.com/sagikazarmark/locafero@v0.7.0;$WORK/b305=>" -p github.com/sagikazarmark/locafero -lang=go1.21 -complete -installsuffix shared -buildid seE_1eVdnFoJCRzaw1jv/seE_1eVdnFoJCRzaw1jv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.7.0/file_type.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.7.0/finder.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.7.0/glob.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.7.0/helpers.go
2025-08-20T20:32:35.8429115Z [00:02:51.495]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T20:32:35.8446434Z [00:02:51.497]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/c0/c04fe513932df0d99ea8fe1614fea149baa1d3bcb59bd92862d7b49c064a2939-d # internal
2025-08-20T20:32:35.8450435Z [00:02:51.497]➜  golang.org/x/text/encoding
2025-08-20T20:32:35.8450766Z [00:02:51.497]➜  mkdir -p $WORK/b320/
2025-08-20T20:32:35.8457335Z [00:02:51.498]➜  cat >/tmp/go-build3897779518/b320/importcfg << 'EOF' # internal
2025-08-20T20:32:35.8458189Z [00:02:51.498]➜  # import config
2025-08-20T20:32:35.8459002Z [00:02:51.498]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.8459766Z [00:02:51.498]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3897779518/b321/_pkg_.a
2025-08-20T20:32:35.8460421Z [00:02:51.498]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.8460909Z [00:02:51.498]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:35.8461326Z [00:02:51.498]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.8461771Z [00:02:51.498]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:35.8462123Z [00:02:51.498]➜  EOF
2025-08-20T20:32:35.8464670Z [00:02:51.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding=>golang.org/x/text@v0.28.0/encoding;$WORK/b320=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid 3pZ31j2iuJMX82BtmlCB/3pZ31j2iuJMX82BtmlCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/encoding.go
2025-08-20T20:32:35.8850917Z [00:02:51.537]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T20:32:35.8875511Z [00:02:51.540]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/ae/ae89949675679e80e337d42294e3dbf7363cd50ed668cd43bcfa44f73e38eeb7-d # internal
2025-08-20T20:32:35.8884642Z [00:02:51.541]➜  github.com/spf13/viper/internal/encoding/json
2025-08-20T20:32:35.8885383Z [00:02:51.541]➜  mkdir -p $WORK/b324/
2025-08-20T20:32:35.8897584Z [00:02:51.542]➜  cat >/tmp/go-build3897779518/b324/importcfg << 'EOF' # internal
2025-08-20T20:32:35.8899660Z [00:02:51.542]➜  # import config
2025-08-20T20:32:35.8900038Z [00:02:51.542]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:35.8900383Z [00:02:51.542]➜  EOF
2025-08-20T20:32:35.8941217Z [00:02:51.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json=>github.com/spf13/viper@v1.20.1/internal/encoding/json;$WORK/b324=>" -p github.com/spf13/viper/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid 1Gu99zE03b1LWdyW3l02/1Gu99zE03b1LWdyW3l02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json/codec.go
2025-08-20T20:32:35.9082226Z [00:02:51.560]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T20:32:35.9093140Z [00:02:51.560]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/b6/b6287373a97a606b594c43cc9d23af4c3482783256e6af9f186093e4e8d25bef-d # internal
2025-08-20T20:32:35.9094618Z [00:02:51.560]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T20:32:35.9094965Z [00:02:51.560]➜  mkdir -p $WORK/b328/
2025-08-20T20:32:35.9095341Z [00:02:51.560]➜  cat >/tmp/go-build3897779518/b328/importcfg << 'EOF' # internal
2025-08-20T20:32:35.9095688Z [00:02:51.560]➜  # import config
2025-08-20T20:32:35.9096018Z [00:02:51.560]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.9096468Z [00:02:51.560]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:35.9096791Z [00:02:51.560]➜  EOF
2025-08-20T20:32:35.9099323Z [00:02:51.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger=>github.com/pelletier/go-toml/v2@v2.2.3/internal/danger;$WORK/b328=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.21 -complete -installsuffix shared -buildid sd7XSy5KT2yZsDAKopnw/sd7XSy5KT2yZsDAKopnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger/danger.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger/typeid.go
2025-08-20T20:32:35.9132243Z [00:02:51.564]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T20:32:35.9142518Z [00:02:51.566]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/31/31d355b7055e0f9b6e7dd4bf8473464acff3d3d11f37e31a9511d3e0b4f8fb81-d # internal
2025-08-20T20:32:35.9143148Z [00:02:51.566]➜  golang.org/x/text/encoding/internal
2025-08-20T20:32:35.9143455Z [00:02:51.566]➜  mkdir -p $WORK/b322/
2025-08-20T20:32:35.9154540Z [00:02:51.567]➜  cat >/tmp/go-build3897779518/b322/importcfg << 'EOF' # internal
2025-08-20T20:32:35.9169089Z [00:02:51.567]➜  # import config
2025-08-20T20:32:35.9169538Z [00:02:51.567]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:35.9170229Z [00:02:51.567]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3897779518/b321/_pkg_.a
2025-08-20T20:32:35.9170870Z [00:02:51.567]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.9171251Z [00:02:51.567]➜  EOF
2025-08-20T20:32:35.9173528Z [00:02:51.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal=>golang.org/x/text@v0.28.0/encoding/internal;$WORK/b322=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid Pp09fVc-rO6QmcvDobwY/Pp09fVc-rO6QmcvDobwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/internal.go
2025-08-20T20:32:35.9297658Z [00:02:51.582]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T20:32:35.9302501Z [00:02:51.582]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/af/afd10fdb245a330008e51bb48e2618eea880c8ccda0312572dce0b7ce6755758-d # internal
2025-08-20T20:32:35.9312502Z [00:02:51.583]➜  golang.org/x/text/encoding/unicode
2025-08-20T20:32:35.9313317Z [00:02:51.583]➜  mkdir -p $WORK/b319/
2025-08-20T20:32:35.9315695Z [00:02:51.584]➜  cat >/tmp/go-build3897779518/b319/importcfg << 'EOF' # internal
2025-08-20T20:32:35.9316072Z [00:02:51.584]➜  # import config
2025-08-20T20:32:35.9316417Z [00:02:51.584]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.9316874Z [00:02:51.584]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:35.9317377Z [00:02:51.584]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:35.9318112Z [00:02:51.584]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3897779518/b322/_pkg_.a
2025-08-20T20:32:35.9318809Z [00:02:51.584]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3897779518/b321/_pkg_.a
2025-08-20T20:32:35.9319930Z [00:02:51.584]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3897779518/b323/_pkg_.a
2025-08-20T20:32:35.9320531Z [00:02:51.584]➜  packagefile golang.org/x/text/runes=/tmp/go-build3897779518/b314/_pkg_.a
2025-08-20T20:32:35.9321087Z [00:02:51.584]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.9321601Z [00:02:51.584]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:35.9322077Z [00:02:51.584]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:35.9322408Z [00:02:51.584]➜  EOF
2025-08-20T20:32:35.9324565Z [00:02:51.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode=>golang.org/x/text@v0.28.0/encoding/unicode;$WORK/b319=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid Z1EnIc5Sl1JnonbmAgG6/Z1EnIc5Sl1JnonbmAgG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode/unicode.go
2025-08-20T20:32:35.9342672Z [00:02:51.586]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T20:32:35.9354315Z [00:02:51.587]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/02/025be063430c531448ec9414655803487a6b52c39af44e2e1fca82ca0d90b13a-d # internal
2025-08-20T20:32:35.9363084Z [00:02:51.588]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T20:32:35.9365540Z [00:02:51.589]➜  mkdir -p $WORK/b330/
2025-08-20T20:32:35.9373669Z [00:02:51.589]➜  cat >/tmp/go-build3897779518/b330/importcfg << 'EOF' # internal
2025-08-20T20:32:35.9375277Z [00:02:51.589]➜  # import config
2025-08-20T20:32:35.9375908Z [00:02:51.589]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.9376746Z [00:02:51.589]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.9378014Z [00:02:51.589]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3897779518/b327/_pkg_.a
2025-08-20T20:32:35.9378839Z [00:02:51.589]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3897779518/b328/_pkg_.a
2025-08-20T20:32:35.9379417Z [00:02:51.589]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:35.9379739Z [00:02:51.589]➜  EOF
2025-08-20T20:32:35.9387173Z [00:02:51.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable=>github.com/pelletier/go-toml/v2@v2.2.3/unstable;$WORK/b330=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.21 -complete -installsuffix shared -buildid 6SpjGLVThM_RrL68O5IR/6SpjGLVThM_RrL68O5IR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/ast.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/builder.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/kind.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/scanner.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/unmarshaler.go
2025-08-20T20:32:35.9731089Z [00:02:51.625]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T20:32:35.9731895Z [00:02:51.625]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/fc/fc779877dacba32a8eb30046121cda512cb98e572b315e88190d47a45e89b422-d # internal
2025-08-20T20:32:35.9732474Z [00:02:51.625]➜  github.com/subosito/gotenv
2025-08-20T20:32:35.9732761Z [00:02:51.625]➜  mkdir -p $WORK/b318/
2025-08-20T20:32:35.9743154Z [00:02:51.626]➜  cat >/tmp/go-build3897779518/b318/importcfg << 'EOF' # internal
2025-08-20T20:32:35.9744571Z [00:02:51.626]➜  # import config
2025-08-20T20:32:35.9745802Z [00:02:51.626]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:35.9746954Z [00:02:51.626]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:35.9747867Z [00:02:51.626]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:35.9748680Z [00:02:51.626]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3897779518/b319/_pkg_.a
2025-08-20T20:32:35.9749440Z [00:02:51.626]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:35.9750687Z [00:02:51.626]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:35.9751102Z [00:02:51.626]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:35.9751544Z [00:02:51.626]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:35.9751993Z [00:02:51.626]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:35.9752410Z [00:02:51.626]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:35.9752847Z [00:02:51.626]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:35.9753277Z [00:02:51.626]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:35.9753592Z [00:02:51.626]➜  EOF
2025-08-20T20:32:35.9755330Z [00:02:51.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0=>github.com/subosito/gotenv@v1.6.0;$WORK/b318=>" -p github.com/subosito/gotenv -lang=go1.18 -complete -installsuffix shared -buildid W0A6OTlbBpdgaAyH9r4-/W0A6OTlbBpdgaAyH9r4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0/gotenv.go
2025-08-20T20:32:36.0003563Z [00:02:51.652]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T20:32:36.0077843Z [00:02:51.660]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/a5/a5c01c5f98fe87cf2a088839486ad1c1aa63762ff6561ffb86e9314ecc726c7c-d # internal
2025-08-20T20:32:36.0079187Z [00:02:51.660]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T20:32:36.0084045Z [00:02:51.661]➜  mkdir -p $WORK/b329/
2025-08-20T20:32:36.0087954Z [00:02:51.661]➜  cat >/tmp/go-build3897779518/b329/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0088488Z [00:02:51.661]➜  # import config
2025-08-20T20:32:36.0093919Z [00:02:51.661]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.0094424Z [00:02:51.661]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.0095398Z [00:02:51.661]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3897779518/b330/_pkg_.a
2025-08-20T20:32:36.0095999Z [00:02:51.661]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.0096309Z [00:02:51.661]➜  EOF
2025-08-20T20:32:36.0099186Z [00:02:51.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker=>github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker;$WORK/b329=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.21 -complete -installsuffix shared -buildid qWj4cPVHPooiUy_LnWzB/qWj4cPVHPooiUy_LnWzB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/key.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/seen.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/tracker.go
2025-08-20T20:32:36.0177021Z [00:02:51.669]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T20:32:36.0177885Z [00:02:51.670]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/02/02ed8680601e66cd93cd591fa715fd415f84d9262f40c07c141c63f38244dc3a-d # internal
2025-08-20T20:32:36.0195958Z [00:02:51.672]➜  github.com/spf13/viper/internal/encoding/dotenv
2025-08-20T20:32:36.0196730Z [00:02:51.672]➜  mkdir -p $WORK/b317/
2025-08-20T20:32:36.0200110Z [00:02:51.672]➜  cat >/tmp/go-build3897779518/b317/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0203393Z [00:02:51.672]➜  # import config
2025-08-20T20:32:36.0203745Z [00:02:51.672]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.0204161Z [00:02:51.672]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.0204635Z [00:02:51.672]➜  packagefile github.com/spf13/cast=/tmp/go-build3897779518/b315/_pkg_.a
2025-08-20T20:32:36.0205179Z [00:02:51.672]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3897779518/b318/_pkg_.a
2025-08-20T20:32:36.0205677Z [00:02:51.672]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:36.0206105Z [00:02:51.672]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.0206425Z [00:02:51.672]➜  EOF
2025-08-20T20:32:36.0208970Z [00:02:51.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv=>github.com/spf13/viper@v1.20.1/internal/encoding/dotenv;$WORK/b317=>" -p github.com/spf13/viper/internal/encoding/dotenv -lang=go1.21 -complete -installsuffix shared -buildid ETtiy5xhvq1sq_QP_sFP/ETtiy5xhvq1sq_QP_sFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/codec.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/map_utils.go
2025-08-20T20:32:36.0494617Z [00:02:51.701]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T20:32:36.0500999Z [00:02:51.702]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/33/338936eff480368bd3558f767f556d63bf14ff3a4ab60181e2bcb94912beeaaf-d # internal
2025-08-20T20:32:36.0508145Z [00:02:51.703]➜  github.com/spf13/viper/internal/encoding/yaml
2025-08-20T20:32:36.0516205Z [00:02:51.703]➜  mkdir -p $WORK/b331/
2025-08-20T20:32:36.0519039Z [00:02:51.703]➜  cat >/tmp/go-build3897779518/b331/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0519660Z [00:02:51.703]➜  # import config
2025-08-20T20:32:36.0522300Z [00:02:51.703]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:36.0522656Z [00:02:51.703]➜  EOF
2025-08-20T20:32:36.0525039Z [00:02:51.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml=>github.com/spf13/viper@v1.20.1/internal/encoding/yaml;$WORK/b331=>" -p github.com/spf13/viper/internal/encoding/yaml -lang=go1.21 -complete -installsuffix shared -buildid jX-KqlySsrAxJC8uOY1X/jX-KqlySsrAxJC8uOY1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml/codec.go
2025-08-20T20:32:36.0560359Z [00:02:51.708]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T20:32:36.0571154Z [00:02:51.709]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/ca/ca8ab2b59078401109fa19d67f8762c3b4d6dd0a7bb7ba2be516a42cd108229f-d # internal
2025-08-20T20:32:36.0572837Z [00:02:51.709]➜  github.com/pelletier/go-toml/v2
2025-08-20T20:32:36.0576699Z [00:02:51.710]➜  mkdir -p $WORK/b326/
2025-08-20T20:32:36.0577559Z [00:02:51.710]➜  cat >/tmp/go-build3897779518/b326/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0578335Z [00:02:51.710]➜  # import config
2025-08-20T20:32:36.0579153Z [00:02:51.710]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.0579640Z [00:02:51.710]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:36.0580135Z [00:02:51.710]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:36.0580584Z [00:02:51.710]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.0581044Z [00:02:51.710]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.0581636Z [00:02:51.710]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3897779518/b327/_pkg_.a
2025-08-20T20:32:36.0582865Z [00:02:51.710]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3897779518/b328/_pkg_.a
2025-08-20T20:32:36.0583580Z [00:02:51.710]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3897779518/b329/_pkg_.a
2025-08-20T20:32:36.0584264Z [00:02:51.710]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3897779518/b330/_pkg_.a
2025-08-20T20:32:36.0584779Z [00:02:51.710]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.0585186Z [00:02:51.710]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:36.0585621Z [00:02:51.710]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.0586049Z [00:02:51.710]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:36.0586473Z [00:02:51.710]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.0586904Z [00:02:51.710]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.0587359Z [00:02:51.710]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:36.0587961Z [00:02:51.710]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.0588439Z [00:02:51.710]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:36.0588759Z [00:02:51.710]➜  EOF
2025-08-20T20:32:36.0592949Z [00:02:51.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3=>github.com/pelletier/go-toml/v2@v2.2.3;$WORK/b326=>" -p github.com/pelletier/go-toml/v2 -lang=go1.21 -complete -installsuffix shared -buildid ar8VbyAjETTUuBWqkZcq/ar8VbyAjETTUuBWqkZcq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/decode.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/errors.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/marshaler.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/strict.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/types.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unmarshaler.go
2025-08-20T20:32:36.0688894Z [00:02:51.721]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T20:32:36.0692185Z [00:02:51.721]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/be/be211f663b439c72daff9bed254dbed38d0d3186534a1a27f48accebd3519078-d # internal
2025-08-20T20:32:36.0693133Z [00:02:51.721]➜  log/slog/internal/buffer
2025-08-20T20:32:36.0695195Z [00:02:51.721]➜  mkdir -p $WORK/b335/
2025-08-20T20:32:36.0696080Z [00:02:51.722]➜  cat >/tmp/go-build3897779518/b335/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0696454Z [00:02:51.722]➜  # import config
2025-08-20T20:32:36.0696799Z [00:02:51.722]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.0697112Z [00:02:51.722]➜  EOF
2025-08-20T20:32:36.0698874Z [00:02:51.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b335=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T20:32:36.0856575Z [00:02:51.738]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T20:32:36.0867004Z [00:02:51.739]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T20:32:36.0874857Z [00:02:51.740]➜  log/slog
2025-08-20T20:32:36.0875335Z [00:02:51.740]➜  mkdir -p $WORK/b333/
2025-08-20T20:32:36.0889549Z [00:02:51.741]➜  cat >/tmp/go-build3897779518/b333/importcfg << 'EOF' # internal
2025-08-20T20:32:36.0890368Z [00:02:51.741]➜  # import config
2025-08-20T20:32:36.0891154Z [00:02:51.741]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.0891593Z [00:02:51.741]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:36.0892031Z [00:02:51.741]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:36.0892485Z [00:02:51.741]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:36.0892931Z [00:02:51.741]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.0893344Z [00:02:51.741]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.0893759Z [00:02:51.741]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.0894162Z [00:02:51.741]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:36.0894596Z [00:02:51.741]➜  packagefile log/internal=/tmp/go-build3897779518/b186/_pkg_.a
2025-08-20T20:32:36.0895076Z [00:02:51.741]➜  packagefile log/slog/internal=/tmp/go-build3897779518/b334/_pkg_.a
2025-08-20T20:32:36.0895613Z [00:02:51.741]➜  packagefile log/slog/internal/buffer=/tmp/go-build3897779518/b335/_pkg_.a
2025-08-20T20:32:36.0896088Z [00:02:51.741]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:36.0896508Z [00:02:51.741]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.0896934Z [00:02:51.741]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.0897355Z [00:02:51.741]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:36.0897974Z [00:02:51.741]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.0898468Z [00:02:51.741]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.0898894Z [00:02:51.741]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.0899327Z [00:02:51.741]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:36.0899754Z [00:02:51.741]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.0900183Z [00:02:51.741]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:36.0900628Z [00:02:51.741]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:36.0900959Z [00:02:51.741]➜  EOF
2025-08-20T20:32:36.0903594Z [00:02:51.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b333=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T20:32:36.1229846Z [00:02:51.773]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:32:36.1801716Z [00:02:51.832]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/a0/a0c27299a44755e49145469f9cb1aaf224b97bf5a1247785cac9aa6d682117f5-d # internal
2025-08-20T20:32:36.1802419Z [00:02:51.832]➜  gitlab.com/gitlab-org/cli/internal/dbg
2025-08-20T20:32:36.1820393Z [00:02:51.832]➜  mkdir -p $WORK/b336/
2025-08-20T20:32:36.1820827Z [00:02:51.834]➜  cat >/tmp/go-build3897779518/b336/importcfg << 'EOF' # internal
2025-08-20T20:32:36.1821203Z [00:02:51.834]➜  # import config
2025-08-20T20:32:36.1821571Z [00:02:51.834]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:36.1821978Z [00:02:51.834]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.1822281Z [00:02:51.834]➜  EOF
2025-08-20T20:32:36.1824009Z [00:02:51.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/dbg=>gitlab.com/gitlab-org/cli/internal/dbg;$WORK/b336=>" -p gitlab.com/gitlab-org/cli/internal/dbg -lang=go1.25 -complete -installsuffix shared -buildid KIuxdUs7pJKzFQLi_Rk4/KIuxdUs7pJKzFQLi_Rk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/dbg/debug.go
2025-08-20T20:32:36.1988416Z [00:02:51.851]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T20:32:36.1989394Z [00:02:51.851]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/b4/b43cb10cb11b00dbb4aa94bbf0b11b719cdd2b104695a0036dabc34e7765ecc7-d # internal
2025-08-20T20:32:36.2099861Z [00:02:51.862]➜  github.com/davecgh/go-spew/spew
2025-08-20T20:32:36.2101835Z [00:02:51.862]➜  mkdir -p $WORK/b340/
2025-08-20T20:32:36.2102688Z [00:02:51.862]➜  cat >/tmp/go-build3897779518/b340/importcfg << 'EOF' # internal
2025-08-20T20:32:36.2103363Z [00:02:51.862]➜  # import config
2025-08-20T20:32:36.2103970Z [00:02:51.862]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.2104753Z [00:02:51.862]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:36.2105592Z [00:02:51.862]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.2106284Z [00:02:51.862]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.2106911Z [00:02:51.862]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.2107508Z [00:02:51.862]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.2110254Z [00:02:51.862]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:36.2110694Z [00:02:51.862]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:36.2111137Z [00:02:51.862]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.2111569Z [00:02:51.862]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.2111884Z [00:02:51.862]➜  EOF
2025-08-20T20:32:36.2116561Z [00:02:51.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew=>github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew;$WORK/b340=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid Xk-BU5Cfgfc31OweG9MQ/Xk-BU5Cfgfc31OweG9MQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/spew.go
2025-08-20T20:32:36.3094579Z [00:02:51.960]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T20:32:36.3149068Z [00:02:51.967]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T20:32:36.3152749Z [00:02:51.967]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T20:32:36.3162036Z [00:02:51.968]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T20:32:36.3162883Z [00:02:51.968]➜  mkdir -p $WORK/b341/
2025-08-20T20:32:36.3166092Z [00:02:51.969]➜  cat >/tmp/go-build3897779518/b341/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3169570Z [00:02:51.969]➜  # import config
2025-08-20T20:32:36.3170696Z [00:02:51.969]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.3171465Z [00:02:51.969]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.3172571Z [00:02:51.969]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.3172980Z [00:02:51.969]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.3173769Z [00:02:51.969]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.3174085Z [00:02:51.969]➜  EOF
2025-08-20T20:32:36.3176343Z [00:02:51.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib=>github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib;$WORK/b341=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid dlkP-H5qLseozDceb6oH/dlkP-H5qLseozDceb6oH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib/difflib.go
2025-08-20T20:32:36.3200088Z [00:02:51.972]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/89/89055db1b60e6f9f5a27cc267782513e7d16ceb0cba6851aa385f507e5a1feb4-d # internal
2025-08-20T20:32:36.3208664Z [00:02:51.973]➜  github.com/spf13/viper/internal/encoding/toml
2025-08-20T20:32:36.3209624Z [00:02:51.973]➜  mkdir -p $WORK/b325/
2025-08-20T20:32:36.3210422Z [00:02:51.973]➜  cat >/tmp/go-build3897779518/b325/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3212407Z [00:02:51.973]➜  # import config
2025-08-20T20:32:36.3212998Z [00:02:51.973]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3897779518/b326/_pkg_.a
2025-08-20T20:32:36.3213394Z [00:02:51.973]➜  EOF
2025-08-20T20:32:36.3215528Z [00:02:51.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml=>github.com/spf13/viper@v1.20.1/internal/encoding/toml;$WORK/b325=>" -p github.com/spf13/viper/internal/encoding/toml -lang=go1.21 -complete -installsuffix shared -buildid pSfp8FieMafZssmdM2TC/pSfp8FieMafZssmdM2TC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml/codec.go
2025-08-20T20:32:36.3336850Z [00:02:51.986]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T20:32:36.3343197Z [00:02:51.986]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/d7/d7b04d0a36a3b6537bf8d5170e2b8d92e82ec5a362228872bb86372b5c7f6462-d # internal
2025-08-20T20:32:36.3348197Z [00:02:51.987]➜  github.com/spf13/viper
2025-08-20T20:32:36.3348509Z [00:02:51.987]➜  mkdir -p $WORK/b300/
2025-08-20T20:32:36.3349461Z [00:02:51.987]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T20:32:36.3363824Z [00:02:51.988]➜  cat >/tmp/go-build3897779518/b300/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3364499Z [00:02:51.988]➜  # import config
2025-08-20T20:32:36.3364870Z [00:02:51.988]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.3365300Z [00:02:51.988]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:36.3365752Z [00:02:51.988]➜  packagefile encoding/csv=/tmp/go-build3897779518/b080/_pkg_.a
2025-08-20T20:32:36.3366230Z [00:02:51.988]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.3366648Z [00:02:51.988]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.3367144Z [00:02:51.988]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3897779518/b301/_pkg_.a
2025-08-20T20:32:36.3367869Z [00:02:51.988]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3897779518/b303/_pkg_.a
2025-08-20T20:32:36.3368553Z [00:02:51.988]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3897779518/b305/_pkg_.a
2025-08-20T20:32:36.3369131Z [00:02:51.988]➜  packagefile github.com/spf13/afero=/tmp/go-build3897779518/b311/_pkg_.a
2025-08-20T20:32:36.3369655Z [00:02:51.988]➜  packagefile github.com/spf13/cast=/tmp/go-build3897779518/b315/_pkg_.a
2025-08-20T20:32:36.3370180Z [00:02:51.988]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:36.3370814Z [00:02:51.988]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3897779518/b317/_pkg_.a
2025-08-20T20:32:36.3371909Z [00:02:51.988]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3897779518/b324/_pkg_.a
2025-08-20T20:32:36.3372611Z [00:02:51.988]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3897779518/b325/_pkg_.a
2025-08-20T20:32:36.3373308Z [00:02:51.988]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3897779518/b331/_pkg_.a
2025-08-20T20:32:36.3373989Z [00:02:51.988]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3897779518/b332/_pkg_.a
2025-08-20T20:32:36.3374520Z [00:02:51.988]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.3374936Z [00:02:51.988]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:36.3375348Z [00:02:51.988]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.3375789Z [00:02:51.988]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:36.3376244Z [00:02:51.988]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.3376671Z [00:02:51.988]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.3377093Z [00:02:51.988]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:36.3377512Z [00:02:51.988]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.3388146Z [00:02:51.988]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.3388603Z [00:02:51.988]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.3389039Z [00:02:51.988]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.3389456Z [00:02:51.988]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:36.3389769Z [00:02:51.988]➜  EOF
2025-08-20T20:32:36.3395332Z [00:02:51.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1=>github.com/spf13/viper@v1.20.1;$WORK/b300=>" -p github.com/spf13/viper -lang=go1.21 -complete -installsuffix shared -buildid k6epRmQpKxU8bCYWZi93/k6epRmQpKxU8bCYWZi93 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/encoding.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/experimental.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/file.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/finder.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/flags.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/logger.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/remote.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/util.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/viper.go
2025-08-20T20:32:36.3398927Z [00:02:51.990]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/11/11cf57e063bc897ef7c19da2bbd7a738f5904f6743de5dea7ad6433464807405-d # internal
2025-08-20T20:32:36.3399562Z [00:02:51.990]➜  github.com/stretchr/testify/assert/yaml
2025-08-20T20:32:36.3399879Z [00:02:51.990]➜  mkdir -p $WORK/b342/
2025-08-20T20:32:36.3400246Z [00:02:51.990]➜  cat >/tmp/go-build3897779518/b342/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3400585Z [00:02:51.990]➜  # import config
2025-08-20T20:32:36.3400953Z [00:02:51.990]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:36.3401296Z [00:02:51.990]➜  EOF
2025-08-20T20:32:36.3442018Z [00:02:51.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml=>github.com/stretchr/testify@v1.10.0/assert/yaml;$WORK/b342=>" -p github.com/stretchr/testify/assert/yaml -lang=go1.17 -complete -installsuffix shared -buildid N623NhrplYinqPYybq94/N623NhrplYinqPYybq94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml/yaml_default.go
2025-08-20T20:32:36.3458591Z [00:02:51.998]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T20:32:36.3460290Z [00:02:51.998]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/a6/a6a123f31c163502ed15fc1b179140c8ab5897d6cbf14ea8a214c3397f2818a5-d # internal
2025-08-20T20:32:36.3462136Z [00:02:51.998]➜  net/http/internal/testcert
2025-08-20T20:32:36.3462502Z [00:02:51.998]➜  mkdir -p $WORK/b344/
2025-08-20T20:32:36.3462893Z [00:02:51.998]➜  cat >/tmp/go-build3897779518/b344/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3463243Z [00:02:51.998]➜  # import config
2025-08-20T20:32:36.3463592Z [00:02:51.998]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.3463931Z [00:02:51.998]➜  EOF
2025-08-20T20:32:36.3465610Z [00:02:51.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b344=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T20:32:36.3558470Z [00:02:52.007]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T20:32:36.3560205Z [00:02:52.008]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T20:32:36.3560815Z [00:02:52.008]➜  net/http/httptest
2025-08-20T20:32:36.3561083Z [00:02:52.008]➜  mkdir -p $WORK/b343/
2025-08-20T20:32:36.3561471Z [00:02:52.008]➜  cat >/tmp/go-build3897779518/b343/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3561848Z [00:02:52.008]➜  # import config
2025-08-20T20:32:36.3562282Z [00:02:52.008]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:32:36.3562785Z [00:02:52.008]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.3563205Z [00:02:52.008]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.3563644Z [00:02:52.008]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:36.3564086Z [00:02:52.008]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:36.3564541Z [00:02:52.008]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:36.3564975Z [00:02:52.008]➜  packagefile flag=/tmp/go-build3897779518/b083/_pkg_.a
2025-08-20T20:32:36.3565384Z [00:02:52.008]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.3566277Z [00:02:52.008]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b180/_pkg_.a
2025-08-20T20:32:36.3566862Z [00:02:52.008]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.3567264Z [00:02:52.008]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:36.3567803Z [00:02:52.008]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:36.3568314Z [00:02:52.008]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:36.3568849Z [00:02:52.008]➜  packagefile net/http/internal/testcert=/tmp/go-build3897779518/b344/_pkg_.a
2025-08-20T20:32:36.3569379Z [00:02:52.008]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:36.3569815Z [00:02:52.008]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.3570230Z [00:02:52.008]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.3570652Z [00:02:52.008]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.3571078Z [00:02:52.008]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.3571484Z [00:02:52.008]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.3571786Z [00:02:52.008]➜  EOF
2025-08-20T20:32:36.3573673Z [00:02:52.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b343=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid Txy5mN76M3LAsdyKFO-l/Txy5mN76M3LAsdyKFO-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T20:32:36.3717164Z [00:02:52.024]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T20:32:36.3736745Z [00:02:52.025]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/e5/e5fcca15de7929788076b4f9bd54d627c03964702735be13a6ff523ea42521b6-d # internal
2025-08-20T20:32:36.3737439Z [00:02:52.025]➜  internal/sysinfo
2025-08-20T20:32:36.3737874Z [00:02:52.025]➜  mkdir -p $WORK/b346/
2025-08-20T20:32:36.3738303Z [00:02:52.025]➜  cat >/tmp/go-build3897779518/b346/importcfg << 'EOF' # internal
2025-08-20T20:32:36.3738652Z [00:02:52.025]➜  # import config
2025-08-20T20:32:36.3738989Z [00:02:52.025]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.3739405Z [00:02:52.025]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.3739862Z [00:02:52.025]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:36.3740291Z [00:02:52.025]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.3740687Z [00:02:52.025]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.3741101Z [00:02:52.025]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.3741520Z [00:02:52.025]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.3741823Z [00:02:52.025]➜  EOF
2025-08-20T20:32:36.3743514Z [00:02:52.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b346=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T20:32:36.4027962Z [00:02:52.053]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T20:32:36.4031131Z [00:02:52.055]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T20:32:36.4031806Z [00:02:52.055]➜  runtime/trace
2025-08-20T20:32:36.4032067Z [00:02:52.055]➜  mkdir -p $WORK/b347/
2025-08-20T20:32:36.4032445Z [00:02:52.055]➜  cat >/tmp/go-build3897779518/b347/importcfg << 'EOF' # internal
2025-08-20T20:32:36.4032789Z [00:02:52.055]➜  # import config
2025-08-20T20:32:36.4033476Z [00:02:52.055]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:36.4033994Z [00:02:52.055]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.4034412Z [00:02:52.055]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.4034890Z [00:02:52.055]➜  packagefile internal/trace/tracev2=/tmp/go-build3897779518/b031/_pkg_.a
2025-08-20T20:32:36.4035378Z [00:02:52.055]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.4035794Z [00:02:52.055]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.4036216Z [00:02:52.055]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:36.4036628Z [00:02:52.055]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.4037058Z [00:02:52.055]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:36.4037494Z [00:02:52.055]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.4038155Z [00:02:52.055]➜  EOF
2025-08-20T20:32:36.4040623Z [00:02:52.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b347=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/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-20T20:32:36.4526857Z [00:02:52.103]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T20:32:36.4545540Z [00:02:52.107]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T20:32:36.4555036Z [00:02:52.108]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T20:32:36.4556877Z [00:02:52.108]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/72/722cc868e085ccf638bcb38e0bfbf7b020fa9f2e9ffea9f0302052c1b812086d-d # internal
2025-08-20T20:32:36.4561166Z [00:02:52.108]➜  testing
2025-08-20T20:32:36.4564355Z [00:02:52.108]➜  mkdir -p $WORK/b345/
2025-08-20T20:32:36.4565422Z [00:02:52.109]➜  github.com/stretchr/testify/assert
2025-08-20T20:32:36.4565793Z [00:02:52.109]➜  mkdir -p $WORK/b339/
2025-08-20T20:32:36.4571772Z [00:02:52.109]➜  cat >/tmp/go-build3897779518/b339/importcfg << 'EOF' # internal
2025-08-20T20:32:36.4572177Z [00:02:52.109]➜  # import config
2025-08-20T20:32:36.4572520Z [00:02:52.109]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.4572943Z [00:02:52.109]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.4573470Z [00:02:52.109]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:36.4574004Z [00:02:52.109]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.4574421Z [00:02:52.109]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.4574944Z [00:02:52.109]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3897779518/b340/_pkg_.a
2025-08-20T20:32:36.4575555Z [00:02:52.109]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3897779518/b341/_pkg_.a
2025-08-20T20:32:36.4576216Z [00:02:52.109]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3897779518/b342/_pkg_.a
2025-08-20T20:32:36.4576741Z [00:02:52.109]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:36.4577164Z [00:02:52.109]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:36.4577633Z [00:02:52.109]➜  packagefile net/http/httptest=/tmp/go-build3897779518/b343/_pkg_.a
2025-08-20T20:32:36.4578239Z [00:02:52.109]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:36.4579042Z [00:02:52.109]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.4579545Z [00:02:52.109]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.4579971Z [00:02:52.109]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:36.4580395Z [00:02:52.109]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.4580840Z [00:02:52.109]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:36.4581301Z [00:02:52.109]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.4581718Z [00:02:52.109]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.4598392Z [00:02:52.109]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:36.4598885Z [00:02:52.109]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:36.4599226Z [00:02:52.109]➜  EOF
2025-08-20T20:32:36.4603463Z [00:02:52.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert=>github.com/stretchr/testify@v1.10.0/assert;$WORK/b339=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid xSnxshe9XwK_LaTV3v1P/xSnxshe9XwK_LaTV3v1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_compare.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_format.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_order.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/errors.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/forward_assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/http_assertions.go
2025-08-20T20:32:36.4608210Z [00:02:52.111]➜  cat >/tmp/go-build3897779518/b345/importcfg << 'EOF' # internal
2025-08-20T20:32:36.4608632Z [00:02:52.111]➜  # import config
2025-08-20T20:32:36.4608971Z [00:02:52.111]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.4609397Z [00:02:52.111]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:36.4609837Z [00:02:52.111]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.4610253Z [00:02:52.111]➜  packagefile flag=/tmp/go-build3897779518/b083/_pkg_.a
2025-08-20T20:32:36.4610659Z [00:02:52.111]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.4611133Z [00:02:52.111]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:36.4611627Z [00:02:52.111]➜  packagefile internal/sysinfo=/tmp/go-build3897779518/b346/_pkg_.a
2025-08-20T20:32:36.4612073Z [00:02:52.111]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.4612494Z [00:02:52.111]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:36.4612922Z [00:02:52.111]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:36.4613338Z [00:02:52.111]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.4613775Z [00:02:52.111]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:36.4614236Z [00:02:52.111]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.4614666Z [00:02:52.111]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.4615116Z [00:02:52.111]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:36.4615587Z [00:02:52.111]➜  packagefile runtime/trace=/tmp/go-build3897779518/b347/_pkg_.a
2025-08-20T20:32:36.4616032Z [00:02:52.111]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:36.4616750Z [00:02:52.111]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.4617268Z [00:02:52.111]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.4617828Z [00:02:52.111]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.4618349Z [00:02:52.111]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:36.4618785Z [00:02:52.111]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.4619217Z [00:02:52.111]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:36.4619662Z [00:02:52.111]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:36.4619994Z [00:02:52.111]➜  EOF
2025-08-20T20:32:36.4622463Z [00:02:52.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b345=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/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-20T20:32:36.5521290Z [00:02:52.204]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T20:32:36.5556861Z [00:02:52.208]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/2b/2b65903747b384099c8e1f9b1be3456c5e05ee035ee52c50201fe62869336ca5-d # internal
2025-08-20T20:32:36.5568658Z [00:02:52.208]➜  github.com/hashicorp/errwrap
2025-08-20T20:32:36.5569670Z [00:02:52.208]➜  mkdir -p $WORK/b350/
2025-08-20T20:32:36.5572988Z [00:02:52.208]➜  cat >/tmp/go-build3897779518/b350/importcfg << 'EOF' # internal
2025-08-20T20:32:36.5573355Z [00:02:52.208]➜  # import config
2025-08-20T20:32:36.5573725Z [00:02:52.208]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.5574156Z [00:02:52.208]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:36.5574583Z [00:02:52.208]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.5574900Z [00:02:52.208]➜  EOF
2025-08-20T20:32:36.5576659Z [00:02:52.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b350=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid Afo46plpV_ZshprpjHu3/Afo46plpV_ZshprpjHu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T20:32:36.5864771Z [00:02:52.238]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T20:32:36.5868564Z [00:02:52.238]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T20:32:36.5869195Z [00:02:52.238]➜  github.com/hashicorp/go-multierror
2025-08-20T20:32:36.5870503Z [00:02:52.238]➜  mkdir -p $WORK/b349/
2025-08-20T20:32:36.5870903Z [00:02:52.238]➜  cat >/tmp/go-build3897779518/b349/importcfg << 'EOF' # internal
2025-08-20T20:32:36.5871252Z [00:02:52.238]➜  # import config
2025-08-20T20:32:36.5871592Z [00:02:52.238]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.5872039Z [00:02:52.238]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.5872537Z [00:02:52.238]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3897779518/b350/_pkg_.a
2025-08-20T20:32:36.5873038Z [00:02:52.238]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.5873458Z [00:02:52.238]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.5873767Z [00:02:52.238]➜  EOF
2025-08-20T20:32:36.5877517Z [00:02:52.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b349=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid q5FJMWudSy6KhelMbSyE/q5FJMWudSy6KhelMbSyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T20:32:36.6255309Z [00:02:52.276]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T20:32:36.6286424Z [00:02:52.280]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T20:32:36.6299632Z [00:02:52.282]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T20:32:36.6312556Z [00:02:52.282]➜  github.com/fatih/color
2025-08-20T20:32:36.6312866Z [00:02:52.282]➜  mkdir -p $WORK/b353/
2025-08-20T20:32:36.6315138Z [00:02:52.284]➜  cat >/tmp/go-build3897779518/b353/importcfg << 'EOF' # internal
2025-08-20T20:32:36.6316212Z [00:02:52.284]➜  # import config
2025-08-20T20:32:36.6317181Z [00:02:52.284]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.6318031Z [00:02:52.284]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3897779518/b065/_pkg_.a
2025-08-20T20:32:36.6324330Z [00:02:52.284]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3897779518/b066/_pkg_.a
2025-08-20T20:32:36.6325210Z [00:02:52.284]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.6325893Z [00:02:52.284]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.6326607Z [00:02:52.284]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.6327392Z [00:02:52.284]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.6328204Z [00:02:52.284]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.6328740Z [00:02:52.284]➜  EOF
2025-08-20T20:32:36.6330881Z [00:02:52.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.16.0=>github.com/fatih/color@v1.16.0;$WORK/b353=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid DByEUmMlz1z_ORmIuKJ-/DByEUmMlz1z_ORmIuKJ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.16.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.16.0/doc.go
2025-08-20T20:32:36.6340004Z [00:02:52.286]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/2e/2e44953c9c6402b78b2ea2ac6979def03fb4557c71f99ce2bde8b35e983a324a-d # internal
2025-08-20T20:32:36.6342376Z [00:02:52.286]➜  github.com/yuin/goldmark/text
2025-08-20T20:32:36.6343444Z [00:02:52.286]➜  mkdir -p $WORK/b281/
2025-08-20T20:32:36.6344484Z [00:02:52.287]➜  cat >/tmp/go-build3897779518/b281/importcfg << 'EOF' # internal
2025-08-20T20:32:36.6345013Z [00:02:52.287]➜  # import config
2025-08-20T20:32:36.6345362Z [00:02:52.287]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.6345895Z [00:02:52.287]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:36.6346384Z [00:02:52.287]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.6346803Z [00:02:52.287]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:36.6347246Z [00:02:52.287]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:36.6347579Z [00:02:52.287]➜  EOF
2025-08-20T20:32:36.6350449Z [00:02:52.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text=>github.com/yuin/goldmark@v1.7.8/text;$WORK/b281=>" -p github.com/yuin/goldmark/text -lang=go1.19 -complete -installsuffix shared -buildid yk6CvLG41AWcRHzyVAd0/yk6CvLG41AWcRHzyVAd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/reader.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/segment.go
2025-08-20T20:32:36.7103077Z [00:02:52.362]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T20:32:36.7118769Z [00:02:52.364]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/ce/ce7a0225041fa4a4c264767a5781bca22e7999eaf3635ded0b8554573c17336f-d # internal
2025-08-20T20:32:36.7123927Z [00:02:52.365]➜  github.com/briandowns/spinner
2025-08-20T20:32:36.7125274Z [00:02:52.365]➜  mkdir -p $WORK/b352/
2025-08-20T20:32:36.7131480Z [00:02:52.365]➜  cat >/tmp/go-build3897779518/b352/importcfg << 'EOF' # internal
2025-08-20T20:32:36.7132404Z [00:02:52.365]➜  # import config
2025-08-20T20:32:36.7132772Z [00:02:52.365]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.7133199Z [00:02:52.365]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.7133671Z [00:02:52.365]➜  packagefile github.com/fatih/color=/tmp/go-build3897779518/b353/_pkg_.a
2025-08-20T20:32:36.7134595Z [00:02:52.365]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:36.7135042Z [00:02:52.365]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.7135448Z [00:02:52.365]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:36.7135849Z [00:02:52.365]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.7136259Z [00:02:52.365]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.7136683Z [00:02:52.365]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.7137118Z [00:02:52.365]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.7137548Z [00:02:52.365]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:36.7138380Z [00:02:52.365]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.7138910Z [00:02:52.365]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:36.7139439Z [00:02:52.365]➜  EOF
2025-08-20T20:32:36.7141760Z [00:02:52.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2=>github.com/briandowns/spinner@v1.23.2;$WORK/b352=>" -p github.com/briandowns/spinner -lang=go1.17 -complete -installsuffix shared -buildid R5Gy4py_w4davTBVcCXF/R5Gy4py_w4davTBVcCXF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2/character_sets.go /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2/spinner.go
2025-08-20T20:32:36.7693489Z [00:02:52.421]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T20:32:36.7706954Z [00:02:52.423]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/d3/d3b76dff89d32575c17c294583830c7dbbfa4c75a3e2858e6354bdc62b70e87d-d # internal
2025-08-20T20:32:36.7707972Z [00:02:52.423]➜  github.com/yuin/goldmark/ast
2025-08-20T20:32:36.7712504Z [00:02:52.423]➜  mkdir -p $WORK/b280/
2025-08-20T20:32:36.7714460Z [00:02:52.423]➜  cat >/tmp/go-build3897779518/b280/importcfg << 'EOF' # internal
2025-08-20T20:32:36.7714821Z [00:02:52.423]➜  # import config
2025-08-20T20:32:36.7715162Z [00:02:52.423]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.7715578Z [00:02:52.423]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.7716079Z [00:02:52.423]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:36.7716670Z [00:02:52.423]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:36.7717193Z [00:02:52.423]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.7717510Z [00:02:52.423]➜  EOF
2025-08-20T20:32:36.7719902Z [00:02:52.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast=>github.com/yuin/goldmark@v1.7.8/ast;$WORK/b280=>" -p github.com/yuin/goldmark/ast -lang=go1.19 -complete -installsuffix shared -buildid yQBI9lTYOO4KkHQVdRfh/yQBI9lTYOO4KkHQVdRfh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/ast.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/inline.go
2025-08-20T20:32:36.7992951Z [00:02:52.451]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T20:32:36.8000218Z [00:02:52.452]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T20:32:36.8014136Z [00:02:52.453]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/3b/3b853d9c3e2700bcecaf054cccf8b90c05cd8c7328dfc8751d62cecdb36f5a43-d # internal
2025-08-20T20:32:36.8025433Z [00:02:52.454]➜  gitlab.com/gitlab-org/cli/internal/iostreams
2025-08-20T20:32:36.8026456Z [00:02:52.455]➜  mkdir -p $WORK/b351/
2025-08-20T20:32:36.8028324Z [00:02:52.455]➜  cat >/tmp/go-build3897779518/b351/importcfg << 'EOF' # internal
2025-08-20T20:32:36.8031516Z [00:02:52.455]➜  # import config
2025-08-20T20:32:36.8031884Z [00:02:52.455]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.8032306Z [00:02:52.455]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.8032813Z [00:02:52.455]➜  packagefile github.com/briandowns/spinner=/tmp/go-build3897779518/b352/_pkg_.a
2025-08-20T20:32:36.8033371Z [00:02:52.455]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:36.8033950Z [00:02:52.455]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3897779518/b065/_pkg_.a
2025-08-20T20:32:36.8034509Z [00:02:52.455]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3897779518/b066/_pkg_.a
2025-08-20T20:32:36.8035040Z [00:02:52.455]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3897779518/b064/_pkg_.a
2025-08-20T20:32:36.8035574Z [00:02:52.455]➜  packagefile github.com/muesli/termenv=/tmp/go-build3897779518/b263/_pkg_.a
2025-08-20T20:32:36.8036192Z [00:02:52.455]➜  packagefile gitlab.com/gitlab-org/cli/internal/execext=/tmp/go-build3897779518/b296/_pkg_.a
2025-08-20T20:32:36.8036783Z [00:02:52.455]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:36.8037228Z [00:02:52.455]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.8037624Z [00:02:52.455]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.8049243Z [00:02:52.455]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:36.8049696Z [00:02:52.455]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:36.8050468Z [00:02:52.455]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.8050966Z [00:02:52.455]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.8051385Z [00:02:52.455]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.8051691Z [00:02:52.455]➜  EOF
2025-08-20T20:32:36.8054756Z [00:02:52.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams=>gitlab.com/gitlab-org/cli/internal/iostreams;$WORK/b351=>" -p gitlab.com/gitlab-org/cli/internal/iostreams -lang=go1.25 -complete -installsuffix shared -buildid IwBSRagHHwlkEgXDC6Tn/IwBSRagHHwlkEgXDC6Tn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/color.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/icons.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/iostreams.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/logger.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/pager.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/terminal.go
2025-08-20T20:32:36.8095288Z [00:02:52.461]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/d5/d567abf644e63b0230e19aa655054f5df38521916484c03eae9b736a69493a85-d # internal
2025-08-20T20:32:36.8113160Z [00:02:52.463]➜  github.com/stretchr/testify/require
2025-08-20T20:32:36.8113883Z [00:02:52.463]➜  mkdir -p $WORK/b338/
2025-08-20T20:32:36.8119345Z [00:02:52.464]➜  cat >/tmp/go-build3897779518/b338/importcfg << 'EOF' # internal
2025-08-20T20:32:36.8119984Z [00:02:52.464]➜  # import config
2025-08-20T20:32:36.8121790Z [00:02:52.464]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3897779518/b339/_pkg_.a
2025-08-20T20:32:36.8123120Z [00:02:52.464]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:36.8123578Z [00:02:52.464]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:36.8139728Z [00:02:52.464]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:36.8140061Z [00:02:52.464]➜  EOF
2025-08-20T20:32:36.8143176Z [00:02:52.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require=>github.com/stretchr/testify@v1.10.0/require;$WORK/b338=>" -p github.com/stretchr/testify/require -lang=go1.17 -complete -installsuffix shared -buildid fhvUBMgT2uSw0k7KGo9V/fhvUBMgT2uSw0k7KGo9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/forward_requirements.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/requirements.go
2025-08-20T20:32:36.8585951Z [00:02:52.510]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T20:32:36.8588888Z [00:02:52.510]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/cf/cf68c27db3ae7e529be357156af0438b6d7d662c73c35e446bd8906cabb6fe77-d # internal
2025-08-20T20:32:36.8589495Z [00:02:52.510]➜  github.com/MakeNowJust/heredoc/v2
2025-08-20T20:32:36.8589803Z [00:02:52.510]➜  mkdir -p $WORK/b355/
2025-08-20T20:32:36.8590183Z [00:02:52.510]➜  cat >/tmp/go-build3897779518/b355/importcfg << 'EOF' # internal
2025-08-20T20:32:36.8590552Z [00:02:52.510]➜  # import config
2025-08-20T20:32:36.8590882Z [00:02:52.510]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.8591305Z [00:02:52.510]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.8591622Z [00:02:52.510]➜  EOF
2025-08-20T20:32:36.8593820Z [00:02:52.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!make!now!just/heredoc/v2@v2.0.1=>github.com/MakeNowJust/heredoc/v2@v2.0.1;$WORK/b355=>" -p github.com/MakeNowJust/heredoc/v2 -lang=go1.12 -complete -installsuffix shared -buildid uXygus_un_bFhY5L6P04/uXygus_un_bFhY5L6P04 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/!make!now!just/heredoc/v2@v2.0.1/heredoc.go
2025-08-20T20:32:36.8724416Z [00:02:52.524]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T20:32:36.8735857Z [00:02:52.525]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/82/826db1fea4716460e5bd689210e6108e5d4fd9e44cfa45b928af83d57d7b4498-d # internal
2025-08-20T20:32:36.8737658Z [00:02:52.525]➜  gitlab.com/gitlab-org/cli/internal/text
2025-08-20T20:32:36.8738129Z [00:02:52.525]➜  mkdir -p $WORK/b360/
2025-08-20T20:32:36.8738542Z [00:02:52.526]➜  cat >/tmp/go-build3897779518/b360/importcfg << 'EOF' # internal
2025-08-20T20:32:36.8738887Z [00:02:52.526]➜  # import config
2025-08-20T20:32:36.8739226Z [00:02:52.526]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.8739755Z [00:02:52.526]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:36.8740253Z [00:02:52.526]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:36.8740676Z [00:02:52.526]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.8740988Z [00:02:52.526]➜  EOF
2025-08-20T20:32:36.8742967Z [00:02:52.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text=>gitlab.com/gitlab-org/cli/internal/text;$WORK/b360=>" -p gitlab.com/gitlab-org/cli/internal/text -lang=go1.25 -complete -installsuffix shared -buildid _e65zHebAMOQGK0wF1RG/_e65zHebAMOQGK0wF1RG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/text.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/truncate.go
2025-08-20T20:32:36.8922277Z [00:02:52.544]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T20:32:36.8933602Z [00:02:52.545]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/ac/ac8cda5de5d01424ef03a6a7f8ed0168ece8a4bec5147919b73076991de46ad0-d # internal
2025-08-20T20:32:36.8934359Z [00:02:52.545]➜  gitlab.com/gitlab-org/cli/internal/tableprinter
2025-08-20T20:32:36.8934701Z [00:02:52.545]➜  mkdir -p $WORK/b359/
2025-08-20T20:32:36.8935090Z [00:02:52.546]➜  cat >/tmp/go-build3897779518/b359/importcfg << 'EOF' # internal
2025-08-20T20:32:36.8935868Z [00:02:52.546]➜  # import config
2025-08-20T20:32:36.8936582Z [00:02:52.546]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.8937468Z [00:02:52.546]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:36.8938429Z [00:02:52.546]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.8939028Z [00:02:52.546]➜  EOF
2025-08-20T20:32:36.8941301Z [00:02:52.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter=>gitlab.com/gitlab-org/cli/internal/tableprinter;$WORK/b359=>" -p gitlab.com/gitlab-org/cli/internal/tableprinter -lang=go1.25 -complete -installsuffix shared -buildid fx6rR47qhUek85vgncro/fx6rR47qhUek85vgncro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter/table_printer.go
2025-08-20T20:32:36.9246181Z [00:02:52.577]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T20:32:36.9262681Z [00:02:52.578]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T20:32:36.9270292Z [00:02:52.579]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/15/1521eb6a45044be3dd532b6717270405bcd06d6d7a33822c3d0846377a276d2d-d # internal
2025-08-20T20:32:36.9276525Z [00:02:52.580]➜  github.com/tidwall/pretty
2025-08-20T20:32:36.9277125Z [00:02:52.580]➜  mkdir -p $WORK/b363/
2025-08-20T20:32:36.9277858Z [00:02:52.580]➜  cat >/tmp/go-build3897779518/b363/importcfg << 'EOF' # internal
2025-08-20T20:32:36.9278495Z [00:02:52.580]➜  # import config
2025-08-20T20:32:36.9279459Z [00:02:52.580]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.9280660Z [00:02:52.580]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:36.9281112Z [00:02:52.580]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:36.9281534Z [00:02:52.580]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.9281850Z [00:02:52.580]➜  EOF
2025-08-20T20:32:36.9283596Z [00:02:52.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1=>github.com/tidwall/pretty@v1.2.1;$WORK/b363=>" -p github.com/tidwall/pretty -lang=go1.16 -complete -installsuffix shared -buildid EV5GpdtEszoJ5vkVihgb/EV5GpdtEszoJ5vkVihgb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1/pretty.go
2025-08-20T20:32:36.9362245Z [00:02:52.588]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T20:32:36.9366443Z [00:02:52.589]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T20:32:36.9366864Z [00:02:52.589]➜  mkdir -p $WORK/b371/
2025-08-20T20:32:36.9404202Z [00:02:52.592]➜  cat >/tmp/go-build3897779518/b371/importcfg << 'EOF' # internal
2025-08-20T20:32:36.9404632Z [00:02:52.593]➜  # import config
2025-08-20T20:32:36.9405659Z [00:02:52.593]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:36.9406249Z [00:02:52.593]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:36.9406879Z [00:02:52.593]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:36.9407492Z [00:02:52.593]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.9408775Z [00:02:52.593]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.9409188Z [00:02:52.593]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.9409604Z [00:02:52.593]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:36.9410014Z [00:02:52.593]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.9410335Z [00:02:52.593]➜  EOF
2025-08-20T20:32:36.9413636Z [00:02:52.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials=>github.com/docker/docker-credential-helpers@v0.9.3/credentials;$WORK/b371=>" -p github.com/docker/docker-credential-helpers/credentials -lang=go1.21 -complete -installsuffix shared -buildid vUj0CnUh52ydLhSxfwVQ/vUj0CnUh52ydLhSxfwVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/credentials.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/error.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/helper.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/version.go
2025-08-20T20:32:36.9964816Z [00:02:52.648]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T20:32:36.9981086Z [00:02:52.650]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/3b/3b7ccf85971a444e593f299571891498ae0ed2f05c36387bdacf06fd39ddce7a-d # internal
2025-08-20T20:32:36.9982223Z [00:02:52.650]➜  github.com/pkg/errors
2025-08-20T20:32:36.9984714Z [00:02:52.650]➜  mkdir -p $WORK/b373/
2025-08-20T20:32:36.9985103Z [00:02:52.650]➜  cat >/tmp/go-build3897779518/b373/importcfg << 'EOF' # internal
2025-08-20T20:32:36.9985451Z [00:02:52.650]➜  # import config
2025-08-20T20:32:36.9985799Z [00:02:52.650]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:36.9986221Z [00:02:52.650]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:36.9986624Z [00:02:52.650]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:36.9987402Z [00:02:52.650]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:36.9988070Z [00:02:52.650]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:36.9988591Z [00:02:52.650]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:36.9989022Z [00:02:52.650]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:36.9989334Z [00:02:52.650]➜  EOF
2025-08-20T20:32:36.9991385Z [00:02:52.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b373=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T20:32:37.0164568Z [00:02:52.668]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T20:32:37.0190647Z [00:02:52.670]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/51/51f3948dbbfb15272da4c495e0a3289563005cf6ecd9b48efb423277fbabab7f-d # internal
2025-08-20T20:32:37.0191412Z [00:02:52.671]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T20:32:37.0191763Z [00:02:52.671]➜  mkdir -p $WORK/b370/
2025-08-20T20:32:37.0192552Z [00:02:52.671]➜  cat >/tmp/go-build3897779518/b370/importcfg << 'EOF' # internal
2025-08-20T20:32:37.0192901Z [00:02:52.671]➜  # import config
2025-08-20T20:32:37.0193241Z [00:02:52.671]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.0193685Z [00:02:52.671]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.0194118Z [00:02:52.671]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.0194741Z [00:02:52.671]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3897779518/b371/_pkg_.a
2025-08-20T20:32:37.0195333Z [00:02:52.671]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.0195728Z [00:02:52.671]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.0196136Z [00:02:52.671]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:37.0196560Z [00:02:52.671]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.0196885Z [00:02:52.671]➜  EOF
2025-08-20T20:32:37.0202728Z [00:02:52.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client=>github.com/docker/docker-credential-helpers@v0.9.3/client;$WORK/b370=>" -p github.com/docker/docker-credential-helpers/client -lang=go1.21 -complete -installsuffix shared -buildid SPUxlKwO0EZ86DO9Rh94/SPUxlKwO0EZ86DO9Rh94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/client.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/command.go
2025-08-20T20:32:37.0450672Z [00:02:52.697]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T20:32:37.0459319Z [00:02:52.698]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T20:32:37.0464056Z [00:02:52.699]➜  github.com/sirupsen/logrus
2025-08-20T20:32:37.0467248Z [00:02:52.699]➜  mkdir -p $WORK/b374/
2025-08-20T20:32:37.0469379Z [00:02:52.699]➜  cat >/tmp/go-build3897779518/b374/importcfg << 'EOF' # internal
2025-08-20T20:32:37.0471869Z [00:02:52.699]➜  # import config
2025-08-20T20:32:37.0472238Z [00:02:52.699]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:37.0472661Z [00:02:52.699]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.0473085Z [00:02:52.699]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:37.0473907Z [00:02:52.699]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.0474423Z [00:02:52.699]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.0474891Z [00:02:52.699]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:37.0475348Z [00:02:52.699]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.0475764Z [00:02:52.699]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:37.0476164Z [00:02:52.699]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.0476576Z [00:02:52.699]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:37.0477003Z [00:02:52.699]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:37.0477421Z [00:02:52.699]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:37.0478142Z [00:02:52.699]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.0478601Z [00:02:52.699]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.0479027Z [00:02:52.699]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.0479459Z [00:02:52.699]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:37.0479887Z [00:02:52.699]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.0480323Z [00:02:52.699]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:37.0480941Z [00:02:52.699]➜  EOF
2025-08-20T20:32:37.0485798Z [00:02:52.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b374=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid 7A2KQUZNZPrbp9gUvrAt/7A2KQUZNZPrbp9gUvrAt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T20:32:37.0718767Z [00:02:52.724]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T20:32:37.0728999Z [00:02:52.725]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/a3/a3efbc7e7ab3ff747936def35406bdb714267d40a0788d0e35ec6a781348959d-d # internal
2025-08-20T20:32:37.0763962Z [00:02:52.725]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T20:32:37.0764330Z [00:02:52.725]➜  mkdir -p $WORK/b368/
2025-08-20T20:32:37.0764708Z [00:02:52.726]➜  cat >/tmp/go-build3897779518/b368/importcfg << 'EOF' # internal
2025-08-20T20:32:37.0765057Z [00:02:52.726]➜  # import config
2025-08-20T20:32:37.0765418Z [00:02:52.726]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.0765957Z [00:02:52.726]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3897779518/b369/_pkg_.a
2025-08-20T20:32:37.0766654Z [00:02:52.726]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3897779518/b370/_pkg_.a
2025-08-20T20:32:37.0767430Z [00:02:52.726]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3897779518/b371/_pkg_.a
2025-08-20T20:32:37.0771778Z [00:02:52.726]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:37.0772319Z [00:02:52.726]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:37.0772740Z [00:02:52.726]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.0773170Z [00:02:52.726]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:37.0773597Z [00:02:52.726]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.0774050Z [00:02:52.726]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:37.0774373Z [00:02:52.726]➜  EOF
2025-08-20T20:32:37.0778348Z [00:02:52.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials=>github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials;$WORK/b368=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid IIr4O7jELbjjWu8dx17w/IIr4O7jELbjjWu8dx17w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/credentials.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/default_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/default_store_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/file_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/native_store.go
2025-08-20T20:32:37.1107127Z [00:02:52.763]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T20:32:37.1122251Z [00:02:52.764]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/eb/eb48ca2b8238968556e491694ee5c90000dacd964475aadb76403f5daf03ea9f-d # internal
2025-08-20T20:32:37.1122916Z [00:02:52.764]➜  github.com/docker/cli/cli/config/memorystore
2025-08-20T20:32:37.1130574Z [00:02:52.765]➜  mkdir -p $WORK/b372/
2025-08-20T20:32:37.1140853Z [00:02:52.766]➜  cat >/tmp/go-build3897779518/b372/importcfg << 'EOF' # internal
2025-08-20T20:32:37.1141256Z [00:02:52.766]➜  # import config
2025-08-20T20:32:37.1141903Z [00:02:52.766]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.1142816Z [00:02:52.766]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.1143722Z [00:02:52.766]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3897779518/b368/_pkg_.a
2025-08-20T20:32:37.1144945Z [00:02:52.766]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3897779518/b369/_pkg_.a
2025-08-20T20:32:37.1145555Z [00:02:52.766]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:37.1145969Z [00:02:52.766]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.1146377Z [00:02:52.766]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.1146684Z [00:02:52.766]➜  EOF
2025-08-20T20:32:37.1149086Z [00:02:52.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore=>github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore;$WORK/b372=>" -p github.com/docker/cli/cli/config/memorystore -lang=go1.16 -complete -installsuffix shared -buildid EKxAQ2yjPcEmFK_sxxyd/EKxAQ2yjPcEmFK_sxxyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore/store.go
2025-08-20T20:32:37.1379049Z [00:02:52.789]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T20:32:37.1410012Z [00:02:52.793]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/5a/5ac397df72e339c333ef388b8404a98d0f3937f16d8e79a2dc189ebae2b8c99e-d # internal
2025-08-20T20:32:37.1417645Z [00:02:52.794]➜  gitlab.com/gitlab-org/cli/internal/git
2025-08-20T20:32:37.1419387Z [00:02:52.794]➜  mkdir -p $WORK/b337/
2025-08-20T20:32:37.1431829Z [00:02:52.795]➜  cat >/tmp/go-build3897779518/b337/importcfg << 'EOF' # internal
2025-08-20T20:32:37.1434040Z [00:02:52.795]➜  # import config
2025-08-20T20:32:37.1434786Z [00:02:52.795]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:37.1435490Z [00:02:52.795]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.1436244Z [00:02:52.795]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.1437277Z [00:02:52.796]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.1437893Z [00:02:52.796]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.1438468Z [00:02:52.796]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3897779518/b206/_pkg_.a
2025-08-20T20:32:37.1439090Z [00:02:52.796]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build3897779518/b338/_pkg_.a
2025-08-20T20:32:37.1439772Z [00:02:52.796]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:37.1440430Z [00:02:52.796]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:37.1440940Z [00:02:52.796]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.1441349Z [00:02:52.796]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:37.1441761Z [00:02:52.796]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:37.1442673Z [00:02:52.796]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:37.1443083Z [00:02:52.796]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.1443492Z [00:02:52.796]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:37.1443909Z [00:02:52.796]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:37.1444353Z [00:02:52.796]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.1444806Z [00:02:52.796]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.1445226Z [00:02:52.796]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.1445644Z [00:02:52.796]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.1446068Z [00:02:52.796]➜  packagefile testing=/tmp/go-build3897779518/b345/_pkg_.a
2025-08-20T20:32:37.1446379Z [00:02:52.796]➜  EOF
2025-08-20T20:32:37.1449587Z [00:02:52.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git=>gitlab.com/gitlab-org/cli/internal/git;$WORK/b337=>" -p gitlab.com/gitlab-org/cli/internal/git -lang=go1.25 -complete -installsuffix shared -buildid 6AMDdQPDPvoPqeILcAIB/6AMDdQPDPvoPqeILcAIB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git_runner.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/ssh_config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stack_struct.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stacked.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/test_helpers.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/url.go
2025-08-20T20:32:37.1515250Z [00:02:52.804]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T20:32:37.1526334Z [00:02:52.805]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/a8/a89585f94ee076939de931a4867d0e6f2007be17cb26bcce992fc38d835d3019-d # internal
2025-08-20T20:32:37.1535624Z [00:02:52.806]➜  github.com/golang-jwt/jwt/v5
2025-08-20T20:32:37.1537504Z [00:02:52.806]➜  mkdir -p $WORK/b376/
2025-08-20T20:32:37.1544078Z [00:02:52.807]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T20:32:37.1571779Z [00:02:52.808]➜  cat >/tmp/go-build3897779518/b376/importcfg << 'EOF' # internal
2025-08-20T20:32:37.1572318Z [00:02:52.809]➜  # import config
2025-08-20T20:32:37.1572662Z [00:02:52.809]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.1573855Z [00:02:52.809]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:37.1574810Z [00:02:52.809]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:37.1575368Z [00:02:52.809]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:37.1575840Z [00:02:52.809]➜  packagefile crypto/hmac=/tmp/go-build3897779518/b159/_pkg_.a
2025-08-20T20:32:37.1576302Z [00:02:52.809]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:37.1576785Z [00:02:52.809]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:37.1577238Z [00:02:52.809]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:37.1577879Z [00:02:52.809]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:37.1578416Z [00:02:52.809]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.1578883Z [00:02:52.809]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:37.1579337Z [00:02:52.809]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.1579748Z [00:02:52.809]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.1580151Z [00:02:52.809]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:37.1580569Z [00:02:52.809]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:37.1581437Z [00:02:52.809]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.1581864Z [00:02:52.809]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.1582289Z [00:02:52.809]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.1582703Z [00:02:52.809]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.1583109Z [00:02:52.809]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.1583408Z [00:02:52.809]➜  EOF
2025-08-20T20:32:37.1592341Z [00:02:52.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0=>github.com/golang-jwt/jwt/v5@v5.3.0;$WORK/b376=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.21 -complete -installsuffix shared -buildid 2uTjY-VXXlzg4LLchqbg/2uTjY-VXXlzg4LLchqbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/registered_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/token_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/types.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.3.0/validator.go
2025-08-20T20:32:37.1666837Z [00:02:52.819]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/44/443f151707d615302d7f6007e55b6c151f5878b169320dbc18f3325976e56f18-d # internal
2025-08-20T20:32:37.1670556Z [00:02:52.819]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T20:32:37.1678565Z [00:02:52.820]➜  mkdir -p $WORK/b278/
2025-08-20T20:32:37.1679287Z [00:02:52.820]➜  cat >/tmp/go-build3897779518/b278/importcfg << 'EOF' # internal
2025-08-20T20:32:37.1679705Z [00:02:52.820]➜  # import config
2025-08-20T20:32:37.1680040Z [00:02:52.820]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.1680589Z [00:02:52.820]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3897779518/b279/_pkg_.a
2025-08-20T20:32:37.1681223Z [00:02:52.820]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.1681603Z [00:02:52.820]➜  EOF
2025-08-20T20:32:37.1683437Z [00:02:52.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast=>github.com/yuin/goldmark-emoji@v1.0.5/ast;$WORK/b278=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.15 -complete -installsuffix shared -buildid Li_2w0YeblJhl0XWBpTF/Li_2w0YeblJhl0XWBpTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast/emoji.go
2025-08-20T20:32:37.1892879Z [00:02:52.841]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T20:32:37.1897598Z [00:02:52.842]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/83/83623d811defac3c22c0773bb501e3adfdf816ef97879d073b97bbe29ff54d6a-d # internal
2025-08-20T20:32:37.1899149Z [00:02:52.842]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T20:32:37.1899837Z [00:02:52.842]➜  mkdir -p $WORK/b283/
2025-08-20T20:32:37.1901008Z [00:02:52.842]➜  cat >/tmp/go-build3897779518/b283/importcfg << 'EOF' # internal
2025-08-20T20:32:37.1901418Z [00:02:52.842]➜  # import config
2025-08-20T20:32:37.1901759Z [00:02:52.842]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.1902260Z [00:02:52.842]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.1902758Z [00:02:52.842]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.1903092Z [00:02:52.842]➜  EOF
2025-08-20T20:32:37.1909988Z [00:02:52.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast=>github.com/yuin/goldmark@v1.7.8/extension/ast;$WORK/b283=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.19 -complete -installsuffix shared -buildid BlmjujFUItsvJuS1-AC9/BlmjujFUItsvJuS1-AC9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/tasklist.go
2025-08-20T20:32:37.2566210Z [00:02:52.909]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T20:32:37.2603284Z [00:02:52.912]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/99/9955cbb9a462c869de14f53176093c527ca4252a79e041a4c87225f9d69e4325-d # internal
2025-08-20T20:32:37.2604946Z [00:02:52.913]➜  github.com/yuin/goldmark/renderer
2025-08-20T20:32:37.2605834Z [00:02:52.913]➜  mkdir -p $WORK/b284/
2025-08-20T20:32:37.2611567Z [00:02:52.913]➜  cat >/tmp/go-build3897779518/b284/importcfg << 'EOF' # internal
2025-08-20T20:32:37.2611982Z [00:02:52.913]➜  # import config
2025-08-20T20:32:37.2612374Z [00:02:52.913]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:37.2612886Z [00:02:52.913]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.2613466Z [00:02:52.913]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.2613977Z [00:02:52.913]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.2614390Z [00:02:52.913]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.2615022Z [00:02:52.913]➜  EOF
2025-08-20T20:32:37.2641659Z [00:02:52.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer=>github.com/yuin/goldmark@v1.7.8/renderer;$WORK/b284=>" -p github.com/yuin/goldmark/renderer -lang=go1.19 -complete -installsuffix shared -buildid OAYN8wjC75xSzX8gkSLQ/OAYN8wjC75xSzX8gkSLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/renderer.go
2025-08-20T20:32:37.3013487Z [00:02:52.953]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T20:32:37.3018817Z [00:02:52.954]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/3c/3c3e0d2a0e3c8aa53651e064bba912e246032aaca721ab2a08bcff7bd1021c3b-d # internal
2025-08-20T20:32:37.3024541Z [00:02:52.954]➜  github.com/yuin/goldmark/parser
2025-08-20T20:32:37.3024924Z [00:02:52.954]➜  mkdir -p $WORK/b287/
2025-08-20T20:32:37.3027325Z [00:02:52.955]➜  cat >/tmp/go-build3897779518/b287/importcfg << 'EOF' # internal
2025-08-20T20:32:37.3027778Z [00:02:52.955]➜  # import config
2025-08-20T20:32:37.3028181Z [00:02:52.955]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.3028600Z [00:02:52.955]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.3029103Z [00:02:52.955]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.3030102Z [00:02:52.955]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:37.3030682Z [00:02:52.955]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.3031161Z [00:02:52.955]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.3031567Z [00:02:52.955]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.3031992Z [00:02:52.955]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.3032427Z [00:02:52.955]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.3032847Z [00:02:52.955]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.3033153Z [00:02:52.955]➜  EOF
2025-08-20T20:32:37.3039714Z [00:02:52.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser=>github.com/yuin/goldmark@v1.7.8/parser;$WORK/b287=>" -p github.com/yuin/goldmark/parser -lang=go1.19 -complete -installsuffix shared -buildid itIBwYwYpQSKKlz6zYyd/itIBwYwYpQSKKlz6zYyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/attribute.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/atx_heading.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/auto_link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/blockquote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/code_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/code_span.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/delimiter.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/emphasis.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/fcode_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/html_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/link_ref.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/list_item.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/paragraph.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/parser.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/raw_html.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/setext_headings.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/thematic_break.go
2025-08-20T20:32:37.3390530Z [00:02:52.991]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T20:32:37.3419541Z [00:02:52.994]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/d0/d010bf8e950f0aaefd2a5261dd64fc8b3d6ddb5b50b62e48b16a09f03d42541f-d # internal
2025-08-20T20:32:37.3444346Z [00:02:52.996]➜  github.com/yuin/goldmark/renderer/html
2025-08-20T20:32:37.3448779Z [00:02:52.997]➜  mkdir -p $WORK/b288/
2025-08-20T20:32:37.3461257Z [00:02:52.998]➜  cat >/tmp/go-build3897779518/b288/importcfg << 'EOF' # internal
2025-08-20T20:32:37.3461773Z [00:02:52.998]➜  # import config
2025-08-20T20:32:37.3462125Z [00:02:52.998]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.3462549Z [00:02:52.998]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.3463047Z [00:02:52.998]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.3463642Z [00:02:52.998]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.3464257Z [00:02:52.998]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.3464758Z [00:02:52.998]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.3465187Z [00:02:52.998]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:37.3465635Z [00:02:52.998]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:37.3465966Z [00:02:52.998]➜  EOF
2025-08-20T20:32:37.3468432Z [00:02:52.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/html=>github.com/yuin/goldmark@v1.7.8/renderer/html;$WORK/b288=>" -p github.com/yuin/goldmark/renderer/html -lang=go1.19 -complete -installsuffix shared -buildid NMiGvmnIWjTp20U1wFxf/NMiGvmnIWjTp20U1wFxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/html/html.go
2025-08-20T20:32:37.3619522Z [00:02:53.014]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T20:32:37.3645009Z [00:02:53.016]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/7f/7f4d9072712177cc573200a805283df6e80feb04d8e4593c483a121894143574-d # internal
2025-08-20T20:32:37.3651418Z [00:02:53.017]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T20:32:37.3651782Z [00:02:53.017]➜  mkdir -p $WORK/b367/
2025-08-20T20:32:37.3652165Z [00:02:53.017]➜  cat >/tmp/go-build3897779518/b367/importcfg << 'EOF' # internal
2025-08-20T20:32:37.3652540Z [00:02:53.017]➜  # import config
2025-08-20T20:32:37.3652912Z [00:02:53.017]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:37.3653390Z [00:02:53.017]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.3653831Z [00:02:53.017]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.3654403Z [00:02:53.017]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3897779518/b368/_pkg_.a
2025-08-20T20:32:37.3655108Z [00:02:53.017]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build3897779518/b372/_pkg_.a
2025-08-20T20:32:37.3655779Z [00:02:53.017]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3897779518/b369/_pkg_.a
2025-08-20T20:32:37.3656356Z [00:02:53.017]➜  packagefile github.com/pkg/errors=/tmp/go-build3897779518/b373/_pkg_.a
2025-08-20T20:32:37.3656903Z [00:02:53.017]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3897779518/b374/_pkg_.a
2025-08-20T20:32:37.3657385Z [00:02:53.017]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.3657921Z [00:02:53.017]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.3658417Z [00:02:53.017]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.3658874Z [00:02:53.017]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.3659303Z [00:02:53.017]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:37.3660031Z [00:02:53.017]➜  EOF
2025-08-20T20:32:37.3662644Z [00:02:53.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile=>github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile;$WORK/b367=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid tXcuvsCAWbWeOGJUQ-Jq/tXcuvsCAWbWeOGJUQ-Jq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile/file.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile/file_unix.go
2025-08-20T20:32:37.3728557Z [00:02:53.025]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T20:32:37.3769757Z [00:02:53.029]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/2b/2bd4d3a431e701acac02a2e81cbc85da8e06da194735a3fb78cdfb6fc29cd76f-d # internal
2025-08-20T20:32:37.3780863Z [00:02:53.030]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T20:32:37.3783462Z [00:02:53.030]➜  mkdir -p $WORK/b232/
2025-08-20T20:32:37.3804357Z [00:02:53.032]➜  cat >/tmp/go-build3897779518/b232/importcfg << 'EOF' # internal
2025-08-20T20:32:37.3807228Z [00:02:53.032]➜  # import config
2025-08-20T20:32:37.3807605Z [00:02:53.032]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.3808236Z [00:02:53.032]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.3809195Z [00:02:53.032]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:37.3809830Z [00:02:53.032]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3897779518/b237/_pkg_.a
2025-08-20T20:32:37.3810479Z [00:02:53.032]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3897779518/b244/_pkg_.a
2025-08-20T20:32:37.3811186Z [00:02:53.032]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3897779518/b245/_pkg_.a
2025-08-20T20:32:37.3811874Z [00:02:53.032]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3897779518/b246/_pkg_.a
2025-08-20T20:32:37.3812562Z [00:02:53.032]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3897779518/b265/_pkg_.a
2025-08-20T20:32:37.3813189Z [00:02:53.032]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:37.3813810Z [00:02:53.032]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3897779518/b266/_pkg_.a
2025-08-20T20:32:37.3814446Z [00:02:53.032]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3897779518/b267/_pkg_.a
2025-08-20T20:32:37.3815048Z [00:02:53.032]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3897779518/b274/_pkg_.a
2025-08-20T20:32:37.3815643Z [00:02:53.032]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3897779518/b276/_pkg_.a
2025-08-20T20:32:37.3816250Z [00:02:53.032]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3897779518/b277/_pkg_.a
2025-08-20T20:32:37.3816838Z [00:02:53.032]➜  packagefile github.com/muesli/termenv=/tmp/go-build3897779518/b263/_pkg_.a
2025-08-20T20:32:37.3817418Z [00:02:53.032]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3897779518/b278/_pkg_.a
2025-08-20T20:32:37.3818165Z [00:02:53.032]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.3818775Z [00:02:53.032]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3897779518/b283/_pkg_.a
2025-08-20T20:32:37.3819409Z [00:02:53.032]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.3819995Z [00:02:53.032]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.3820546Z [00:02:53.032]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:37.3821096Z [00:02:53.032]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:37.3821959Z [00:02:53.032]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:37.3822438Z [00:02:53.032]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.3822896Z [00:02:53.032]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:37.3823324Z [00:02:53.032]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.3823754Z [00:02:53.032]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.3824179Z [00:02:53.032]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.3824604Z [00:02:53.032]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.3825023Z [00:02:53.032]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.3825465Z [00:02:53.032]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:37.3825799Z [00:02:53.032]➜  EOF
2025-08-20T20:32:37.3835353Z [00:02:53.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b232=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid KpLT72RrcxYTb5loj4MG/KpLT72RrcxYTb5loj4MG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/ansi.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/baseelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockstack.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codeblock.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codespan.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/context.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/elements.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/emphasis.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/heading.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/image.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/link.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/listitem.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/margin.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/paragraph.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/renderer.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/style.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table_links.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/task.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/templatehelper.go
2025-08-20T20:32:37.4230235Z [00:02:53.075]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T20:32:37.4254197Z [00:02:53.077]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/b9/b98453512b6933364ac853175831427633810616f9272229e0af680c5ff72e87-d # internal
2025-08-20T20:32:37.4267104Z [00:02:53.077]➜  github.com/google/uuid
2025-08-20T20:32:37.4267413Z [00:02:53.077]➜  mkdir -p $WORK/b377/
2025-08-20T20:32:37.4267873Z [00:02:53.077]➜  cat >/tmp/go-build3897779518/b377/importcfg << 'EOF' # internal
2025-08-20T20:32:37.4268315Z [00:02:53.077]➜  # import config
2025-08-20T20:32:37.4268663Z [00:02:53.077]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.4269103Z [00:02:53.077]➜  packagefile crypto/md5=/tmp/go-build3897779518/b168/_pkg_.a
2025-08-20T20:32:37.4269565Z [00:02:53.077]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:37.4270022Z [00:02:53.077]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:37.4270508Z [00:02:53.077]➜  packagefile database/sql/driver=/tmp/go-build3897779518/b256/_pkg_.a
2025-08-20T20:32:37.4271361Z [00:02:53.077]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:37.4271918Z [00:02:53.077]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:37.4272386Z [00:02:53.077]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.4272827Z [00:02:53.077]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.4273253Z [00:02:53.077]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.4273662Z [00:02:53.077]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:37.4274067Z [00:02:53.077]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.4274467Z [00:02:53.077]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:37.4274865Z [00:02:53.077]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.4275278Z [00:02:53.077]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.4275705Z [00:02:53.077]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.4276118Z [00:02:53.077]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.4276425Z [00:02:53.077]➜  EOF
2025-08-20T20:32:37.4281097Z [00:02:53.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b377=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid FXuJBkQnB9BYZHLXKa4e/FXuJBkQnB9BYZHLXKa4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T20:32:37.4286728Z [00:02:53.081]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T20:32:37.4301483Z [00:02:53.082]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/f0/f0d639a38adc29cce4956f46ca25214a018237b366d3d8e986aad17f7195ee51-d # internal
2025-08-20T20:32:37.4302198Z [00:02:53.082]➜  github.com/docker/cli/cli/config
2025-08-20T20:32:37.4303064Z [00:02:53.082]➜  mkdir -p $WORK/b366/
2025-08-20T20:32:37.4307515Z [00:02:53.083]➜  cat >/tmp/go-build3897779518/b366/importcfg << 'EOF' # internal
2025-08-20T20:32:37.4308139Z [00:02:53.083]➜  # import config
2025-08-20T20:32:37.4308500Z [00:02:53.083]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.4309083Z [00:02:53.083]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3897779518/b367/_pkg_.a
2025-08-20T20:32:37.4309783Z [00:02:53.083]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3897779518/b368/_pkg_.a
2025-08-20T20:32:37.4310464Z [00:02:53.083]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3897779518/b369/_pkg_.a
2025-08-20T20:32:37.4311045Z [00:02:53.083]➜  packagefile github.com/pkg/errors=/tmp/go-build3897779518/b373/_pkg_.a
2025-08-20T20:32:37.4311502Z [00:02:53.083]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.4311897Z [00:02:53.083]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.4312313Z [00:02:53.083]➜  packagefile os/user=/tmp/go-build3897779518/b210/_pkg_.a
2025-08-20T20:32:37.4313096Z [00:02:53.083]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.4313629Z [00:02:53.083]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:37.4314056Z [00:02:53.083]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.4314473Z [00:02:53.083]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.4314778Z [00:02:53.083]➜  EOF
2025-08-20T20:32:37.4321656Z [00:02:53.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config=>github.com/docker/cli@v28.3.3+incompatible/cli/config;$WORK/b366=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid gFRwzoc2w5x0ak1Xh-Sg/gFRwzoc2w5x0ak1Xh-Sg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/config.go
2025-08-20T20:32:37.4581486Z [00:02:53.109]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T20:32:37.4582235Z [00:02:53.110]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/15/1561897734bb1393456a13503b2357db9eca4bcdf53bc163cc9c5f70ebef7709-d # internal
2025-08-20T20:32:37.4583539Z [00:02:53.111]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/generate/dpop
2025-08-20T20:32:37.4583933Z [00:02:53.111]➜  mkdir -p $WORK/b378/
2025-08-20T20:32:37.4586034Z [00:02:53.111]➜  cat >/tmp/go-build3897779518/b378/importcfg << 'EOF' # internal
2025-08-20T20:32:37.4586902Z [00:02:53.111]➜  # import config
2025-08-20T20:32:37.4587772Z [00:02:53.111]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:37.4588316Z [00:02:53.111]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:37.4588788Z [00:02:53.111]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:37.4589261Z [00:02:53.111]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:37.4589721Z [00:02:53.111]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.4590219Z [00:02:53.111]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3897779518/b376/_pkg_.a
2025-08-20T20:32:37.4590718Z [00:02:53.111]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:37.4591071Z [00:02:53.111]➜  EOF
2025-08-20T20:32:37.4593318Z [00:02:53.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop=>gitlab.com/gitlab-org/cli/internal/commands/auth/generate/dpop;$WORK/b378=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/generate/dpop -lang=go1.25 -complete -installsuffix shared -buildid om0lPhWHmmxlsI2nMTlW/om0lPhWHmmxlsI2nMTlW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop/dpop.go
2025-08-20T20:32:37.4797341Z [00:02:53.132]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T20:32:37.4803568Z [00:02:53.132]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/1b/1b20b1c078a293bf8cbdfac912c95917df9cea2b571199dd72fcc574c2f673b1-d # internal
2025-08-20T20:32:37.4805016Z [00:02:53.133]➜  golang.org/x/crypto/ed25519
2025-08-20T20:32:37.4806264Z [00:02:53.133]➜  mkdir -p $WORK/b379/
2025-08-20T20:32:37.4809874Z [00:02:53.133]➜  cat >/tmp/go-build3897779518/b379/importcfg << 'EOF' # internal
2025-08-20T20:32:37.4839203Z [00:02:53.136]➜  # import config
2025-08-20T20:32:37.4840359Z [00:02:53.136]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:37.4840832Z [00:02:53.136]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.4841150Z [00:02:53.136]➜  EOF
2025-08-20T20:32:37.4843246Z [00:02:53.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ed25519=>golang.org/x/crypto@v0.41.0/ed25519;$WORK/b379=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid QXxsP2n21q7yG-aJbriu/QXxsP2n21q7yG-aJbriu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ed25519/ed25519.go
2025-08-20T20:32:37.4972699Z [00:02:53.149]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T20:32:37.4976604Z [00:02:53.150]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/c7/c7e4d7018bc85d7f3d2600a8f3709bef098ee9572221a01cad05093ee2c066bf-d # internal
2025-08-20T20:32:37.4978273Z [00:02:53.150]➜  crypto/mlkem
2025-08-20T20:32:37.4980049Z [00:02:53.150]➜  mkdir -p $WORK/b381/
2025-08-20T20:32:37.4983582Z [00:02:53.151]➜  cat >/tmp/go-build3897779518/b381/importcfg << 'EOF' # internal
2025-08-20T20:32:37.4983950Z [00:02:53.151]➜  # import config
2025-08-20T20:32:37.4984383Z [00:02:53.151]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3897779518/b160/_pkg_.a
2025-08-20T20:32:37.4984777Z [00:02:53.151]➜  EOF
2025-08-20T20:32:37.4987178Z [00:02:53.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b381=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T20:32:37.5067028Z [00:02:53.159]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T20:32:37.5079136Z [00:02:53.160]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/ff/ff9d050c25f87187147d23afcefcfb5dca7a40a48b37c2c521bfae019ac65ab4-d # internal
2025-08-20T20:32:37.5081474Z [00:02:53.160]➜  golang.org/x/crypto/chacha20
2025-08-20T20:32:37.5082847Z [00:02:53.160]➜  mkdir -p $WORK/b382/
2025-08-20T20:32:37.5086209Z [00:02:53.161]➜  echo -n > $WORK/b382/go_asm.h # internal
2025-08-20T20:32:37.5088246Z [00:02:53.161]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:32:37.5091622Z [00:02:53.161]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b382=>" -I $WORK/b382/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b382/symabis ./chacha_arm64.s
2025-08-20T20:32:37.5145124Z [00:02:53.167]➜  cat >/tmp/go-build3897779518/b382/importcfg << 'EOF' # internal
2025-08-20T20:32:37.5145716Z [00:02:53.167]➜  # import config
2025-08-20T20:32:37.5146115Z [00:02:53.167]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:37.5146601Z [00:02:53.167]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:37.5147185Z [00:02:53.167]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.5147916Z [00:02:53.167]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3897779518/b383/_pkg_.a
2025-08-20T20:32:37.5148623Z [00:02:53.167]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:37.5149090Z [00:02:53.167]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:37.5150238Z [00:02:53.167]➜  EOF
2025-08-20T20:32:37.5150725Z [00:02:53.167]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:37.5153393Z [00:02:53.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b382=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid pEWYXxAGoUOBhRcVIK7A/pEWYXxAGoUOBhRcVIK7A -goversion go1.25.0 -symabis $WORK/b382/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack -asmhdr $WORK/b382/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/xor.go
2025-08-20T20:32:37.5319201Z [00:02:53.183]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T20:32:37.5320304Z [00:02:53.184]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T20:32:37.5320954Z [00:02:53.184]➜  golang.org/x/crypto/curve25519
2025-08-20T20:32:37.5321267Z [00:02:53.184]➜  mkdir -p $WORK/b384/
2025-08-20T20:32:37.5329112Z [00:02:53.185]➜  cat >/tmp/go-build3897779518/b384/importcfg << 'EOF' # internal
2025-08-20T20:32:37.5329985Z [00:02:53.185]➜  # import config
2025-08-20T20:32:37.5330413Z [00:02:53.185]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:37.5330761Z [00:02:53.185]➜  EOF
2025-08-20T20:32:37.5332612Z [00:02:53.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519=>golang.org/x/crypto@v0.41.0/curve25519;$WORK/b384=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid f-FaWe8S-oCYZVYzmXnG/f-FaWe8S-oCYZVYzmXnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519/curve25519.go
2025-08-20T20:32:37.5581112Z [00:02:53.209]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T20:32:37.5581876Z [00:02:53.210]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d # internal
2025-08-20T20:32:37.5582897Z [00:02:53.210]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T20:32:37.5583211Z [00:02:53.210]➜  mkdir -p $WORK/b385/
2025-08-20T20:32:37.5584949Z [00:02:53.211]➜  cat >/tmp/go-build3897779518/b385/importcfg << 'EOF' # internal
2025-08-20T20:32:37.5585358Z [00:02:53.211]➜  # import config
2025-08-20T20:32:37.5585736Z [00:02:53.211]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:37.5586217Z [00:02:53.211]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:37.5586699Z [00:02:53.211]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:37.5587020Z [00:02:53.211]➜  EOF
2025-08-20T20:32:37.5589935Z [00:02:53.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b385=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid YARxFCNVM-toUumxZt3q/YARxFCNVM-toUumxZt3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_generic.go
2025-08-20T20:32:37.5669918Z [00:02:53.219]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:32:37.5671788Z [00:02:53.219]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b382=>" -I $WORK/b382/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b382/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:32:37.5730438Z [00:02:53.225]➜  go tool pack r $WORK/b382/_pkg_.a $WORK/b382/chacha_arm64.o # internal
2025-08-20T20:32:37.5731736Z [00:02:53.225]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T20:32:37.5743614Z [00:02:53.226]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d # internal
2025-08-20T20:32:37.5745596Z [00:02:53.227]➜  golang.org/x/crypto/blowfish
2025-08-20T20:32:37.5746164Z [00:02:53.227]➜  mkdir -p $WORK/b387/
2025-08-20T20:32:37.5747769Z [00:02:53.227]➜  cat >/tmp/go-build3897779518/b387/importcfg << 'EOF' # internal
2025-08-20T20:32:37.5748396Z [00:02:53.227]➜  # import config
2025-08-20T20:32:37.5749529Z [00:02:53.227]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.5752140Z [00:02:53.227]➜  EOF
2025-08-20T20:32:37.5752525Z [00:02:53.227]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:37.5754844Z [00:02:53.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish=>golang.org/x/crypto@v0.41.0/blowfish;$WORK/b387=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid MJX5--rHJU7h181OlzWX/MJX5--rHJU7h181OlzWX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/const.go
2025-08-20T20:32:37.5998569Z [00:02:53.252]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T20:32:37.6008079Z [00:02:53.252]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d # internal
2025-08-20T20:32:37.6008900Z [00:02:53.253]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/authutils
2025-08-20T20:32:37.6011065Z [00:02:53.253]➜  mkdir -p $WORK/b389/
2025-08-20T20:32:37.6011985Z [00:02:53.253]➜  cat >/tmp/go-build3897779518/b389/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6012814Z [00:02:53.253]➜  # import config
2025-08-20T20:32:37.6013668Z [00:02:53.253]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.6015404Z [00:02:53.253]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.6016344Z [00:02:53.253]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:37.6018170Z [00:02:53.253]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:37.6019201Z [00:02:53.253]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:37.6020261Z [00:02:53.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:37.6022857Z [00:02:53.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:37.6024757Z [00:02:53.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:37.6025711Z [00:02:53.253]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.6027330Z [00:02:53.253]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.6028114Z [00:02:53.253]➜  EOF
2025-08-20T20:32:37.6031060Z [00:02:53.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils=>gitlab.com/gitlab-org/cli/internal/commands/auth/authutils;$WORK/b389=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/authutils -lang=go1.25 -complete -installsuffix shared -buildid 8GPRKaxumuB-UqWv6jlo/8GPRKaxumuB-UqWv6jlo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils/git_credentials.go
2025-08-20T20:32:37.6042564Z [00:02:53.255]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T20:32:37.6043260Z [00:02:53.255]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d # internal
2025-08-20T20:32:37.6043870Z [00:02:53.255]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T20:32:37.6044213Z [00:02:53.255]➜  mkdir -p $WORK/b386/
2025-08-20T20:32:37.6044583Z [00:02:53.256]➜  cat >/tmp/go-build3897779518/b386/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6044929Z [00:02:53.256]➜  # import config
2025-08-20T20:32:37.6045290Z [00:02:53.256]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:37.6045732Z [00:02:53.256]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.6046246Z [00:02:53.256]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3897779518/b387/_pkg_.a
2025-08-20T20:32:37.6046632Z [00:02:53.256]➜  EOF
2025-08-20T20:32:37.6046909Z [00:02:53.256]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T20:32:37.6049173Z [00:02:53.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf;$WORK/b386=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid IWCQKy7DGhhpmo7SeDCU/IWCQKy7DGhhpmo7SeDCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T20:32:37.6116133Z [00:02:53.264]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/f6/f6f74e1a62f1434e65c653985bba110243ab829efed487b9df1f31819942e612-d # internal
2025-08-20T20:32:37.6148710Z [00:02:53.267]➜  github.com/yuin/goldmark
2025-08-20T20:32:37.6157541Z [00:02:53.267]➜  mkdir -p $WORK/b286/
2025-08-20T20:32:37.6158612Z [00:02:53.267]➜  cat >/tmp/go-build3897779518/b286/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6159171Z [00:02:53.267]➜  # import config
2025-08-20T20:32:37.6159976Z [00:02:53.267]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3897779518/b287/_pkg_.a
2025-08-20T20:32:37.6160746Z [00:02:53.267]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.6161541Z [00:02:53.267]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3897779518/b288/_pkg_.a
2025-08-20T20:32:37.6162491Z [00:02:53.267]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:37.6163209Z [00:02:53.267]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.6163776Z [00:02:53.267]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.6164665Z [00:02:53.267]➜  EOF
2025-08-20T20:32:37.6166399Z [00:02:53.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8=>github.com/yuin/goldmark@v1.7.8;$WORK/b286=>" -p github.com/yuin/goldmark -lang=go1.19 -complete -installsuffix shared -buildid 1wVn5nkunpTw4MTXzP4o/1wVn5nkunpTw4MTXzP4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/markdown.go
2025-08-20T20:32:37.6323035Z [00:02:53.284]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T20:32:37.6328947Z [00:02:53.285]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/40/409db3cbeb6a380090aa170235590c2abbbd7693a6e88e8fda63c99ab7200c83-d # internal
2025-08-20T20:32:37.6330025Z [00:02:53.285]➜  archive/zip
2025-08-20T20:32:37.6330625Z [00:02:53.285]➜  mkdir -p $WORK/b397/
2025-08-20T20:32:37.6334562Z [00:02:53.286]➜  cat >/tmp/go-build3897779518/b397/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6334935Z [00:02:53.286]➜  # import config
2025-08-20T20:32:37.6335631Z [00:02:53.286]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:37.6336163Z [00:02:53.286]➜  packagefile compress/flate=/tmp/go-build3897779518/b102/_pkg_.a
2025-08-20T20:32:37.6336645Z [00:02:53.286]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:37.6337095Z [00:02:53.286]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.6337526Z [00:02:53.286]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.6338149Z [00:02:53.286]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:37.6338590Z [00:02:53.286]➜  packagefile hash/crc32=/tmp/go-build3897779518/b103/_pkg_.a
2025-08-20T20:32:37.6339063Z [00:02:53.286]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:37.6339501Z [00:02:53.286]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.6339901Z [00:02:53.286]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:37.6340315Z [00:02:53.286]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.6340721Z [00:02:53.286]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:37.6341157Z [00:02:53.286]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.6341597Z [00:02:53.286]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.6342294Z [00:02:53.286]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.6342713Z [00:02:53.286]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.6343118Z [00:02:53.286]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.6343555Z [00:02:53.286]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:37.6343884Z [00:02:53.286]➜  EOF
2025-08-20T20:32:37.6345725Z [00:02:53.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b397=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T20:32:37.6359186Z [00:02:53.288]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T20:32:37.6365731Z [00:02:53.289]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d # internal
2025-08-20T20:32:37.6383931Z [00:02:53.289]➜  golang.org/x/crypto/ssh
2025-08-20T20:32:37.6384305Z [00:02:53.289]➜  mkdir -p $WORK/b380/
2025-08-20T20:32:37.6384688Z [00:02:53.289]➜  cat >/tmp/go-build3897779518/b380/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6385037Z [00:02:53.290]➜  # import config
2025-08-20T20:32:37.6385395Z [00:02:53.290]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:37.6385816Z [00:02:53.290]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.6386235Z [00:02:53.290]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:37.6386659Z [00:02:53.290]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:37.6387096Z [00:02:53.290]➜  packagefile crypto/aes=/tmp/go-build3897779518/b135/_pkg_.a
2025-08-20T20:32:37.6387571Z [00:02:53.290]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:37.6388212Z [00:02:53.290]➜  packagefile crypto/des=/tmp/go-build3897779518/b136/_pkg_.a
2025-08-20T20:32:37.6388668Z [00:02:53.290]➜  packagefile crypto/dsa=/tmp/go-build3897779518/b177/_pkg_.a
2025-08-20T20:32:37.6389124Z [00:02:53.290]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:37.6389591Z [00:02:53.290]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:37.6390437Z [00:02:53.290]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:37.6390990Z [00:02:53.290]➜  packagefile crypto/hmac=/tmp/go-build3897779518/b159/_pkg_.a
2025-08-20T20:32:37.6391454Z [00:02:53.290]➜  packagefile crypto/md5=/tmp/go-build3897779518/b168/_pkg_.a
2025-08-20T20:32:37.6391908Z [00:02:53.290]➜  packagefile crypto/mlkem=/tmp/go-build3897779518/b381/_pkg_.a
2025-08-20T20:32:37.6392364Z [00:02:53.290]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:37.6392831Z [00:02:53.290]➜  packagefile crypto/rc4=/tmp/go-build3897779518/b169/_pkg_.a
2025-08-20T20:32:37.6393282Z [00:02:53.290]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:37.6393730Z [00:02:53.290]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:37.6394189Z [00:02:53.290]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:37.6394650Z [00:02:53.290]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:37.6395121Z [00:02:53.290]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:37.6395616Z [00:02:53.290]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:37.6396077Z [00:02:53.290]➜  packagefile encoding/asn1=/tmp/go-build3897779518/b152/_pkg_.a
2025-08-20T20:32:37.6396552Z [00:02:53.290]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:37.6397289Z [00:02:53.290]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:37.6397934Z [00:02:53.290]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:37.6398458Z [00:02:53.290]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:37.6398905Z [00:02:53.290]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.6399317Z [00:02:53.290]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.6399826Z [00:02:53.290]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3897779518/b382/_pkg_.a
2025-08-20T20:32:37.6400409Z [00:02:53.290]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3897779518/b384/_pkg_.a
2025-08-20T20:32:37.6401034Z [00:02:53.290]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3897779518/b385/_pkg_.a
2025-08-20T20:32:37.6401710Z [00:02:53.290]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3897779518/b386/_pkg_.a
2025-08-20T20:32:37.6402264Z [00:02:53.290]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:37.6402665Z [00:02:53.290]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.6403062Z [00:02:53.290]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:37.6403468Z [00:02:53.290]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:37.6403888Z [00:02:53.290]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:37.6404333Z [00:02:53.290]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:37.6404751Z [00:02:53.290]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:37.6405154Z [00:02:53.290]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.6405565Z [00:02:53.290]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:37.6405989Z [00:02:53.290]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:37.6406422Z [00:02:53.290]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.6406836Z [00:02:53.290]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:37.6407256Z [00:02:53.290]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.6408022Z [00:02:53.290]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.6408532Z [00:02:53.290]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.6409587Z [00:02:53.290]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:37.6410123Z [00:02:53.290]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.6410607Z [00:02:53.290]➜  EOF
2025-08-20T20:32:37.6417595Z [00:02:53.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh=>golang.org/x/crypto@v0.41.0/ssh;$WORK/b380=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid v3KPMXBcR733GJkZawD4/v3KPMXBcR733GJkZawD4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/transport.go
2025-08-20T20:32:37.6455078Z [00:02:53.298]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T20:32:37.6463409Z [00:02:53.298]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/e4/e4b55ba24c14d9f574278ec4bc85febcc7cc38496400c4dac1dc71c959992f40-d # internal
2025-08-20T20:32:37.6531933Z [00:02:53.305]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:32:37.6532334Z [00:02:53.305]➜  github.com/yuin/goldmark-emoji
2025-08-20T20:32:37.6532632Z [00:02:53.305]➜  mkdir -p $WORK/b289/
2025-08-20T20:32:37.6533005Z [00:02:53.305]➜  cat >/tmp/go-build3897779518/b289/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6533378Z [00:02:53.305]➜  # import config
2025-08-20T20:32:37.6533707Z [00:02:53.305]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.6534193Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3897779518/b286/_pkg_.a
2025-08-20T20:32:37.6534778Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3897779518/b278/_pkg_.a
2025-08-20T20:32:37.6535424Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3897779518/b279/_pkg_.a
2025-08-20T20:32:37.6536050Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.6536633Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3897779518/b287/_pkg_.a
2025-08-20T20:32:37.6537233Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.6538081Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3897779518/b288/_pkg_.a
2025-08-20T20:32:37.6538750Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:37.6539327Z [00:02:53.305]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.6539827Z [00:02:53.305]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.6540144Z [00:02:53.305]➜  EOF
2025-08-20T20:32:37.6542217Z [00:02:53.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5=>github.com/yuin/goldmark-emoji@v1.0.5;$WORK/b289=>" -p github.com/yuin/goldmark-emoji -lang=go1.15 -complete -installsuffix shared -buildid Wkv2q2y-JtH1t11uzLoT/Wkv2q2y-JtH1t11uzLoT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/emoji.go
2025-08-20T20:32:37.6572197Z [00:02:53.309]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/0f/0f1fcd653b3dd3903090b91f2d6ca80ff24f2e926d16f5e0ad2d9fed7c5541e8-d # internal
2025-08-20T20:32:37.6580712Z [00:02:53.310]➜  github.com/charmbracelet/glamour/styles
2025-08-20T20:32:37.6581292Z [00:02:53.310]➜  mkdir -p $WORK/b285/
2025-08-20T20:32:37.6590241Z [00:02:53.311]➜  cat >/tmp/go-build3897779518/b285/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6590867Z [00:02:53.311]➜  # import config
2025-08-20T20:32:37.6591497Z [00:02:53.311]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3897779518/b232/_pkg_.a
2025-08-20T20:32:37.6594329Z [00:02:53.311]➜  EOF
2025-08-20T20:32:37.6598832Z [00:02:53.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b285=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid KtRWAZyWaOqQKV4HXlpi/KtRWAZyWaOqQKV4HXlpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/dracula.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/styles.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/tokyo-night.go
2025-08-20T20:32:37.6917928Z [00:02:53.344]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T20:32:37.6933045Z [00:02:53.345]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/3b/3b7875ba5a85b1c1319feed307178873e7e280bd7a5fb9e23300a6d641a1a5df-d # internal
2025-08-20T20:32:37.6942478Z [00:02:53.346]➜  github.com/yuin/goldmark/extension
2025-08-20T20:32:37.6943116Z [00:02:53.346]➜  mkdir -p $WORK/b290/
2025-08-20T20:32:37.6955223Z [00:02:53.348]➜  cat >/tmp/go-build3897779518/b290/importcfg << 'EOF' # internal
2025-08-20T20:32:37.6956010Z [00:02:53.348]➜  # import config
2025-08-20T20:32:37.6958812Z [00:02:53.348]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.6959333Z [00:02:53.348]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.6960287Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3897779518/b286/_pkg_.a
2025-08-20T20:32:37.6962294Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:37.6963758Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3897779518/b283/_pkg_.a
2025-08-20T20:32:37.6964395Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3897779518/b287/_pkg_.a
2025-08-20T20:32:37.6965018Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.6971420Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3897779518/b288/_pkg_.a
2025-08-20T20:32:37.6972056Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:37.6972657Z [00:02:53.348]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.6973150Z [00:02:53.348]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.6973574Z [00:02:53.348]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.6974001Z [00:02:53.348]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:37.6974313Z [00:02:53.348]➜  EOF
2025-08-20T20:32:37.6984024Z [00:02:53.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension=>github.com/yuin/goldmark@v1.7.8/extension;$WORK/b290=>" -p github.com/yuin/goldmark/extension -lang=go1.19 -complete -installsuffix shared -buildid 2F9i5IfsqJqbIh930ts9/2F9i5IfsqJqbIh930ts9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/gfm.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/linkify.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/tasklist.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/typographer.go
2025-08-20T20:32:37.6988233Z [00:02:53.349]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T20:32:37.7002344Z [00:02:53.352]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/cc/cc8e80786e8b0bf0f1d0c8304fd9f8bea0361f0d307913c1fab8bd6c9d61cfda-d # internal
2025-08-20T20:32:37.7013085Z [00:02:53.353]➜  github.com/gdamore/encoding
2025-08-20T20:32:37.7016911Z [00:02:53.353]➜  mkdir -p $WORK/b412/
2025-08-20T20:32:37.7017657Z [00:02:53.354]➜  cat >/tmp/go-build3897779518/b412/importcfg << 'EOF' # internal
2025-08-20T20:32:37.7018232Z [00:02:53.354]➜  # import config
2025-08-20T20:32:37.7018654Z [00:02:53.354]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:37.7019220Z [00:02:53.354]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:37.7019708Z [00:02:53.354]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.7020146Z [00:02:53.354]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:37.7020491Z [00:02:53.354]➜  EOF
2025-08-20T20:32:37.7032619Z [00:02:53.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1=>github.com/gdamore/encoding@v1.0.1;$WORK/b412=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid 5XNSzO7NpjMzWWlKlfWh/5XNSzO7NpjMzWWlKlfWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/utf8.go
2025-08-20T20:32:37.7274190Z [00:02:53.379]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T20:32:37.7283013Z [00:02:53.380]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/72/724254897daebba57eaf57d7500fcf904d7919490f3191c5ed9e71973807c6e9-d # internal
2025-08-20T20:32:37.7283699Z [00:02:53.380]➜  github.com/gdamore/tcell/v2/terminfo
2025-08-20T20:32:37.7284011Z [00:02:53.380]➜  mkdir -p $WORK/b413/
2025-08-20T20:32:37.7284405Z [00:02:53.380]➜  cat >/tmp/go-build3897779518/b413/importcfg << 'EOF' # internal
2025-08-20T20:32:37.7284765Z [00:02:53.380]➜  # import config
2025-08-20T20:32:37.7285104Z [00:02:53.380]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.7285524Z [00:02:53.380]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.7285934Z [00:02:53.380]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.7286333Z [00:02:53.380]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.7286731Z [00:02:53.380]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.7287470Z [00:02:53.380]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.7288153Z [00:02:53.380]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.7288579Z [00:02:53.380]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:37.7288988Z [00:02:53.380]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.7289291Z [00:02:53.380]➜  EOF
2025-08-20T20:32:37.7291198Z [00:02:53.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo=>github.com/gdamore/tcell/v2@v2.8.1/terminfo;$WORK/b413=>" -p github.com/gdamore/tcell/v2/terminfo -lang=go1.12 -complete -installsuffix shared -buildid ThtrYvXzUshAz3RoWs8q/ThtrYvXzUshAz3RoWs8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/terminfo.go
2025-08-20T20:32:37.8008797Z [00:02:53.453]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T20:32:37.8026684Z [00:02:53.455]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/bb/bbc2ee9e74559b7bd6edd44d96fe0919c36c7ed29febceffba0ec6c08c7207d7-d # internal
2025-08-20T20:32:37.8033358Z [00:02:53.455]➜  github.com/gdamore/tcell/v2/terminfo/a/ansi
2025-08-20T20:32:37.8033735Z [00:02:53.455]➜  mkdir -p $WORK/b415/
2025-08-20T20:32:37.8049873Z [00:02:53.457]➜  cat >/tmp/go-build3897779518/b415/importcfg << 'EOF' # internal
2025-08-20T20:32:37.8052711Z [00:02:53.457]➜  # import config
2025-08-20T20:32:37.8053422Z [00:02:53.457]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.8055154Z [00:02:53.457]➜  EOF
2025-08-20T20:32:37.8058492Z [00:02:53.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi;$WORK/b415=>" -p github.com/gdamore/tcell/v2/terminfo/a/ansi -lang=go1.12 -complete -installsuffix shared -buildid M7OEH-L2-s30aTFoTylX/M7OEH-L2-s30aTFoTylX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi/term.go
2025-08-20T20:32:37.8406343Z [00:02:53.492]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T20:32:37.8416255Z [00:02:53.494]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/f4/f4d95f6a4f2661ea3727f71cb182fecac2dd5219c0a56c4b0fa604a6073219a0-d # internal
2025-08-20T20:32:37.8420175Z [00:02:53.494]➜  github.com/gdamore/tcell/v2/terminfo/v/vt100
2025-08-20T20:32:37.8431205Z [00:02:53.495]➜  mkdir -p $WORK/b416/
2025-08-20T20:32:37.8485637Z [00:02:53.500]➜  cat >/tmp/go-build3897779518/b416/importcfg << 'EOF' # internal
2025-08-20T20:32:37.8500613Z [00:02:53.500]➜  # import config
2025-08-20T20:32:37.8501122Z [00:02:53.500]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.8501553Z [00:02:53.500]➜  EOF
2025-08-20T20:32:37.8503620Z [00:02:53.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100;$WORK/b416=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt100 -lang=go1.12 -complete -installsuffix shared -buildid DqfaxFkgdqvgkvQ9oGm7/DqfaxFkgdqvgkvQ9oGm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100/term.go
2025-08-20T20:32:37.8741302Z [00:02:53.526]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T20:32:37.8744718Z [00:02:53.526]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/8e/8e308b46bfa117d752ef517bbd74e28f60d0de9ccc8305e42b0d0472bfe708ed-d # internal
2025-08-20T20:32:37.8750586Z [00:02:53.527]➜  github.com/gdamore/tcell/v2/terminfo/v/vt102
2025-08-20T20:32:37.8753895Z [00:02:53.527]➜  mkdir -p $WORK/b417/
2025-08-20T20:32:37.8757130Z [00:02:53.528]➜  cat >/tmp/go-build3897779518/b417/importcfg << 'EOF' # internal
2025-08-20T20:32:37.8757552Z [00:02:53.528]➜  # import config
2025-08-20T20:32:37.8758203Z [00:02:53.528]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.8758623Z [00:02:53.528]➜  EOF
2025-08-20T20:32:37.8763200Z [00:02:53.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102;$WORK/b417=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt102 -lang=go1.12 -complete -installsuffix shared -buildid a7QBI1pM-uvI1BSD6I3G/a7QBI1pM-uvI1BSD6I3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102/term.go
2025-08-20T20:32:37.8901076Z [00:02:53.542]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T20:32:37.8906949Z [00:02:53.542]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/08/088b89d348ef5e83b5b7477d61cb8ede68b817679be8da45b8c7eb4514066e7b-d # internal
2025-08-20T20:32:37.8908178Z [00:02:53.542]➜  github.com/gdamore/tcell/v2/terminfo/v/vt220
2025-08-20T20:32:37.8908805Z [00:02:53.542]➜  mkdir -p $WORK/b418/
2025-08-20T20:32:37.8909616Z [00:02:53.542]➜  cat >/tmp/go-build3897779518/b418/importcfg << 'EOF' # internal
2025-08-20T20:32:37.8910138Z [00:02:53.542]➜  # import config
2025-08-20T20:32:37.8911546Z [00:02:53.542]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.8912044Z [00:02:53.542]➜  EOF
2025-08-20T20:32:37.8914106Z [00:02:53.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220;$WORK/b418=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt220 -lang=go1.12 -complete -installsuffix shared -buildid YZqpbBTjrpKI_P37pDaj/YZqpbBTjrpKI_P37pDaj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220/term.go
2025-08-20T20:32:37.8928388Z [00:02:53.545]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T20:32:37.8975565Z [00:02:53.550]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T20:32:37.8976667Z [00:02:53.550]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm
2025-08-20T20:32:37.8977309Z [00:02:53.550]➜  mkdir -p $WORK/b419/
2025-08-20T20:32:37.8980008Z [00:02:53.550]➜  cat >/tmp/go-build3897779518/b419/importcfg << 'EOF' # internal
2025-08-20T20:32:37.8980367Z [00:02:53.550]➜  # import config
2025-08-20T20:32:37.8980865Z [00:02:53.550]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.8981281Z [00:02:53.550]➜  EOF
2025-08-20T20:32:37.8983601Z [00:02:53.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm;$WORK/b419=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm -lang=go1.12 -complete -installsuffix shared -buildid yQ076BW7WQ-3cAtNKJWa/yQ076BW7WQ-3cAtNKJWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/term.go
2025-08-20T20:32:37.9023224Z [00:02:53.554]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T20:32:37.9027377Z [00:02:53.555]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/60/60fac2325f3ede4bf20867d47fc5b95bf32849428aa44172cd11bf56a35db16e-d # internal
2025-08-20T20:32:37.9028141Z [00:02:53.555]➜  github.com/gdamore/tcell/v2/terminfo/dynamic
2025-08-20T20:32:37.9028896Z [00:02:53.555]➜  mkdir -p $WORK/b420/
2025-08-20T20:32:37.9033307Z [00:02:53.555]➜  cat >/tmp/go-build3897779518/b420/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9033762Z [00:02:53.555]➜  # import config
2025-08-20T20:32:37.9034116Z [00:02:53.555]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.9034539Z [00:02:53.555]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:37.9035076Z [00:02:53.555]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9035616Z [00:02:53.555]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:37.9036040Z [00:02:53.555]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.9036460Z [00:02:53.555]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.9036886Z [00:02:53.555]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.9037200Z [00:02:53.555]➜  EOF
2025-08-20T20:32:37.9039397Z [00:02:53.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic;$WORK/b420=>" -p github.com/gdamore/tcell/v2/terminfo/dynamic -lang=go1.12 -complete -installsuffix shared -buildid -xQ92EEloIgurA6IZ8df/-xQ92EEloIgurA6IZ8df -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic/dynamic.go
2025-08-20T20:32:37.9062850Z [00:02:53.558]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T20:32:37.9081565Z [00:02:53.560]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/9a/9ad6d998cb48802ce726c36c06daced0d23f996d4b96e57a6c979e4bf3db19e0-d # internal
2025-08-20T20:32:37.9084174Z [00:02:53.560]➜  github.com/charmbracelet/glamour
2025-08-20T20:32:37.9084574Z [00:02:53.560]➜  mkdir -p $WORK/b231/
2025-08-20T20:32:37.9084951Z [00:02:53.560]➜  cat >/tmp/go-build3897779518/b231/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9085322Z [00:02:53.560]➜  # import config
2025-08-20T20:32:37.9088542Z [00:02:53.560]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:37.9089112Z [00:02:53.560]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:37.9089771Z [00:02:53.560]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.9090355Z [00:02:53.560]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3897779518/b232/_pkg_.a
2025-08-20T20:32:37.9091029Z [00:02:53.560]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3897779518/b285/_pkg_.a
2025-08-20T20:32:37.9091626Z [00:02:53.560]➜  packagefile github.com/muesli/termenv=/tmp/go-build3897779518/b263/_pkg_.a
2025-08-20T20:32:37.9092170Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3897779518/b286/_pkg_.a
2025-08-20T20:32:37.9092736Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build3897779518/b289/_pkg_.a
2025-08-20T20:32:37.9093346Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build3897779518/b290/_pkg_.a
2025-08-20T20:32:37.9093948Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3897779518/b287/_pkg_.a
2025-08-20T20:32:37.9094543Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:37.9095134Z [00:02:53.560]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:37.9095676Z [00:02:53.560]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:37.9096122Z [00:02:53.560]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:37.9096856Z [00:02:53.560]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:37.9097363Z [00:02:53.560]➜  EOF
2025-08-20T20:32:37.9100009Z [00:02:53.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0=>github.com/charmbracelet/glamour@v0.10.0;$WORK/b231=>" -p github.com/charmbracelet/glamour -lang=go1.23 -complete -installsuffix shared -buildid jtQNiUVaM5SCrzgYlypV/jtQNiUVaM5SCrzgYlypV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/glamour.go
2025-08-20T20:32:37.9131187Z [00:02:53.565]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T20:32:37.9139720Z [00:02:53.565]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/f7/f7ea86dc5d0f518f7e5bfe16f4ccf9891c70bbab6cf56e05c3632580daab0bcf-d # internal
2025-08-20T20:32:37.9140366Z [00:02:53.565]➜  github.com/gdamore/tcell/v2/terminfo/base
2025-08-20T20:32:37.9140681Z [00:02:53.565]➜  mkdir -p $WORK/b414/
2025-08-20T20:32:37.9141054Z [00:02:53.566]➜  cat >/tmp/go-build3897779518/b414/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9141400Z [00:02:53.566]➜  # import config
2025-08-20T20:32:37.9141899Z [00:02:53.566]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build3897779518/b415/_pkg_.a
2025-08-20T20:32:37.9142590Z [00:02:53.566]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build3897779518/b416/_pkg_.a
2025-08-20T20:32:37.9143275Z [00:02:53.566]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build3897779518/b417/_pkg_.a
2025-08-20T20:32:37.9143960Z [00:02:53.566]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build3897779518/b418/_pkg_.a
2025-08-20T20:32:37.9145041Z [00:02:53.566]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build3897779518/b419/_pkg_.a
2025-08-20T20:32:37.9145475Z [00:02:53.566]➜  EOF
2025-08-20T20:32:37.9147441Z [00:02:53.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/base;$WORK/b414=>" -p github.com/gdamore/tcell/v2/terminfo/base -lang=go1.12 -complete -installsuffix shared -buildid l0EOfAxLm4poaEXc1feu/l0EOfAxLm4poaEXc1feu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base/base.go
2025-08-20T20:32:37.9240487Z [00:02:53.576]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T20:32:37.9257471Z [00:02:53.576]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/9c/9c256fe0bfe494beec1501db1264c1a1caf131662a2d0b165b9282e679d612a3-d # internal
2025-08-20T20:32:37.9258284Z [00:02:53.576]➜  github.com/gdamore/tcell/v2/terminfo/a/aixterm
2025-08-20T20:32:37.9258617Z [00:02:53.576]➜  mkdir -p $WORK/b422/
2025-08-20T20:32:37.9258994Z [00:02:53.576]➜  cat >/tmp/go-build3897779518/b422/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9259338Z [00:02:53.576]➜  # import config
2025-08-20T20:32:37.9259787Z [00:02:53.576]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9260195Z [00:02:53.576]➜  EOF
2025-08-20T20:32:37.9262306Z [00:02:53.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm;$WORK/b422=>" -p github.com/gdamore/tcell/v2/terminfo/a/aixterm -lang=go1.12 -complete -installsuffix shared -buildid OPl4dNLaxIjNRqYiB-jl/OPl4dNLaxIjNRqYiB-jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm/term.go
2025-08-20T20:32:37.9359477Z [00:02:53.586]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T20:32:37.9365507Z [00:02:53.587]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/fc/fca16262fec9d7d12de09d19146dd3fe3ca0d8882d293ec36b9f5f8b8acd50c6-d # internal
2025-08-20T20:32:37.9366164Z [00:02:53.587]➜  github.com/gdamore/tcell/v2/terminfo/a/alacritty
2025-08-20T20:32:37.9366505Z [00:02:53.587]➜  mkdir -p $WORK/b423/
2025-08-20T20:32:37.9366882Z [00:02:53.587]➜  cat >/tmp/go-build3897779518/b423/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9367524Z [00:02:53.587]➜  # import config
2025-08-20T20:32:37.9368166Z [00:02:53.587]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9368578Z [00:02:53.587]➜  EOF
2025-08-20T20:32:37.9370983Z [00:02:53.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty;$WORK/b423=>" -p github.com/gdamore/tcell/v2/terminfo/a/alacritty -lang=go1.12 -complete -installsuffix shared -buildid hGuQv35F0f6WHJjke2RN/hGuQv35F0f6WHJjke2RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/term.go
2025-08-20T20:32:37.9461662Z [00:02:53.598]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T20:32:37.9468719Z [00:02:53.599]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/b7/b7bb8d5e964f07ef41fd0001f5c7e2c4ed00c2e200714e03d405a604cbdc1323-d # internal
2025-08-20T20:32:37.9473464Z [00:02:53.599]➜  github.com/gdamore/tcell/v2/terminfo/b/beterm
2025-08-20T20:32:37.9473811Z [00:02:53.599]➜  mkdir -p $WORK/b424/
2025-08-20T20:32:37.9474190Z [00:02:53.599]➜  cat >/tmp/go-build3897779518/b424/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9474928Z [00:02:53.599]➜  # import config
2025-08-20T20:32:37.9475388Z [00:02:53.599]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9475806Z [00:02:53.599]➜  EOF
2025-08-20T20:32:37.9477991Z [00:02:53.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm;$WORK/b424=>" -p github.com/gdamore/tcell/v2/terminfo/b/beterm -lang=go1.12 -complete -installsuffix shared -buildid UzgTAlul8qEeB2c2l8u6/UzgTAlul8qEeB2c2l8u6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm/term.go
2025-08-20T20:32:37.9559900Z [00:02:53.608]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T20:32:37.9564478Z [00:02:53.608]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/25/25ce17b202a1fa823f094c21def60eff04fe0d1585160c04f18c3e32d1b57fbb-d # internal
2025-08-20T20:32:37.9565157Z [00:02:53.608]➜  github.com/gdamore/tcell/v2/terminfo/c/cygwin
2025-08-20T20:32:37.9565487Z [00:02:53.608]➜  mkdir -p $WORK/b425/
2025-08-20T20:32:37.9565858Z [00:02:53.608]➜  cat >/tmp/go-build3897779518/b425/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9566201Z [00:02:53.608]➜  # import config
2025-08-20T20:32:37.9566652Z [00:02:53.608]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9567059Z [00:02:53.608]➜  EOF
2025-08-20T20:32:37.9569241Z [00:02:53.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin;$WORK/b425=>" -p github.com/gdamore/tcell/v2/terminfo/c/cygwin -lang=go1.12 -complete -installsuffix shared -buildid 2_RTSExSJqRPAsCQzrN4/2_RTSExSJqRPAsCQzrN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin/term.go
2025-08-20T20:32:37.9658756Z [00:02:53.618]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T20:32:37.9665253Z [00:02:53.618]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:32:37.9667630Z [00:02:53.619]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/4e/4eaae973ae9a8938e5a43f5a4b26a9afda5296faf853b2c7213bd167b56064b1-d # internal
2025-08-20T20:32:37.9668457Z [00:02:53.619]➜  github.com/gdamore/tcell/v2/terminfo/d/dtterm
2025-08-20T20:32:37.9668788Z [00:02:53.619]➜  mkdir -p $WORK/b426/
2025-08-20T20:32:37.9669438Z [00:02:53.619]➜  cat >/tmp/go-build3897779518/b426/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9669847Z [00:02:53.619]➜  # import config
2025-08-20T20:32:37.9670299Z [00:02:53.619]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9670710Z [00:02:53.619]➜  EOF
2025-08-20T20:32:37.9672732Z [00:02:53.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm;$WORK/b426=>" -p github.com/gdamore/tcell/v2/terminfo/d/dtterm -lang=go1.12 -complete -installsuffix shared -buildid HDy7Xui8xCnq_89qyjkZ/HDy7Xui8xCnq_89qyjkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm/term.go
2025-08-20T20:32:37.9694546Z [00:02:53.620]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/f5/f59ccebf2a883266c2dec5d9bac033aece4ae086edd40ec3957bde808cf7eb0a-d # internal
2025-08-20T20:32:37.9695171Z [00:02:53.621]➜  gitlab.com/gitlab-org/cli/internal/utils
2025-08-20T20:32:37.9695479Z [00:02:53.621]➜  mkdir -p $WORK/b217/
2025-08-20T20:32:37.9695852Z [00:02:53.621]➜  cat >/tmp/go-build3897779518/b217/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9696193Z [00:02:53.621]➜  # import config
2025-08-20T20:32:37.9696918Z [00:02:53.621]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:37.9697433Z [00:02:53.621]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:37.9698234Z [00:02:53.621]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3897779518/b231/_pkg_.a
2025-08-20T20:32:37.9698877Z [00:02:53.621]➜  packagefile gitlab.com/gitlab-org/cli/internal/browser=/tmp/go-build3897779518/b291/_pkg_.a
2025-08-20T20:32:37.9699543Z [00:02:53.621]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:37.9700200Z [00:02:53.621]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:37.9700865Z [00:02:53.621]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:37.9701426Z [00:02:53.621]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:37.9701846Z [00:02:53.621]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:37.9702306Z [00:02:53.621]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:37.9702753Z [00:02:53.621]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:37.9703171Z [00:02:53.621]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:37.9703590Z [00:02:53.621]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:37.9704015Z [00:02:53.621]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:37.9704442Z [00:02:53.621]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:37.9704749Z [00:02:53.621]➜  EOF
2025-08-20T20:32:37.9713821Z [00:02:53.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils=>gitlab.com/gitlab-org/cli/internal/utils;$WORK/b217=>" -p gitlab.com/gitlab-org/cli/internal/utils -lang=go1.25 -complete -installsuffix shared -buildid iOHJrhXv6df6pgvpQEV6/iOHJrhXv6df6pgvpQEV6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/display.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/manip.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/utils.go
2025-08-20T20:32:37.9731091Z [00:02:53.625]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T20:32:37.9737985Z [00:02:53.626]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/0e/0ed6d8af659d89df2fbfe4dda3319d26321230cc47b70f3ad9807330721deec8-d # internal
2025-08-20T20:32:37.9749131Z [00:02:53.627]➜  github.com/gdamore/tcell/v2/terminfo/e/emacs
2025-08-20T20:32:37.9751872Z [00:02:53.627]➜  mkdir -p $WORK/b427/
2025-08-20T20:32:37.9752310Z [00:02:53.627]➜  cat >/tmp/go-build3897779518/b427/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9752664Z [00:02:53.627]➜  # import config
2025-08-20T20:32:37.9753120Z [00:02:53.627]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9753555Z [00:02:53.627]➜  EOF
2025-08-20T20:32:37.9755575Z [00:02:53.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs;$WORK/b427=>" -p github.com/gdamore/tcell/v2/terminfo/e/emacs -lang=go1.12 -complete -installsuffix shared -buildid c19mtDLlAM7DPg0yUMSZ/c19mtDLlAM7DPg0yUMSZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs/term.go
2025-08-20T20:32:37.9803899Z [00:02:53.632]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T20:32:37.9810102Z [00:02:53.633]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/5a/5a84b8468e6de3dfdb3bc2197da80af3f72c70ce115250854f8205a132f4ac4d-d # internal
2025-08-20T20:32:37.9812008Z [00:02:53.633]➜  github.com/gdamore/tcell/v2/terminfo/f/foot
2025-08-20T20:32:37.9814510Z [00:02:53.633]➜  mkdir -p $WORK/b428/
2025-08-20T20:32:37.9815708Z [00:02:53.633]➜  cat >/tmp/go-build3897779518/b428/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9816072Z [00:02:53.633]➜  # import config
2025-08-20T20:32:37.9816531Z [00:02:53.633]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9816944Z [00:02:53.633]➜  EOF
2025-08-20T20:32:37.9819116Z [00:02:53.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot;$WORK/b428=>" -p github.com/gdamore/tcell/v2/terminfo/f/foot -lang=go1.12 -complete -installsuffix shared -buildid 2naBsFNQcXaHVGQg21Pe/2naBsFNQcXaHVGQg21Pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot/foot.go
2025-08-20T20:32:37.9893281Z [00:02:53.641]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T20:32:37.9897413Z [00:02:53.642]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/c7/c7bc70f53440a05ef8f1412a0700ca26a054dae4e9c5c83de114c95accdd354d-d # internal
2025-08-20T20:32:37.9898231Z [00:02:53.642]➜  github.com/gdamore/tcell/v2/terminfo/g/gnome
2025-08-20T20:32:37.9898563Z [00:02:53.642]➜  mkdir -p $WORK/b429/
2025-08-20T20:32:37.9898938Z [00:02:53.642]➜  cat >/tmp/go-build3897779518/b429/importcfg << 'EOF' # internal
2025-08-20T20:32:37.9899282Z [00:02:53.642]➜  # import config
2025-08-20T20:32:37.9899752Z [00:02:53.642]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:37.9900166Z [00:02:53.642]➜  EOF
2025-08-20T20:32:37.9902173Z [00:02:53.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome;$WORK/b429=>" -p github.com/gdamore/tcell/v2/terminfo/g/gnome -lang=go1.12 -complete -installsuffix shared -buildid OaHH9FjVgV2p5XL-g2uQ/OaHH9FjVgV2p5XL-g2uQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome/term.go
2025-08-20T20:32:37.9999455Z [00:02:53.652]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T20:32:38.0022214Z [00:02:53.654]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/ad/adc683ac21f461b02fc729c6b1b75d431cba5a24fa25829eb537f7ecf39874ed-d # internal
2025-08-20T20:32:38.0023702Z [00:02:53.654]➜  github.com/gdamore/tcell/v2/terminfo/h/hpterm
2025-08-20T20:32:38.0025020Z [00:02:53.654]➜  mkdir -p $WORK/b430/
2025-08-20T20:32:38.0026495Z [00:02:53.654]➜  cat >/tmp/go-build3897779518/b430/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0026853Z [00:02:53.654]➜  # import config
2025-08-20T20:32:38.0027306Z [00:02:53.654]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0027860Z [00:02:53.654]➜  EOF
2025-08-20T20:32:38.0029965Z [00:02:53.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm;$WORK/b430=>" -p github.com/gdamore/tcell/v2/terminfo/h/hpterm -lang=go1.12 -complete -installsuffix shared -buildid GRZ-eK34XZ9PvGKq6GCB/GRZ-eK34XZ9PvGKq6GCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm/term.go
2025-08-20T20:32:38.0152250Z [00:02:53.667]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T20:32:38.0155411Z [00:02:53.668]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/ce/cedf92bc9080cdd4fcccb143005f506c8ff235eec2ea51c71f676438d0c0997b-d # internal
2025-08-20T20:32:38.0156187Z [00:02:53.668]➜  github.com/gdamore/tcell/v2/terminfo/k/konsole
2025-08-20T20:32:38.0156777Z [00:02:53.668]➜  mkdir -p $WORK/b431/
2025-08-20T20:32:38.0157895Z [00:02:53.668]➜  cat >/tmp/go-build3897779518/b431/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0159181Z [00:02:53.668]➜  # import config
2025-08-20T20:32:38.0160153Z [00:02:53.668]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0160797Z [00:02:53.668]➜  EOF
2025-08-20T20:32:38.0163428Z [00:02:53.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole;$WORK/b431=>" -p github.com/gdamore/tcell/v2/terminfo/k/konsole -lang=go1.12 -complete -installsuffix shared -buildid ALkAPi2EtHcUYfpOxySR/ALkAPi2EtHcUYfpOxySR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole/term.go
2025-08-20T20:32:38.0225773Z [00:02:53.674]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T20:32:38.0229878Z [00:02:53.675]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/34/34b9a8e810a6fb45c8f4ff1b8c6f6d6bee7fb9004684f716807f0097e911615f-d # internal
2025-08-20T20:32:38.0230590Z [00:02:53.675]➜  github.com/gdamore/tcell/v2/terminfo/k/kterm
2025-08-20T20:32:38.0230921Z [00:02:53.675]➜  mkdir -p $WORK/b432/
2025-08-20T20:32:38.0231318Z [00:02:53.675]➜  cat >/tmp/go-build3897779518/b432/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0231669Z [00:02:53.675]➜  # import config
2025-08-20T20:32:38.0232121Z [00:02:53.675]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0232544Z [00:02:53.675]➜  EOF
2025-08-20T20:32:38.0235204Z [00:02:53.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm;$WORK/b432=>" -p github.com/gdamore/tcell/v2/terminfo/k/kterm -lang=go1.12 -complete -installsuffix shared -buildid j5SHWn8nrD7s7ouOqFg1/j5SHWn8nrD7s7ouOqFg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm/term.go
2025-08-20T20:32:38.0291046Z [00:02:53.681]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T20:32:38.0295468Z [00:02:53.682]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/25/257a77bb9a0bd910371e434d518ac2114692f24185f9098f4d0e9752196ff9c4-d # internal
2025-08-20T20:32:38.0299179Z [00:02:53.682]➜  github.com/gdamore/tcell/v2/terminfo/l/linux
2025-08-20T20:32:38.0299605Z [00:02:53.682]➜  mkdir -p $WORK/b433/
2025-08-20T20:32:38.0300289Z [00:02:53.682]➜  cat >/tmp/go-build3897779518/b433/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0300704Z [00:02:53.682]➜  # import config
2025-08-20T20:32:38.0301979Z [00:02:53.682]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0303694Z [00:02:53.682]➜  EOF
2025-08-20T20:32:38.0306043Z [00:02:53.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux;$WORK/b433=>" -p github.com/gdamore/tcell/v2/terminfo/l/linux -lang=go1.12 -complete -installsuffix shared -buildid OydtcT3f5BK3mKgZBNdB/OydtcT3f5BK3mKgZBNdB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux/term.go
2025-08-20T20:32:38.0416200Z [00:02:53.694]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:32:38.0427055Z [00:02:53.695]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/03/032095eb1d01675b0c98c88f5ce93e389903f9998f18b3b744d241fc40179276-d # internal
2025-08-20T20:32:38.0431036Z [00:02:53.695]➜  gitlab.com/gitlab-org/cli/internal/oauth2
2025-08-20T20:32:38.0440612Z [00:02:53.696]➜  mkdir -p $WORK/b214/
2025-08-20T20:32:38.0444136Z [00:02:53.697]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T20:32:38.0448497Z [00:02:53.697]➜  cat >/tmp/go-build3897779518/b214/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0448905Z [00:02:53.697]➜  # import config
2025-08-20T20:32:38.0449255Z [00:02:53.697]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.0449677Z [00:02:53.697]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.0450261Z [00:02:53.697]➜  packagefile gitlab.com/gitlab-org/api/client-go/gitlaboauth2=/tmp/go-build3897779518/b215/_pkg_.a
2025-08-20T20:32:38.0450966Z [00:02:53.697]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.0451647Z [00:02:53.697]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.0452315Z [00:02:53.697]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:38.0452892Z [00:02:53.697]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:38.0453357Z [00:02:53.697]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.0453776Z [00:02:53.697]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:38.0454196Z [00:02:53.697]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.0454604Z [00:02:53.697]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.0454904Z [00:02:53.697]➜  EOF
2025-08-20T20:32:38.0455483Z [00:02:53.697]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/6a/6acb43fca6ed5af74eb4bbf04b437261b7ac6627d98040ab1a2546422d43e330-d # internal
2025-08-20T20:32:38.0464000Z [00:02:53.698]➜  github.com/gdamore/tcell/v2/terminfo/p/pcansi
2025-08-20T20:32:38.0465132Z [00:02:53.698]➜  mkdir -p $WORK/b434/
2025-08-20T20:32:38.0530536Z [00:02:53.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2=>gitlab.com/gitlab-org/cli/internal/oauth2;$WORK/b214=>" -p gitlab.com/gitlab-org/cli/internal/oauth2 -lang=go1.25 -complete -installsuffix shared -buildid DHcwCh9_kMPSUgLUUaMa/DHcwCh9_kMPSUgLUUaMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/config.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/oauth2.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/token_source.go
2025-08-20T20:32:38.0532754Z [00:02:53.705]➜  cat >/tmp/go-build3897779518/b434/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0533110Z [00:02:53.705]➜  # import config
2025-08-20T20:32:38.0533867Z [00:02:53.705]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0534354Z [00:02:53.705]➜  EOF
2025-08-20T20:32:38.0536398Z [00:02:53.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi;$WORK/b434=>" -p github.com/gdamore/tcell/v2/terminfo/p/pcansi -lang=go1.12 -complete -installsuffix shared -buildid BFk5ov6Du9dOionkDj8T/BFk5ov6Du9dOionkDj8T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi/term.go
2025-08-20T20:32:38.0556774Z [00:02:53.708]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T20:32:38.0562183Z [00:02:53.708]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/a9/a900d0c3c94ae45093d2dd382192840cf42fce228af4698f2930784e10c00f0d-d # internal
2025-08-20T20:32:38.0562852Z [00:02:53.708]➜  github.com/gdamore/tcell/v2/terminfo/r/rxvt
2025-08-20T20:32:38.0563177Z [00:02:53.708]➜  mkdir -p $WORK/b435/
2025-08-20T20:32:38.0566022Z [00:02:53.709]➜  cat >/tmp/go-build3897779518/b435/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0566411Z [00:02:53.709]➜  # import config
2025-08-20T20:32:38.0566871Z [00:02:53.709]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0567803Z [00:02:53.709]➜  EOF
2025-08-20T20:32:38.0569868Z [00:02:53.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt;$WORK/b435=>" -p github.com/gdamore/tcell/v2/terminfo/r/rxvt -lang=go1.12 -complete -installsuffix shared -buildid oZrk2iCwrYIK-Q504dEf/oZrk2iCwrYIK-Q504dEf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt/term.go
2025-08-20T20:32:38.0655031Z [00:02:53.718]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T20:32:38.0660191Z [00:02:53.718]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/d0/d0aff3cf340df0c008ea74147a597f3428e8ec1b119f600fc39befa903771769-d # internal
2025-08-20T20:32:38.0666075Z [00:02:53.719]➜  github.com/gdamore/tcell/v2/terminfo/s/screen
2025-08-20T20:32:38.0666875Z [00:02:53.719]➜  mkdir -p $WORK/b436/
2025-08-20T20:32:38.0673911Z [00:02:53.719]➜  cat >/tmp/go-build3897779518/b436/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0674302Z [00:02:53.719]➜  # import config
2025-08-20T20:32:38.0674762Z [00:02:53.719]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0675174Z [00:02:53.719]➜  EOF
2025-08-20T20:32:38.0677232Z [00:02:53.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen;$WORK/b436=>" -p github.com/gdamore/tcell/v2/terminfo/s/screen -lang=go1.12 -complete -installsuffix shared -buildid sAduv5OYFiQHHVX6ZoLg/sAduv5OYFiQHHVX6ZoLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen/term.go
2025-08-20T20:32:38.0897168Z [00:02:53.742]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T20:32:38.0905703Z [00:02:53.742]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/c0/c0bd47ffe6ad1ecfba1b7aab03ba7b76afb30e5e01e6ab6bc82406e2bfb30257-d # internal
2025-08-20T20:32:38.0906391Z [00:02:53.742]➜  github.com/gdamore/tcell/v2/terminfo/s/simpleterm
2025-08-20T20:32:38.0906731Z [00:02:53.743]➜  mkdir -p $WORK/b437/
2025-08-20T20:32:38.0909583Z [00:02:53.743]➜  cat >/tmp/go-build3897779518/b437/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0918546Z [00:02:53.743]➜  # import config
2025-08-20T20:32:38.0919421Z [00:02:53.743]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0919917Z [00:02:53.743]➜  EOF
2025-08-20T20:32:38.0922054Z [00:02:53.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm;$WORK/b437=>" -p github.com/gdamore/tcell/v2/terminfo/s/simpleterm -lang=go1.12 -complete -installsuffix shared -buildid qA9zUw8QmP44tZzBcTYv/qA9zUw8QmP44tZzBcTYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm/term.go
2025-08-20T20:32:38.0932530Z [00:02:53.745]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T20:32:38.0939955Z [00:02:53.746]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/b1/b1633531f434465a8191a59dbdffbe9af17c6742f32aea31ed8013e74f2e6360-d # internal
2025-08-20T20:32:38.0941241Z [00:02:53.746]➜  github.com/gdamore/tcell/v2/terminfo/s/sun
2025-08-20T20:32:38.0941808Z [00:02:53.746]➜  mkdir -p $WORK/b438/
2025-08-20T20:32:38.0971138Z [00:02:53.749]➜  cat >/tmp/go-build3897779518/b438/importcfg << 'EOF' # internal
2025-08-20T20:32:38.0971570Z [00:02:53.749]➜  # import config
2025-08-20T20:32:38.0972048Z [00:02:53.749]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.0972463Z [00:02:53.749]➜  EOF
2025-08-20T20:32:38.0974835Z [00:02:53.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun;$WORK/b438=>" -p github.com/gdamore/tcell/v2/terminfo/s/sun -lang=go1.12 -complete -installsuffix shared -buildid PwYFUea-LrP7DiNwtm_C/PwYFUea-LrP7DiNwtm_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun/term.go
2025-08-20T20:32:38.1067127Z [00:02:53.758]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:32:38.1076305Z [00:02:53.760]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/76/763412fa2ee817c89e87d400f536f29a42beb0ffe2772fb60fbea254357af4a4-d # internal
2025-08-20T20:32:38.1089210Z [00:02:53.760]➜  gitlab.com/gitlab-org/cli/internal/api
2025-08-20T20:32:38.1089572Z [00:02:53.760]➜  mkdir -p $WORK/b202/
2025-08-20T20:32:38.1094811Z [00:02:53.762]➜  cat >/tmp/go-build3897779518/b202/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1096033Z [00:02:53.762]➜  # import config
2025-08-20T20:32:38.1096397Z [00:02:53.762]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.1096848Z [00:02:53.762]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:38.1097307Z [00:02:53.762]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:38.1098014Z [00:02:53.762]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.1098903Z [00:02:53.762]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.1099502Z [00:02:53.762]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.1100152Z [00:02:53.762]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.1100836Z [00:02:53.762]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.1101524Z [00:02:53.762]➜  packagefile gitlab.com/gitlab-org/cli/internal/oauth2=/tmp/go-build3897779518/b214/_pkg_.a
2025-08-20T20:32:38.1102133Z [00:02:53.762]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3897779518/b297/_pkg_.a
2025-08-20T20:32:38.1102605Z [00:02:53.762]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.1103007Z [00:02:53.762]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:38.1103424Z [00:02:53.762]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:38.1103901Z [00:02:53.762]➜  packagefile net/http/httputil=/tmp/go-build3897779518/b298/_pkg_.a
2025-08-20T20:32:38.1104363Z [00:02:53.762]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:38.1104773Z [00:02:53.762]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.1105176Z [00:02:53.762]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.1105593Z [00:02:53.762]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.1106260Z [00:02:53.762]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.1106679Z [00:02:53.762]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.1106984Z [00:02:53.762]➜  EOF
2025-08-20T20:32:38.1110636Z [00:02:53.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api=>gitlab.com/gitlab-org/cli/internal/api;$WORK/b202=>" -p gitlab.com/gitlab-org/cli/internal/api -lang=go1.25 -complete -installsuffix shared -buildid 8LA_78ADEja4e64-lClk/8LA_78ADEja4e64-lClk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/client.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/debug_transport.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/default.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/issue.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/merge_request.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/milestone.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/pipeline.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/project.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/user.go
2025-08-20T20:32:38.1118343Z [00:02:53.764]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T20:32:38.1119036Z [00:02:53.764]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/11/11a0ecd0652e6447ac0c069c9d26c0aab553dcd9165f10fbc2c60a2322d4a1b3-d # internal
2025-08-20T20:32:38.1125434Z [00:02:53.765]➜  github.com/gdamore/tcell/v2/terminfo/t/tmux
2025-08-20T20:32:38.1126842Z [00:02:53.765]➜  mkdir -p $WORK/b439/
2025-08-20T20:32:38.1131126Z [00:02:53.765]➜  cat >/tmp/go-build3897779518/b439/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1131956Z [00:02:53.765]➜  # import config
2025-08-20T20:32:38.1132468Z [00:02:53.765]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1132896Z [00:02:53.765]➜  EOF
2025-08-20T20:32:38.1134916Z [00:02:53.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux;$WORK/b439=>" -p github.com/gdamore/tcell/v2/terminfo/t/tmux -lang=go1.12 -complete -installsuffix shared -buildid Td7tjLoONiouC1BgNDTC/Td7tjLoONiouC1BgNDTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux/term.go
2025-08-20T20:32:38.1154487Z [00:02:53.768]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T20:32:38.1160056Z [00:02:53.768]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/63/637bf90ae0d31dd30ff4df2ad9039072e8a68c1378795b7ab4fad1b1816d8394-d # internal
2025-08-20T20:32:38.1161236Z [00:02:53.768]➜  github.com/gdamore/tcell/v2/terminfo/v/vt320
2025-08-20T20:32:38.1161754Z [00:02:53.768]➜  mkdir -p $WORK/b440/
2025-08-20T20:32:38.1162156Z [00:02:53.768]➜  cat >/tmp/go-build3897779518/b440/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1162710Z [00:02:53.768]➜  # import config
2025-08-20T20:32:38.1163331Z [00:02:53.768]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1163803Z [00:02:53.768]➜  EOF
2025-08-20T20:32:38.1166376Z [00:02:53.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320;$WORK/b440=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt320 -lang=go1.12 -complete -installsuffix shared -buildid CRnswyhe715E-6DaNaRc/CRnswyhe715E-6DaNaRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320/term.go
2025-08-20T20:32:38.1312387Z [00:02:53.783]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T20:32:38.1317202Z [00:02:53.784]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/92/9245581f0c3525df20c2107c1960963d19cc3c5ccd496b31bfb0ff83002717a2-d # internal
2025-08-20T20:32:38.1322226Z [00:02:53.784]➜  github.com/gdamore/tcell/v2/terminfo/v/vt400
2025-08-20T20:32:38.1322587Z [00:02:53.784]➜  mkdir -p $WORK/b441/
2025-08-20T20:32:38.1326937Z [00:02:53.785]➜  cat >/tmp/go-build3897779518/b441/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1327311Z [00:02:53.785]➜  # import config
2025-08-20T20:32:38.1328188Z [00:02:53.785]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1328669Z [00:02:53.785]➜  EOF
2025-08-20T20:32:38.1333598Z [00:02:53.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400;$WORK/b441=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt400 -lang=go1.12 -complete -installsuffix shared -buildid rMjbiaDZQ7tWTFjd7nD7/rMjbiaDZQ7tWTFjd7nD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400/term.go
2025-08-20T20:32:38.1412299Z [00:02:53.793]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T20:32:38.1418215Z [00:02:53.793]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/94/9452f40d5a6876e18fe305cfa5815b00f3f61906d00ba065fc21a79e6b4c20d5-d # internal
2025-08-20T20:32:38.1418974Z [00:02:53.794]➜  github.com/gdamore/tcell/v2/terminfo/v/vt420
2025-08-20T20:32:38.1419307Z [00:02:53.794]➜  mkdir -p $WORK/b442/
2025-08-20T20:32:38.1419730Z [00:02:53.794]➜  cat >/tmp/go-build3897779518/b442/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1420078Z [00:02:53.794]➜  # import config
2025-08-20T20:32:38.1420535Z [00:02:53.794]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1420949Z [00:02:53.794]➜  EOF
2025-08-20T20:32:38.1422934Z [00:02:53.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420;$WORK/b442=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt420 -lang=go1.12 -complete -installsuffix shared -buildid az-xk8SjiJZ_UMB811JE/az-xk8SjiJZ_UMB811JE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420/term.go
2025-08-20T20:32:38.1564517Z [00:02:53.808]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T20:32:38.1565391Z [00:02:53.808]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T20:32:38.1566160Z [00:02:53.808]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/9b/9b8385b5f1ebda660f57d62ffadc7a67a864b49be404f959b34b24d2cf3a0579-d # internal
2025-08-20T20:32:38.1566771Z [00:02:53.808]➜  github.com/gdamore/tcell/v2/terminfo/v/vt52
2025-08-20T20:32:38.1567091Z [00:02:53.808]➜  mkdir -p $WORK/b443/
2025-08-20T20:32:38.1567464Z [00:02:53.808]➜  cat >/tmp/go-build3897779518/b443/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1568030Z [00:02:53.808]➜  # import config
2025-08-20T20:32:38.1568490Z [00:02:53.808]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1568903Z [00:02:53.808]➜  EOF
2025-08-20T20:32:38.1570920Z [00:02:53.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52;$WORK/b443=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt52 -lang=go1.12 -complete -installsuffix shared -buildid 8yZ7TnK9eh0ouAvVwDVW/8yZ7TnK9eh0ouAvVwDVW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52/term.go
2025-08-20T20:32:38.1573013Z [00:02:53.809]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/53/538c63826a9d6beb5cf2e2b9f5c105c2d855d3759ff6e5c361b04bbf462c10c5-d # internal
2025-08-20T20:32:38.1573901Z [00:02:53.809]➜  github.com/gdamore/tcell/v2/terminfo/w/wy50
2025-08-20T20:32:38.1575155Z [00:02:53.809]➜  mkdir -p $WORK/b444/
2025-08-20T20:32:38.1576044Z [00:02:53.809]➜  cat >/tmp/go-build3897779518/b444/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1576753Z [00:02:53.809]➜  # import config
2025-08-20T20:32:38.1577484Z [00:02:53.809]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1578520Z [00:02:53.809]➜  EOF
2025-08-20T20:32:38.1580548Z [00:02:53.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50;$WORK/b444=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy50 -lang=go1.12 -complete -installsuffix shared -buildid m2AIs6XO65lCarTSuZmv/m2AIs6XO65lCarTSuZmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50/term.go
2025-08-20T20:32:38.1779465Z [00:02:53.830]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T20:32:38.1782529Z [00:02:53.830]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/1f/1fea9e246490ddc0c61479df33a8fb76eef240bcf32e75e96c4d5ca5aaac0057-d # internal
2025-08-20T20:32:38.1785622Z [00:02:53.830]➜  github.com/gdamore/tcell/v2/terminfo/w/wy60
2025-08-20T20:32:38.1788503Z [00:02:53.830]➜  mkdir -p $WORK/b445/
2025-08-20T20:32:38.1788902Z [00:02:53.831]➜  cat >/tmp/go-build3897779518/b445/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1789319Z [00:02:53.831]➜  # import config
2025-08-20T20:32:38.1789782Z [00:02:53.831]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1790192Z [00:02:53.831]➜  EOF
2025-08-20T20:32:38.1792281Z [00:02:53.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60;$WORK/b445=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy60 -lang=go1.12 -complete -installsuffix shared -buildid HBomQ_Xo53BUjpBdozSn/HBomQ_Xo53BUjpBdozSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60/term.go
2025-08-20T20:32:38.1903912Z [00:02:53.842]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T20:32:38.1907000Z [00:02:53.843]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/96/96031c614537515501887c8e175c4825c71b94a67d0fb5594d4f31df93ce696c-d # internal
2025-08-20T20:32:38.1907793Z [00:02:53.843]➜  github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T20:32:38.1908195Z [00:02:53.843]➜  mkdir -p $WORK/b446/
2025-08-20T20:32:38.1910531Z [00:02:53.843]➜  cat >/tmp/go-build3897779518/b446/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1928687Z [00:02:53.843]➜  # import config
2025-08-20T20:32:38.1929451Z [00:02:53.843]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1930480Z [00:02:53.843]➜  EOF
2025-08-20T20:32:38.1933106Z [00:02:53.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi;$WORK/b446=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi -lang=go1.12 -complete -installsuffix shared -buildid mvrSCRHGdhSBEOu588Xa/mvrSCRHGdhSBEOu588Xa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi/term.go
2025-08-20T20:32:38.1959479Z [00:02:53.848]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T20:32:38.1964271Z [00:02:53.849]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/22/2208d0c4c38d20f2f70e3bb560de6c2c7d9fd16217078c377f3256201062456b-d # internal
2025-08-20T20:32:38.1965316Z [00:02:53.849]➜  github.com/gdamore/tcell/v2/terminfo/x/xfce
2025-08-20T20:32:38.1967393Z [00:02:53.849]➜  mkdir -p $WORK/b447/
2025-08-20T20:32:38.1967992Z [00:02:53.849]➜  cat >/tmp/go-build3897779518/b447/importcfg << 'EOF' # internal
2025-08-20T20:32:38.1968376Z [00:02:53.849]➜  # import config
2025-08-20T20:32:38.1968841Z [00:02:53.849]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.1969253Z [00:02:53.849]➜  EOF
2025-08-20T20:32:38.1971260Z [00:02:53.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce;$WORK/b447=>" -p github.com/gdamore/tcell/v2/terminfo/x/xfce -lang=go1.12 -complete -installsuffix shared -buildid 41tu2E6yHNDHE3jQv4pA/41tu2E6yHNDHE3jQv4pA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce/term.go
2025-08-20T20:32:38.2146987Z [00:02:53.867]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T20:32:38.2162544Z [00:02:53.868]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/4e/4e571668327b8ea055248dcc0b7d78f6047ae00bdce657306c8b30c3c69475cc-d # internal
2025-08-20T20:32:38.2163726Z [00:02:53.868]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty
2025-08-20T20:32:38.2165464Z [00:02:53.868]➜  mkdir -p $WORK/b448/
2025-08-20T20:32:38.2166218Z [00:02:53.868]➜  cat >/tmp/go-build3897779518/b448/importcfg << 'EOF' # internal
2025-08-20T20:32:38.2167001Z [00:02:53.868]➜  # import config
2025-08-20T20:32:38.2168211Z [00:02:53.868]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.2168823Z [00:02:53.868]➜  EOF
2025-08-20T20:32:38.2172735Z [00:02:53.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty;$WORK/b448=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty -lang=go1.12 -complete -installsuffix shared -buildid aCIDmfbykzkbr_IiaCe2/aCIDmfbykzkbr_IiaCe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty/term.go
2025-08-20T20:32:38.2174758Z [00:02:53.869]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T20:32:38.2175432Z [00:02:53.869]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/0a/0ae4cd0e6f9ef1808710d3665f1cd5f0c921a1ac2c211d710a10dd419e126734-d # internal
2025-08-20T20:32:38.2176391Z [00:02:53.869]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T20:32:38.2176795Z [00:02:53.869]➜  mkdir -p $WORK/b449/
2025-08-20T20:32:38.2177994Z [00:02:53.870]➜  cat >/tmp/go-build3897779518/b449/importcfg << 'EOF' # internal
2025-08-20T20:32:38.2178794Z [00:02:53.870]➜  # import config
2025-08-20T20:32:38.2180228Z [00:02:53.870]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.2180685Z [00:02:53.870]➜  EOF
2025-08-20T20:32:38.2182782Z [00:02:53.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty;$WORK/b449=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty -lang=go1.12 -complete -installsuffix shared -buildid 8AOyTLdwDpkL4F4Y768O/8AOyTLdwDpkL4F4Y768O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty/term.go
2025-08-20T20:32:38.2298062Z [00:02:53.882]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T20:32:38.2303879Z [00:02:53.882]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/c1/c1ca71510d89202b688bf3a681ffefcce77ec120ef56771e55a9bad12ee8e928-d # internal
2025-08-20T20:32:38.2304520Z [00:02:53.882]➜  os/signal
2025-08-20T20:32:38.2305607Z [00:02:53.882]➜  mkdir -p $WORK/b450/
2025-08-20T20:32:38.2322747Z [00:02:53.884]➜  echo -n > $WORK/b450/go_asm.h # internal
2025-08-20T20:32:38.2349294Z [00:02:53.885]➜  cd /root/.go/src/os/signal
2025-08-20T20:32:38.2350806Z [00:02:53.885]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b450=>" -I $WORK/b450/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b450/symabis ./sig.s
2025-08-20T20:32:38.2354412Z [00:02:53.888]➜  cat >/tmp/go-build3897779518/b450/importcfg << 'EOF' # internal
2025-08-20T20:32:38.2354811Z [00:02:53.888]➜  # import config
2025-08-20T20:32:38.2355164Z [00:02:53.888]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.2355591Z [00:02:53.888]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.2356004Z [00:02:53.888]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.2356422Z [00:02:53.888]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.2356856Z [00:02:53.888]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:38.2357171Z [00:02:53.888]➜  EOF
2025-08-20T20:32:38.2357436Z [00:02:53.888]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:38.2359466Z [00:02:53.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b450=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b450/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack -asmhdr $WORK/b450/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-20T20:32:38.2414686Z [00:02:53.893]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T20:32:38.2423958Z [00:02:53.894]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/18/1869b0886a1a1fa0fe78c5a46c0623770debefe57a92f5333db2d7110cd67644-d # internal
2025-08-20T20:32:38.2424622Z [00:02:53.894]➜  github.com/gdamore/tcell/v2/terminfo/extended
2025-08-20T20:32:38.2424948Z [00:02:53.894]➜  mkdir -p $WORK/b421/
2025-08-20T20:32:38.2446151Z [00:02:53.897]➜  cat >/tmp/go-build3897779518/b421/importcfg << 'EOF' # internal
2025-08-20T20:32:38.2447001Z [00:02:53.897]➜  # import config
2025-08-20T20:32:38.2449091Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build3897779518/b422/_pkg_.a
2025-08-20T20:32:38.2450158Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build3897779518/b423/_pkg_.a
2025-08-20T20:32:38.2450953Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build3897779518/b415/_pkg_.a
2025-08-20T20:32:38.2451655Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build3897779518/b424/_pkg_.a
2025-08-20T20:32:38.2452361Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build3897779518/b425/_pkg_.a
2025-08-20T20:32:38.2453073Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build3897779518/b426/_pkg_.a
2025-08-20T20:32:38.2453761Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build3897779518/b427/_pkg_.a
2025-08-20T20:32:38.2454445Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build3897779518/b428/_pkg_.a
2025-08-20T20:32:38.2455128Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build3897779518/b429/_pkg_.a
2025-08-20T20:32:38.2455826Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build3897779518/b430/_pkg_.a
2025-08-20T20:32:38.2456525Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build3897779518/b431/_pkg_.a
2025-08-20T20:32:38.2457215Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build3897779518/b432/_pkg_.a
2025-08-20T20:32:38.2458382Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build3897779518/b433/_pkg_.a
2025-08-20T20:32:38.2459074Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build3897779518/b434/_pkg_.a
2025-08-20T20:32:38.2459761Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build3897779518/b435/_pkg_.a
2025-08-20T20:32:38.2460445Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build3897779518/b436/_pkg_.a
2025-08-20T20:32:38.2461166Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build3897779518/b437/_pkg_.a
2025-08-20T20:32:38.2461865Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build3897779518/b438/_pkg_.a
2025-08-20T20:32:38.2462537Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build3897779518/b439/_pkg_.a
2025-08-20T20:32:38.2463217Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build3897779518/b416/_pkg_.a
2025-08-20T20:32:38.2463907Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build3897779518/b417/_pkg_.a
2025-08-20T20:32:38.2464594Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build3897779518/b418/_pkg_.a
2025-08-20T20:32:38.2465277Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build3897779518/b440/_pkg_.a
2025-08-20T20:32:38.2465964Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build3897779518/b441/_pkg_.a
2025-08-20T20:32:38.2466645Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build3897779518/b442/_pkg_.a
2025-08-20T20:32:38.2467324Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build3897779518/b443/_pkg_.a
2025-08-20T20:32:38.2472537Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build3897779518/b444/_pkg_.a
2025-08-20T20:32:38.2473237Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build3897779518/b445/_pkg_.a
2025-08-20T20:32:38.2473932Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build3897779518/b446/_pkg_.a
2025-08-20T20:32:38.2474625Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build3897779518/b447/_pkg_.a
2025-08-20T20:32:38.2475534Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build3897779518/b419/_pkg_.a
2025-08-20T20:32:38.2476327Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build3897779518/b448/_pkg_.a
2025-08-20T20:32:38.2477066Z [00:02:53.897]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build3897779518/b449/_pkg_.a
2025-08-20T20:32:38.2477519Z [00:02:53.897]➜  EOF
2025-08-20T20:32:38.2479699Z [00:02:53.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended;$WORK/b421=>" -p github.com/gdamore/tcell/v2/terminfo/extended -lang=go1.12 -complete -installsuffix shared -buildid sqpJqjr3y8xvTw2D42f2/sqpJqjr3y8xvTw2D42f2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended/extended.go
2025-08-20T20:32:38.2605373Z [00:02:53.912]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T20:32:38.2616445Z [00:02:53.913]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/0b/0bf9ab3399c9202a03930a1fba3feff6eb9085c7e5e0df5424ab4556ab45bbfe-d # internal
2025-08-20T20:32:38.2617079Z [00:02:53.913]➜  github.com/lunixbochs/vtclean
2025-08-20T20:32:38.2617383Z [00:02:53.913]➜  mkdir -p $WORK/b451/
2025-08-20T20:32:38.2617837Z [00:02:53.913]➜  cat >/tmp/go-build3897779518/b451/importcfg << 'EOF' # internal
2025-08-20T20:32:38.2620276Z [00:02:53.913]➜  # import config
2025-08-20T20:32:38.2621042Z [00:02:53.913]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:38.2624127Z [00:02:53.913]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.2626510Z [00:02:53.913]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.2627328Z [00:02:53.913]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:38.2628682Z [00:02:53.913]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.2629426Z [00:02:53.913]➜  EOF
2025-08-20T20:32:38.2632013Z [00:02:53.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lunixbochs/vtclean@v1.0.0=>github.com/lunixbochs/vtclean@v1.0.0;$WORK/b451=>" -p github.com/lunixbochs/vtclean -lang=go1.16 -complete -installsuffix shared -buildid DBkPU3XL9iK4RKAIjQm_/DBkPU3XL9iK4RKAIjQm_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/github.com/lunixbochs/vtclean@v1.0.0/io.go /root/go/pkg/mod/github.com/lunixbochs/vtclean@v1.0.0/line.go /root/go/pkg/mod/github.com/lunixbochs/vtclean@v1.0.0/vtclean.go
2025-08-20T20:32:38.3023377Z [00:02:53.954]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T20:32:38.3035621Z [00:02:53.956]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/45/4570fa8e7fd5137eef93d1299b522a99a184d41bd251bb2cd76ce59b81132ee0-d # internal
2025-08-20T20:32:38.3036644Z [00:02:53.956]➜  github.com/gosuri/uilive
2025-08-20T20:32:38.3037137Z [00:02:53.956]➜  mkdir -p $WORK/b458/
2025-08-20T20:32:38.3040362Z [00:02:53.956]➜  cat >/tmp/go-build3897779518/b458/importcfg << 'EOF' # internal
2025-08-20T20:32:38.3041241Z [00:02:53.956]➜  # import config
2025-08-20T20:32:38.3041998Z [00:02:53.956]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.3042838Z [00:02:53.956]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.3060453Z [00:02:53.956]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.3061381Z [00:02:53.956]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.3062210Z [00:02:53.956]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.3063054Z [00:02:53.956]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:38.3063882Z [00:02:53.956]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.3064734Z [00:02:53.956]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.3066317Z [00:02:53.956]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:38.3066816Z [00:02:53.956]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.3067124Z [00:02:53.956]➜  EOF
2025-08-20T20:32:38.3069629Z [00:02:53.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gosuri/uilive@v0.0.4=>github.com/gosuri/uilive@v0.0.4;$WORK/b458=>" -p github.com/gosuri/uilive -lang=go1.10 -complete -installsuffix shared -buildid Gqh_jxaoxGsUJQCryDGv/Gqh_jxaoxGsUJQCryDGv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/github.com/gosuri/uilive@v0.0.4/doc.go /root/go/pkg/mod/github.com/gosuri/uilive@v0.0.4/terminal_size.go /root/go/pkg/mod/github.com/gosuri/uilive@v0.0.4/writer.go /root/go/pkg/mod/github.com/gosuri/uilive@v0.0.4/writer_posix.go
2025-08-20T20:32:38.3092976Z [00:02:53.961]➜  cd /root/.go/src/os/signal
2025-08-20T20:32:38.3096471Z [00:02:53.961]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b450=>" -I $WORK/b450/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b450/sig.o ./sig.s
2025-08-20T20:32:38.3153786Z [00:02:53.967]➜  go tool pack r $WORK/b450/_pkg_.a $WORK/b450/sig.o # internal
2025-08-20T20:32:38.3173399Z [00:02:53.969]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T20:32:38.3174705Z [00:02:53.969]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T20:32:38.3178002Z [00:02:53.969]➜  github.com/gdamore/tcell/v2
2025-08-20T20:32:38.3178661Z [00:02:53.969]➜  mkdir -p $WORK/b411/
2025-08-20T20:32:38.3179241Z [00:02:53.969]➜  cat >/tmp/go-build3897779518/b411/importcfg << 'EOF' # internal
2025-08-20T20:32:38.3179750Z [00:02:53.969]➜  # import config
2025-08-20T20:32:38.3181682Z [00:02:53.969]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.3182163Z [00:02:53.969]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:38.3182618Z [00:02:53.969]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.3183034Z [00:02:53.969]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.3183527Z [00:02:53.969]➜  packagefile github.com/gdamore/encoding=/tmp/go-build3897779518/b412/_pkg_.a
2025-08-20T20:32:38.3184144Z [00:02:53.969]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:38.3184797Z [00:02:53.969]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build3897779518/b414/_pkg_.a
2025-08-20T20:32:38.3185479Z [00:02:53.969]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build3897779518/b420/_pkg_.a
2025-08-20T20:32:38.3186171Z [00:02:53.969]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build3897779518/b421/_pkg_.a
2025-08-20T20:32:38.3186829Z [00:02:53.969]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:38.3187423Z [00:02:53.969]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:38.3188128Z [00:02:53.969]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:38.3188637Z [00:02:53.969]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:38.3189176Z [00:02:53.969]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:38.3189736Z [00:02:53.969]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:38.3190246Z [00:02:53.969]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:38.3190672Z [00:02:53.969]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.3191075Z [00:02:53.969]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:38.3191790Z [00:02:53.969]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.3192264Z [00:02:53.969]➜  packagefile os/signal=/tmp/go-build3897779518/b450/_pkg_.a
2025-08-20T20:32:38.3192699Z [00:02:53.969]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:38.3193121Z [00:02:53.969]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.3193542Z [00:02:53.969]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.3193972Z [00:02:53.969]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.3194389Z [00:02:53.969]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:38.3194806Z [00:02:53.969]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.3195242Z [00:02:53.969]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:38.3195574Z [00:02:53.969]➜  EOF
2025-08-20T20:32:38.3195840Z [00:02:53.969]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:38.3206104Z [00:02:53.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1=>github.com/gdamore/tcell/v2@v2.8.1;$WORK/b411=>" -p github.com/gdamore/tcell/v2 -lang=go1.12 -complete -installsuffix shared -buildid 8ovQK-XbdE7zvETqFk3H/8ovQK-XbdE7zvETqFk3H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/attr.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/cell.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/charset_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/color.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/colorfit.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/console_stub.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/doc.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/encoding.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/errors.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/event.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/focus.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/interrupt.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/key.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/mouse.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/nonblock_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/paste.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/resize.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/runes.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/screen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/simulation.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/stdin_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/style.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_default.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_dynamic.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty_unix.go
2025-08-20T20:32:38.3539776Z [00:02:54.003]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T20:32:38.3540308Z [00:02:54.004]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:32:38.3540985Z [00:02:54.004]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/7c/7c294fa489390db517aa2414fd0c2a70f16fbcb90452fda54772a5da1f722a39-d # internal
2025-08-20T20:32:38.3541598Z [00:02:54.005]➜  github.com/avast/retry-go/v4
2025-08-20T20:32:38.3541885Z [00:02:54.005]➜  mkdir -p $WORK/b463/
2025-08-20T20:32:38.3542258Z [00:02:54.005]➜  cat >/tmp/go-build3897779518/b463/importcfg << 'EOF' # internal
2025-08-20T20:32:38.3542601Z [00:02:54.005]➜  # import config
2025-08-20T20:32:38.3542949Z [00:02:54.005]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.3543376Z [00:02:54.005]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.3544171Z [00:02:54.005]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.3544650Z [00:02:54.005]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:38.3545081Z [00:02:54.005]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:38.3545528Z [00:02:54.005]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.3545963Z [00:02:54.005]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.3546271Z [00:02:54.005]➜  EOF
2025-08-20T20:32:38.3553505Z [00:02:54.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1=>github.com/avast/retry-go/v4@v4.6.1;$WORK/b463=>" -p github.com/avast/retry-go/v4 -lang=go1.18 -complete -installsuffix shared -buildid NFz0XC_4wMUuS-1u1eEu/NFz0XC_4wMUuS-1u1eEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1/options.go /root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1/retry.go
2025-08-20T20:32:38.3555635Z [00:02:54.007]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/da/da496d6a811a7dde81a501d1961007cbbcad852a8c8f9624add1940ea761aa78-d # internal
2025-08-20T20:32:38.3556234Z [00:02:54.007]➜  gitlab.com/gitlab-org/cli/internal/glrepo
2025-08-20T20:32:38.3556542Z [00:02:54.007]➜  mkdir -p $WORK/b348/
2025-08-20T20:32:38.3561853Z [00:02:54.008]➜  cat >/tmp/go-build3897779518/b348/importcfg << 'EOF' # internal
2025-08-20T20:32:38.3562219Z [00:02:54.008]➜  # import config
2025-08-20T20:32:38.3562563Z [00:02:54.008]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.3562979Z [00:02:54.008]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.3563501Z [00:02:54.008]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3897779518/b349/_pkg_.a
2025-08-20T20:32:38.3564134Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.3564767Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.3565422Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.3566067Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:38.3566746Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.3567424Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:38.3568253Z [00:02:54.008]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:38.3568789Z [00:02:54.008]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:38.3569222Z [00:02:54.008]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.3569632Z [00:02:54.008]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.3570050Z [00:02:54.008]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.3570364Z [00:02:54.008]➜  EOF
2025-08-20T20:32:38.3572864Z [00:02:54.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo=>gitlab.com/gitlab-org/cli/internal/glrepo;$WORK/b348=>" -p gitlab.com/gitlab-org/cli/internal/glrepo -lang=go1.25 -complete -installsuffix shared -buildid Tni3aIwrysFLkT3YkBa6/Tni3aIwrysFLkT3YkBa6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/remote.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/repo.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/resolver.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/test_helpers.go
2025-08-20T20:32:38.3881773Z [00:02:54.040]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T20:32:38.3890154Z [00:02:54.041]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/db/dbed72aaf0c62c0dd2d50f1b95d26dd01eaf725ac96ca21adff6de67450255b0-d # internal
2025-08-20T20:32:38.3898617Z [00:02:54.042]➜  github.com/gogo/protobuf/proto
2025-08-20T20:32:38.3899241Z [00:02:54.042]➜  mkdir -p $WORK/b468/
2025-08-20T20:32:38.3906000Z [00:02:54.042]➜  cat >/tmp/go-build3897779518/b468/importcfg << 'EOF' # internal
2025-08-20T20:32:38.3907599Z [00:02:54.043]➜  # import config
2025-08-20T20:32:38.3908152Z [00:02:54.043]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:38.3908592Z [00:02:54.043]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.3909024Z [00:02:54.043]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:38.3909480Z [00:02:54.043]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:38.3909916Z [00:02:54.043]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.3910343Z [00:02:54.043]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.3910740Z [00:02:54.043]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.3911143Z [00:02:54.043]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:38.3911548Z [00:02:54.043]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:38.3912348Z [00:02:54.043]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:38.3912767Z [00:02:54.043]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.3913185Z [00:02:54.043]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.3913613Z [00:02:54.043]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.3914029Z [00:02:54.043]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.3914463Z [00:02:54.043]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:38.3914906Z [00:02:54.043]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.3915346Z [00:02:54.043]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:38.3915677Z [00:02:54.043]➜  EOF
2025-08-20T20:32:38.3925729Z [00:02:54.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b468=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid 0Uq7lF-riX1giZFuC3YM/0Uq7lF-riX1giZFuC3YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/clone.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/custom_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/decode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/deprecated.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/discard.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/equal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/message_set.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/skip_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_merge.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_parser.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers_gogo.go
2025-08-20T20:32:38.3939635Z [00:02:54.046]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T20:32:38.4271288Z [00:02:54.077]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/ed/edaf7e50d3a166678829c446a3a33f031362e476b6e7179f6a933b7d5648e2a0-d # internal
2025-08-20T20:32:38.4276695Z [00:02:54.077]➜  github.com/gogo/protobuf/sortkeys
2025-08-20T20:32:38.4277039Z [00:02:54.077]➜  mkdir -p $WORK/b469/
2025-08-20T20:32:38.4301833Z [00:02:54.082]➜  cat >/tmp/go-build3897779518/b469/importcfg << 'EOF' # internal
2025-08-20T20:32:38.4309434Z [00:02:54.082]➜  # import config
2025-08-20T20:32:38.4310222Z [00:02:54.082]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.4310545Z [00:02:54.082]➜  EOF
2025-08-20T20:32:38.4312444Z [00:02:54.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys=>github.com/gogo/protobuf@v1.3.2/sortkeys;$WORK/b469=>" -p github.com/gogo/protobuf/sortkeys -lang=go1.15 -complete -installsuffix shared -buildid RhnuX5axpeMEAvKmogXw/RhnuX5axpeMEAvKmogXw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys/sortkeys.go
2025-08-20T20:32:38.4485279Z [00:02:54.100]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T20:32:38.4492356Z [00:02:54.101]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/44/440d65829f84bb6827bdb00d8d39ab691f10a36d4ab0634be5fbd2a92f445195-d # internal
2025-08-20T20:32:38.4493587Z [00:02:54.101]➜  gopkg.in/inf.v0
2025-08-20T20:32:38.4494457Z [00:02:54.101]➜  mkdir -p $WORK/b471/
2025-08-20T20:32:38.4501772Z [00:02:54.102]➜  cat >/tmp/go-build3897779518/b471/importcfg << 'EOF' # internal
2025-08-20T20:32:38.4502387Z [00:02:54.102]➜  # import config
2025-08-20T20:32:38.4502882Z [00:02:54.102]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.4505211Z [00:02:54.102]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.4505656Z [00:02:54.102]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:38.4506115Z [00:02:54.102]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.4506434Z [00:02:54.102]➜  EOF
2025-08-20T20:32:38.4508291Z [00:02:54.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1=>gopkg.in/inf.v0@v0.9.1;$WORK/b471=>" -p gopkg.in/inf.v0 -lang=go1.16 -complete -installsuffix shared -buildid Lq0Mni6689Mjnau3rQfF/Lq0Mni6689Mjnau3rQfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/dec.go /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/rounder.go
2025-08-20T20:32:38.4570220Z [00:02:54.109]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T20:32:38.4594633Z [00:02:54.112]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/3e/3e2122e6fbe92d1a3902b7baa901f131d9ed6f081a88dda3b7b04cbb6eec64d1-d # internal
2025-08-20T20:32:38.4599793Z [00:02:54.112]➜  gitlab.com/gitlab-org/cli/internal/cmdutils
2025-08-20T20:32:38.4600356Z [00:02:54.112]➜  mkdir -p $WORK/b299/
2025-08-20T20:32:38.4612830Z [00:02:54.112]➜  cat >/tmp/go-build3897779518/b299/importcfg << 'EOF' # internal
2025-08-20T20:32:38.4613292Z [00:02:54.113]➜  # import config
2025-08-20T20:32:38.4613641Z [00:02:54.113]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.4614061Z [00:02:54.113]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.4614575Z [00:02:54.113]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:38.4615236Z [00:02:54.113]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build3897779518/b219/_pkg_.a
2025-08-20T20:32:38.4615833Z [00:02:54.113]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.4616359Z [00:02:54.113]➜  packagefile github.com/spf13/viper=/tmp/go-build3897779518/b300/_pkg_.a
2025-08-20T20:32:38.4616938Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.4617820Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.4618548Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.4619202Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:38.4619867Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:38.4620850Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.4621531Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:38.4622201Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.4622877Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:38.4623552Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:38.4624215Z [00:02:54.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:38.4624729Z [00:02:54.113]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.4625150Z [00:02:54.113]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:38.4625570Z [00:02:54.113]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:38.4625985Z [00:02:54.113]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.4626416Z [00:02:54.113]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:38.4626860Z [00:02:54.113]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.4627278Z [00:02:54.113]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.4628085Z [00:02:54.113]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.4628618Z [00:02:54.113]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.4629036Z [00:02:54.113]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.4629346Z [00:02:54.113]➜  EOF
2025-08-20T20:32:38.4632893Z [00:02:54.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils=>gitlab.com/gitlab-org/cli/internal/cmdutils;$WORK/b299=>" -p gitlab.com/gitlab-org/cli/internal/cmdutils -lang=go1.25 -complete -installsuffix shared -buildid N163bijGsL7BZEOpGHCz/N163bijGsL7BZEOpGHCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/cmdutils.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/enum_flag.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/errors.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/factory.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/flag.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/remote_resolver.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/repo_override.go
2025-08-20T20:32:38.5371780Z [00:02:54.189]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T20:32:38.5386129Z [00:02:54.191]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/04/0452fb508cc65960614f5a1b9ceb6d2ef68da1d1289bdb804672cd5bbbfeb1b9-d # internal
2025-08-20T20:32:38.5412691Z [00:02:54.193]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils
2025-08-20T20:32:38.5413141Z [00:02:54.193]➜  mkdir -p $WORK/b400/
2025-08-20T20:32:38.5419282Z [00:02:54.194]➜  cat >/tmp/go-build3897779518/b400/importcfg << 'EOF' # internal
2025-08-20T20:32:38.5419852Z [00:02:54.194]➜  # import config
2025-08-20T20:32:38.5420346Z [00:02:54.194]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.5420914Z [00:02:54.194]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.5421575Z [00:02:54.194]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:38.5422370Z [00:02:54.194]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build3897779518/b219/_pkg_.a
2025-08-20T20:32:38.5423072Z [00:02:54.194]➜  packagefile github.com/pkg/errors=/tmp/go-build3897779518/b373/_pkg_.a
2025-08-20T20:32:38.5423750Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.5424869Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.5425525Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:38.5426314Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.5428747Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:38.5429469Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:38.5430151Z [00:02:54.194]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:38.5430667Z [00:02:54.194]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.5431093Z [00:02:54.194]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:38.5431512Z [00:02:54.194]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.5431939Z [00:02:54.194]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.5432354Z [00:02:54.194]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:38.5432759Z [00:02:54.194]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.5433063Z [00:02:54.194]➜  EOF
2025-08-20T20:32:38.5437862Z [00:02:54.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils=>gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils;$WORK/b400=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils -lang=go1.25 -complete -installsuffix shared -buildid 2UsAQBlkAcQp1XBvbyPw/2UsAQBlkAcQp1XBvbyPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils/utils.go
2025-08-20T20:32:38.6511989Z [00:02:54.303]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T20:32:38.6566623Z [00:02:54.309]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/50/50a90efd5120ca01b5e6aea35678f4ec971668fdc2559274a4eb65941992c9a4-d # internal
2025-08-20T20:32:38.6572204Z [00:02:54.309]➜  encoding/base32
2025-08-20T20:32:38.6573011Z [00:02:54.309]➜  mkdir -p $WORK/b475/
2025-08-20T20:32:38.6580068Z [00:02:54.310]➜  cat >/tmp/go-build3897779518/b475/importcfg << 'EOF' # internal
2025-08-20T20:32:38.6581893Z [00:02:54.310]➜  # import config
2025-08-20T20:32:38.6582326Z [00:02:54.310]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.6582757Z [00:02:54.310]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.6583189Z [00:02:54.310]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.6583508Z [00:02:54.310]➜  EOF
2025-08-20T20:32:38.6584968Z [00:02:54.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b475=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T20:32:38.6943962Z [00:02:54.346]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T20:32:38.6956535Z [00:02:54.348]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T20:32:38.6957520Z [00:02:54.348]➜  github.com/x448/float16
2025-08-20T20:32:38.6958860Z [00:02:54.348]➜  mkdir -p $WORK/b476/
2025-08-20T20:32:38.6966989Z [00:02:54.349]➜  cat >/tmp/go-build3897779518/b476/importcfg << 'EOF' # internal
2025-08-20T20:32:38.6967820Z [00:02:54.349]➜  # import config
2025-08-20T20:32:38.6968585Z [00:02:54.349]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:38.6969581Z [00:02:54.349]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.6969917Z [00:02:54.349]➜  EOF
2025-08-20T20:32:38.6971619Z [00:02:54.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/x448/float16@v0.8.4=>github.com/x448/float16@v0.8.4;$WORK/b476=>" -p github.com/x448/float16 -lang=go1.11 -complete -installsuffix shared -buildid w_8gVD8CxN1cYW88kGUA/w_8gVD8CxN1cYW88kGUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/x448/float16@v0.8.4/float16.go
2025-08-20T20:32:38.7035659Z [00:02:54.356]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T20:32:38.7076698Z [00:02:54.360]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/bc/bc529b8ed35422abcbe45890370e7bf9ed3af9fea52474c6648138c0fc239520-d # internal
2025-08-20T20:32:38.7077407Z [00:02:54.360]➜  gitlab.com/gitlab-org/cli/internal/commands/alias/delete
2025-08-20T20:32:38.7077970Z [00:02:54.360]➜  mkdir -p $WORK/b357/
2025-08-20T20:32:38.7093459Z [00:02:54.361]➜  cat >/tmp/go-build3897779518/b357/importcfg << 'EOF' # internal
2025-08-20T20:32:38.7093864Z [00:02:54.361]➜  # import config
2025-08-20T20:32:38.7094202Z [00:02:54.361]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.7094679Z [00:02:54.362]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.7095291Z [00:02:54.362]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.7095992Z [00:02:54.362]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.7096666Z [00:02:54.362]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.7097106Z [00:02:54.362]➜  EOF
2025-08-20T20:32:38.7099307Z [00:02:54.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete=>gitlab.com/gitlab-org/cli/internal/commands/alias/delete;$WORK/b357=>" -p gitlab.com/gitlab-org/cli/internal/commands/alias/delete -lang=go1.25 -complete -installsuffix shared -buildid 3QbWG__SyIq_NQkBwWLr/3QbWG__SyIq_NQkBwWLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete/alias_delete.go
2025-08-20T20:32:38.7152866Z [00:02:54.367]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T20:32:38.7158955Z [00:02:54.368]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/41/418225e8763d00f231e940a1ca9d8b3e5d68ff9acc98d425b9d8344fa1542709-d # internal
2025-08-20T20:32:38.7159885Z [00:02:54.368]➜  gitlab.com/gitlab-org/cli/internal/commands/alias/list
2025-08-20T20:32:38.7160373Z [00:02:54.368]➜  mkdir -p $WORK/b358/
2025-08-20T20:32:38.7164201Z [00:02:54.368]➜  cat >/tmp/go-build3897779518/b358/importcfg << 'EOF' # internal
2025-08-20T20:32:38.7164715Z [00:02:54.368]➜  # import config
2025-08-20T20:32:38.7165163Z [00:02:54.368]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.7165749Z [00:02:54.368]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.7166465Z [00:02:54.368]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.7167255Z [00:02:54.368]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.7168166Z [00:02:54.368]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.7168999Z [00:02:54.368]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:38.7169640Z [00:02:54.369]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.7170039Z [00:02:54.369]➜  EOF
2025-08-20T20:32:38.7172132Z [00:02:54.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list=>gitlab.com/gitlab-org/cli/internal/commands/alias/list;$WORK/b358=>" -p gitlab.com/gitlab-org/cli/internal/commands/alias/list -lang=go1.25 -complete -installsuffix shared -buildid Ymg6LWGNgxnU1QS9MwiZ/Ymg6LWGNgxnU1QS9MwiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list/alias_list.go
2025-08-20T20:32:38.7291074Z [00:02:54.380]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T20:32:38.7335855Z [00:02:54.385]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/02/02d655f0ba0a53e4f3f788bf35b2af9faae824b7573d91b133e2d1e7f1ad9e26-d # internal
2025-08-20T20:32:38.7343450Z [00:02:54.386]➜  gitlab.com/gitlab-org/cli/internal/commands/alias/set
2025-08-20T20:32:38.7343883Z [00:02:54.386]➜  mkdir -p $WORK/b361/
2025-08-20T20:32:38.7352626Z [00:02:54.387]➜  cat >/tmp/go-build3897779518/b361/importcfg << 'EOF' # internal
2025-08-20T20:32:38.7353184Z [00:02:54.387]➜  # import config
2025-08-20T20:32:38.7353628Z [00:02:54.387]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.7354250Z [00:02:54.387]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.7354954Z [00:02:54.387]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:38.7355594Z [00:02:54.387]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.7356361Z [00:02:54.387]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.7357050Z [00:02:54.387]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.7358412Z [00:02:54.387]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.7358970Z [00:02:54.387]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.7359306Z [00:02:54.387]➜  EOF
2025-08-20T20:32:38.7361692Z [00:02:54.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set=>gitlab.com/gitlab-org/cli/internal/commands/alias/set;$WORK/b361=>" -p gitlab.com/gitlab-org/cli/internal/commands/alias/set -lang=go1.25 -complete -installsuffix shared -buildid Binph4mdErSSsmU2VsG8/Binph4mdErSSsmU2VsG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set/alias_set.go
2025-08-20T20:32:38.7726350Z [00:02:54.425]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T20:32:38.7755720Z [00:02:54.428]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/48/483f4a9614fadc550bed69da3b1ca7f523dc49a5f4bbf88a9983aaf55a6ba847-d # internal
2025-08-20T20:32:38.7758280Z [00:02:54.428]➜  gitlab.com/gitlab-org/cli/internal/commands/api
2025-08-20T20:32:38.7762217Z [00:02:54.428]➜  mkdir -p $WORK/b362/
2025-08-20T20:32:38.7766985Z [00:02:54.429]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T20:32:38.7781453Z [00:02:54.430]➜  cat >/tmp/go-build3897779518/b362/importcfg << 'EOF' # internal
2025-08-20T20:32:38.7781996Z [00:02:54.430]➜  # import config
2025-08-20T20:32:38.7782489Z [00:02:54.430]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.7783038Z [00:02:54.430]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.7783626Z [00:02:54.430]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:38.7784209Z [00:02:54.430]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.7784640Z [00:02:54.430]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.7788799Z [00:02:54.430]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.7789409Z [00:02:54.430]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.7790301Z [00:02:54.430]➜  packagefile github.com/tidwall/pretty=/tmp/go-build3897779518/b363/_pkg_.a
2025-08-20T20:32:38.7790906Z [00:02:54.430]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.7800379Z [00:02:54.431]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.7801194Z [00:02:54.431]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.7801901Z [00:02:54.431]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:38.7802579Z [00:02:54.431]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.7803103Z [00:02:54.431]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.7803527Z [00:02:54.431]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:38.7803968Z [00:02:54.431]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:38.7804374Z [00:02:54.431]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.7804781Z [00:02:54.431]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:38.7805192Z [00:02:54.431]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:38.7805609Z [00:02:54.431]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:38.7806047Z [00:02:54.431]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.7806360Z [00:02:54.431]➜  EOF
2025-08-20T20:32:38.7808889Z [00:02:54.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api=>gitlab.com/gitlab-org/cli/internal/commands/api;$WORK/b362=>" -p gitlab.com/gitlab-org/cli/internal/commands/api -lang=go1.25 -complete -installsuffix shared -buildid 7L4S9-vTCt8x_Ihj19Xa/7L4S9-vTCt8x_Ihj19Xa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/api.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/http.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/pagination.go
2025-08-20T20:32:38.7811389Z [00:02:54.432]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/80/804e6053d38b83b1fbb78d8f19d817ac3e76c71c7a62e4fb78a468c72fc987fc-d # internal
2025-08-20T20:32:38.7812377Z [00:02:54.432]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/docker
2025-08-20T20:32:38.7812834Z [00:02:54.432]➜  mkdir -p $WORK/b365/
2025-08-20T20:32:38.7813215Z [00:02:54.432]➜  cat >/tmp/go-build3897779518/b365/importcfg << 'EOF' # internal
2025-08-20T20:32:38.7813560Z [00:02:54.432]➜  # import config
2025-08-20T20:32:38.7813896Z [00:02:54.432]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.7814305Z [00:02:54.432]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.7814825Z [00:02:54.432]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3897779518/b366/_pkg_.a
2025-08-20T20:32:38.7815533Z [00:02:54.432]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3897779518/b371/_pkg_.a
2025-08-20T20:32:38.7816176Z [00:02:54.432]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.7816782Z [00:02:54.432]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.7817457Z [00:02:54.432]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.7826327Z [00:02:54.432]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.7827069Z [00:02:54.432]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.7827850Z [00:02:54.432]➜  packagefile gitlab.com/gitlab-org/cli/internal/oauth2=/tmp/go-build3897779518/b214/_pkg_.a
2025-08-20T20:32:38.7828735Z [00:02:54.432]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:38.7829152Z [00:02:54.432]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.7829566Z [00:02:54.432]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:38.7830017Z [00:02:54.432]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:38.7830477Z [00:02:54.432]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:38.7830904Z [00:02:54.432]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.7831326Z [00:02:54.432]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.7831637Z [00:02:54.432]➜  EOF
2025-08-20T20:32:38.7834287Z [00:02:54.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker=>gitlab.com/gitlab-org/cli/internal/commands/auth/docker;$WORK/b365=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/docker -lang=go1.25 -complete -installsuffix shared -buildid TSmzHLVXeuMaU6a6jiPN/TSmzHLVXeuMaU6a6jiPN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/configure.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/docker.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/helper.go
2025-08-20T20:32:38.7983479Z [00:02:54.450]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T20:32:38.8012002Z [00:02:54.453]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/69/69b0523e801e023981f351f64798677d91620bcc825bf52408d71a515d4258e4-d # internal
2025-08-20T20:32:38.8022757Z [00:02:54.454]➜  gitlab.com/gitlab-org/cli/internal/commands/alias
2025-08-20T20:32:38.8023142Z [00:02:54.454]➜  mkdir -p $WORK/b356/
2025-08-20T20:32:38.8023522Z [00:02:54.454]➜  cat >/tmp/go-build3897779518/b356/importcfg << 'EOF' # internal
2025-08-20T20:32:38.8023916Z [00:02:54.454]➜  # import config
2025-08-20T20:32:38.8024317Z [00:02:54.454]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.8024936Z [00:02:54.454]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.8025689Z [00:02:54.454]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/delete=/tmp/go-build3897779518/b357/_pkg_.a
2025-08-20T20:32:38.8026759Z [00:02:54.454]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/list=/tmp/go-build3897779518/b358/_pkg_.a
2025-08-20T20:32:38.8027608Z [00:02:54.454]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/set=/tmp/go-build3897779518/b361/_pkg_.a
2025-08-20T20:32:38.8028281Z [00:02:54.454]➜  EOF
2025-08-20T20:32:38.8030235Z [00:02:54.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias=>gitlab.com/gitlab-org/cli/internal/commands/alias;$WORK/b356=>" -p gitlab.com/gitlab-org/cli/internal/commands/alias -lang=go1.25 -complete -installsuffix shared -buildid go1VIJYOcKeSMgkKn1Rg/go1VIJYOcKeSMgkKn1Rg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/alias.go
2025-08-20T20:32:38.8578701Z [00:02:54.510]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T20:32:38.8605208Z [00:02:54.512]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/a1/a1cf1de0ea63cb09b36131df6a5da885e3e2dafb81e593563bc0aa1c8352cb8f-d # internal
2025-08-20T20:32:38.8614267Z [00:02:54.513]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/generate
2025-08-20T20:32:38.8615714Z [00:02:54.513]➜  mkdir -p $WORK/b375/
2025-08-20T20:32:38.8617041Z [00:02:54.513]➜  cat >/tmp/go-build3897779518/b375/importcfg << 'EOF' # internal
2025-08-20T20:32:38.8617484Z [00:02:54.513]➜  # import config
2025-08-20T20:32:38.8618022Z [00:02:54.513]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:38.8618472Z [00:02:54.513]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:38.8618940Z [00:02:54.513]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:38.8619414Z [00:02:54.513]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:38.8619865Z [00:02:54.513]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.8620276Z [00:02:54.513]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.8620806Z [00:02:54.513]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.8621394Z [00:02:54.513]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3897779518/b376/_pkg_.a
2025-08-20T20:32:38.8621940Z [00:02:54.513]➜  packagefile github.com/google/uuid=/tmp/go-build3897779518/b377/_pkg_.a
2025-08-20T20:32:38.8622459Z [00:02:54.513]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.8623081Z [00:02:54.513]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.8623846Z [00:02:54.513]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/generate/dpop=/tmp/go-build3897779518/b378/_pkg_.a
2025-08-20T20:32:38.8624583Z [00:02:54.513]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.8625590Z [00:02:54.513]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.8626346Z [00:02:54.513]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:38.8626944Z [00:02:54.513]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3897779518/b379/_pkg_.a
2025-08-20T20:32:38.8627494Z [00:02:54.513]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3897779518/b380/_pkg_.a
2025-08-20T20:32:38.8628245Z [00:02:54.513]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:38.8628701Z [00:02:54.513]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:38.8629102Z [00:02:54.513]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.8629509Z [00:02:54.513]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.8629811Z [00:02:54.513]➜  EOF
2025-08-20T20:32:38.8631957Z [00:02:54.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate=>gitlab.com/gitlab-org/cli/internal/commands/auth/generate;$WORK/b375=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/generate -lang=go1.25 -complete -installsuffix shared -buildid wtkmBLBd4iZke7-yEBuv/wtkmBLBd4iZke7-yEBuv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop_generate.go
2025-08-20T20:32:38.8667379Z [00:02:54.519]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T20:32:38.8705781Z [00:02:54.523]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/ba/bab4fa61e0b7120034c92655c91353db065473bc1211e391210270308871972f-d # internal
2025-08-20T20:32:38.8713664Z [00:02:54.524]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/login
2025-08-20T20:32:38.8717441Z [00:02:54.524]➜  mkdir -p $WORK/b388/
2025-08-20T20:32:38.8719257Z [00:02:54.524]➜  cat >/tmp/go-build3897779518/b388/importcfg << 'EOF' # internal
2025-08-20T20:32:38.8719651Z [00:02:54.524]➜  # import config
2025-08-20T20:32:38.8721751Z [00:02:54.524]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:38.8722209Z [00:02:54.524]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:38.8722639Z [00:02:54.524]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.8723050Z [00:02:54.524]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.8723591Z [00:02:54.524]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:38.8724204Z [00:02:54.524]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.8724773Z [00:02:54.524]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.8725326Z [00:02:54.524]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build3897779518/b208/_pkg_.a
2025-08-20T20:32:38.8725953Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.8726617Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.8727369Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/authutils=/tmp/go-build3897779518/b389/_pkg_.a
2025-08-20T20:32:38.8728315Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.8729018Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.8729707Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.8730380Z [00:02:54.524]➜  packagefile gitlab.com/gitlab-org/cli/internal/oauth2=/tmp/go-build3897779518/b214/_pkg_.a
2025-08-20T20:32:38.8730899Z [00:02:54.524]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.8731591Z [00:02:54.524]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:38.8732124Z [00:02:54.524]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:38.8732537Z [00:02:54.524]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.8732944Z [00:02:54.524]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:38.8733366Z [00:02:54.524]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.8733804Z [00:02:54.524]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.8734121Z [00:02:54.524]➜  EOF
2025-08-20T20:32:38.8736457Z [00:02:54.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login=>gitlab.com/gitlab-org/cli/internal/commands/auth/login;$WORK/b388=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/login -lang=go1.25 -complete -installsuffix shared -buildid lXRsRQejYasCwWVR0JGs/lXRsRQejYasCwWVR0JGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/helper.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/login.go
2025-08-20T20:32:38.9095826Z [00:02:54.561]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T20:32:38.9137505Z [00:02:54.566]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/20/20a367cf6e493d6b755aa602ccde0c45f1fce42958c75b634b5ccb7a6a449078-d # internal
2025-08-20T20:32:38.9153799Z [00:02:54.567]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/logout
2025-08-20T20:32:38.9154231Z [00:02:54.567]➜  mkdir -p $WORK/b390/
2025-08-20T20:32:38.9154616Z [00:02:54.567]➜  cat >/tmp/go-build3897779518/b390/importcfg << 'EOF' # internal
2025-08-20T20:32:38.9154964Z [00:02:54.567]➜  # import config
2025-08-20T20:32:38.9155293Z [00:02:54.567]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.9155847Z [00:02:54.567]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.9156420Z [00:02:54.567]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.9159195Z [00:02:54.567]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.9159918Z [00:02:54.568]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.9160623Z [00:02:54.568]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.9161055Z [00:02:54.568]➜  EOF
2025-08-20T20:32:38.9163139Z [00:02:54.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout=>gitlab.com/gitlab-org/cli/internal/commands/auth/logout;$WORK/b390=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/logout -lang=go1.25 -complete -installsuffix shared -buildid sBxnEFxmA20BivRrO98T/sBxnEFxmA20BivRrO98T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout/logout.go
2025-08-20T20:32:38.9628563Z [00:02:54.614]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T20:32:38.9758941Z [00:02:54.627]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/dd/dde046f915219c182d59d31d06cf5b0c12df54f17879aa0a28a7263ab8affe04-d # internal
2025-08-20T20:32:38.9759805Z [00:02:54.628]➜  gitlab.com/gitlab-org/cli/internal/commands/auth/status
2025-08-20T20:32:38.9760176Z [00:02:54.628]➜  mkdir -p $WORK/b391/
2025-08-20T20:32:38.9760554Z [00:02:54.628]➜  cat >/tmp/go-build3897779518/b391/importcfg << 'EOF' # internal
2025-08-20T20:32:38.9760896Z [00:02:54.628]➜  # import config
2025-08-20T20:32:38.9790085Z [00:02:54.628]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.9791107Z [00:02:54.631]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.9792573Z [00:02:54.631]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.9794206Z [00:02:54.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:38.9794895Z [00:02:54.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.9795573Z [00:02:54.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.9796275Z [00:02:54.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:38.9796968Z [00:02:54.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:38.9797514Z [00:02:54.631]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:38.9798202Z [00:02:54.631]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.9798523Z [00:02:54.631]➜  EOF
2025-08-20T20:32:38.9800642Z [00:02:54.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status=>gitlab.com/gitlab-org/cli/internal/commands/auth/status;$WORK/b391=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth/status -lang=go1.25 -complete -installsuffix shared -buildid Px5GeqZ93r2SwiZmlXaw/Px5GeqZ93r2SwiZmlXaw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status/status.go
2025-08-20T20:32:38.9824246Z [00:02:54.634]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T20:32:38.9894545Z [00:02:54.641]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/f4/f4c24e1fa13618b4d6c1c721d670b9178483f9a41ef64f12de7eed24d7ca0099-d # internal
2025-08-20T20:32:38.9905871Z [00:02:54.643]➜  gitlab.com/gitlab-org/cli/internal/commands/changelog/generate
2025-08-20T20:32:38.9907618Z [00:02:54.643]➜  mkdir -p $WORK/b393/
2025-08-20T20:32:38.9908710Z [00:02:54.643]➜  cat >/tmp/go-build3897779518/b393/importcfg << 'EOF' # internal
2025-08-20T20:32:38.9909372Z [00:02:54.643]➜  # import config
2025-08-20T20:32:38.9912160Z [00:02:54.643]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:38.9915085Z [00:02:54.643]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.9917475Z [00:02:54.643]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.9918445Z [00:02:54.643]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.9919495Z [00:02:54.643]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.9920561Z [00:02:54.643]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.9921643Z [00:02:54.643]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:38.9922433Z [00:02:54.643]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:38.9922939Z [00:02:54.643]➜  EOF
2025-08-20T20:32:38.9925438Z [00:02:54.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate=>gitlab.com/gitlab-org/cli/internal/commands/changelog/generate;$WORK/b393=>" -p gitlab.com/gitlab-org/cli/internal/commands/changelog/generate -lang=go1.25 -complete -installsuffix shared -buildid fysGe-VAKjjiECjoSe1V/fysGe-VAKjjiECjoSe1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate/changelog_generate.go
2025-08-20T20:32:38.9936144Z [00:02:54.646]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T20:32:38.9967855Z [00:02:54.649]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/05/055dfc758b43295e35983075573ab1f1871d1139b7790bba6c457df53612e270-d # internal
2025-08-20T20:32:38.9975709Z [00:02:54.650]➜  gitlab.com/gitlab-org/cli/internal/commands/job/artifact
2025-08-20T20:32:38.9977799Z [00:02:54.650]➜  mkdir -p $WORK/b396/
2025-08-20T20:32:38.9979371Z [00:02:54.650]➜  cat >/tmp/go-build3897779518/b396/importcfg << 'EOF' # internal
2025-08-20T20:32:38.9979744Z [00:02:54.650]➜  # import config
2025-08-20T20:32:38.9980104Z [00:02:54.650]➜  packagefile archive/zip=/tmp/go-build3897779518/b397/_pkg_.a
2025-08-20T20:32:38.9980569Z [00:02:54.650]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:38.9980980Z [00:02:54.650]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:38.9981510Z [00:02:54.650]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:38.9982079Z [00:02:54.650]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:38.9982657Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:38.9983322Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:38.9983998Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:38.9984646Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:38.9985294Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:38.9986290Z [00:02:54.650]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:38.9986804Z [00:02:54.650]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:38.9987200Z [00:02:54.650]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:38.9987635Z [00:02:54.650]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:38.9988307Z [00:02:54.650]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:38.9988626Z [00:02:54.650]➜  EOF
2025-08-20T20:32:38.9990980Z [00:02:54.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact=>gitlab.com/gitlab-org/cli/internal/commands/job/artifact;$WORK/b396=>" -p gitlab.com/gitlab-org/cli/internal/commands/job/artifact -lang=go1.25 -complete -installsuffix shared -buildid P_SERyYyHjEAyZcxef6m/P_SERyYyHjEAyZcxef6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/artifact.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/logic.go
2025-08-20T20:32:39.0756581Z [00:02:54.727]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T20:32:39.0786450Z [00:02:54.730]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/df/df03c128e539384992d83c75d9eb78b936a0976e26fa201ee237852c04a4fb36-d # internal
2025-08-20T20:32:39.0795357Z [00:02:54.731]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/artifact
2025-08-20T20:32:39.0795761Z [00:02:54.731]➜  mkdir -p $WORK/b395/
2025-08-20T20:32:39.0796140Z [00:02:54.731]➜  cat >/tmp/go-build3897779518/b395/importcfg << 'EOF' # internal
2025-08-20T20:32:39.0796484Z [00:02:54.732]➜  # import config
2025-08-20T20:32:39.0796929Z [00:02:54.732]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.0797547Z [00:02:54.732]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.0798328Z [00:02:54.732]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.0799086Z [00:02:54.732]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/job/artifact=/tmp/go-build3897779518/b396/_pkg_.a
2025-08-20T20:32:39.0799568Z [00:02:54.732]➜  EOF
2025-08-20T20:32:39.0801935Z [00:02:54.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact=>gitlab.com/gitlab-org/cli/internal/commands/ci/artifact;$WORK/b395=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/artifact -lang=go1.25 -complete -installsuffix shared -buildid x9mawjfqRopK8N0PCxSn/x9mawjfqRopK8N0PCxSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/artifact.go
2025-08-20T20:32:39.0910058Z [00:02:54.743]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T20:32:39.0939583Z [00:02:54.746]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/ac/acaaf3600e8aa0239573fe4fa21f141ef5728eb2314436f88ac8ad1b81987df8-d # internal
2025-08-20T20:32:39.0944285Z [00:02:54.746]➜  gitlab.com/gitlab-org/cli/internal/commands/auth
2025-08-20T20:32:39.0944665Z [00:02:54.746]➜  mkdir -p $WORK/b364/
2025-08-20T20:32:39.0945070Z [00:02:54.747]➜  cat >/tmp/go-build3897779518/b364/importcfg << 'EOF' # internal
2025-08-20T20:32:39.0945418Z [00:02:54.747]➜  # import config
2025-08-20T20:32:39.0945854Z [00:02:54.747]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.0946485Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.0947226Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/docker=/tmp/go-build3897779518/b365/_pkg_.a
2025-08-20T20:32:39.0948449Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/generate=/tmp/go-build3897779518/b375/_pkg_.a
2025-08-20T20:32:39.0949229Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/login=/tmp/go-build3897779518/b388/_pkg_.a
2025-08-20T20:32:39.0949995Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/logout=/tmp/go-build3897779518/b390/_pkg_.a
2025-08-20T20:32:39.0950765Z [00:02:54.747]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/status=/tmp/go-build3897779518/b391/_pkg_.a
2025-08-20T20:32:39.0951250Z [00:02:54.747]➜  EOF
2025-08-20T20:32:39.0962395Z [00:02:54.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth=>gitlab.com/gitlab-org/cli/internal/commands/auth;$WORK/b364=>" -p gitlab.com/gitlab-org/cli/internal/commands/auth -lang=go1.25 -complete -installsuffix shared -buildid LEpDxO3GXGF9mo_Muykq/LEpDxO3GXGF9mo_Muykq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/auth.go
2025-08-20T20:32:39.1294331Z [00:02:54.781]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T20:32:39.1342307Z [00:02:54.786]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/6e/6e93911a6abad440ac5c9817c64d5e4774afd462426ce9bd614ea2eb0dd7f903-d # internal
2025-08-20T20:32:39.1344321Z [00:02:54.787]➜  gitlab.com/gitlab-org/cli/internal/commands/changelog
2025-08-20T20:32:39.1345808Z [00:02:54.787]➜  mkdir -p $WORK/b392/
2025-08-20T20:32:39.1361039Z [00:02:54.788]➜  cat >/tmp/go-build3897779518/b392/importcfg << 'EOF' # internal
2025-08-20T20:32:39.1362586Z [00:02:54.788]➜  # import config
2025-08-20T20:32:39.1363520Z [00:02:54.788]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.1364201Z [00:02:54.788]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.1365016Z [00:02:54.788]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/changelog/generate=/tmp/go-build3897779518/b393/_pkg_.a
2025-08-20T20:32:39.1365523Z [00:02:54.788]➜  EOF
2025-08-20T20:32:39.1368056Z [00:02:54.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog=>gitlab.com/gitlab-org/cli/internal/commands/changelog;$WORK/b392=>" -p gitlab.com/gitlab-org/cli/internal/commands/changelog -lang=go1.25 -complete -installsuffix shared -buildid W1Zg3vHT6RW-vXFO-H0m/W1Zg3vHT6RW-vXFO-H0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/changelog.go
2025-08-20T20:32:39.1391315Z [00:02:54.791]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T20:32:39.1417293Z [00:02:54.794]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/f3/f39f975278a0f1c3ad51d89723ac16514d44e642f890efa24637c6b00e9fd238-d # internal
2025-08-20T20:32:39.1440297Z [00:02:54.796]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/job
2025-08-20T20:32:39.1441158Z [00:02:54.796]➜  mkdir -p $WORK/b399/
2025-08-20T20:32:39.1444747Z [00:02:54.797]➜  cat >/tmp/go-build3897779518/b399/importcfg << 'EOF' # internal
2025-08-20T20:32:39.1445114Z [00:02:54.797]➜  # import config
2025-08-20T20:32:39.1445449Z [00:02:54.797]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.1445973Z [00:02:54.797]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.1446567Z [00:02:54.797]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.1449055Z [00:02:54.797]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:39.1449711Z [00:02:54.797]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.1450376Z [00:02:54.797]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.1451513Z [00:02:54.797]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.1452233Z [00:02:54.797]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.1452915Z [00:02:54.797]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.1453468Z [00:02:54.797]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.1453773Z [00:02:54.797]➜  EOF
2025-08-20T20:32:39.1455856Z [00:02:54.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job=>gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/job;$WORK/b399=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/job -lang=go1.25 -complete -installsuffix shared -buildid 7hVbc4naDezMlUzn_GcI/7hVbc4naDezMlUzn_GcI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job/job.go
2025-08-20T20:32:39.1703659Z [00:02:54.822]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T20:32:39.1733330Z [00:02:54.825]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/71/713706b6358c643dd87ed93fb4194dcab4a689d93f43f502cd1ea5ee7c04950e-d # internal
2025-08-20T20:32:39.1735151Z [00:02:54.826]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/pipeline
2025-08-20T20:32:39.1736490Z [00:02:54.826]➜  mkdir -p $WORK/b401/
2025-08-20T20:32:39.1743373Z [00:02:54.826]➜  cat >/tmp/go-build3897779518/b401/importcfg << 'EOF' # internal
2025-08-20T20:32:39.1743875Z [00:02:54.826]➜  # import config
2025-08-20T20:32:39.1778879Z [00:02:54.826]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.1779640Z [00:02:54.826]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.1780374Z [00:02:54.826]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.1781119Z [00:02:54.826]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:39.1781800Z [00:02:54.826]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.1782590Z [00:02:54.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.1783826Z [00:02:54.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.1784718Z [00:02:54.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.1785519Z [00:02:54.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.1786179Z [00:02:54.826]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.1786597Z [00:02:54.826]➜  EOF
2025-08-20T20:32:39.1789057Z [00:02:54.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline=>gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/pipeline;$WORK/b401=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/pipeline -lang=go1.25 -complete -installsuffix shared -buildid uSkc8Hs5RDNVdvBAZIUS/uSkc8Hs5RDNVdvBAZIUS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline/pipeline.go
2025-08-20T20:32:39.2316142Z [00:02:54.883]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T20:32:39.2408027Z [00:02:54.893]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/ba/baeb4b4f27990a1faac1a875b702adde51e6ac79e10fff649b82b3e3ecce2b0d-d # internal
2025-08-20T20:32:39.2408843Z [00:02:54.893]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/config/compile
2025-08-20T20:32:39.2409533Z [00:02:54.893]➜  mkdir -p $WORK/b403/
2025-08-20T20:32:39.2410421Z [00:02:54.893]➜  cat >/tmp/go-build3897779518/b403/importcfg << 'EOF' # internal
2025-08-20T20:32:39.2410867Z [00:02:54.893]➜  # import config
2025-08-20T20:32:39.2411305Z [00:02:54.893]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.2411928Z [00:02:54.893]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.2412583Z [00:02:54.893]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.2413301Z [00:02:54.893]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.2414054Z [00:02:54.893]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.2414704Z [00:02:54.893]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.2415241Z [00:02:54.893]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.2415691Z [00:02:54.893]➜  EOF
2025-08-20T20:32:39.2418121Z [00:02:54.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile=>gitlab.com/gitlab-org/cli/internal/commands/ci/config/compile;$WORK/b403=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/config/compile -lang=go1.25 -complete -installsuffix shared -buildid hNCNwisqzOFhWMtmDQrr/hNCNwisqzOFhWMtmDQrr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile/compile.go
2025-08-20T20:32:39.2441482Z [00:02:54.895]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T20:32:39.2480483Z [00:02:54.900]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/dd/dd3f8e792d1dfa230c3e02302f5bcd8d03741a7274e4321141d413809859f082-d # internal
2025-08-20T20:32:39.2481744Z [00:02:54.900]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/delete
2025-08-20T20:32:39.2482214Z [00:02:54.900]➜  mkdir -p $WORK/b404/
2025-08-20T20:32:39.2514156Z [00:02:54.903]➜  cat >/tmp/go-build3897779518/b404/importcfg << 'EOF' # internal
2025-08-20T20:32:39.2515212Z [00:02:54.904]➜  # import config
2025-08-20T20:32:39.2515609Z [00:02:54.904]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.2516147Z [00:02:54.904]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.2516718Z [00:02:54.904]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.2517645Z [00:02:54.904]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:39.2518421Z [00:02:54.904]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.2519078Z [00:02:54.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.2519755Z [00:02:54.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.2520445Z [00:02:54.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.2520976Z [00:02:54.904]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.2521394Z [00:02:54.904]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:39.2521823Z [00:02:54.904]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.2522241Z [00:02:54.904]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.2522558Z [00:02:54.904]➜  EOF
2025-08-20T20:32:39.2524601Z [00:02:54.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete=>gitlab.com/gitlab-org/cli/internal/commands/ci/delete;$WORK/b404=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/delete -lang=go1.25 -complete -installsuffix shared -buildid AvSD1fAx8p1XtOtYOz6Z/AvSD1fAx8p1XtOtYOz6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete/delete.go
2025-08-20T20:32:39.2765992Z [00:02:54.929]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T20:32:39.2818263Z [00:02:54.934]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/19/193bb9a648afcd2e7e48d3db0d30fb9a246771a48cdcb92dbd58a1ecc3aaa307-d # internal
2025-08-20T20:32:39.2819207Z [00:02:54.934]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/cancel
2025-08-20T20:32:39.2819709Z [00:02:54.934]➜  mkdir -p $WORK/b398/
2025-08-20T20:32:39.2822013Z [00:02:54.934]➜  cat >/tmp/go-build3897779518/b398/importcfg << 'EOF' # internal
2025-08-20T20:32:39.2822500Z [00:02:54.934]➜  # import config
2025-08-20T20:32:39.2822992Z [00:02:54.934]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.2823700Z [00:02:54.934]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.2824585Z [00:02:54.934]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/job=/tmp/go-build3897779518/b399/_pkg_.a
2025-08-20T20:32:39.2825491Z [00:02:54.934]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/pipeline=/tmp/go-build3897779518/b401/_pkg_.a
2025-08-20T20:32:39.2826096Z [00:02:54.934]➜  EOF
2025-08-20T20:32:39.2833615Z [00:02:54.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel=>gitlab.com/gitlab-org/cli/internal/commands/ci/cancel;$WORK/b398=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/cancel -lang=go1.25 -complete -installsuffix shared -buildid g-FYxuYn6mKbdcbgtpNE/g-FYxuYn6mKbdcbgtpNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/cancel.go
2025-08-20T20:32:39.3142423Z [00:02:54.966]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T20:32:39.3168792Z [00:02:54.969]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/05/051ad2df7b6454c548fb6ae6104969205a33e193199912b13b85f0c14fb619f7-d # internal
2025-08-20T20:32:39.3169632Z [00:02:54.969]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/config
2025-08-20T20:32:39.3170135Z [00:02:54.969]➜  mkdir -p $WORK/b402/
2025-08-20T20:32:39.3170625Z [00:02:54.969]➜  cat >/tmp/go-build3897779518/b402/importcfg << 'EOF' # internal
2025-08-20T20:32:39.3171071Z [00:02:54.969]➜  # import config
2025-08-20T20:32:39.3172015Z [00:02:54.969]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.3172807Z [00:02:54.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.3173675Z [00:02:54.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/config/compile=/tmp/go-build3897779518/b403/_pkg_.a
2025-08-20T20:32:39.3174274Z [00:02:54.969]➜  EOF
2025-08-20T20:32:39.3176410Z [00:02:54.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config=>gitlab.com/gitlab-org/cli/internal/commands/ci/config;$WORK/b402=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/config -lang=go1.25 -complete -installsuffix shared -buildid cZzKWNIcmCLAiItu3tzP/cZzKWNIcmCLAiItu3tzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/config.go
2025-08-20T20:32:39.3684728Z [00:02:55.020]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T20:32:39.3712278Z [00:02:55.023]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/81/811c760b2a7c5c39a5c746cd7e1bc4b76c6d2f64a015ac9f014776e732d4a477-d # internal
2025-08-20T20:32:39.3712987Z [00:02:55.023]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils
2025-08-20T20:32:39.3716573Z [00:02:55.023]➜  mkdir -p $WORK/b406/
2025-08-20T20:32:39.3717470Z [00:02:55.024]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T20:32:39.3727500Z [00:02:55.025]➜  cat >/tmp/go-build3897779518/b406/importcfg << 'EOF' # internal
2025-08-20T20:32:39.3728564Z [00:02:55.025]➜  # import config
2025-08-20T20:32:39.3729372Z [00:02:55.025]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:39.3729890Z [00:02:55.025]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:39.3730309Z [00:02:55.025]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.3730832Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.3731497Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:39.3732161Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.3732824Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:39.3733472Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:39.3734123Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.3734801Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.3735477Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:39.3736176Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:39.3736857Z [00:02:55.025]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:39.3737468Z [00:02:55.025]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3897779518/b297/_pkg_.a
2025-08-20T20:32:39.3738167Z [00:02:55.025]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:39.3738609Z [00:02:55.025]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:39.3739024Z [00:02:55.025]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:39.3739444Z [00:02:55.025]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:39.3739874Z [00:02:55.025]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.3740190Z [00:02:55.025]➜  EOF
2025-08-20T20:32:39.3742610Z [00:02:55.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils=>gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils;$WORK/b406=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils -lang=go1.25 -complete -installsuffix shared -buildid dg1o0hhdQ7iPGbAE-zag/dg1o0hhdQ7iPGbAE-zag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils/mrutils.go
2025-08-20T20:32:39.3748620Z [00:02:55.027]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/23/23e97ef153f669fc31f8029d774c16b08c2d8efc34c110ea78961663cc095906-d # internal
2025-08-20T20:32:39.3749813Z [00:02:55.027]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/lint
2025-08-20T20:32:39.3750825Z [00:02:55.027]➜  mkdir -p $WORK/b408/
2025-08-20T20:32:39.3756019Z [00:02:55.028]➜  cat >/tmp/go-build3897779518/b408/importcfg << 'EOF' # internal
2025-08-20T20:32:39.3756378Z [00:02:55.028]➜  # import config
2025-08-20T20:32:39.3756740Z [00:02:55.028]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:39.3757155Z [00:02:55.028]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.3757763Z [00:02:55.028]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.3758401Z [00:02:55.028]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.3758980Z [00:02:55.028]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.3760012Z [00:02:55.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.3760680Z [00:02:55.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:39.3761335Z [00:02:55.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.3762023Z [00:02:55.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.3762559Z [00:02:55.028]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.3762981Z [00:02:55.028]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:39.3763396Z [00:02:55.028]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.3763697Z [00:02:55.028]➜  EOF
2025-08-20T20:32:39.3765667Z [00:02:55.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint=>gitlab.com/gitlab-org/cli/internal/commands/ci/lint;$WORK/b408=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/lint -lang=go1.25 -complete -installsuffix shared -buildid 8oAU6-lIYTCf9urSucSF/8oAU6-lIYTCf9urSucSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint.go
2025-08-20T20:32:39.3894287Z [00:02:55.041]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T20:32:39.3927441Z [00:02:55.045]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/4f/4f53b8f5c4256ddb8d2d0e8e0e8ef2c16a31331453d0beb2ef11d3e187235788-d # internal
2025-08-20T20:32:39.3934840Z [00:02:55.045]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/trace
2025-08-20T20:32:39.3935214Z [00:02:55.045]➜  mkdir -p $WORK/b409/
2025-08-20T20:32:39.3954908Z [00:02:55.048]➜  cat >/tmp/go-build3897779518/b409/importcfg << 'EOF' # internal
2025-08-20T20:32:39.3955980Z [00:02:55.048]➜  # import config
2025-08-20T20:32:39.3957033Z [00:02:55.048]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.3959228Z [00:02:55.048]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.3959865Z [00:02:55.048]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.3960606Z [00:02:55.048]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.3961485Z [00:02:55.048]➜  EOF
2025-08-20T20:32:39.3963557Z [00:02:55.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace=>gitlab.com/gitlab-org/cli/internal/commands/ci/trace;$WORK/b409=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/trace -lang=go1.25 -complete -installsuffix shared -buildid v7fZBXV7zXtXA98Ja3H3/v7fZBXV7zXtXA98Ja3H3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace/trace.go
2025-08-20T20:32:39.4676714Z [00:02:55.120]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T20:32:39.4702639Z [00:02:55.122]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/4c/4c03c0bff0b0d72e3758645d6ddd9a45c56a3c56f12cc9adc8592140eff01633-d # internal
2025-08-20T20:32:39.4708718Z [00:02:55.123]➜  github.com/rivo/tview
2025-08-20T20:32:39.4711995Z [00:02:55.123]➜  mkdir -p $WORK/b452/
2025-08-20T20:32:39.4713628Z [00:02:55.123]➜  cat >/tmp/go-build3897779518/b452/importcfg << 'EOF' # internal
2025-08-20T20:32:39.4715457Z [00:02:55.123]➜  # import config
2025-08-20T20:32:39.4716106Z [00:02:55.123]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:39.4716889Z [00:02:55.123]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.4717622Z [00:02:55.123]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build3897779518/b411/_pkg_.a
2025-08-20T20:32:39.4718963Z [00:02:55.123]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:39.4719996Z [00:02:55.123]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:39.4720992Z [00:02:55.123]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:39.4721463Z [00:02:55.123]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.4721880Z [00:02:55.123]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:39.4722308Z [00:02:55.123]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.4722723Z [00:02:55.123]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:39.4723141Z [00:02:55.123]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:39.4723558Z [00:02:55.123]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:39.4723995Z [00:02:55.123]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.4724410Z [00:02:55.123]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:39.4724819Z [00:02:55.123]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.4725237Z [00:02:55.123]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:39.4725681Z [00:02:55.123]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:39.4726010Z [00:02:55.123]➜  EOF
2025-08-20T20:32:39.4736029Z [00:02:55.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf=>github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf;$WORK/b452=>" -p github.com/rivo/tview -lang=go1.18 -complete -installsuffix shared -buildid Qm4Sd1NvpadkLQE4abNn/Qm4Sd1NvpadkLQE4abNn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/ansi.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/application.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/borders.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/box.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/button.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/checkbox.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/doc.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/dropdown.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/flex.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/form.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/frame.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/grid.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/image.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/inputfield.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/list.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/modal.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/pages.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/primitive.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/semigraphics.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/styles.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/table.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/textarea.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/textview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/treeview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20230621164836-6cc0565babaf/util.go
2025-08-20T20:32:39.4822839Z [00:02:55.134]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T20:32:39.4852633Z [00:02:55.137]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/8e/8e2e3124057e3d4633312ffe13f2f15d1406430fd53e0fc868d6ec483cc87f90-d # internal
2025-08-20T20:32:39.4860912Z [00:02:55.138]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/list
2025-08-20T20:32:39.4861692Z [00:02:55.138]➜  mkdir -p $WORK/b453/
2025-08-20T20:32:39.4872002Z [00:02:55.139]➜  cat >/tmp/go-build3897779518/b453/importcfg << 'EOF' # internal
2025-08-20T20:32:39.4872648Z [00:02:55.139]➜  # import config
2025-08-20T20:32:39.4873161Z [00:02:55.139]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:39.4874365Z [00:02:55.139]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.4874940Z [00:02:55.139]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.4875512Z [00:02:55.139]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.4876112Z [00:02:55.139]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.4876766Z [00:02:55.139]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.4877502Z [00:02:55.139]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.4880826Z [00:02:55.139]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:39.4881367Z [00:02:55.139]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.4881674Z [00:02:55.139]➜  EOF
2025-08-20T20:32:39.4887441Z [00:02:55.141]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T20:32:39.4894917Z [00:02:55.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list=>gitlab.com/gitlab-org/cli/internal/commands/ci/list;$WORK/b453=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/list -lang=go1.25 -complete -installsuffix shared -buildid mEfIu8Ymyi1Oc3s3YXSh/mEfIu8Ymyi1Oc3s3YXSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/list.go
2025-08-20T20:32:39.4927774Z [00:02:55.145]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/b3/b3006e53f069436f0d6c01dfe0c04b9f04e1206d214a40d6cbc01ed65f54b5ee-d # internal
2025-08-20T20:32:39.4936667Z [00:02:55.146]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/get
2025-08-20T20:32:39.4937362Z [00:02:55.146]➜  mkdir -p $WORK/b405/
2025-08-20T20:32:39.4938003Z [00:02:55.146]➜  cat >/tmp/go-build3897779518/b405/importcfg << 'EOF' # internal
2025-08-20T20:32:39.4939233Z [00:02:55.146]➜  # import config
2025-08-20T20:32:39.4939616Z [00:02:55.146]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:39.4940081Z [00:02:55.146]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.4940599Z [00:02:55.146]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.4941168Z [00:02:55.146]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.4941783Z [00:02:55.146]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.4942464Z [00:02:55.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.4943214Z [00:02:55.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.4943981Z [00:02:55.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:39.4944719Z [00:02:55.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:39.4945593Z [00:02:55.146]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.4946011Z [00:02:55.146]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:39.4946327Z [00:02:55.146]➜  EOF
2025-08-20T20:32:39.4948476Z [00:02:55.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get=>gitlab.com/gitlab-org/cli/internal/commands/ci/get;$WORK/b405=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/get -lang=go1.25 -complete -installsuffix shared -buildid 8hoybSPnP3zK4b3LiTT5/8hoybSPnP3zK4b3LiTT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/get.go
2025-08-20T20:32:39.5755766Z [00:02:55.227]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T20:32:39.5785078Z [00:02:55.230]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/38/38bc345b6595959347f4e2a1401a1685a5d7261b03202d9bca31778215035b0e-d # internal
2025-08-20T20:32:39.5789062Z [00:02:55.231]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/retry
2025-08-20T20:32:39.5789432Z [00:02:55.231]➜  mkdir -p $WORK/b454/
2025-08-20T20:32:39.5796612Z [00:02:55.232]➜  cat >/tmp/go-build3897779518/b454/importcfg << 'EOF' # internal
2025-08-20T20:32:39.5797228Z [00:02:55.232]➜  # import config
2025-08-20T20:32:39.5797824Z [00:02:55.232]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.5799384Z [00:02:55.232]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.5799966Z [00:02:55.232]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.5800588Z [00:02:55.232]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.5801326Z [00:02:55.232]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.5801814Z [00:02:55.232]➜  EOF
2025-08-20T20:32:39.5803826Z [00:02:55.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry=>gitlab.com/gitlab-org/cli/internal/commands/ci/retry;$WORK/b454=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/retry -lang=go1.25 -complete -installsuffix shared -buildid OAzX2r5rJy9K3UCzqx0d/OAzX2r5rJy9K3UCzqx0d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry/retry.go
2025-08-20T20:32:39.5863040Z [00:02:55.238]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T20:32:39.5893300Z [00:02:55.241]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/5f/5f11b010127e7868dd5c06ee7012d8346f5d8704181f2dbedd21854afee753b2-d # internal
2025-08-20T20:32:39.5894288Z [00:02:55.241]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/run
2025-08-20T20:32:39.5894716Z [00:02:55.242]➜  mkdir -p $WORK/b455/
2025-08-20T20:32:39.5903187Z [00:02:55.242]➜  cat >/tmp/go-build3897779518/b455/importcfg << 'EOF' # internal
2025-08-20T20:32:39.5903789Z [00:02:55.242]➜  # import config
2025-08-20T20:32:39.5904252Z [00:02:55.242]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:39.5905534Z [00:02:55.242]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.5906089Z [00:02:55.242]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.5906905Z [00:02:55.242]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.5908273Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.5908951Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.5938878Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.5940932Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:39.5941715Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:39.5942385Z [00:02:55.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:39.5942903Z [00:02:55.242]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.5943337Z [00:02:55.242]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.5943652Z [00:02:55.242]➜  EOF
2025-08-20T20:32:39.5945588Z [00:02:55.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run=>gitlab.com/gitlab-org/cli/internal/commands/ci/run;$WORK/b455=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/run -lang=go1.25 -complete -installsuffix shared -buildid bNpGUvMGhnRiIrFKCr5G/bNpGUvMGhnRiIrFKCr5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run/run.go
2025-08-20T20:32:39.6622693Z [00:02:55.314]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T20:32:39.6632252Z [00:02:55.315]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T20:32:39.6699272Z [00:02:55.319]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/37/37a17c4d832a96be491db3cd210e4ab2713f5eb322862747c2229184079e1047-d # internal
2025-08-20T20:32:39.6700355Z [00:02:55.319]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/run_trig
2025-08-20T20:32:39.6701523Z [00:02:55.319]➜  mkdir -p $WORK/b456/
2025-08-20T20:32:39.6701960Z [00:02:55.319]➜  cat >/tmp/go-build3897779518/b456/importcfg << 'EOF' # internal
2025-08-20T20:32:39.6702313Z [00:02:55.319]➜  # import config
2025-08-20T20:32:39.6702660Z [00:02:55.319]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:39.6703108Z [00:02:55.319]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.6703635Z [00:02:55.319]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.6704208Z [00:02:55.319]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.6704787Z [00:02:55.319]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.6705447Z [00:02:55.319]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.6706596Z [00:02:55.319]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.6707250Z [00:02:55.319]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.6707830Z [00:02:55.319]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.6708216Z [00:02:55.319]➜  EOF
2025-08-20T20:32:39.6710295Z [00:02:55.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig=>gitlab.com/gitlab-org/cli/internal/commands/ci/run_trig;$WORK/b456=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/run_trig -lang=go1.25 -complete -installsuffix shared -buildid aR2OoTjKA1h4cNJ5FcBs/aR2OoTjKA1h4cNJ5FcBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig/run_trig.go
2025-08-20T20:32:39.6780773Z [00:02:55.330]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/57/57a4d424e1eb2aa2779862409c8fb436bdb1dc8e6466aeea4c01a8f0f2193c66-d # internal
2025-08-20T20:32:39.6784960Z [00:02:55.331]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/status
2025-08-20T20:32:39.6797086Z [00:02:55.332]➜  mkdir -p $WORK/b457/
2025-08-20T20:32:39.6797567Z [00:02:55.332]➜  cat >/tmp/go-build3897779518/b457/importcfg << 'EOF' # internal
2025-08-20T20:32:39.6798525Z [00:02:55.332]➜  # import config
2025-08-20T20:32:39.6798862Z [00:02:55.332]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.6799408Z [00:02:55.332]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:39.6800018Z [00:02:55.332]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.6800591Z [00:02:55.332]➜  packagefile github.com/gosuri/uilive=/tmp/go-build3897779518/b458/_pkg_.a
2025-08-20T20:32:39.6801136Z [00:02:55.332]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.6801714Z [00:02:55.332]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.6802368Z [00:02:55.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.6803093Z [00:02:55.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.6803804Z [00:02:55.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:39.6804448Z [00:02:55.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:39.6828098Z [00:02:55.332]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.6828703Z [00:02:55.332]➜  EOF
2025-08-20T20:32:39.6830783Z [00:02:55.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/status=>gitlab.com/gitlab-org/cli/internal/commands/ci/status;$WORK/b457=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/status -lang=go1.25 -complete -installsuffix shared -buildid ySWohi0GNwE0yUYjVclB/ySWohi0GNwE0yUYjVclB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/status/status.go
2025-08-20T20:32:39.6848847Z [00:02:55.337]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T20:32:39.6892470Z [00:02:55.341]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/b9/b9bae94976cdf2f38563eef4141f04daaa54f55e81d4ad0d8c7eb53cbe09faad-d # internal
2025-08-20T20:32:39.6893178Z [00:02:55.341]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/trigger
2025-08-20T20:32:39.6893540Z [00:02:55.341]➜  mkdir -p $WORK/b459/
2025-08-20T20:32:39.6893916Z [00:02:55.341]➜  cat >/tmp/go-build3897779518/b459/importcfg << 'EOF' # internal
2025-08-20T20:32:39.6894265Z [00:02:55.341]➜  # import config
2025-08-20T20:32:39.6894924Z [00:02:55.341]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.6895516Z [00:02:55.341]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.6896084Z [00:02:55.341]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.6896661Z [00:02:55.341]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.6897333Z [00:02:55.341]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.6898206Z [00:02:55.341]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:39.6898681Z [00:02:55.341]➜  EOF
2025-08-20T20:32:39.7465211Z [00:02:55.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger=>gitlab.com/gitlab-org/cli/internal/commands/ci/trigger;$WORK/b459=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/trigger -lang=go1.25 -complete -installsuffix shared -buildid wo978dANkxP7MUg-wMoX/wo978dANkxP7MUg-wMoX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger/trigger.go
2025-08-20T20:32:39.7467145Z [00:02:55.398]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T20:32:39.7524381Z [00:02:55.404]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/61/615c954e7ed966cbb52f22d2310aca79d99eb71da0524a50d63c738a960c069d-d # internal
2025-08-20T20:32:39.7526284Z [00:02:55.405]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/bootstrap
2025-08-20T20:32:39.7526707Z [00:02:55.405]➜  mkdir -p $WORK/b462/
2025-08-20T20:32:39.7530029Z [00:02:55.405]➜  cat >/tmp/go-build3897779518/b462/importcfg << 'EOF' # internal
2025-08-20T20:32:39.7530461Z [00:02:55.405]➜  # import config
2025-08-20T20:32:39.7530837Z [00:02:55.405]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:39.7531302Z [00:02:55.405]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:39.7531756Z [00:02:55.405]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:39.7532171Z [00:02:55.405]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.7532691Z [00:02:55.405]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:39.7533297Z [00:02:55.405]➜  packagefile github.com/avast/retry-go/v4=/tmp/go-build3897779518/b463/_pkg_.a
2025-08-20T20:32:39.7533849Z [00:02:55.405]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.7534430Z [00:02:55.405]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.7537283Z [00:02:55.405]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:39.7538203Z [00:02:55.406]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.7538813Z [00:02:55.406]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:39.7539261Z [00:02:55.406]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.7539678Z [00:02:55.406]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:39.7540510Z [00:02:55.406]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:39.7540937Z [00:02:55.406]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:39.7541354Z [00:02:55.406]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:39.7541774Z [00:02:55.406]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:39.7542187Z [00:02:55.406]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.7542493Z [00:02:55.406]➜  EOF
2025-08-20T20:32:39.7546639Z [00:02:55.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/bootstrap;$WORK/b462=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/bootstrap -lang=go1.25 -complete -installsuffix shared -buildid v2FvOqyJKe6x0GFXMOwm/v2FvOqyJKe6x0GFXMOwm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/agent_bootstrap.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/api_wrapper.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/exec.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/flux.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/kubectl.go
2025-08-20T20:32:39.7594596Z [00:02:55.412]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T20:32:39.7623199Z [00:02:55.414]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/6e/6e1379c156aeff69ae5a795d8cb41419d2c0afbacf056d52fc95b1267022a264-d # internal
2025-08-20T20:32:39.7629001Z [00:02:55.415]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/check_manifest_usage
2025-08-20T20:32:39.7629555Z [00:02:55.415]➜  mkdir -p $WORK/b464/
2025-08-20T20:32:39.7632707Z [00:02:55.415]➜  cat >/tmp/go-build3897779518/b464/importcfg << 'EOF' # internal
2025-08-20T20:32:39.7633924Z [00:02:55.415]➜  # import config
2025-08-20T20:32:39.7634540Z [00:02:55.415]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.7635225Z [00:02:55.415]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:39.7635980Z [00:02:55.416]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.7636798Z [00:02:55.416]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:39.7637511Z [00:02:55.416]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.7638350Z [00:02:55.416]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.7639021Z [00:02:55.416]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:39.7639583Z [00:02:55.416]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:39.7639938Z [00:02:55.416]➜  EOF
2025-08-20T20:32:39.7642831Z [00:02:55.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/check_manifest_usage=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/check_manifest_usage;$WORK/b464=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/check_manifest_usage -lang=go1.25 -complete -installsuffix shared -buildid VUhdD6cTx4B8SVCusLZH/VUhdD6cTx4B8SVCusLZH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/check_manifest_usage/check_manifest_usage.go
2025-08-20T20:32:39.7700314Z [00:02:55.422]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T20:32:39.7730517Z [00:02:55.425]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/d9/d9ecd4e65bff414a8766f9555b944c7387190a294554bf381733b984f141e75c-d # internal
2025-08-20T20:32:39.7731406Z [00:02:55.425]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils
2025-08-20T20:32:39.7731860Z [00:02:55.425]➜  mkdir -p $WORK/b466/
2025-08-20T20:32:39.7737262Z [00:02:55.426]➜  cat >/tmp/go-build3897779518/b466/importcfg << 'EOF' # internal
2025-08-20T20:32:39.7738171Z [00:02:55.426]➜  # import config
2025-08-20T20:32:39.7738927Z [00:02:55.426]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.7739446Z [00:02:55.426]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:39.7740052Z [00:02:55.426]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:39.7741090Z [00:02:55.426]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:39.7741790Z [00:02:55.426]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:39.7742488Z [00:02:55.426]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:39.7743605Z [00:02:55.426]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:39.7744147Z [00:02:55.426]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:39.7744574Z [00:02:55.426]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.7744909Z [00:02:55.426]➜  EOF
2025-08-20T20:32:39.7747623Z [00:02:55.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils;$WORK/b466=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils -lang=go1.25 -complete -installsuffix shared -buildid 4DNIiPaSd8cvQKSM04aD/4DNIiPaSd8cvQKSM04aD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/agentutils.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/token_cache_mode.go
2025-08-20T20:32:39.8092359Z [00:02:55.461]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T20:32:39.8099439Z [00:02:55.462]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/e1/e1e37a3b1ca6b8a742590d9701089cda01eb9b2189eb5cad40c396598724d282-d # internal
2025-08-20T20:32:39.8102968Z [00:02:55.462]➜  github.com/fxamacker/cbor/v2
2025-08-20T20:32:39.8103293Z [00:02:55.462]➜  mkdir -p $WORK/b474/
2025-08-20T20:32:39.8109458Z [00:02:55.463]➜  cat >/tmp/go-build3897779518/b474/importcfg << 'EOF' # internal
2025-08-20T20:32:39.8110385Z [00:02:55.463]➜  # import config
2025-08-20T20:32:39.8110782Z [00:02:55.463]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:39.8111228Z [00:02:55.463]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:39.8111698Z [00:02:55.463]➜  packagefile encoding/base32=/tmp/go-build3897779518/b475/_pkg_.a
2025-08-20T20:32:39.8112214Z [00:02:55.463]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:39.8112698Z [00:02:55.463]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:39.8113171Z [00:02:55.463]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:39.8113616Z [00:02:55.463]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:39.8114025Z [00:02:55.463]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.8114881Z [00:02:55.463]➜  packagefile github.com/x448/float16=/tmp/go-build3897779518/b476/_pkg_.a
2025-08-20T20:32:39.8115423Z [00:02:55.463]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:39.8115828Z [00:02:55.463]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:39.8116249Z [00:02:55.463]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:39.8116695Z [00:02:55.463]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:39.8117128Z [00:02:55.463]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:39.8117545Z [00:02:55.463]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:39.8118169Z [00:02:55.463]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:39.8118601Z [00:02:55.463]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.8119020Z [00:02:55.463]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:39.8119434Z [00:02:55.463]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:39.8119877Z [00:02:55.463]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:39.8120337Z [00:02:55.463]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:39.8120666Z [00:02:55.463]➜  EOF
2025-08-20T20:32:39.8125201Z [00:02:55.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0=>github.com/fxamacker/cbor/v2@v2.7.0;$WORK/b474=>" -p github.com/fxamacker/cbor/v2 -lang=go1.17 -complete -installsuffix shared -buildid Axz46oTGioP5af2mWHKr/Axz46oTGioP5af2mWHKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/bytestring.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/cache.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/common.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/decode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/diagnose.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/doc.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode_map.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/simplevalue.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/stream.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/structfields.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/tag.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/valid.go
2025-08-20T20:32:39.8452886Z [00:02:55.497]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T20:32:39.8486885Z [00:02:55.501]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/62/62c06f7aeda119b25785b4ecc1af788d6aed86d248e62b850fb0cf6f72f5b766-d # internal
2025-08-20T20:32:39.8510280Z [00:02:55.503]➜  k8s.io/apimachinery/third_party/forked/golang/reflect
2025-08-20T20:32:39.8510766Z [00:02:55.503]➜  mkdir -p $WORK/b478/
2025-08-20T20:32:39.8521095Z [00:02:55.504]➜  cat >/tmp/go-build3897779518/b478/importcfg << 'EOF' # internal
2025-08-20T20:32:39.8522974Z [00:02:55.504]➜  # import config
2025-08-20T20:32:39.8523323Z [00:02:55.504]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.8523751Z [00:02:55.504]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:39.8524182Z [00:02:55.504]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.8524512Z [00:02:55.504]➜  EOF
2025-08-20T20:32:39.8527024Z [00:02:55.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/third_party/forked/golang/reflect=>k8s.io/apimachinery@v0.33.4/third_party/forked/golang/reflect;$WORK/b478=>" -p k8s.io/apimachinery/third_party/forked/golang/reflect -lang=go1.24 -complete -installsuffix shared -buildid 7QDLPJbWJ2FCpeHyGl7h/7QDLPJbWJ2FCpeHyGl7h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/third_party/forked/golang/reflect/deep_equal.go
2025-08-20T20:32:39.9434269Z [00:02:55.595]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T20:32:39.9475866Z [00:02:55.599]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/2a/2a4872e309d7927d5c85b4b95e0f5c8f3226c8ac959771d1fad61125726b7274-d # internal
2025-08-20T20:32:39.9483026Z [00:02:55.600]➜  k8s.io/apimachinery/pkg/fields
2025-08-20T20:32:39.9483930Z [00:02:55.600]➜  mkdir -p $WORK/b479/
2025-08-20T20:32:39.9484718Z [00:02:55.600]➜  cat >/tmp/go-build3897779518/b479/importcfg << 'EOF' # internal
2025-08-20T20:32:39.9485610Z [00:02:55.600]➜  # import config
2025-08-20T20:32:39.9486042Z [00:02:55.600]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:39.9486477Z [00:02:55.600]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.9487005Z [00:02:55.600]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3897779518/b480/_pkg_.a
2025-08-20T20:32:39.9487540Z [00:02:55.600]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:39.9488184Z [00:02:55.600]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:39.9488510Z [00:02:55.600]➜  EOF
2025-08-20T20:32:39.9491068Z [00:02:55.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/fields=>k8s.io/apimachinery@v0.33.4/pkg/fields;$WORK/b479=>" -p k8s.io/apimachinery/pkg/fields -lang=go1.24 -complete -installsuffix shared -buildid -dD916zVQv_tucRWuYju/-dD916zVQv_tucRWuYju -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/fields/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/fields/fields.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/fields/requirements.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/fields/selector.go
2025-08-20T20:32:39.9531644Z [00:02:55.605]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T20:32:39.9541569Z [00:02:55.606]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/9d/9dcef80948315c4d60e1f5eb470ff478399144c1d9aeebde7dd42e41a46864ec-d # internal
2025-08-20T20:32:39.9572180Z [00:02:55.609]➜  k8s.io/apimachinery/pkg/conversion
2025-08-20T20:32:39.9572678Z [00:02:55.609]➜  mkdir -p $WORK/b477/
2025-08-20T20:32:39.9574581Z [00:02:55.610]➜  cat >/tmp/go-build3897779518/b477/importcfg << 'EOF' # internal
2025-08-20T20:32:39.9575422Z [00:02:55.610]➜  # import config
2025-08-20T20:32:39.9575811Z [00:02:55.610]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:39.9576433Z [00:02:55.610]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3897779518/b478/_pkg_.a
2025-08-20T20:32:39.9577021Z [00:02:55.610]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:39.9577339Z [00:02:55.610]➜  EOF
2025-08-20T20:32:39.9580224Z [00:02:55.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion=>k8s.io/apimachinery@v0.33.4/pkg/conversion;$WORK/b477=>" -p k8s.io/apimachinery/pkg/conversion -lang=go1.24 -complete -installsuffix shared -buildid lsJd-RPtl9xFC7qxu4A5/lsJd-RPtl9xFC7qxu4A5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/converter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/deep_equal.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/helper.go
2025-08-20T20:32:39.9991566Z [00:02:55.651]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T20:32:40.0008887Z [00:02:55.653]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/93/93692f7a3989fc214078b7509a87a5fbbf6ccc443b8a5116e3e4fc62d9e64e85-d # internal
2025-08-20T20:32:40.0019055Z [00:02:55.654]➜  k8s.io/apimachinery/pkg/util/sets
2025-08-20T20:32:40.0025266Z [00:02:55.655]➜  mkdir -p $WORK/b482/
2025-08-20T20:32:40.0036527Z [00:02:55.656]➜  cat >/tmp/go-build3897779518/b482/importcfg << 'EOF' # internal
2025-08-20T20:32:40.0037393Z [00:02:55.656]➜  # import config
2025-08-20T20:32:40.0038709Z [00:02:55.656]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:40.0039141Z [00:02:55.656]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:40.0039484Z [00:02:55.656]➜  EOF
2025-08-20T20:32:40.0050443Z [00:02:55.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets=>k8s.io/apimachinery@v0.33.4/pkg/util/sets;$WORK/b482=>" -p k8s.io/apimachinery/pkg/util/sets -lang=go1.24 -complete -installsuffix shared -buildid 4l_mPLONSuUFl2VM8TW1/4l_mPLONSuUFl2VM8TW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/byte.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/empty.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/int.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/int32.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/int64.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/set.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/sets/string.go
2025-08-20T20:32:40.0200068Z [00:02:55.672]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T20:32:40.0216774Z [00:02:55.674]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/10/10354c060d700a259b1242aff804a18912f6d2aa3b57d955d870ddeef44a218a-d # internal
2025-08-20T20:32:40.0226953Z [00:02:55.675]➜  github.com/go-logr/logr
2025-08-20T20:32:40.0231331Z [00:02:55.675]➜  mkdir -p $WORK/b487/
2025-08-20T20:32:40.0241478Z [00:02:55.676]➜  cat >/tmp/go-build3897779518/b487/importcfg << 'EOF' # internal
2025-08-20T20:32:40.0242234Z [00:02:55.676]➜  # import config
2025-08-20T20:32:40.0243975Z [00:02:55.676]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:40.0244490Z [00:02:55.676]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.0244926Z [00:02:55.676]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:40.0245361Z [00:02:55.676]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:40.0245793Z [00:02:55.676]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.0246121Z [00:02:55.676]➜  EOF
2025-08-20T20:32:40.0255763Z [00:02:55.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b487=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid OGzgvojtl2frOanN6t3E/OGzgvojtl2frOanN6t3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogsink.go
2025-08-20T20:32:40.1189158Z [00:02:55.771]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T20:32:40.1207173Z [00:02:55.773]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d # internal
2025-08-20T20:32:40.1209296Z [00:02:55.773]➜  k8s.io/klog/v2/internal/severity
2025-08-20T20:32:40.1210077Z [00:02:55.773]➜  mkdir -p $WORK/b489/
2025-08-20T20:32:40.1217867Z [00:02:55.774]➜  cat >/tmp/go-build3897779518/b489/importcfg << 'EOF' # internal
2025-08-20T20:32:40.1219180Z [00:02:55.774]➜  # import config
2025-08-20T20:32:40.1219884Z [00:02:55.774]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.1222288Z [00:02:55.774]➜  EOF
2025-08-20T20:32:40.1224411Z [00:02:55.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity=>k8s.io/klog/v2@v2.130.1/internal/severity;$WORK/b489=>" -p k8s.io/klog/v2/internal/severity -lang=go1.18 -complete -installsuffix shared -buildid eZnt7tBKR7Y8Le58OUw0/eZnt7tBKR7Y8Le58OUw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity/severity.go
2025-08-20T20:32:40.1370378Z [00:02:55.789]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T20:32:40.1376888Z [00:02:55.790]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/df/dfe9c7bf91b9b74017340a262584793912dfe8d8c50fc963f9eb3ca196a68329-d # internal
2025-08-20T20:32:40.1378020Z [00:02:55.790]➜  k8s.io/klog/v2/internal/buffer
2025-08-20T20:32:40.1385240Z [00:02:55.791]➜  mkdir -p $WORK/b488/
2025-08-20T20:32:40.1394484Z [00:02:55.792]➜  cat >/tmp/go-build3897779518/b488/importcfg << 'EOF' # internal
2025-08-20T20:32:40.1394930Z [00:02:55.792]➜  # import config
2025-08-20T20:32:40.1395279Z [00:02:55.792]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.1395816Z [00:02:55.792]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3897779518/b489/_pkg_.a
2025-08-20T20:32:40.1396310Z [00:02:55.792]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.1397100Z [00:02:55.792]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.1397512Z [00:02:55.792]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.1398003Z [00:02:55.792]➜  EOF
2025-08-20T20:32:40.1408659Z [00:02:55.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer=>k8s.io/klog/v2@v2.130.1/internal/buffer;$WORK/b488=>" -p k8s.io/klog/v2/internal/buffer -lang=go1.18 -complete -installsuffix shared -buildid nacKwbQbcq11VJnEsYkl/nacKwbQbcq11VJnEsYkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer/buffer.go
2025-08-20T20:32:40.1736307Z [00:02:55.825]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T20:32:40.1751434Z [00:02:55.827]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/26/26301a0551ee371253c5a258eb08f898999fa0c79e67a49984a8428c9dbbd271-d # internal
2025-08-20T20:32:40.1758618Z [00:02:55.828]➜  k8s.io/klog/v2/internal/clock
2025-08-20T20:32:40.1764956Z [00:02:55.829]➜  mkdir -p $WORK/b490/
2025-08-20T20:32:40.1774690Z [00:02:55.830]➜  cat >/tmp/go-build3897779518/b490/importcfg << 'EOF' # internal
2025-08-20T20:32:40.1775342Z [00:02:55.830]➜  # import config
2025-08-20T20:32:40.1775857Z [00:02:55.830]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.1777192Z [00:02:55.830]➜  EOF
2025-08-20T20:32:40.1786606Z [00:02:55.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock=>k8s.io/klog/v2@v2.130.1/internal/clock;$WORK/b490=>" -p k8s.io/klog/v2/internal/clock -lang=go1.18 -complete -installsuffix shared -buildid qNKBZw2f-8tDevZOB4kq/qNKBZw2f-8tDevZOB4kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock/clock.go
2025-08-20T20:32:40.2071172Z [00:02:55.859]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T20:32:40.2086681Z [00:02:55.861]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/71/713b5c443c0851d3ad1331c7be0bb0bcdb58a131fc626b27aca175f825c67431-d # internal
2025-08-20T20:32:40.2091728Z [00:02:55.861]➜  k8s.io/klog/v2/internal/serialize
2025-08-20T20:32:40.2092065Z [00:02:55.861]➜  mkdir -p $WORK/b492/
2025-08-20T20:32:40.2099251Z [00:02:55.862]➜  cat >/tmp/go-build3897779518/b492/importcfg << 'EOF' # internal
2025-08-20T20:32:40.2099883Z [00:02:55.862]➜  # import config
2025-08-20T20:32:40.2102141Z [00:02:55.862]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.2103025Z [00:02:55.862]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:40.2103517Z [00:02:55.862]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.2104017Z [00:02:55.862]➜  packagefile github.com/go-logr/logr=/tmp/go-build3897779518/b487/_pkg_.a
2025-08-20T20:32:40.2104519Z [00:02:55.862]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:40.2104952Z [00:02:55.862]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.2105264Z [00:02:55.862]➜  EOF
2025-08-20T20:32:40.2107423Z [00:02:55.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize=>k8s.io/klog/v2@v2.130.1/internal/serialize;$WORK/b492=>" -p k8s.io/klog/v2/internal/serialize -lang=go1.18 -complete -installsuffix shared -buildid mPVEilRpgQnzcH_WVrj4/mPVEilRpgQnzcH_WVrj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues_slog.go
2025-08-20T20:32:40.2785080Z [00:02:55.930]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T20:32:40.2792912Z [00:02:55.931]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/f8/f8d445c430f7504b799a8d1e4ee92ea74396deb38d625430270144c083e4d990-d # internal
2025-08-20T20:32:40.2795814Z [00:02:55.931]➜  k8s.io/klog/v2/internal/sloghandler
2025-08-20T20:32:40.2796177Z [00:02:55.932]➜  mkdir -p $WORK/b493/
2025-08-20T20:32:40.2797920Z [00:02:55.932]➜  cat >/tmp/go-build3897779518/b493/importcfg << 'EOF' # internal
2025-08-20T20:32:40.2799241Z [00:02:55.932]➜  # import config
2025-08-20T20:32:40.2799595Z [00:02:55.932]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:40.2800143Z [00:02:55.932]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3897779518/b489/_pkg_.a
2025-08-20T20:32:40.2800659Z [00:02:55.932]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:40.2801092Z [00:02:55.932]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:40.2801513Z [00:02:55.932]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.2801930Z [00:02:55.932]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.2802253Z [00:02:55.932]➜  EOF
2025-08-20T20:32:40.2804176Z [00:02:55.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler=>k8s.io/klog/v2@v2.130.1/internal/sloghandler;$WORK/b493=>" -p k8s.io/klog/v2/internal/sloghandler -lang=go1.18 -complete -installsuffix shared -buildid zvGWoP_GZItQRs_mSEID/zvGWoP_GZItQRs_mSEID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler/sloghandler_slog.go
2025-08-20T20:32:40.3196339Z [00:02:55.971]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T20:32:40.3207812Z [00:02:55.973]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/27/272ec9535732facc0a6fcd1238da63c30c1b4b2d3930acca20f10bd8b149588d-d # internal
2025-08-20T20:32:40.3255261Z [00:02:55.978]➜  k8s.io/klog/v2
2025-08-20T20:32:40.3260643Z [00:02:55.978]➜  mkdir -p $WORK/b486/
2025-08-20T20:32:40.3277280Z [00:02:55.980]➜  cat >/tmp/go-build3897779518/b486/importcfg << 'EOF' # internal
2025-08-20T20:32:40.3278197Z [00:02:55.980]➜  # import config
2025-08-20T20:32:40.3288842Z [00:02:55.980]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:40.3289471Z [00:02:55.980]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.3289958Z [00:02:55.980]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:40.3290426Z [00:02:55.980]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:40.3291235Z [00:02:55.980]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.3291703Z [00:02:55.980]➜  packagefile flag=/tmp/go-build3897779518/b083/_pkg_.a
2025-08-20T20:32:40.3292110Z [00:02:55.980]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.3292580Z [00:02:55.980]➜  packagefile github.com/go-logr/logr=/tmp/go-build3897779518/b487/_pkg_.a
2025-08-20T20:32:40.3293061Z [00:02:55.980]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.3293557Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build3897779518/b488/_pkg_.a
2025-08-20T20:32:40.3294136Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build3897779518/b490/_pkg_.a
2025-08-20T20:32:40.3294696Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build3897779518/b491/_pkg_.a
2025-08-20T20:32:40.3295274Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build3897779518/b492/_pkg_.a
2025-08-20T20:32:40.3295877Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3897779518/b489/_pkg_.a
2025-08-20T20:32:40.3296481Z [00:02:55.980]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build3897779518/b493/_pkg_.a
2025-08-20T20:32:40.3296982Z [00:02:55.980]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:40.3297400Z [00:02:55.980]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:40.3298199Z [00:02:55.980]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:40.3298605Z [00:02:55.980]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.3299015Z [00:02:55.980]➜  packagefile os/user=/tmp/go-build3897779518/b210/_pkg_.a
2025-08-20T20:32:40.3299463Z [00:02:55.980]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:40.3299909Z [00:02:55.980]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:40.3300342Z [00:02:55.980]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:40.3300770Z [00:02:55.980]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.3301197Z [00:02:55.980]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.3301610Z [00:02:55.980]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.3302062Z [00:02:55.980]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:40.3302502Z [00:02:55.980]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.3302804Z [00:02:55.980]➜  EOF
2025-08-20T20:32:40.3306553Z [00:02:55.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1=>k8s.io/klog/v2@v2.130.1;$WORK/b486=>" -p k8s.io/klog/v2 -lang=go1.18 -complete -installsuffix shared -buildid Bnwtqvu9SrkDCfYRrKYP/Bnwtqvu9SrkDCfYRrKYP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/exit.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/format.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/imports.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file_others.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/safeptr.go
2025-08-20T20:32:40.5122754Z [00:02:56.164]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T20:32:40.5252662Z [00:02:56.177]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T20:32:40.5310096Z [00:02:56.183]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/ae/ae49608441b758d2cf8652d2599409a2ba64852f3f44edf002fda8c7e35d99a0-d # internal
2025-08-20T20:32:40.5334566Z [00:02:56.186]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes
2025-08-20T20:32:40.5341806Z [00:02:56.186]➜  mkdir -p $WORK/b473/
2025-08-20T20:32:40.5352261Z [00:02:56.187]➜  cat >/tmp/go-build3897779518/b473/importcfg << 'EOF' # internal
2025-08-20T20:32:40.5355412Z [00:02:56.187]➜  # import config
2025-08-20T20:32:40.5356134Z [00:02:56.187]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.5357044Z [00:02:56.187]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:40.5358077Z [00:02:56.187]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:40.5358967Z [00:02:56.187]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.5359618Z [00:02:56.187]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.5360389Z [00:02:56.187]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3897779518/b474/_pkg_.a
2025-08-20T20:32:40.5361817Z [00:02:56.187]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.5362261Z [00:02:56.187]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:40.5362686Z [00:02:56.187]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.5362992Z [00:02:56.187]➜  EOF
2025-08-20T20:32:40.5386904Z [00:02:56.191]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/ae/aea97e73c682c17fbf8619476d11bf2f5e9eb14120af84ef6dc5a0f80024c053-d # internal
2025-08-20T20:32:40.5394244Z [00:02:56.191]➜  k8s.io/apimachinery/pkg/util/errors
2025-08-20T20:32:40.5394999Z [00:02:56.192]➜  mkdir -p $WORK/b485/
2025-08-20T20:32:40.5395612Z [00:02:56.192]➜  cat >/tmp/go-build3897779518/b485/importcfg << 'EOF' # internal
2025-08-20T20:32:40.5396234Z [00:02:56.192]➜  # import config
2025-08-20T20:32:40.5396802Z [00:02:56.192]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.5397473Z [00:02:56.192]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.5398428Z [00:02:56.192]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:40.5399251Z [00:02:56.192]➜  EOF
2025-08-20T20:32:40.5401536Z [00:02:56.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/errors=>k8s.io/apimachinery@v0.33.4/pkg/util/errors;$WORK/b485=>" -p k8s.io/apimachinery/pkg/util/errors -lang=go1.24 -complete -installsuffix shared -buildid YsKrm_SwAu2cm3gLyxHg/YsKrm_SwAu2cm3gLyxHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/errors/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/errors/errors.go
2025-08-20T20:32:40.5407565Z [00:02:56.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes;$WORK/b473=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes -lang=go1.24 -complete -installsuffix shared -buildid hlBY4HXqG_6IEj8vPx0u/hlBY4HXqG_6IEj8vPx0u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes/buffers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes/custom.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes/decode.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes/diagnostic.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/internal/modes/encode.go
2025-08-20T20:32:40.5844200Z [00:02:56.236]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T20:32:40.5879704Z [00:02:56.240]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/8f/8f45303a49216220d6b10b06005ca4d60a6765b57f2c6c92741f5b5f768a03be-d # internal
2025-08-20T20:32:40.5881999Z [00:02:56.240]➜  k8s.io/utils/internal/third_party/forked/golang/net
2025-08-20T20:32:40.5882360Z [00:02:56.240]➜  mkdir -p $WORK/b495/
2025-08-20T20:32:40.5885391Z [00:02:56.241]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T20:32:40.5893246Z [00:02:56.241]➜  cat >/tmp/go-build3897779518/b495/importcfg << 'EOF' # internal
2025-08-20T20:32:40.5896190Z [00:02:56.242]➜  # import config
2025-08-20T20:32:40.5900655Z [00:02:56.242]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:40.5901591Z [00:02:56.242]➜  EOF
2025-08-20T20:32:40.5918582Z [00:02:56.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net;$WORK/b495=>" -p k8s.io/utils/internal/third_party/forked/golang/net -lang=go1.18 -complete -installsuffix shared -buildid -MdWNxgXcO7gRr2k2HD_/-MdWNxgXcO7gRr2k2HD_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net/ip.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net/parse.go
2025-08-20T20:32:40.5921522Z [00:02:56.243]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/4c/4c73d46b4a1228fae04b746d459a3bdb549b94860040d9199c1340c098e0ef70-d # internal
2025-08-20T20:32:40.5922474Z [00:02:56.243]➜  k8s.io/apimachinery/pkg/util/validation/field
2025-08-20T20:32:40.5922805Z [00:02:56.243]➜  mkdir -p $WORK/b484/
2025-08-20T20:32:40.5923173Z [00:02:56.243]➜  cat >/tmp/go-build3897779518/b484/importcfg << 'EOF' # internal
2025-08-20T20:32:40.5923515Z [00:02:56.243]➜  # import config
2025-08-20T20:32:40.5923856Z [00:02:56.243]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.5924278Z [00:02:56.243]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.5924810Z [00:02:56.243]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3897779518/b485/_pkg_.a
2025-08-20T20:32:40.5925426Z [00:02:56.243]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:40.5925934Z [00:02:56.243]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:40.5926368Z [00:02:56.243]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:40.5926792Z [00:02:56.243]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.5927221Z [00:02:56.243]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.5927538Z [00:02:56.243]➜  EOF
2025-08-20T20:32:40.5930432Z [00:02:56.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/field=>k8s.io/apimachinery@v0.33.4/pkg/util/validation/field;$WORK/b484=>" -p k8s.io/apimachinery/pkg/util/validation/field -lang=go1.24 -complete -installsuffix shared -buildid jrzLVTTcn9qNJiadAGoX/jrzLVTTcn9qNJiadAGoX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/field/error_matcher.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/field/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/field/path.go
2025-08-20T20:32:40.6241324Z [00:02:56.275]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T20:32:40.6284642Z [00:02:56.276]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/04/04edaaf07a3c12696a633ed32febd1ec21364d7c665f93e5f4317bf14584f107-d # internal
2025-08-20T20:32:40.6285281Z [00:02:56.276]➜  k8s.io/utils/net
2025-08-20T20:32:40.6285543Z [00:02:56.276]➜  mkdir -p $WORK/b494/
2025-08-20T20:32:40.6285923Z [00:02:56.277]➜  cat >/tmp/go-build3897779518/b494/importcfg << 'EOF' # internal
2025-08-20T20:32:40.6286655Z [00:02:56.277]➜  # import config
2025-08-20T20:32:40.6287082Z [00:02:56.277]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:40.6287517Z [00:02:56.277]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.6288213Z [00:02:56.277]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.6288826Z [00:02:56.277]➜  packagefile k8s.io/utils/internal/third_party/forked/golang/net=/tmp/go-build3897779518/b495/_pkg_.a
2025-08-20T20:32:40.6289404Z [00:02:56.277]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:40.6289831Z [00:02:56.277]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:40.6290249Z [00:02:56.277]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:40.6290666Z [00:02:56.277]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.6291093Z [00:02:56.277]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.6291526Z [00:02:56.277]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.6291828Z [00:02:56.277]➜  EOF
2025-08-20T20:32:40.6295106Z [00:02:56.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net;$WORK/b494=>" -p k8s.io/utils/net -lang=go1.18 -complete -installsuffix shared -buildid _Rn5M_5FVaZvg4gKO_xs/_Rn5M_5FVaZvg4gKO_xs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/ipfamily.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/ipnet.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/multi_listen.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/net.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/parse.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/port.go
2025-08-20T20:32:40.6559430Z [00:02:56.308]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T20:32:40.6714790Z [00:02:56.323]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T20:32:40.6793015Z [00:02:56.331]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/cd/cd266e2aba8910a51d3bb5dfebb34d7ca7c8d3b480d8e0c6c2a61129912e8c4a-d # internal
2025-08-20T20:32:40.6804987Z [00:02:56.332]➜  go/token
2025-08-20T20:32:40.6805281Z [00:02:56.332]➜  mkdir -p $WORK/b499/
2025-08-20T20:32:40.6805664Z [00:02:56.332]➜  cat >/tmp/go-build3897779518/b499/importcfg << 'EOF' # internal
2025-08-20T20:32:40.6806009Z [00:02:56.332]➜  # import config
2025-08-20T20:32:40.6806343Z [00:02:56.332]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:40.6806753Z [00:02:56.332]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.6807166Z [00:02:56.332]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:40.6807612Z [00:02:56.332]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:40.6808187Z [00:02:56.332]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.6814165Z [00:02:56.332]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.6814720Z [00:02:56.332]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:40.6815171Z [00:02:56.332]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:40.6815643Z [00:02:56.332]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:40.6816383Z [00:02:56.332]➜  EOF
2025-08-20T20:32:40.6823486Z [00:02:56.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b499=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/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-20T20:32:40.6836735Z [00:02:56.333]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/54/54509840826a519ed37db096d9b34cd0ed9d5f9bd2a8a6cfc8a22284e4183cb4-d # internal
2025-08-20T20:32:40.6837373Z [00:02:56.334]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T20:32:40.6837919Z [00:02:56.334]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/view
2025-08-20T20:32:40.6838337Z [00:02:56.334]➜  mkdir -p $WORK/b410/
2025-08-20T20:32:40.6838712Z [00:02:56.335]➜  cat >/tmp/go-build3897779518/b410/importcfg << 'EOF' # internal
2025-08-20T20:32:40.6839050Z [00:02:56.335]➜  # import config
2025-08-20T20:32:40.6839385Z [00:02:56.335]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:40.6839811Z [00:02:56.335]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:40.6840225Z [00:02:56.335]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.6840753Z [00:02:56.335]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:40.6841349Z [00:02:56.335]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build3897779518/b411/_pkg_.a
2025-08-20T20:32:40.6841921Z [00:02:56.335]➜  packagefile github.com/lunixbochs/vtclean=/tmp/go-build3897779518/b451/_pkg_.a
2025-08-20T20:32:40.6842471Z [00:02:56.335]➜  packagefile github.com/pkg/errors=/tmp/go-build3897779518/b373/_pkg_.a
2025-08-20T20:32:40.6843369Z [00:02:56.335]➜  packagefile github.com/rivo/tview=/tmp/go-build3897779518/b452/_pkg_.a
2025-08-20T20:32:40.6843896Z [00:02:56.335]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:40.6844474Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:40.6845107Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:40.6845779Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:40.6846510Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:40.6847220Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:40.6848016Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:40.6848740Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:40.6849419Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:40.6850084Z [00:02:56.335]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:40.6850679Z [00:02:56.335]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:40.6851234Z [00:02:56.335]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:40.6851705Z [00:02:56.335]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.6852107Z [00:02:56.335]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:40.6852505Z [00:02:56.335]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.6852944Z [00:02:56.335]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:40.6853390Z [00:02:56.335]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.6853809Z [00:02:56.335]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:40.6854116Z [00:02:56.335]➜  EOF
2025-08-20T20:32:40.6856326Z [00:02:56.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view=>gitlab.com/gitlab-org/cli/internal/commands/ci/view;$WORK/b410=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/view -lang=go1.25 -complete -installsuffix shared -buildid JCBLPTASGkRo1GinJ2eH/JCBLPTASGkRo1GinJ2eH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view/view.go
2025-08-20T20:32:40.6879523Z [00:02:56.340]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/d9/d9903587c129eb503363c092efe4d7b47ad8caca7d7e853aa44919b981bb01fa-d # internal
2025-08-20T20:32:40.6901179Z [00:02:56.340]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct
2025-08-20T20:32:40.6901622Z [00:02:56.340]➜  mkdir -p $WORK/b472/
2025-08-20T20:32:40.6915576Z [00:02:56.341]➜  cat >/tmp/go-build3897779518/b472/importcfg << 'EOF' # internal
2025-08-20T20:32:40.6915948Z [00:02:56.341]➜  # import config
2025-08-20T20:32:40.6916545Z [00:02:56.341]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3897779518/b473/_pkg_.a
2025-08-20T20:32:40.6917075Z [00:02:56.341]➜  EOF
2025-08-20T20:32:40.6919402Z [00:02:56.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/direct=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/direct;$WORK/b472=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct -lang=go1.24 -complete -installsuffix shared -buildid zkvSOMq2hFzGblRMKte2/zkvSOMq2hFzGblRMKte2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/direct/direct.go
2025-08-20T20:32:40.7025325Z [00:02:56.355]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T20:32:40.7039178Z [00:02:56.356]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/5a/5a66c3be51579dc8206c2d45c6cf7e36005e07fbe5c91b9833c579a7d8d4b0d0-d # internal
2025-08-20T20:32:40.7052176Z [00:02:56.357]➜  k8s.io/apimachinery/pkg/util/validation
2025-08-20T20:32:40.7060893Z [00:02:56.358]➜  mkdir -p $WORK/b483/
2025-08-20T20:32:40.7065399Z [00:02:56.359]➜  cat >/tmp/go-build3897779518/b483/importcfg << 'EOF' # internal
2025-08-20T20:32:40.7067285Z [00:02:56.359]➜  # import config
2025-08-20T20:32:40.7067640Z [00:02:56.359]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.7068372Z [00:02:56.359]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3897779518/b484/_pkg_.a
2025-08-20T20:32:40.7068981Z [00:02:56.359]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:40.7069459Z [00:02:56.359]➜  packagefile k8s.io/utils/net=/tmp/go-build3897779518/b494/_pkg_.a
2025-08-20T20:32:40.7069907Z [00:02:56.359]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:40.7070313Z [00:02:56.359]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:40.7070739Z [00:02:56.359]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:40.7071181Z [00:02:56.359]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:40.7071601Z [00:02:56.359]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:40.7072021Z [00:02:56.359]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.7072448Z [00:02:56.359]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:40.7072758Z [00:02:56.359]➜  EOF
2025-08-20T20:32:40.7075025Z [00:02:56.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation=>k8s.io/apimachinery@v0.33.4/pkg/util/validation;$WORK/b483=>" -p k8s.io/apimachinery/pkg/util/validation -lang=go1.24 -complete -installsuffix shared -buildid UkDG4f9Z5y0wx0ZOkbhP/UkDG4f9Z5y0wx0ZOkbhP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/ip.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/validation/validation.go
2025-08-20T20:32:40.7123625Z [00:02:56.364]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T20:32:40.7143714Z [00:02:56.365]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/d4/d4056bfdda366b088428819c60077bbfe3d8c409ffb6ffa597757c15638f398e-d # internal
2025-08-20T20:32:40.7144351Z [00:02:56.365]➜  k8s.io/apimachinery/pkg/api/resource
2025-08-20T20:32:40.7144660Z [00:02:56.365]➜  mkdir -p $WORK/b470/
2025-08-20T20:32:40.7145052Z [00:02:56.365]➜  cat >/tmp/go-build3897779518/b470/importcfg << 'EOF' # internal
2025-08-20T20:32:40.7145396Z [00:02:56.366]➜  # import config
2025-08-20T20:32:40.7145731Z [00:02:56.366]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.7146150Z [00:02:56.366]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.7146564Z [00:02:56.366]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.7147071Z [00:02:56.366]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:40.7147620Z [00:02:56.366]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3897779518/b471/_pkg_.a
2025-08-20T20:32:40.7148935Z [00:02:56.366]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.7149550Z [00:02:56.366]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3897779518/b472/_pkg_.a
2025-08-20T20:32:40.7150133Z [00:02:56.366]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:40.7150966Z [00:02:56.366]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:40.7151409Z [00:02:56.366]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:40.7151846Z [00:02:56.366]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.7152275Z [00:02:56.366]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.7152689Z [00:02:56.366]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.7152993Z [00:02:56.366]➜  EOF
2025-08-20T20:32:40.7156907Z [00:02:56.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource=>k8s.io/apimachinery@v0.33.4/pkg/api/resource;$WORK/b470=>" -p k8s.io/apimachinery/pkg/api/resource -lang=go1.24 -complete -installsuffix shared -buildid QaOd4SGNCaUG1ON5AFtg/QaOd4SGNCaUG1ON5AFtg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/amount.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/math.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/quantity.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/quantity_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/scale_int.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/suffix.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/resource/zz_generated.deepcopy.go
2025-08-20T20:32:40.7625772Z [00:02:56.413]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T20:32:40.7629141Z [00:02:56.414]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T20:32:40.7629713Z [00:02:56.414]➜  go/scanner
2025-08-20T20:32:40.7629961Z [00:02:56.415]➜  mkdir -p $WORK/b498/
2025-08-20T20:32:40.7630387Z [00:02:56.415]➜  cat >/tmp/go-build3897779518/b498/importcfg << 'EOF' # internal
2025-08-20T20:32:40.7630731Z [00:02:56.415]➜  # import config
2025-08-20T20:32:40.7631073Z [00:02:56.415]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.7631489Z [00:02:56.415]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.7631912Z [00:02:56.415]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:40.7632327Z [00:02:56.415]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.7633170Z [00:02:56.415]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:40.7633692Z [00:02:56.415]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:40.7634118Z [00:02:56.415]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.7634546Z [00:02:56.415]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:40.7634993Z [00:02:56.415]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:40.7635339Z [00:02:56.415]➜  EOF
2025-08-20T20:32:40.7636878Z [00:02:56.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b498=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T20:32:40.7924314Z [00:02:56.444]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T20:32:40.7935627Z [00:02:56.446]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/70/70354cc50fa119bc70fa6a996aca2f5425ca34f746ebfc2bdce44bb975f12346-d # internal
2025-08-20T20:32:40.7937415Z [00:02:56.446]➜  k8s.io/apimachinery/pkg/labels
2025-08-20T20:32:40.7938644Z [00:02:56.446]➜  mkdir -p $WORK/b481/
2025-08-20T20:32:40.7943098Z [00:02:56.446]➜  cat >/tmp/go-build3897779518/b481/importcfg << 'EOF' # internal
2025-08-20T20:32:40.7948174Z [00:02:56.446]➜  # import config
2025-08-20T20:32:40.7948535Z [00:02:56.446]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.7949068Z [00:02:56.446]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3897779518/b480/_pkg_.a
2025-08-20T20:32:40.7949678Z [00:02:56.446]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:40.7950340Z [00:02:56.446]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3897779518/b483/_pkg_.a
2025-08-20T20:32:40.7951024Z [00:02:56.446]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3897779518/b484/_pkg_.a
2025-08-20T20:32:40.7951602Z [00:02:56.446]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:40.7952046Z [00:02:56.446]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:40.7952461Z [00:02:56.446]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:40.7952891Z [00:02:56.447]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.7953318Z [00:02:56.447]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.7953635Z [00:02:56.447]➜  EOF
2025-08-20T20:32:40.7956242Z [00:02:56.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/labels=>k8s.io/apimachinery@v0.33.4/pkg/labels;$WORK/b481=>" -p k8s.io/apimachinery/pkg/labels -lang=go1.24 -complete -installsuffix shared -buildid lTmfj5pJcPt9rIdfIdsL/lTmfj5pJcPt9rIdfIdsL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/labels/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/labels/labels.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/labels/selector.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/labels/zz_generated.deepcopy.go
2025-08-20T20:32:40.8256774Z [00:02:56.478]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T20:32:40.8264357Z [00:02:56.478]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T20:32:40.8271422Z [00:02:56.478]➜  go/ast
2025-08-20T20:32:40.8271706Z [00:02:56.479]➜  mkdir -p $WORK/b497/
2025-08-20T20:32:40.8272096Z [00:02:56.479]➜  cat >/tmp/go-build3897779518/b497/importcfg << 'EOF' # internal
2025-08-20T20:32:40.8272442Z [00:02:56.479]➜  # import config
2025-08-20T20:32:40.8273103Z [00:02:56.479]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.8273587Z [00:02:56.479]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:40.8273998Z [00:02:56.479]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.8274434Z [00:02:56.479]➜  packagefile go/scanner=/tmp/go-build3897779518/b498/_pkg_.a
2025-08-20T20:32:40.8274879Z [00:02:56.479]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:40.8275310Z [00:02:56.479]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:40.8275717Z [00:02:56.479]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:40.8276115Z [00:02:56.479]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.8276529Z [00:02:56.479]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:40.8276952Z [00:02:56.479]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:40.8277384Z [00:02:56.479]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.8277971Z [00:02:56.479]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.8278300Z [00:02:56.479]➜  EOF
2025-08-20T20:32:40.8280362Z [00:02:56.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b497=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/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-20T20:32:40.8519726Z [00:02:56.503]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T20:32:40.8561887Z [00:02:56.507]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/03/03e93d874641a779ca2cb3cef6e928d0b8ed7c2713820b85c7d8359f78256f13-d # internal
2025-08-20T20:32:40.8562603Z [00:02:56.507]➜  gitlab.com/gitlab-org/cli/internal/commands/ci/legacyci
2025-08-20T20:32:40.8562966Z [00:02:56.507]➜  mkdir -p $WORK/b407/
2025-08-20T20:32:40.8563339Z [00:02:56.507]➜  cat >/tmp/go-build3897779518/b407/importcfg << 'EOF' # internal
2025-08-20T20:32:40.8563683Z [00:02:56.507]➜  # import config
2025-08-20T20:32:40.8564126Z [00:02:56.507]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:40.8564720Z [00:02:56.507]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:40.8565337Z [00:02:56.507]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:40.8566055Z [00:02:56.507]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/lint=/tmp/go-build3897779518/b408/_pkg_.a
2025-08-20T20:32:40.8566814Z [00:02:56.507]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/trace=/tmp/go-build3897779518/b409/_pkg_.a
2025-08-20T20:32:40.8567561Z [00:02:56.507]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/view=/tmp/go-build3897779518/b410/_pkg_.a
2025-08-20T20:32:40.8568997Z [00:02:56.507]➜  EOF
2025-08-20T20:32:40.8571113Z [00:02:56.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci=>gitlab.com/gitlab-org/cli/internal/commands/ci/legacyci;$WORK/b407=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci/legacyci -lang=go1.25 -complete -installsuffix shared -buildid gerHWu49lrRTAxDxGUEX/gerHWu49lrRTAxDxGUEX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci/pipeline_ci.go
2025-08-20T20:32:40.9157951Z [00:02:56.568]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T20:32:40.9218825Z [00:02:56.573]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/61/6168c0b441eca51e6ef96de6bc9936cc6c4b949bd6a4935727d23eb088606d34-d # internal
2025-08-20T20:32:40.9228624Z [00:02:56.574]➜  gitlab.com/gitlab-org/cli/internal/commands/ci
2025-08-20T20:32:40.9230473Z [00:02:56.575]➜  mkdir -p $WORK/b394/
2025-08-20T20:32:40.9231568Z [00:02:56.575]➜  cat >/tmp/go-build3897779518/b394/importcfg << 'EOF' # internal
2025-08-20T20:32:40.9232936Z [00:02:56.575]➜  # import config
2025-08-20T20:32:40.9233735Z [00:02:56.575]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.9234941Z [00:02:56.575]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:40.9237124Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:40.9238420Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/artifact=/tmp/go-build3897779518/b395/_pkg_.a
2025-08-20T20:32:40.9240235Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel=/tmp/go-build3897779518/b398/_pkg_.a
2025-08-20T20:32:40.9241380Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/config=/tmp/go-build3897779518/b402/_pkg_.a
2025-08-20T20:32:40.9242145Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/delete=/tmp/go-build3897779518/b404/_pkg_.a
2025-08-20T20:32:40.9242883Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/get=/tmp/go-build3897779518/b405/_pkg_.a
2025-08-20T20:32:40.9243968Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/legacyci=/tmp/go-build3897779518/b407/_pkg_.a
2025-08-20T20:32:40.9244728Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/lint=/tmp/go-build3897779518/b408/_pkg_.a
2025-08-20T20:32:40.9245464Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/list=/tmp/go-build3897779518/b453/_pkg_.a
2025-08-20T20:32:40.9246215Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/retry=/tmp/go-build3897779518/b454/_pkg_.a
2025-08-20T20:32:40.9246954Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/run=/tmp/go-build3897779518/b455/_pkg_.a
2025-08-20T20:32:40.9249197Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/run_trig=/tmp/go-build3897779518/b456/_pkg_.a
2025-08-20T20:32:40.9250046Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/status=/tmp/go-build3897779518/b457/_pkg_.a
2025-08-20T20:32:40.9250813Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/trace=/tmp/go-build3897779518/b409/_pkg_.a
2025-08-20T20:32:40.9251564Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/trigger=/tmp/go-build3897779518/b459/_pkg_.a
2025-08-20T20:32:40.9252313Z [00:02:56.576]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/view=/tmp/go-build3897779518/b410/_pkg_.a
2025-08-20T20:32:40.9252868Z [00:02:56.576]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.9253186Z [00:02:56.576]➜  EOF
2025-08-20T20:32:40.9255056Z [00:02:56.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci=>gitlab.com/gitlab-org/cli/internal/commands/ci;$WORK/b394=>" -p gitlab.com/gitlab-org/cli/internal/commands/ci -lang=go1.25 -complete -installsuffix shared -buildid ZY5yQG6nEIKER6H-IJpp/ZY5yQG6nEIKER6H-IJpp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ci.go
2025-08-20T20:32:40.9356676Z [00:02:56.588]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T20:32:40.9391003Z [00:02:56.591]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/2e/2e642818b4f730d14e6d867d942bec461482e23ddd7c5dec510f1ba2e0b56844-d # internal
2025-08-20T20:32:40.9398918Z [00:02:56.592]➜  go/doc/comment
2025-08-20T20:32:40.9399747Z [00:02:56.592]➜  mkdir -p $WORK/b501/
2025-08-20T20:32:40.9408178Z [00:02:56.593]➜  cat >/tmp/go-build3897779518/b501/importcfg << 'EOF' # internal
2025-08-20T20:32:40.9409823Z [00:02:56.593]➜  # import config
2025-08-20T20:32:40.9410511Z [00:02:56.593]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:40.9411225Z [00:02:56.593]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:40.9411880Z [00:02:56.593]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:40.9414273Z [00:02:56.593]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:40.9414712Z [00:02:56.593]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.9415141Z [00:02:56.593]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.9415567Z [00:02:56.593]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:40.9416023Z [00:02:56.593]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:40.9416356Z [00:02:56.593]➜  EOF
2025-08-20T20:32:40.9433293Z [00:02:56.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b501=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/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-20T20:32:40.9442429Z [00:02:56.596]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T20:32:40.9471432Z [00:02:56.599]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/32/32e1590e1458ef1fa6fc4b1fb40772061887fdd424a93c332b1fc0471aae8786-d # internal
2025-08-20T20:32:40.9478457Z [00:02:56.600]➜  internal/lazyregexp
2025-08-20T20:32:40.9485284Z [00:02:56.601]➜  mkdir -p $WORK/b502/
2025-08-20T20:32:40.9497015Z [00:02:56.602]➜  cat >/tmp/go-build3897779518/b502/importcfg << 'EOF' # internal
2025-08-20T20:32:40.9497835Z [00:02:56.602]➜  # import config
2025-08-20T20:32:40.9498756Z [00:02:56.602]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:40.9499280Z [00:02:56.602]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:40.9499722Z [00:02:56.602]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.9500174Z [00:02:56.602]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:40.9500503Z [00:02:56.602]➜  EOF
2025-08-20T20:32:40.9508033Z [00:02:56.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b502=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T20:32:40.9934582Z [00:02:56.645]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T20:32:40.9962106Z [00:02:56.645]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T20:32:40.9962687Z [00:02:56.645]➜  go/build/constraint
2025-08-20T20:32:40.9962957Z [00:02:56.645]➜  mkdir -p $WORK/b504/
2025-08-20T20:32:40.9963366Z [00:02:56.646]➜  cat >/tmp/go-build3897779518/b504/importcfg << 'EOF' # internal
2025-08-20T20:32:40.9963708Z [00:02:56.646]➜  # import config
2025-08-20T20:32:40.9964161Z [00:02:56.646]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:40.9964652Z [00:02:56.646]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:40.9965082Z [00:02:56.646]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:40.9965509Z [00:02:56.646]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:40.9966257Z [00:02:56.646]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:40.9966650Z [00:02:56.646]➜  EOF
2025-08-20T20:32:40.9968506Z [00:02:56.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b504=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T20:32:41.0257008Z [00:02:56.678]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T20:32:41.0348327Z [00:02:56.686]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/08/08c4a17df47fbda552351f8e4ae6d7c165209eccdbd5368c14e4b0e4b9149e5a-d # internal
2025-08-20T20:32:41.0349038Z [00:02:56.687]➜  k8s.io/apimachinery/pkg/api/operation
2025-08-20T20:32:41.0349360Z [00:02:56.687]➜  mkdir -p $WORK/b505/
2025-08-20T20:32:41.0349771Z [00:02:56.687]➜  cat >/tmp/go-build3897779518/b505/importcfg << 'EOF' # internal
2025-08-20T20:32:41.0350118Z [00:02:56.687]➜  # import config
2025-08-20T20:32:41.0350558Z [00:02:56.687]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:41.0350962Z [00:02:56.687]➜  EOF
2025-08-20T20:32:41.0352897Z [00:02:56.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/operation=>k8s.io/apimachinery@v0.33.4/pkg/api/operation;$WORK/b505=>" -p k8s.io/apimachinery/pkg/api/operation -lang=go1.24 -complete -installsuffix shared -buildid yvix47ojzhPrmmq146MZ/yvix47ojzhPrmmq146MZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/operation/operation.go
2025-08-20T20:32:41.0427949Z [00:02:56.695]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T20:32:41.0442418Z [00:02:56.696]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T20:32:41.0444289Z [00:02:56.697]➜  k8s.io/apimachinery/pkg/conversion/queryparams
2025-08-20T20:32:41.0446892Z [00:02:56.697]➜  mkdir -p $WORK/b506/
2025-08-20T20:32:41.0455293Z [00:02:56.698]➜  cat >/tmp/go-build3897779518/b506/importcfg << 'EOF' # internal
2025-08-20T20:32:41.0456158Z [00:02:56.698]➜  # import config
2025-08-20T20:32:41.0456822Z [00:02:56.698]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.0458389Z [00:02:56.698]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:41.0458834Z [00:02:56.698]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.0459263Z [00:02:56.698]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.0459576Z [00:02:56.698]➜  EOF
2025-08-20T20:32:41.0462342Z [00:02:56.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/queryparams=>k8s.io/apimachinery@v0.33.4/pkg/conversion/queryparams;$WORK/b506=>" -p k8s.io/apimachinery/pkg/conversion/queryparams -lang=go1.24 -complete -installsuffix shared -buildid ZNS10-JCchyGmEa0FHYw/ZNS10-JCchyGmEa0FHYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/queryparams/convert.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/conversion/queryparams/doc.go
2025-08-20T20:32:41.0931585Z [00:02:56.745]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T20:32:41.0940438Z [00:02:56.746]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/3e/3e434dba1ae4498cfc86d907367c2d163d78fd8ecdea7d512594132b48b110c2-d # internal
2025-08-20T20:32:41.0947483Z [00:02:56.747]➜  k8s.io/apimachinery/pkg/runtime/schema
2025-08-20T20:32:41.0948263Z [00:02:56.747]➜  mkdir -p $WORK/b507/
2025-08-20T20:32:41.0954550Z [00:02:56.748]➜  cat >/tmp/go-build3897779518/b507/importcfg << 'EOF' # internal
2025-08-20T20:32:41.0955789Z [00:02:56.748]➜  # import config
2025-08-20T20:32:41.0956673Z [00:02:56.748]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.0958481Z [00:02:56.748]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:41.0977070Z [00:02:56.748]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.0978707Z [00:02:56.748]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.0979108Z [00:02:56.748]➜  EOF
2025-08-20T20:32:41.0981722Z [00:02:56.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/schema=>k8s.io/apimachinery@v0.33.4/pkg/runtime/schema;$WORK/b507=>" -p k8s.io/apimachinery/pkg/runtime/schema -lang=go1.24 -complete -installsuffix shared -buildid nzt-CmBdufFmqUK2pKcD/nzt-CmBdufFmqUK2pKcD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/schema/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/schema/group_version.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/schema/interfaces.go
2025-08-20T20:32:41.0990842Z [00:02:56.750]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T20:32:41.0991550Z [00:02:56.751]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/5b/5b91e66f3920de92dc1e9671e3083d130a6e1af184b0c12370d9e8b2ae01e7e9-d # internal
2025-08-20T20:32:41.0992193Z [00:02:56.751]➜  sigs.k8s.io/json/internal/golang/encoding/json
2025-08-20T20:32:41.0992515Z [00:02:56.751]➜  mkdir -p $WORK/b510/
2025-08-20T20:32:41.0997239Z [00:02:56.752]➜  cat >/tmp/go-build3897779518/b510/importcfg << 'EOF' # internal
2025-08-20T20:32:41.0998152Z [00:02:56.752]➜  # import config
2025-08-20T20:32:41.0998532Z [00:02:56.752]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.0998975Z [00:02:56.752]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:41.0999401Z [00:02:56.752]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:41.0999867Z [00:02:56.752]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:41.1000343Z [00:02:56.752]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.1000778Z [00:02:56.752]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1001192Z [00:02:56.752]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.1001597Z [00:02:56.752]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.1002018Z [00:02:56.752]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.1002442Z [00:02:56.752]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:41.1002863Z [00:02:56.752]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.1003639Z [00:02:56.752]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.1004134Z [00:02:56.752]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.1004553Z [00:02:56.752]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:41.1005002Z [00:02:56.752]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:41.1005468Z [00:02:56.752]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.1005808Z [00:02:56.752]➜  EOF
2025-08-20T20:32:41.1027284Z [00:02:56.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json=>sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json;$WORK/b510=>" -p sigs.k8s.io/json/internal/golang/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid SpY6nQwK2qLzwN6HuQmg/SpY6nQwK2qLzwN6HuQmg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/decode.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/encode.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/fold.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/indent.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/kubernetes_patch.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/scanner.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/stream.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/tables.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/tags.go
2025-08-20T20:32:41.1150264Z [00:02:56.767]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T20:32:41.1175123Z [00:02:56.769]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T20:32:41.1175786Z [00:02:56.770]➜  k8s.io/apimachinery/pkg/util/naming
2025-08-20T20:32:41.1176101Z [00:02:56.770]➜  mkdir -p $WORK/b511/
2025-08-20T20:32:41.1176510Z [00:02:56.770]➜  cat >/tmp/go-build3897779518/b511/importcfg << 'EOF' # internal
2025-08-20T20:32:41.1176861Z [00:02:56.770]➜  # import config
2025-08-20T20:32:41.1177192Z [00:02:56.770]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1177612Z [00:02:56.770]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:41.1178228Z [00:02:56.770]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:41.1178687Z [00:02:56.770]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:41.1179151Z [00:02:56.770]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.1179581Z [00:02:56.770]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.1179894Z [00:02:56.770]➜  EOF
2025-08-20T20:32:41.1181781Z [00:02:56.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/naming=>k8s.io/apimachinery@v0.33.4/pkg/util/naming;$WORK/b511=>" -p k8s.io/apimachinery/pkg/util/naming -lang=go1.24 -complete -installsuffix shared -buildid IesMK-ZcyHrAkiMWrdYz/IesMK-ZcyHrAkiMWrdYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/naming/from_stack.go
2025-08-20T20:32:41.1243817Z [00:02:56.776]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T20:32:41.1301282Z [00:02:56.781]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T20:32:41.1313583Z [00:02:56.783]➜  go/doc
2025-08-20T20:32:41.1313882Z [00:02:56.783]➜  mkdir -p $WORK/b500/
2025-08-20T20:32:41.1314265Z [00:02:56.783]➜  cat >/tmp/go-build3897779518/b500/importcfg << 'EOF' # internal
2025-08-20T20:32:41.1314612Z [00:02:56.783]➜  # import config
2025-08-20T20:32:41.1314940Z [00:02:56.783]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:41.1315375Z [00:02:56.783]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1315788Z [00:02:56.783]➜  packagefile go/ast=/tmp/go-build3897779518/b497/_pkg_.a
2025-08-20T20:32:41.1316234Z [00:02:56.783]➜  packagefile go/doc/comment=/tmp/go-build3897779518/b501/_pkg_.a
2025-08-20T20:32:41.1316682Z [00:02:56.783]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:41.1317160Z [00:02:56.783]➜  packagefile internal/lazyregexp=/tmp/go-build3897779518/b502/_pkg_.a
2025-08-20T20:32:41.1317622Z [00:02:56.783]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.1318302Z [00:02:56.783]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:41.1318722Z [00:02:56.783]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:41.1319146Z [00:02:56.783]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.1319574Z [00:02:56.783]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.1320419Z [00:02:56.783]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:41.1320873Z [00:02:56.783]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.1321207Z [00:02:56.783]➜  EOF
2025-08-20T20:32:41.1323216Z [00:02:56.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b500=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/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-20T20:32:41.1363132Z [00:02:56.788]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T20:32:41.1367313Z [00:02:56.789]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/eb/ebcef535862fbd74edc3fa07d3a019c8416142e2b244e6dd79fbcaac9a4d9998-d # internal
2025-08-20T20:32:41.1383101Z [00:02:56.790]➜  go/parser
2025-08-20T20:32:41.1383396Z [00:02:56.790]➜  mkdir -p $WORK/b503/
2025-08-20T20:32:41.1383781Z [00:02:56.790]➜  cat >/tmp/go-build3897779518/b503/importcfg << 'EOF' # internal
2025-08-20T20:32:41.1384128Z [00:02:56.790]➜  # import config
2025-08-20T20:32:41.1384468Z [00:02:56.790]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.1384887Z [00:02:56.790]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.1385322Z [00:02:56.790]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1385734Z [00:02:56.790]➜  packagefile go/ast=/tmp/go-build3897779518/b497/_pkg_.a
2025-08-20T20:32:41.1386202Z [00:02:56.790]➜  packagefile go/build/constraint=/tmp/go-build3897779518/b504/_pkg_.a
2025-08-20T20:32:41.1386683Z [00:02:56.790]➜  packagefile go/scanner=/tmp/go-build3897779518/b498/_pkg_.a
2025-08-20T20:32:41.1387135Z [00:02:56.790]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:41.1387548Z [00:02:56.790]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.1388164Z [00:02:56.790]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:41.1388576Z [00:02:56.790]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:41.1389010Z [00:02:56.790]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:41.1389459Z [00:02:56.790]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.1390106Z [00:02:56.790]➜  EOF
2025-08-20T20:32:41.1391808Z [00:02:56.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b503=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/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-20T20:32:41.1430247Z [00:02:56.795]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T20:32:41.1437972Z [00:02:56.796]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/89/89b732a39720771191cc8ff4ccf09e57dc6f00bcd83b50cc238e220fa52a8370-d # internal
2025-08-20T20:32:41.1441001Z [00:02:56.796]➜  k8s.io/apimachinery/pkg/util/runtime
2025-08-20T20:32:41.1442856Z [00:02:56.796]➜  mkdir -p $WORK/b512/
2025-08-20T20:32:41.1446100Z [00:02:56.797]➜  cat >/tmp/go-build3897779518/b512/importcfg << 'EOF' # internal
2025-08-20T20:32:41.1446821Z [00:02:56.797]➜  # import config
2025-08-20T20:32:41.1447385Z [00:02:56.797]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:41.1448602Z [00:02:56.797]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1450611Z [00:02:56.797]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:41.1451393Z [00:02:56.797]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:41.1451836Z [00:02:56.797]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:41.1452255Z [00:02:56.797]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.1452666Z [00:02:56.797]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:41.1452974Z [00:02:56.797]➜  EOF
2025-08-20T20:32:41.1456433Z [00:02:56.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/runtime=>k8s.io/apimachinery@v0.33.4/pkg/util/runtime;$WORK/b512=>" -p k8s.io/apimachinery/pkg/util/runtime -lang=go1.24 -complete -installsuffix shared -buildid VXCTzvmS3dwaelrqtqVd/VXCTzvmS3dwaelrqtqVd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/runtime/runtime.go
2025-08-20T20:32:41.1735691Z [00:02:56.826]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T20:32:41.1742690Z [00:02:56.826]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/bc/bc72e2671bde066d10c90630576c49d2768ce54780e318b539fd75981bcd2578-d # internal
2025-08-20T20:32:41.1749507Z [00:02:56.827]➜  github.com/modern-go/concurrent
2025-08-20T20:32:41.1749977Z [00:02:56.827]➜  mkdir -p $WORK/b515/
2025-08-20T20:32:41.1752534Z [00:02:56.827]➜  cat >/tmp/go-build3897779518/b515/importcfg << 'EOF' # internal
2025-08-20T20:32:41.1752900Z [00:02:56.827]➜  # import config
2025-08-20T20:32:41.1753275Z [00:02:56.827]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:41.1753704Z [00:02:56.827]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.1754128Z [00:02:56.827]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:41.1754550Z [00:02:56.827]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:41.1754950Z [00:02:56.827]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:41.1755376Z [00:02:56.827]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.1755806Z [00:02:56.827]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:41.1756256Z [00:02:56.827]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:41.1756695Z [00:02:56.827]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.1757105Z [00:02:56.827]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:41.1757411Z [00:02:56.827]➜  EOF
2025-08-20T20:32:41.1761167Z [00:02:56.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd=>github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd;$WORK/b515=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid X5fETsLM_gylC2wPOF-Z/X5fETsLM_gylC2wPOF-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T20:32:41.3282283Z [00:02:56.980]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T20:32:41.3370466Z [00:02:56.989]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/e7/e7256898750dfd6ff29a0ca207301ccb53a81f2be67d753b2867f8cc305566a8-d # internal
2025-08-20T20:32:41.3380887Z [00:02:56.989]➜  github.com/modern-go/reflect2
2025-08-20T20:32:41.3381227Z [00:02:56.990]➜  mkdir -p $WORK/b516/
2025-08-20T20:32:41.3381538Z [00:02:56.990]➜  echo -n > $WORK/b516/go_asm.h # internal
2025-08-20T20:32:41.3381936Z [00:02:56.990]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T20:32:41.3383830Z [00:02:56.990]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -I $WORK/b516/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b516/symabis ./relfect2_arm64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T20:32:41.3564579Z [00:02:57.008]➜  cat >/tmp/go-build3897779518/b516/importcfg << 'EOF' # internal
2025-08-20T20:32:41.3565752Z [00:02:57.008]➜  # import config
2025-08-20T20:32:41.3568078Z [00:02:57.008]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.3569013Z [00:02:57.008]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:41.3569585Z [00:02:57.008]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.3570121Z [00:02:57.008]➜  EOF
2025-08-20T20:32:41.3570951Z [00:02:57.008]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:41.3578312Z [00:02:57.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid lKnNIh2EEKiMP7-hTbcW/lKnNIh2EEKiMP7-hTbcW -goversion go1.25.0 -symabis $WORK/b516/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack -asmhdr $WORK/b516/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T20:32:41.3845606Z [00:02:57.036]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T20:32:41.3901718Z [00:02:57.042]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T20:32:41.3933591Z [00:02:57.045]➜  sigs.k8s.io/yaml/goyaml.v2
2025-08-20T20:32:41.3937144Z [00:02:57.046]➜  mkdir -p $WORK/b517/
2025-08-20T20:32:41.3940266Z [00:02:57.046]➜  cat >/tmp/go-build3897779518/b517/importcfg << 'EOF' # internal
2025-08-20T20:32:41.3941236Z [00:02:57.046]➜  # import config
2025-08-20T20:32:41.3943664Z [00:02:57.046]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.3944317Z [00:02:57.046]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:41.3948141Z [00:02:57.046]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:41.3948691Z [00:02:57.046]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.3949112Z [00:02:57.046]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.3949512Z [00:02:57.046]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.3950272Z [00:02:57.046]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.3950693Z [00:02:57.046]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.3951118Z [00:02:57.046]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:41.3951529Z [00:02:57.046]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.3951946Z [00:02:57.046]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.3952381Z [00:02:57.046]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.3952799Z [00:02:57.046]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.3953207Z [00:02:57.046]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:41.3953623Z [00:02:57.046]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:41.3954071Z [00:02:57.046]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.3954412Z [00:02:57.046]➜  EOF
2025-08-20T20:32:41.3962227Z [00:02:57.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2=>sigs.k8s.io/yaml@v1.4.0/goyaml.v2;$WORK/b517=>" -p sigs.k8s.io/yaml/goyaml.v2 -lang=go1.12 -complete -installsuffix shared -buildid fZ-_L92HzJzi6nn4b7V5/fZ-_L92HzJzi6nn4b7V5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/apic.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/decode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/emitterc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/encode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/parserc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/readerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/resolve.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/scannerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/sorter.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/writerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlh.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlprivateh.go
2025-08-20T20:32:41.4239327Z [00:02:57.076]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T20:32:41.4272224Z [00:02:57.079]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T20:32:41.4278403Z [00:02:57.079]➜  sigs.k8s.io/randfill/bytesource
2025-08-20T20:32:41.4278797Z [00:02:57.079]➜  mkdir -p $WORK/b521/
2025-08-20T20:32:41.4279181Z [00:02:57.080]➜  cat >/tmp/go-build3897779518/b521/importcfg << 'EOF' # internal
2025-08-20T20:32:41.4279556Z [00:02:57.080]➜  # import config
2025-08-20T20:32:41.4279900Z [00:02:57.080]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.4280354Z [00:02:57.080]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:41.4280814Z [00:02:57.080]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.4281238Z [00:02:57.080]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:41.4281563Z [00:02:57.080]➜  EOF
2025-08-20T20:32:41.4283394Z [00:02:57.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/bytesource=>sigs.k8s.io/randfill@v1.0.0/bytesource;$WORK/b521=>" -p sigs.k8s.io/randfill/bytesource -lang=go1.18 -complete -installsuffix shared -buildid qgmKOTkMdpIjxvqNwsXI/qgmKOTkMdpIjxvqNwsXI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/bytesource/bytesource.go
2025-08-20T20:32:41.4516752Z [00:02:57.104]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T20:32:41.4532884Z [00:02:57.105]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/56/569fc2f6c9ec65c52127fbe959b46bcb3f2f3d53ca6aab0cacbb59c6bbf37417-d # internal
2025-08-20T20:32:41.4540672Z [00:02:57.106]➜  sigs.k8s.io/randfill
2025-08-20T20:32:41.4541013Z [00:02:57.106]➜  mkdir -p $WORK/b520/
2025-08-20T20:32:41.4546024Z [00:02:57.107]➜  cat >/tmp/go-build3897779518/b520/importcfg << 'EOF' # internal
2025-08-20T20:32:41.4546415Z [00:02:57.107]➜  # import config
2025-08-20T20:32:41.4546759Z [00:02:57.107]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.4547197Z [00:02:57.107]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:41.4547660Z [00:02:57.107]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.4549673Z [00:02:57.107]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:41.4560446Z [00:02:57.107]➜  packagefile sigs.k8s.io/randfill/bytesource=/tmp/go-build3897779518/b521/_pkg_.a
2025-08-20T20:32:41.4561969Z [00:02:57.107]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.4562448Z [00:02:57.107]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.4562865Z [00:02:57.107]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:41.4563173Z [00:02:57.107]➜  EOF
2025-08-20T20:32:41.4564814Z [00:02:57.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0=>sigs.k8s.io/randfill@v1.0.0;$WORK/b520=>" -p sigs.k8s.io/randfill -lang=go1.18 -complete -installsuffix shared -buildid YjhqhfNM4usaHiRfiu8C/YjhqhfNM4usaHiRfiu8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/randfill.go
2025-08-20T20:32:41.4672616Z [00:02:57.119]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T20:32:41.4785129Z [00:02:57.130]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/fc/fca031dc53d9d701554c572564d31668d6fb5f56343b6cbbe6b6d271ae722710-d # internal
2025-08-20T20:32:41.4785741Z [00:02:57.131]➜  sigs.k8s.io/json
2025-08-20T20:32:41.4786053Z [00:02:57.131]➜  mkdir -p $WORK/b509/
2025-08-20T20:32:41.4813047Z [00:02:57.133]➜  cat >/tmp/go-build3897779518/b509/importcfg << 'EOF' # internal
2025-08-20T20:32:41.4814821Z [00:02:57.133]➜  # import config
2025-08-20T20:32:41.4815263Z [00:02:57.133]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.4815712Z [00:02:57.134]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.4816119Z [00:02:57.134]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.4817039Z [00:02:57.134]➜  packagefile sigs.k8s.io/json/internal/golang/encoding/json=/tmp/go-build3897779518/b510/_pkg_.a
2025-08-20T20:32:41.4817555Z [00:02:57.134]➜  EOF
2025-08-20T20:32:41.4819931Z [00:02:57.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3=>sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3;$WORK/b509=>" -p sigs.k8s.io/json -lang=go1.21 -complete -installsuffix shared -buildid 6QUvj3vYsxUxmfIxxbIY/6QUvj3vYsxUxmfIxxbIY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/doc.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/json.go
2025-08-20T20:32:41.5093728Z [00:02:57.159]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T20:32:41.5094495Z [00:02:57.159]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/01/013aa9643ac47b387587be359b960c160f09b9aadc16c3536543971ca77cce34-d # internal
2025-08-20T20:32:41.5095117Z [00:02:57.159]➜  k8s.io/apimachinery/pkg/util/json
2025-08-20T20:32:41.5095422Z [00:02:57.159]➜  mkdir -p $WORK/b508/
2025-08-20T20:32:41.5095793Z [00:02:57.161]➜  cat >/tmp/go-build3897779518/b508/importcfg << 'EOF' # internal
2025-08-20T20:32:41.5096138Z [00:02:57.161]➜  # import config
2025-08-20T20:32:41.5096501Z [00:02:57.161]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.5097350Z [00:02:57.161]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.5100830Z [00:02:57.161]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.5101362Z [00:02:57.161]➜  packagefile sigs.k8s.io/json=/tmp/go-build3897779518/b509/_pkg_.a
2025-08-20T20:32:41.5101708Z [00:02:57.161]➜  EOF
2025-08-20T20:32:41.5103569Z [00:02:57.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/json=>k8s.io/apimachinery@v0.33.4/pkg/util/json;$WORK/b508=>" -p k8s.io/apimachinery/pkg/util/json -lang=go1.24 -complete -installsuffix shared -buildid 5Ryi3YEX15NBPgs4DCQd/5Ryi3YEX15NBPgs4DCQd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/json/json.go
2025-08-20T20:32:41.5308544Z [00:02:57.183]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T20:32:41.5331613Z [00:02:57.185]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/11/11692e7b080fa888e60cad2d30a0d8c458a0d04ef167558b05d2e47744de227a-d # internal
2025-08-20T20:32:41.5332345Z [00:02:57.185]➜  k8s.io/apimachinery/pkg/util/intstr
2025-08-20T20:32:41.5332658Z [00:02:57.185]➜  mkdir -p $WORK/b519/
2025-08-20T20:32:41.5344255Z [00:02:57.186]➜  cat >/tmp/go-build3897779518/b519/importcfg << 'EOF' # internal
2025-08-20T20:32:41.5344792Z [00:02:57.186]➜  # import config
2025-08-20T20:32:41.5345260Z [00:02:57.186]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.5345844Z [00:02:57.186]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.5346394Z [00:02:57.186]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.5347024Z [00:02:57.186]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:41.5347637Z [00:02:57.186]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.5353788Z [00:02:57.186]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3897779518/b472/_pkg_.a
2025-08-20T20:32:41.5354441Z [00:02:57.186]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:41.5354883Z [00:02:57.186]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.5355310Z [00:02:57.186]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:41.5355770Z [00:02:57.187]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:41.5356643Z [00:02:57.187]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3897779518/b520/_pkg_.a
2025-08-20T20:32:41.5357187Z [00:02:57.187]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.5357617Z [00:02:57.187]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.5358085Z [00:02:57.187]➜  EOF
2025-08-20T20:32:41.5360550Z [00:02:57.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/intstr=>k8s.io/apimachinery@v0.33.4/pkg/util/intstr;$WORK/b519=>" -p k8s.io/apimachinery/pkg/util/intstr -lang=go1.24 -complete -installsuffix shared -buildid OpVeRy9XSdPJmm7ITumb/OpVeRy9XSdPJmm7ITumb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/intstr/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/intstr/instr_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/intstr/intstr.go
2025-08-20T20:32:41.5607500Z [00:02:57.213]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T20:32:41.5680296Z [00:02:57.220]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/b3/b3b2a7975f1df48fe5c733b70d9ea59d510a228118f395bcdfb10fec949e1996-d # internal
2025-08-20T20:32:41.5681012Z [00:02:57.220]➜  golang.org/x/text/unicode/bidi
2025-08-20T20:32:41.5681315Z [00:02:57.220]➜  mkdir -p $WORK/b528/
2025-08-20T20:32:41.5681690Z [00:02:57.220]➜  cat >/tmp/go-build3897779518/b528/importcfg << 'EOF' # internal
2025-08-20T20:32:41.5682490Z [00:02:57.220]➜  # import config
2025-08-20T20:32:41.5682835Z [00:02:57.220]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.5683286Z [00:02:57.220]➜  packagefile container/list=/tmp/go-build3897779518/b105/_pkg_.a
2025-08-20T20:32:41.5683722Z [00:02:57.220]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.5684125Z [00:02:57.220]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:41.5684544Z [00:02:57.220]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.5684986Z [00:02:57.220]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.5685318Z [00:02:57.220]➜  EOF
2025-08-20T20:32:41.5688455Z [00:02:57.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi=>golang.org/x/text@v0.28.0/unicode/bidi;$WORK/b528=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid 60CUjx48QAl-Yhc7sgOl/60CUjx48QAl-Yhc7sgOl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/trieval.go
2025-08-20T20:32:41.5996823Z [00:02:57.250]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T20:32:41.5997611Z [00:02:57.250]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/31/31a62d970da1c421127998b3da2a4f3c73f2e656dade089eea5afad4f099d675-d # internal
2025-08-20T20:32:41.5998535Z [00:02:57.250]➜  golang.org/x/net/http2/hpack
2025-08-20T20:32:41.5998836Z [00:02:57.250]➜  mkdir -p $WORK/b529/
2025-08-20T20:32:41.5999240Z [00:02:57.250]➜  cat >/tmp/go-build3897779518/b529/importcfg << 'EOF' # internal
2025-08-20T20:32:41.5999584Z [00:02:57.250]➜  # import config
2025-08-20T20:32:41.5999919Z [00:02:57.250]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.6000340Z [00:02:57.250]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.6000751Z [00:02:57.250]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.6001151Z [00:02:57.250]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.6001898Z [00:02:57.250]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.6002277Z [00:02:57.250]➜  EOF
2025-08-20T20:32:41.6005008Z [00:02:57.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack=>golang.org/x/net@v0.42.0/http2/hpack;$WORK/b529=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid 2rheMDZFuoP6iZZqb7yj/2rheMDZFuoP6iZZqb7yj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/tables.go
2025-08-20T20:32:41.7454962Z [00:02:57.397]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T20:32:41.7483501Z [00:02:57.400]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T20:32:41.7495526Z [00:02:57.402]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/e3/e3863eaeb408bf24d4920f03148099009ddc7d2f61edca210413bdb6cbebf48f-d # internal
2025-08-20T20:32:41.7498627Z [00:02:57.402]➜  golang.org/x/text/secure/bidirule
2025-08-20T20:32:41.7499091Z [00:02:57.402]➜  mkdir -p $WORK/b527/
2025-08-20T20:32:41.7499471Z [00:02:57.402]➜  cat >/tmp/go-build3897779518/b527/importcfg << 'EOF' # internal
2025-08-20T20:32:41.7500227Z [00:02:57.402]➜  # import config
2025-08-20T20:32:41.7500581Z [00:02:57.402]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.7501095Z [00:02:57.402]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:41.7501692Z [00:02:57.402]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b528/_pkg_.a
2025-08-20T20:32:41.7502213Z [00:02:57.402]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.7502544Z [00:02:57.402]➜  EOF
2025-08-20T20:32:41.7504709Z [00:02:57.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule=>golang.org/x/text@v0.28.0/secure/bidirule;$WORK/b527=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid _JkGeuO_gcc0tf0qKBYX/_JkGeuO_gcc0tf0qKBYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T20:32:41.7514896Z [00:02:57.404]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/6b/6bf6cfd1c14211ffc5d45cdcaddd85ddae3aa8c8970aea902a59228d6d10792d-d # internal
2025-08-20T20:32:41.7531282Z [00:02:57.405]➜  k8s.io/utils/ptr
2025-08-20T20:32:41.7532277Z [00:02:57.405]➜  mkdir -p $WORK/b531/
2025-08-20T20:32:41.7557215Z [00:02:57.408]➜  cat >/tmp/go-build3897779518/b531/importcfg << 'EOF' # internal
2025-08-20T20:32:41.7570523Z [00:02:57.408]➜  # import config
2025-08-20T20:32:41.7573312Z [00:02:57.408]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.7573758Z [00:02:57.408]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.7574077Z [00:02:57.408]➜  EOF
2025-08-20T20:32:41.7575967Z [00:02:57.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr;$WORK/b531=>" -p k8s.io/utils/ptr -lang=go1.18 -complete -installsuffix shared -buildid vheewsu2jiDsX9w41KXp/vheewsu2jiDsX9w41KXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr/ptr.go
2025-08-20T20:32:41.7781278Z [00:02:57.430]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T20:32:41.7784398Z [00:02:57.431]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/62/627657c605310fabfa70a8aa309d68c71eee698ab91074a9c628d251a607717f-d # internal
2025-08-20T20:32:41.7787876Z [00:02:57.431]➜  golang.org/x/net/idna
2025-08-20T20:32:41.7790132Z [00:02:57.431]➜  mkdir -p $WORK/b526/
2025-08-20T20:32:41.7791337Z [00:02:57.431]➜  cat >/tmp/go-build3897779518/b526/importcfg << 'EOF' # internal
2025-08-20T20:32:41.7792105Z [00:02:57.431]➜  # import config
2025-08-20T20:32:41.7794498Z [00:02:57.431]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.7795393Z [00:02:57.431]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3897779518/b527/_pkg_.a
2025-08-20T20:32:41.7796313Z [00:02:57.431]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b528/_pkg_.a
2025-08-20T20:32:41.7798814Z [00:02:57.431]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:41.7799383Z [00:02:57.431]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.7800400Z [00:02:57.431]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.7800943Z [00:02:57.431]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.7801284Z [00:02:57.431]➜  EOF
2025-08-20T20:32:41.7804184Z [00:02:57.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/idna=>golang.org/x/net@v0.42.0/idna;$WORK/b526=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid hrCaFh-vo5nCPIJuLvQh/hrCaFh-vo5nCPIJuLvQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trieval.go
2025-08-20T20:32:41.7919349Z [00:02:57.444]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T20:32:41.7923134Z [00:02:57.444]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/69/69fa46097bd6781c136e6e1d3403973c0c5e263fbbf59e11dbbc5fed3bea3e32-d # internal
2025-08-20T20:32:41.7942318Z [00:02:57.446]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/list
2025-08-20T20:32:41.7943303Z [00:02:57.446]➜  mkdir -p $WORK/b534/
2025-08-20T20:32:41.7944233Z [00:02:57.447]➜  cat >/tmp/go-build3897779518/b534/importcfg << 'EOF' # internal
2025-08-20T20:32:41.7944615Z [00:02:57.447]➜  # import config
2025-08-20T20:32:41.7945114Z [00:02:57.447]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:41.7945926Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:41.7946580Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:41.7947555Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:41.7948786Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils=/tmp/go-build3897779518/b466/_pkg_.a
2025-08-20T20:32:41.7949567Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:41.7950274Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:41.7950944Z [00:02:57.447]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:41.7951362Z [00:02:57.447]➜  EOF
2025-08-20T20:32:41.7953958Z [00:02:57.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/list;$WORK/b534=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/list -lang=go1.25 -complete -installsuffix shared -buildid WLd3HSAmufhMJJNUzMs3/WLd3HSAmufhMJJNUzMs3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list/agent_list.go
2025-08-20T20:32:41.8597414Z [00:02:57.512]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T20:32:41.8646160Z [00:02:57.517]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/a4/a47888db4899015dca8d7ab1b2f02c7c200e443afc0ecca99e76e8a3abcf3358-d # internal
2025-08-20T20:32:41.8646918Z [00:02:57.517]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token/list
2025-08-20T20:32:41.8647327Z [00:02:57.517]➜  mkdir -p $WORK/b536/
2025-08-20T20:32:41.8718736Z [00:02:57.524]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T20:32:41.8732008Z [00:02:57.525]➜  cat >/tmp/go-build3897779518/b536/importcfg << 'EOF' # internal
2025-08-20T20:32:41.8732477Z [00:02:57.525]➜  # import config
2025-08-20T20:32:41.8732868Z [00:02:57.525]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:41.8733299Z [00:02:57.525]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.8733776Z [00:02:57.525]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:41.8734390Z [00:02:57.525]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:41.8735412Z [00:02:57.525]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:41.8736093Z [00:02:57.525]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:41.8736766Z [00:02:57.525]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:41.8737463Z [00:02:57.525]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:41.8738235Z [00:02:57.525]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.8738666Z [00:02:57.525]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:41.8738973Z [00:02:57.525]➜  EOF
2025-08-20T20:32:41.8741267Z [00:02:57.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token/list;$WORK/b536=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token/list -lang=go1.25 -complete -installsuffix shared -buildid y1AhV97fpKZYT6BNmAap/y1AhV97fpKZYT6BNmAap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list/list.go
2025-08-20T20:32:41.8751489Z [00:02:57.527]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/c1/c1ed42178c665295c13a70c2762ddd44ad62bbcb6cd0c45e06b601bd7c4cf34c-d # internal
2025-08-20T20:32:41.8752147Z [00:02:57.527]➜  github.com/munnerz/goautoneg
2025-08-20T20:32:41.8752450Z [00:02:57.527]➜  mkdir -p $WORK/b540/
2025-08-20T20:32:41.8768190Z [00:02:57.529]➜  cat >/tmp/go-build3897779518/b540/importcfg << 'EOF' # internal
2025-08-20T20:32:41.8768598Z [00:02:57.529]➜  # import config
2025-08-20T20:32:41.8768946Z [00:02:57.529]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.8769429Z [00:02:57.529]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.8769860Z [00:02:57.529]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.8770175Z [00:02:57.529]➜  EOF
2025-08-20T20:32:41.8778847Z [00:02:57.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822=>github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822;$WORK/b540=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid Wd8hT5OKTvEBSA7ibi-E/Wd8hT5OKTvEBSA7ibi-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T20:32:41.8846888Z [00:02:57.537]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T20:32:41.8849721Z [00:02:57.537]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -I $WORK/b516/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b516/relfect2_arm64.o ./relfect2_arm64.s
2025-08-20T20:32:41.8875058Z [00:02:57.540]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -I $WORK/b516/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b516/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T20:32:41.8907336Z [00:02:57.543]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -I $WORK/b516/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b516/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T20:32:41.8967288Z [00:02:57.549]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b516=>" -I $WORK/b516/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b516/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T20:32:41.8982473Z [00:02:57.550]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T20:32:41.8992436Z [00:02:57.551]➜  go tool pack r $WORK/b516/_pkg_.a $WORK/b516/relfect2_arm64.o $WORK/b516/relfect2_mips64x.o $WORK/b516/relfect2_mipsx.o $WORK/b516/relfect2_ppc64x.o # internal
2025-08-20T20:32:41.8994911Z [00:02:57.552]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T20:32:41.9028709Z [00:02:57.552]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T20:32:41.9029386Z [00:02:57.553]➜  k8s.io/apimachinery/pkg/util/framer
2025-08-20T20:32:41.9029708Z [00:02:57.553]➜  mkdir -p $WORK/b547/
2025-08-20T20:32:41.9030118Z [00:02:57.553]➜  cat >/tmp/go-build3897779518/b547/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9030466Z [00:02:57.554]➜  # import config
2025-08-20T20:32:41.9030842Z [00:02:57.554]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:41.9031322Z [00:02:57.554]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.9031753Z [00:02:57.554]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.9032059Z [00:02:57.554]➜  EOF
2025-08-20T20:32:41.9032339Z [00:02:57.554]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:41.9034316Z [00:02:57.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/framer=>k8s.io/apimachinery@v0.33.4/pkg/util/framer;$WORK/b547=>" -p k8s.io/apimachinery/pkg/util/framer -lang=go1.24 -complete -installsuffix shared -buildid vIaCJ2nLlGd5BCq2siCK/vIaCJ2nLlGd5BCq2siCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/framer/framer.go
2025-08-20T20:32:41.9093485Z [00:02:57.561]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/9a/9adeac84c071d370420e62746d12b28fbb0849acdcd88c8d14519fbfb5022a8b-d # internal
2025-08-20T20:32:41.9103096Z [00:02:57.562]➜  github.com/json-iterator/go
2025-08-20T20:32:41.9103794Z [00:02:57.562]➜  mkdir -p $WORK/b514/
2025-08-20T20:32:41.9104648Z [00:02:57.563]➜  cat >/tmp/go-build3897779518/b514/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9105840Z [00:02:57.563]➜  # import config
2025-08-20T20:32:41.9106335Z [00:02:57.563]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.9106784Z [00:02:57.563]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:41.9107253Z [00:02:57.563]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:41.9107909Z [00:02:57.563]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.9108441Z [00:02:57.563]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.9108852Z [00:02:57.563]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.9109362Z [00:02:57.563]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3897779518/b515/_pkg_.a
2025-08-20T20:32:41.9109945Z [00:02:57.563]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3897779518/b516/_pkg_.a
2025-08-20T20:32:41.9110420Z [00:02:57.563]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.9110834Z [00:02:57.563]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:41.9111254Z [00:02:57.563]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:41.9111688Z [00:02:57.563]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.9112102Z [00:02:57.563]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.9112882Z [00:02:57.563]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.9113312Z [00:02:57.563]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.9113726Z [00:02:57.563]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.9114145Z [00:02:57.563]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:41.9114592Z [00:02:57.563]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:41.9115056Z [00:02:57.563]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.9115394Z [00:02:57.563]➜  EOF
2025-08-20T20:32:41.9127287Z [00:02:57.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b514=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid xVPHJMpFpVfphDB8tuVn/xVPHJMpFpVfphDB8tuVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T20:32:41.9346040Z [00:02:57.587]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T20:32:41.9348668Z [00:02:57.587]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/58/587fb707b487f0e1d9f3aac55f2ec7f44d87033d3ae7382be9e5d6505ebcaf5b-d # internal
2025-08-20T20:32:41.9351555Z [00:02:57.587]➜  sigs.k8s.io/yaml
2025-08-20T20:32:41.9351871Z [00:02:57.587]➜  mkdir -p $WORK/b549/
2025-08-20T20:32:41.9357245Z [00:02:57.588]➜  cat >/tmp/go-build3897779518/b549/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9359113Z [00:02:57.588]➜  # import config
2025-08-20T20:32:41.9359496Z [00:02:57.588]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:41.9359956Z [00:02:57.588]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:41.9360417Z [00:02:57.588]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:41.9360892Z [00:02:57.588]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.9361315Z [00:02:57.588]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:41.9361734Z [00:02:57.588]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:41.9362248Z [00:02:57.588]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3897779518/b517/_pkg_.a
2025-08-20T20:32:41.9362724Z [00:02:57.588]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.9363141Z [00:02:57.588]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.9363565Z [00:02:57.588]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.9363983Z [00:02:57.588]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.9364411Z [00:02:57.588]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:41.9364857Z [00:02:57.588]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.9365186Z [00:02:57.588]➜  EOF
2025-08-20T20:32:41.9367110Z [00:02:57.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0=>sigs.k8s.io/yaml@v1.4.0;$WORK/b549=>" -p sigs.k8s.io/yaml -lang=go1.12 -complete -installsuffix shared -buildid ZdYYwN52zG7FGZg6f6Sx/ZdYYwN52zG7FGZg6f6Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/fields.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml_go110.go
2025-08-20T20:32:41.9489917Z [00:02:57.601]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T20:32:41.9496194Z [00:02:57.602]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/f6/f69b9d18e3c7c46a70169dbfa0358c3cad0fc84fd52a9bc80d636145237e9838-d # internal
2025-08-20T20:32:41.9501838Z [00:02:57.602]➜  golang.org/x/net/http/httpguts
2025-08-20T20:32:41.9502253Z [00:02:57.602]➜  mkdir -p $WORK/b525/
2025-08-20T20:32:41.9502643Z [00:02:57.602]➜  cat >/tmp/go-build3897779518/b525/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9503004Z [00:02:57.602]➜  # import config
2025-08-20T20:32:41.9503404Z [00:02:57.602]➜  packagefile golang.org/x/net/idna=/tmp/go-build3897779518/b526/_pkg_.a
2025-08-20T20:32:41.9503885Z [00:02:57.602]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:41.9504327Z [00:02:57.602]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:41.9504780Z [00:02:57.602]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.9505228Z [00:02:57.602]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:41.9505562Z [00:02:57.602]➜  EOF
2025-08-20T20:32:41.9507624Z [00:02:57.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts=>golang.org/x/net@v0.42.0/http/httpguts;$WORK/b525=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid E7S89irwyVFKRiSDnZlz/E7S89irwyVFKRiSDnZlz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/httplex.go
2025-08-20T20:32:41.9621906Z [00:02:57.614]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T20:32:41.9622701Z [00:02:57.614]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/0c/0c47075e2c73687c09934db1000a5758339e039f1817bcbf40dc99ddededf0fc-d # internal
2025-08-20T20:32:41.9623383Z [00:02:57.614]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token
2025-08-20T20:32:41.9623756Z [00:02:57.614]➜  mkdir -p $WORK/b535/
2025-08-20T20:32:41.9624747Z [00:02:57.614]➜  cat >/tmp/go-build3897779518/b535/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9625705Z [00:02:57.614]➜  # import config
2025-08-20T20:32:41.9626208Z [00:02:57.614]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:41.9626840Z [00:02:57.614]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:41.9627640Z [00:02:57.614]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token/list=/tmp/go-build3897779518/b536/_pkg_.a
2025-08-20T20:32:41.9628449Z [00:02:57.614]➜  EOF
2025-08-20T20:32:41.9630680Z [00:02:57.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token;$WORK/b535=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token -lang=go1.25 -complete -installsuffix shared -buildid 6buVzehS0wpp5vlCO-iF/6buVzehS0wpp5vlCO-iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/token.go
2025-08-20T20:32:41.9714120Z [00:02:57.623]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T20:32:41.9752445Z [00:02:57.627]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/25/25e5b3a2d56e8aa6cbc6bf49a4a2465ae487559df63ca91212788a125b1c32bf-d # internal
2025-08-20T20:32:41.9753145Z [00:02:57.627]➜  golang.org/x/net/internal/httpcommon
2025-08-20T20:32:41.9753503Z [00:02:57.627]➜  mkdir -p $WORK/b530/
2025-08-20T20:32:41.9753879Z [00:02:57.627]➜  cat >/tmp/go-build3897779518/b530/importcfg << 'EOF' # internal
2025-08-20T20:32:41.9754229Z [00:02:57.627]➜  # import config
2025-08-20T20:32:41.9754575Z [00:02:57.627]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:41.9755002Z [00:02:57.627]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:41.9755416Z [00:02:57.627]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:41.9756326Z [00:02:57.627]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b525/_pkg_.a
2025-08-20T20:32:41.9756982Z [00:02:57.627]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b529/_pkg_.a
2025-08-20T20:32:41.9757522Z [00:02:57.627]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:41.9758233Z [00:02:57.627]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:41.9758707Z [00:02:57.627]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:41.9759153Z [00:02:57.627]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:41.9759571Z [00:02:57.627]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:41.9759998Z [00:02:57.627]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:41.9760416Z [00:02:57.627]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:41.9760719Z [00:02:57.627]➜  EOF
2025-08-20T20:32:41.9763189Z [00:02:57.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon=>golang.org/x/net@v0.42.0/internal/httpcommon;$WORK/b530=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid -52R9RblBuF1tbVJUGM6/-52R9RblBuF1tbVJUGM6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/request.go
2025-08-20T20:32:42.0058831Z [00:02:57.658]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T20:32:42.0073315Z [00:02:57.659]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/d7/d709e9b2d958d284c63a4261371291ff7d900633b7d4928ec20725620fffd0ad-d # internal
2025-08-20T20:32:42.0075494Z [00:02:57.660]➜  k8s.io/apimachinery/pkg/util/yaml
2025-08-20T20:32:42.0076911Z [00:02:57.660]➜  mkdir -p $WORK/b548/
2025-08-20T20:32:42.0082177Z [00:02:57.660]➜  cat >/tmp/go-build3897779518/b548/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0082548Z [00:02:57.660]➜  # import config
2025-08-20T20:32:42.0082890Z [00:02:57.660]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:42.0083321Z [00:02:57.660]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.0083789Z [00:02:57.660]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:42.0084234Z [00:02:57.660]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.0084653Z [00:02:57.660]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.0085053Z [00:02:57.660]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.0085571Z [00:02:57.660]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3897779518/b508/_pkg_.a
2025-08-20T20:32:42.0086125Z [00:02:57.660]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3897779518/b549/_pkg_.a
2025-08-20T20:32:42.0086583Z [00:02:57.660]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.0087010Z [00:02:57.660]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:42.0087458Z [00:02:57.660]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:42.0087988Z [00:02:57.660]➜  EOF
2025-08-20T20:32:42.0090158Z [00:02:57.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/yaml=>k8s.io/apimachinery@v0.33.4/pkg/util/yaml;$WORK/b548=>" -p k8s.io/apimachinery/pkg/util/yaml -lang=go1.24 -complete -installsuffix shared -buildid J1duK7JqHKN2bmCO0WJL/J1duK7JqHKN2bmCO0WJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/yaml/decoder.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/yaml/stream_reader.go
2025-08-20T20:32:42.0255125Z [00:02:57.677]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T20:32:42.0313102Z [00:02:57.683]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T20:32:42.0325781Z [00:02:57.685]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/44/44347695e938fb75e5d7b6c6e5be325be34025d26c64e27127c8aaa2d034ba0e-d # internal
2025-08-20T20:32:42.0330430Z [00:02:57.685]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/52/52e72d186986e9773bea2cbd3fbf9db39edb467ddc55331c2e79cf4163a20082-d # internal
2025-08-20T20:32:42.0331055Z [00:02:57.685]➜  k8s.io/client-go/features
2025-08-20T20:32:42.0331342Z [00:02:57.685]➜  mkdir -p $WORK/b554/
2025-08-20T20:32:42.0332601Z [00:02:57.685]➜  cat >/tmp/go-build3897779518/b554/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0333559Z [00:02:57.685]➜  # import config
2025-08-20T20:32:42.0334220Z [00:02:57.685]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.0336329Z [00:02:57.685]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.0337322Z [00:02:57.685]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3897779518/b511/_pkg_.a
2025-08-20T20:32:42.0338439Z [00:02:57.685]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:42.0339880Z [00:02:57.685]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:42.0341511Z [00:02:57.685]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.0342335Z [00:02:57.685]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.0342766Z [00:02:57.685]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.0343205Z [00:02:57.685]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:42.0343544Z [00:02:57.685]➜  EOF
2025-08-20T20:32:42.0345738Z [00:02:57.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/features=>k8s.io/client-go@v0.33.4/features;$WORK/b554=>" -p k8s.io/client-go/features -lang=go1.24 -complete -installsuffix shared -buildid 2eTYo2GOjIC9Vzls3dXH/2eTYo2GOjIC9Vzls3dXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/features/envvar.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/features/features.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/features/known_features.go
2025-08-20T20:32:42.0351907Z [00:02:57.687]➜  golang.org/x/net/http2
2025-08-20T20:32:42.0352568Z [00:02:57.687]➜  mkdir -p $WORK/b524/
2025-08-20T20:32:42.0356801Z [00:02:57.688]➜  cat >/tmp/go-build3897779518/b524/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0357518Z [00:02:57.688]➜  # import config
2025-08-20T20:32:42.0358383Z [00:02:57.688]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:42.0359047Z [00:02:57.688]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.0359875Z [00:02:57.688]➜  packagefile compress/gzip=/tmp/go-build3897779518/b101/_pkg_.a
2025-08-20T20:32:42.0361468Z [00:02:57.688]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.0362101Z [00:02:57.688]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:42.0362594Z [00:02:57.688]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:42.0363075Z [00:02:57.688]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:42.0363544Z [00:02:57.688]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.0364115Z [00:02:57.688]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.0364628Z [00:02:57.688]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b525/_pkg_.a
2025-08-20T20:32:42.0365213Z [00:02:57.688]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b529/_pkg_.a
2025-08-20T20:32:42.0365760Z [00:02:57.688]➜  packagefile golang.org/x/net/idna=/tmp/go-build3897779518/b526/_pkg_.a
2025-08-20T20:32:42.0366354Z [00:02:57.688]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3897779518/b530/_pkg_.a
2025-08-20T20:32:42.0366867Z [00:02:57.688]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.0367277Z [00:02:57.688]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:42.0367836Z [00:02:57.688]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:42.0368589Z [00:02:57.688]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.0369050Z [00:02:57.688]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:42.0369494Z [00:02:57.688]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:42.0369912Z [00:02:57.688]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:42.0370332Z [00:02:57.688]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:42.0370801Z [00:02:57.688]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:42.0371300Z [00:02:57.688]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:42.0371746Z [00:02:57.688]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.0372154Z [00:02:57.688]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.0372563Z [00:02:57.688]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:42.0373000Z [00:02:57.688]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:42.0373417Z [00:02:57.688]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:42.0373836Z [00:02:57.688]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.0374264Z [00:02:57.688]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.0374684Z [00:02:57.688]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.0375126Z [00:02:57.688]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:42.0375561Z [00:02:57.688]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.0375866Z [00:02:57.688]➜  EOF
2025-08-20T20:32:42.0382232Z [00:02:57.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2=>golang.org/x/net@v0.42.0/http2;$WORK/b524=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid yDhuL7BzBbk1w0UT62GJ/yDhuL7BzBbk1w0UT62GJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_roundrobin.go
2025-08-20T20:32:42.0659868Z [00:02:57.718]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T20:32:42.0665658Z [00:02:57.719]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/3b/3be4920a1870fb1b9f4f687ccafb8deaa069039daa2e6fc69dd90ed2be052614-d # internal
2025-08-20T20:32:42.0668274Z [00:02:57.719]➜  k8s.io/apimachinery/pkg/version
2025-08-20T20:32:42.0668615Z [00:02:57.719]➜  mkdir -p $WORK/b556/
2025-08-20T20:32:42.0671577Z [00:02:57.719]➜  cat >/tmp/go-build3897779518/b556/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0671986Z [00:02:57.719]➜  # import config
2025-08-20T20:32:42.0672823Z [00:02:57.719]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:42.0673265Z [00:02:57.719]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.0673710Z [00:02:57.719]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.0674024Z [00:02:57.719]➜  EOF
2025-08-20T20:32:42.0676352Z [00:02:57.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/version=>k8s.io/apimachinery@v0.33.4/pkg/version;$WORK/b556=>" -p k8s.io/apimachinery/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid aHIPnBRGx6t-tHerab0J/aHIPnBRGx6t-tHerab0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/version/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/version/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/version/types.go
2025-08-20T20:32:42.0679009Z [00:02:57.720]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T20:32:42.0699723Z [00:02:57.722]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/8f/8f1ebcb1e320060636b8feb557a9cbf4a8565f9dda3a60067a4806b1901e8b2c-d # internal
2025-08-20T20:32:42.0700391Z [00:02:57.722]➜  k8s.io/apimachinery/pkg/util/dump
2025-08-20T20:32:42.0706160Z [00:02:57.723]➜  mkdir -p $WORK/b558/
2025-08-20T20:32:42.0715879Z [00:02:57.723]➜  cat >/tmp/go-build3897779518/b558/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0716275Z [00:02:57.724]➜  # import config
2025-08-20T20:32:42.0716739Z [00:02:57.724]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3897779518/b340/_pkg_.a
2025-08-20T20:32:42.0717135Z [00:02:57.724]➜  EOF
2025-08-20T20:32:42.0731977Z [00:02:57.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/dump=>k8s.io/apimachinery@v0.33.4/pkg/util/dump;$WORK/b558=>" -p k8s.io/apimachinery/pkg/util/dump -lang=go1.24 -complete -installsuffix shared -buildid ntSLgunfSMda80Nq2Qfl/ntSLgunfSMda80Nq2Qfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/dump/dump.go
2025-08-20T20:32:42.0824551Z [00:02:57.735]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T20:32:42.0830983Z [00:02:57.735]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T20:32:42.0839464Z [00:02:57.736]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/8e/8e911f4bd15d08a4d14259c24cb6bbbd740f439ee83276402ac376481a1b1fb8-d # internal
2025-08-20T20:32:42.0842382Z [00:02:57.736]➜  k8s.io/client-go/pkg/version
2025-08-20T20:32:42.0844239Z [00:02:57.736]➜  mkdir -p $WORK/b555/
2025-08-20T20:32:42.0845678Z [00:02:57.736]➜  cat >/tmp/go-build3897779518/b555/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0846569Z [00:02:57.736]➜  # import config
2025-08-20T20:32:42.0846993Z [00:02:57.736]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.0847556Z [00:02:57.736]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3897779518/b556/_pkg_.a
2025-08-20T20:32:42.0848252Z [00:02:57.736]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:42.0848579Z [00:02:57.736]➜  EOF
2025-08-20T20:32:42.0850828Z [00:02:57.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/version=>k8s.io/client-go@v0.33.4/pkg/version;$WORK/b555=>" -p k8s.io/client-go/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid p1KFCnvQQUJCKE869R-n/p1KFCnvQQUJCKE869R-n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/version/base.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/version/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/version/version.go
2025-08-20T20:32:42.0853074Z [00:02:57.736]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/13/13e358c2db604e199c337c2fcbc94443271950d8d62e21003598b2e27702606e-d # internal
2025-08-20T20:32:42.0854050Z [00:02:57.736]➜  k8s.io/client-go/tools/metrics
2025-08-20T20:32:42.0854340Z [00:02:57.737]➜  mkdir -p $WORK/b562/
2025-08-20T20:32:42.0854710Z [00:02:57.737]➜  cat >/tmp/go-build3897779518/b562/importcfg << 'EOF' # internal
2025-08-20T20:32:42.0855056Z [00:02:57.737]➜  # import config
2025-08-20T20:32:42.0855396Z [00:02:57.737]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.0855823Z [00:02:57.737]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.0856253Z [00:02:57.737]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.0856661Z [00:02:57.737]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.0856965Z [00:02:57.737]➜  EOF
2025-08-20T20:32:42.0866896Z [00:02:57.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/metrics=>k8s.io/client-go@v0.33.4/tools/metrics;$WORK/b562=>" -p k8s.io/client-go/tools/metrics -lang=go1.24 -complete -installsuffix shared -buildid 4oZA7pmJdtn8KGt9urco/4oZA7pmJdtn8KGt9urco -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/metrics/metrics.go
2025-08-20T20:32:42.1042161Z [00:02:57.756]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T20:32:42.1044821Z [00:02:57.757]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/18/18c367bcee3870321d4f5553a031adffec561dd93fec28ff706a1180ceceff32-d # internal
2025-08-20T20:32:42.1059043Z [00:02:57.758]➜  k8s.io/utils/clock
2025-08-20T20:32:42.1059584Z [00:02:57.758]➜  mkdir -p $WORK/b565/
2025-08-20T20:32:42.1060534Z [00:02:57.758]➜  cat >/tmp/go-build3897779518/b565/importcfg << 'EOF' # internal
2025-08-20T20:32:42.1061118Z [00:02:57.758]➜  # import config
2025-08-20T20:32:42.1064533Z [00:02:57.758]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.1064944Z [00:02:57.758]➜  EOF
2025-08-20T20:32:42.1077515Z [00:02:57.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock;$WORK/b565=>" -p k8s.io/utils/clock -lang=go1.18 -complete -installsuffix shared -buildid gkWiC1xmLR4GlI6H2M1q/gkWiC1xmLR4GlI6H2M1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock/clock.go
2025-08-20T20:32:42.1080102Z [00:02:57.760]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T20:32:42.1088094Z [00:02:57.761]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/8c/8c064c90e68dfa94440b2847887c78ee20b835a994e7cabef669472069a2f020-d # internal
2025-08-20T20:32:42.1088928Z [00:02:57.761]➜  k8s.io/client-go/util/connrotation
2025-08-20T20:32:42.1089263Z [00:02:57.761]➜  mkdir -p $WORK/b566/
2025-08-20T20:32:42.1089649Z [00:02:57.761]➜  cat >/tmp/go-build3897779518/b566/importcfg << 'EOF' # internal
2025-08-20T20:32:42.1090029Z [00:02:57.761]➜  # import config
2025-08-20T20:32:42.1090459Z [00:02:57.761]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.1091069Z [00:02:57.761]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:42.1091665Z [00:02:57.761]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.1092106Z [00:02:57.761]➜  EOF
2025-08-20T20:32:42.1094021Z [00:02:57.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/connrotation=>k8s.io/client-go@v0.33.4/util/connrotation;$WORK/b566=>" -p k8s.io/client-go/util/connrotation -lang=go1.24 -complete -installsuffix shared -buildid 2zhnvbTB6vO9_HOYFCsn/2zhnvbTB6vO9_HOYFCsn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/connrotation/connrotation.go
2025-08-20T20:32:42.1295069Z [00:02:57.782]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T20:32:42.1296487Z [00:02:57.782]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T20:32:42.1307944Z [00:02:57.783]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/e9/e94b0a2ff2fb4ebc1475b944a8e6c1ab4c4bbcc4e4e8acc900491a7daecbe9e5-d # internal
2025-08-20T20:32:42.1316514Z [00:02:57.784]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/92/921b1ae62608501bc9fe0bc03277de6de9ead732c715eeadc9b0974a74560cf1-d # internal
2025-08-20T20:32:42.1317108Z [00:02:57.784]➜  container/heap
2025-08-20T20:32:42.1317368Z [00:02:57.784]➜  mkdir -p $WORK/b568/
2025-08-20T20:32:42.1322853Z [00:02:57.784]➜  cat >/tmp/go-build3897779518/b568/importcfg << 'EOF' # internal
2025-08-20T20:32:42.1323272Z [00:02:57.784]➜  # import config
2025-08-20T20:32:42.1323616Z [00:02:57.784]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:42.1323932Z [00:02:57.784]➜  EOF
2025-08-20T20:32:42.1324941Z [00:02:57.785]➜  k8s.io/apimachinery/pkg/util/wait
2025-08-20T20:32:42.1325268Z [00:02:57.785]➜  mkdir -p $WORK/b564/
2025-08-20T20:32:42.1330090Z [00:02:57.785]➜  cat >/tmp/go-build3897779518/b564/importcfg << 'EOF' # internal
2025-08-20T20:32:42.1334165Z [00:02:57.785]➜  # import config
2025-08-20T20:32:42.1334565Z [00:02:57.785]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.1335006Z [00:02:57.785]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.1335558Z [00:02:57.785]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:42.1336149Z [00:02:57.785]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:42.1336608Z [00:02:57.785]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.1337035Z [00:02:57.785]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:42.1337457Z [00:02:57.785]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.1338122Z [00:02:57.785]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.1338452Z [00:02:57.785]➜  EOF
2025-08-20T20:32:42.1342343Z [00:02:57.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait=>k8s.io/apimachinery@v0.33.4/pkg/util/wait;$WORK/b564=>" -p k8s.io/apimachinery/pkg/util/wait -lang=go1.24 -complete -installsuffix shared -buildid Uw1ROUU-uUx5AKEQIYBo/Uw1ROUU-uUx5AKEQIYBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/delay.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/error.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/loop.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/timer.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/wait.go
2025-08-20T20:32:42.1349992Z [00:02:57.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b568=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T20:32:42.1471449Z [00:02:57.799]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T20:32:42.1483261Z [00:02:57.800]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T20:32:42.1487106Z [00:02:57.801]➜  k8s.io/client-go/util/workqueue
2025-08-20T20:32:42.1490433Z [00:02:57.801]➜  mkdir -p $WORK/b567/
2025-08-20T20:32:42.1493793Z [00:02:57.802]➜  cat >/tmp/go-build3897779518/b567/importcfg << 'EOF' # internal
2025-08-20T20:32:42.1497833Z [00:02:57.802]➜  # import config
2025-08-20T20:32:42.1498783Z [00:02:57.802]➜  packagefile container/heap=/tmp/go-build3897779518/b568/_pkg_.a
2025-08-20T20:32:42.1499311Z [00:02:57.802]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.1499816Z [00:02:57.802]➜  packagefile golang.org/x/time/rate=/tmp/go-build3897779518/b201/_pkg_.a
2025-08-20T20:32:42.1500423Z [00:02:57.802]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:42.1500996Z [00:02:57.802]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:42.1501482Z [00:02:57.802]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:42.1501932Z [00:02:57.802]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.1502341Z [00:02:57.802]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.1502752Z [00:02:57.802]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.1503076Z [00:02:57.802]➜  EOF
2025-08-20T20:32:42.1506466Z [00:02:57.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue=>k8s.io/client-go@v0.33.4/util/workqueue;$WORK/b567=>" -p k8s.io/client-go/util/workqueue -lang=go1.24 -complete -installsuffix shared -buildid moBPoDBKAJff8nOiJ5z_/moBPoDBKAJff8nOiJ5z_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/default_rate_limiters.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/delaying_queue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/metrics.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/parallelizer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/queue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/rate_limiting_queue.go
2025-08-20T20:32:42.2252356Z [00:02:57.877]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T20:32:42.2253151Z [00:02:57.877]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/d0/d041a6c1101c786da2428ac5d7c0ad1d33dc70a9f4a3c2d303a312eb99f93777-d # internal
2025-08-20T20:32:42.2253727Z [00:02:57.877]➜  k8s.io/client-go/util/keyutil
2025-08-20T20:32:42.2254016Z [00:02:57.877]➜  mkdir -p $WORK/b571/
2025-08-20T20:32:42.2254388Z [00:02:57.877]➜  cat >/tmp/go-build3897779518/b571/importcfg << 'EOF' # internal
2025-08-20T20:32:42.2254733Z [00:02:57.877]➜  # import config
2025-08-20T20:32:42.2255467Z [00:02:57.877]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:42.2255968Z [00:02:57.877]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:42.2256449Z [00:02:57.877]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:42.2256923Z [00:02:57.877]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:42.2257394Z [00:02:57.877]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:42.2258066Z [00:02:57.877]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:42.2258588Z [00:02:57.877]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:42.2259028Z [00:02:57.877]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.2259428Z [00:02:57.877]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.2259865Z [00:02:57.877]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:42.2260214Z [00:02:57.877]➜  EOF
2025-08-20T20:32:42.2261969Z [00:02:57.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/keyutil=>k8s.io/client-go@v0.33.4/util/keyutil;$WORK/b571=>" -p k8s.io/client-go/util/keyutil -lang=go1.24 -complete -installsuffix shared -buildid b_nZ2nVhCISsWUVfjGy9/b_nZ2nVhCISsWUVfjGy9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/keyutil/key.go
2025-08-20T20:32:42.2784817Z [00:02:57.931]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T20:32:42.2795375Z [00:02:57.932]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/5a/5a544ad424a41bd5891558855a0266d545181e3ac302eed53fa800f2a6822030-d # internal
2025-08-20T20:32:42.2800785Z [00:02:57.932]➜  k8s.io/client-go/util/cert
2025-08-20T20:32:42.2801124Z [00:02:57.932]➜  mkdir -p $WORK/b570/
2025-08-20T20:32:42.2811542Z [00:02:57.933]➜  cat >/tmp/go-build3897779518/b570/importcfg << 'EOF' # internal
2025-08-20T20:32:42.2811937Z [00:02:57.933]➜  # import config
2025-08-20T20:32:42.2812285Z [00:02:57.933]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.2812706Z [00:02:57.933]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:42.2813152Z [00:02:57.933]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:42.2813630Z [00:02:57.933]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:42.2814080Z [00:02:57.933]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:42.2814530Z [00:02:57.933]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:42.2815007Z [00:02:57.933]➜  packagefile crypto/x509/pkix=/tmp/go-build3897779518/b178/_pkg_.a
2025-08-20T20:32:42.2815484Z [00:02:57.933]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:42.2815942Z [00:02:57.933]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.2817781Z [00:02:57.933]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.2818767Z [00:02:57.934]➜  packagefile k8s.io/client-go/util/keyutil=/tmp/go-build3897779518/b571/_pkg_.a
2025-08-20T20:32:42.2819362Z [00:02:57.934]➜  packagefile k8s.io/utils/net=/tmp/go-build3897779518/b494/_pkg_.a
2025-08-20T20:32:42.2819829Z [00:02:57.934]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.2820286Z [00:02:57.934]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:42.2820708Z [00:02:57.934]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:42.2821126Z [00:02:57.934]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.2821538Z [00:02:57.934]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.2821971Z [00:02:57.934]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:42.2822766Z [00:02:57.934]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.2824072Z [00:02:57.934]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.2824395Z [00:02:57.934]➜  EOF
2025-08-20T20:32:42.2837164Z [00:02:57.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert=>k8s.io/client-go@v0.33.4/util/cert;$WORK/b570=>" -p k8s.io/client-go/util/cert -lang=go1.24 -complete -installsuffix shared -buildid SnpR08Mzv_r_FR3IgZ1-/SnpR08Mzv_r_FR3IgZ1- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert/cert.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert/csr.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert/io.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert/pem.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/cert/server_inspection.go
2025-08-20T20:32:42.3427631Z [00:02:57.995]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T20:32:42.3532399Z [00:02:58.005]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T20:32:42.3546605Z [00:02:58.007]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/d1/d1126ac5bfa71fde41d5502ac6423a077d99584615c4dacd117d65b24e1221cb-d # internal
2025-08-20T20:32:42.3548336Z [00:02:58.007]➜  k8s.io/client-go/util/flowcontrol
2025-08-20T20:32:42.3549112Z [00:02:58.007]➜  mkdir -p $WORK/b572/
2025-08-20T20:32:42.3561199Z [00:02:58.008]➜  cat >/tmp/go-build3897779518/b572/importcfg << 'EOF' # internal
2025-08-20T20:32:42.3571324Z [00:02:58.008]➜  # import config
2025-08-20T20:32:42.3581520Z [00:02:58.008]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.3582302Z [00:02:58.008]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.3583327Z [00:02:58.008]➜  packagefile golang.org/x/time/rate=/tmp/go-build3897779518/b201/_pkg_.a
2025-08-20T20:32:42.3583933Z [00:02:58.008]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:42.3584421Z [00:02:58.008]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:42.3584852Z [00:02:58.008]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.3585262Z [00:02:58.008]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.3585570Z [00:02:58.008]➜  EOF
2025-08-20T20:32:42.3587814Z [00:02:58.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/flowcontrol=>k8s.io/client-go@v0.33.4/util/flowcontrol;$WORK/b572=>" -p k8s.io/client-go/util/flowcontrol -lang=go1.24 -complete -installsuffix shared -buildid eXOZcEVXPlOT-bQzUmRR/eXOZcEVXPlOT-bQzUmRR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/flowcontrol/backoff.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/flowcontrol/throttle.go
2025-08-20T20:32:42.3590093Z [00:02:58.010]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/7d/7d894d25ae8a209fb4eb457d292ca6a1eacc348f1214f295998ce7ce6f1078d8-d # internal
2025-08-20T20:32:42.3611674Z [00:02:58.013]➜  k8s.io/client-go/util/homedir
2025-08-20T20:32:42.3612205Z [00:02:58.013]➜  mkdir -p $WORK/b576/
2025-08-20T20:32:42.3623086Z [00:02:58.014]➜  cat >/tmp/go-build3897779518/b576/importcfg << 'EOF' # internal
2025-08-20T20:32:42.3623549Z [00:02:58.014]➜  # import config
2025-08-20T20:32:42.3623913Z [00:02:58.014]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.3624360Z [00:02:58.014]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:42.3624825Z [00:02:58.014]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:42.3625145Z [00:02:58.014]➜  EOF
2025-08-20T20:32:42.3627276Z [00:02:58.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/homedir=>k8s.io/client-go@v0.33.4/util/homedir;$WORK/b576=>" -p k8s.io/client-go/util/homedir -lang=go1.24 -complete -installsuffix shared -buildid -jItP3PnqIGEo64M-kGD/-jItP3PnqIGEo64M-kGD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/util/homedir/homedir.go
2025-08-20T20:32:42.3819878Z [00:02:58.034]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T20:32:42.3827923Z [00:02:58.034]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/8e/8edd890f4096dc82b831bd21549da53c54a03c96de8b27f16e2276e2a5fb8105-d # internal
2025-08-20T20:32:42.3828624Z [00:02:58.034]➜  github.com/coder/websocket/internal/errd
2025-08-20T20:32:42.3828944Z [00:02:58.034]➜  mkdir -p $WORK/b579/
2025-08-20T20:32:42.3829317Z [00:02:58.035]➜  cat >/tmp/go-build3897779518/b579/importcfg << 'EOF' # internal
2025-08-20T20:32:42.3829662Z [00:02:58.035]➜  # import config
2025-08-20T20:32:42.3829996Z [00:02:58.035]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.3830305Z [00:02:58.035]➜  EOF
2025-08-20T20:32:42.3856468Z [00:02:58.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.13/internal/errd=>github.com/coder/websocket@v1.8.13/internal/errd;$WORK/b579=>" -p github.com/coder/websocket/internal/errd -lang=go1.19 -complete -installsuffix shared -buildid 2JqTok4qNzsp38nQhhwq/2JqTok4qNzsp38nQhhwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/internal/errd/wrap.go
2025-08-20T20:32:42.3991264Z [00:02:58.051]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T20:32:42.3992151Z [00:02:58.051]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/ac/ac67acbd2f6808baa6de83ce6704480bfd3c513d1884baf888cdde888a931ad2-d # internal
2025-08-20T20:32:42.3992835Z [00:02:58.051]➜  github.com/coder/websocket
2025-08-20T20:32:42.3993238Z [00:02:58.051]➜  mkdir -p $WORK/b578/
2025-08-20T20:32:42.3993721Z [00:02:58.051]➜  echo -n > $WORK/b578/go_asm.h # internal
2025-08-20T20:32:42.3994250Z [00:02:58.051]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.13
2025-08-20T20:32:42.3995684Z [00:02:58.051]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/coder/websocket -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.13=>github.com/coder/websocket@v1.8.13;$WORK/b578=>" -I $WORK/b578/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b578/symabis ./mask_arm64.s
2025-08-20T20:32:42.4057803Z [00:02:58.058]➜  cat >/tmp/go-build3897779518/b578/importcfg << 'EOF' # internal
2025-08-20T20:32:42.4058263Z [00:02:58.058]➜  # import config
2025-08-20T20:32:42.4062146Z [00:02:58.058]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:42.4062854Z [00:02:58.058]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.4063626Z [00:02:58.058]➜  packagefile compress/flate=/tmp/go-build3897779518/b102/_pkg_.a
2025-08-20T20:32:42.4064515Z [00:02:58.058]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.4065015Z [00:02:58.058]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:42.4065512Z [00:02:58.058]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:42.4065989Z [00:02:58.058]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:42.4066473Z [00:02:58.058]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:42.4066941Z [00:02:58.058]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.4067357Z [00:02:58.058]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.4068027Z [00:02:58.058]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build3897779518/b579/_pkg_.a
2025-08-20T20:32:42.4068752Z [00:02:58.058]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build3897779518/b580/_pkg_.a
2025-08-20T20:32:42.4069623Z [00:02:58.058]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.4070102Z [00:02:58.058]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:42.4070513Z [00:02:58.058]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.4070936Z [00:02:58.058]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:42.4071355Z [00:02:58.058]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:42.4071905Z [00:02:58.058]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:42.4072367Z [00:02:58.058]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:42.4072814Z [00:02:58.058]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.4073234Z [00:02:58.058]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:42.4073653Z [00:02:58.058]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:42.4074089Z [00:02:58.058]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.4074518Z [00:02:58.058]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.4074933Z [00:02:58.058]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.4075366Z [00:02:58.058]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:42.4075801Z [00:02:58.058]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.4076335Z [00:02:58.058]➜  EOF
2025-08-20T20:32:42.4076604Z [00:02:58.058]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:42.4081887Z [00:02:58.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.13=>github.com/coder/websocket@v1.8.13;$WORK/b578=>" -p github.com/coder/websocket -lang=go1.19 -installsuffix shared -buildid av9w30LlIT9k5y2Nz9Bd/av9w30LlIT9k5y2Nz9Bd -goversion go1.25.0 -symabis $WORK/b578/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack -asmhdr $WORK/b578/go_asm.h /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/accept.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/close.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/compress.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/conn.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/dial.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/doc.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/frame.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/hijack.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/mask.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/mask_asm.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/netconn.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/netconn_notjs.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/read.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/stringer.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.13/write.go
2025-08-20T20:32:42.4264992Z [00:02:58.079]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T20:32:42.4279588Z [00:02:58.080]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/da/da03481bbb4c50c412d011b5f70a1492430cd7b345f3e03fae0337a364b6164c-d # internal
2025-08-20T20:32:42.4280199Z [00:02:58.080]➜  github.com/pkg/browser
2025-08-20T20:32:42.4280482Z [00:02:58.080]➜  mkdir -p $WORK/b581/
2025-08-20T20:32:42.4280857Z [00:02:58.080]➜  cat >/tmp/go-build3897779518/b581/importcfg << 'EOF' # internal
2025-08-20T20:32:42.4282545Z [00:02:58.080]➜  # import config
2025-08-20T20:32:42.4283404Z [00:02:58.080]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.4283888Z [00:02:58.080]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.4284483Z [00:02:58.080]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:42.4284968Z [00:02:58.080]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.4285386Z [00:02:58.080]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:42.4286153Z [00:02:58.080]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:42.4286688Z [00:02:58.080]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.4287038Z [00:02:58.080]➜  EOF
2025-08-20T20:32:42.4289914Z [00:02:58.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c=>github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c;$WORK/b581=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid rohtZSZT22YUSOGCmWan/rohtZSZT22YUSOGCmWan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser.go /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser_linux.go
2025-08-20T20:32:42.4854169Z [00:02:58.137]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T20:32:42.4860411Z [00:02:58.138]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/18/18e9ee4f24f9fabdd7e2798299f7ce7e497d86100d82544e83295f80a651d5d4-d # internal
2025-08-20T20:32:42.4862231Z [00:02:58.138]➜  golang.org/x/image/math/fixed
2025-08-20T20:32:42.4862582Z [00:02:58.138]➜  mkdir -p $WORK/b588/
2025-08-20T20:32:42.4868205Z [00:02:58.139]➜  cat >/tmp/go-build3897779518/b588/importcfg << 'EOF' # internal
2025-08-20T20:32:42.4869177Z [00:02:58.139]➜  # import config
2025-08-20T20:32:42.4869676Z [00:02:58.139]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.4870083Z [00:02:58.139]➜  EOF
2025-08-20T20:32:42.4871896Z [00:02:58.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.20.0/math/fixed=>golang.org/x/image@v0.20.0/math/fixed;$WORK/b588=>" -p golang.org/x/image/math/fixed -lang=go1.18 -complete -installsuffix shared -buildid JmHPDTCz4YZD0aABhXKF/JmHPDTCz4YZD0aABhXKF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.20.0/math/fixed/fixed.go
2025-08-20T20:32:42.5630851Z [00:02:58.215]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T20:32:42.5669616Z [00:02:58.218]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/8b/8be28b39dbaaefaa052c8f857c4e523d1c33f7a5c2300493a1397f0d4df69e6a-d # internal
2025-08-20T20:32:42.5670244Z [00:02:58.218]➜  image/internal/imageutil
2025-08-20T20:32:42.5670575Z [00:02:58.218]➜  mkdir -p $WORK/b590/
2025-08-20T20:32:42.5675928Z [00:02:58.220]➜  cat >/tmp/go-build3897779518/b590/importcfg << 'EOF' # internal
2025-08-20T20:32:42.5676320Z [00:02:58.220]➜  # import config
2025-08-20T20:32:42.5676669Z [00:02:58.220]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:42.5676981Z [00:02:58.220]➜  EOF
2025-08-20T20:32:42.5679129Z [00:02:58.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b590=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T20:32:42.5944660Z [00:02:58.246]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T20:32:42.5964831Z [00:02:58.249]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T20:32:42.5994924Z [00:02:58.252]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T20:32:42.5996347Z [00:02:58.252]➜  image/draw
2025-08-20T20:32:42.5997388Z [00:02:58.252]➜  mkdir -p $WORK/b589/
2025-08-20T20:32:42.6002286Z [00:02:58.252]➜  cat >/tmp/go-build3897779518/b589/importcfg << 'EOF' # internal
2025-08-20T20:32:42.6004871Z [00:02:58.253]➜  # import config
2025-08-20T20:32:42.6005502Z [00:02:58.253]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:42.6006026Z [00:02:58.253]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:42.6006541Z [00:02:58.253]➜  packagefile image/internal/imageutil=/tmp/go-build3897779518/b590/_pkg_.a
2025-08-20T20:32:42.6006914Z [00:02:58.253]➜  EOF
2025-08-20T20:32:42.6008427Z [00:02:58.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/.go/src/image/draw=>image/draw;$WORK/b589=>" -p image/draw -lang=go1.25 -std -complete -installsuffix shared -buildid 2N61At-TKdq4BatuBNa8/2N61At-TKdq4BatuBNa8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/.go/src/image/draw/draw.go
2025-08-20T20:32:42.6076082Z [00:02:58.260]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.13
2025-08-20T20:32:42.6077493Z [00:02:58.260]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/coder/websocket -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.13=>github.com/coder/websocket@v1.8.13;$WORK/b578=>" -I $WORK/b578/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b578/mask_arm64.o ./mask_arm64.s
2025-08-20T20:32:42.6102535Z [00:02:58.262]➜  go tool pack r $WORK/b578/_pkg_.a $WORK/b578/mask_arm64.o # internal
2025-08-20T20:32:42.6103333Z [00:02:58.263]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T20:32:42.6125356Z [00:02:58.265]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/e0/e047de62e284f638e3d25195f65e670317db56e17cb43bb6d155cc626d6af747-d # internal
2025-08-20T20:32:42.6137943Z [00:02:58.266]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/2e/2e8a22901e2c7f727d20b25011a67a30ac059cd0b7e4c05606a41d15b667af43-d # internal
2025-08-20T20:32:42.6164764Z [00:02:58.269]➜  golang.org/x/text/encoding/charmap
2025-08-20T20:32:42.6166109Z [00:02:58.269]➜  mkdir -p $WORK/b593/
2025-08-20T20:32:42.6169803Z [00:02:58.269]➜  cat >/tmp/go-build3897779518/b593/importcfg << 'EOF' # internal
2025-08-20T20:32:42.6170931Z [00:02:58.269]➜  # import config
2025-08-20T20:32:42.6171931Z [00:02:58.269]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:42.6172812Z [00:02:58.269]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3897779518/b322/_pkg_.a
2025-08-20T20:32:42.6173510Z [00:02:58.269]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3897779518/b321/_pkg_.a
2025-08-20T20:32:42.6174153Z [00:02:58.269]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:42.6174683Z [00:02:58.269]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:42.6175014Z [00:02:58.269]➜  EOF
2025-08-20T20:32:42.6175282Z [00:02:58.269]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:42.6177519Z [00:02:58.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/charmap=>golang.org/x/text@v0.28.0/encoding/charmap;$WORK/b593=>" -p golang.org/x/text/encoding/charmap -lang=go1.23 -complete -installsuffix shared -buildid zFnqwtMKROPMBrXNyDUI/zFnqwtMKROPMBrXNyDUI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/charmap/tables.go
2025-08-20T20:32:42.6208656Z [00:02:58.272]➜  sigs.k8s.io/structured-merge-diff/v4/value
2025-08-20T20:32:42.6209592Z [00:02:58.272]➜  mkdir -p $WORK/b513/
2025-08-20T20:32:42.6210033Z [00:02:58.272]➜  cat >/tmp/go-build3897779518/b513/importcfg << 'EOF' # internal
2025-08-20T20:32:42.6210387Z [00:02:58.272]➜  # import config
2025-08-20T20:32:42.6210725Z [00:02:58.272]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.6211186Z [00:02:58.272]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:42.6211664Z [00:02:58.272]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:42.6212455Z [00:02:58.272]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.6212938Z [00:02:58.272]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.6213433Z [00:02:58.272]➜  packagefile github.com/json-iterator/go=/tmp/go-build3897779518/b514/_pkg_.a
2025-08-20T20:32:42.6213909Z [00:02:58.272]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.6214323Z [00:02:58.272]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:42.6214831Z [00:02:58.272]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3897779518/b517/_pkg_.a
2025-08-20T20:32:42.6215304Z [00:02:58.272]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:42.6215724Z [00:02:58.272]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.6216141Z [00:02:58.272]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.6216575Z [00:02:58.272]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:42.6216912Z [00:02:58.272]➜  EOF
2025-08-20T20:32:42.6223494Z [00:02:58.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value;$WORK/b513=>" -p sigs.k8s.io/structured-merge-diff/v4/value -lang=go1.13 -complete -installsuffix shared -buildid IFRS6QWXA8P2hjpGg4PE/IFRS6QWXA8P2hjpGg4PE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/allocator.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/doc.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/fields.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/jsontagutil.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/list.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/listreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/listunstructured.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/map.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/mapreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/mapunstructured.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/reflectcache.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/scalar.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/structreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/value.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/valuereflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/valueunstructured.go
2025-08-20T20:32:42.6726260Z [00:02:58.324]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T20:32:42.6736801Z [00:02:58.326]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/c5/c5fd1cb122946e60aca42b061b170854fc7ccdf7ab7ae1bb7ca4597185f93544-d # internal
2025-08-20T20:32:42.6769030Z [00:02:58.326]➜  golang.org/x/image/font
2025-08-20T20:32:42.6769367Z [00:02:58.326]➜  mkdir -p $WORK/b587/
2025-08-20T20:32:42.6769751Z [00:02:58.326]➜  cat >/tmp/go-build3897779518/b587/importcfg << 'EOF' # internal
2025-08-20T20:32:42.6770100Z [00:02:58.326]➜  # import config
2025-08-20T20:32:42.6770572Z [00:02:58.326]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:42.6771104Z [00:02:58.326]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:42.6771542Z [00:02:58.326]➜  packagefile image/draw=/tmp/go-build3897779518/b589/_pkg_.a
2025-08-20T20:32:42.6771962Z [00:02:58.326]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.6772390Z [00:02:58.326]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:42.6772720Z [00:02:58.326]➜  EOF
2025-08-20T20:32:42.6774765Z [00:02:58.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.20.0/font=>golang.org/x/image@v0.20.0/font;$WORK/b587=>" -p golang.org/x/image/font -lang=go1.18 -complete -installsuffix shared -buildid 61_WNjodVU8tknI156ij/61_WNjodVU8tknI156ij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/font.go
2025-08-20T20:32:42.7173014Z [00:02:58.369]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T20:32:42.7179886Z [00:02:58.370]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/d1/d18a02b0bb5b653dd85f838189b7e076e6b20e2459568f94d3192f14441f67f6-d # internal
2025-08-20T20:32:42.7180495Z [00:02:58.370]➜  golang.org/x/image/vector
2025-08-20T20:32:42.7180783Z [00:02:58.370]➜  mkdir -p $WORK/b594/
2025-08-20T20:32:42.7181311Z [00:02:58.370]➜  cat >/tmp/go-build3897779518/b594/importcfg << 'EOF' # internal
2025-08-20T20:32:42.7182918Z [00:02:58.370]➜  # import config
2025-08-20T20:32:42.7183964Z [00:02:58.370]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:42.7184457Z [00:02:58.370]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:42.7184918Z [00:02:58.370]➜  packagefile image/draw=/tmp/go-build3897779518/b589/_pkg_.a
2025-08-20T20:32:42.7185348Z [00:02:58.370]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.7185654Z [00:02:58.370]➜  EOF
2025-08-20T20:32:42.7188774Z [00:02:58.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.20.0/vector=>golang.org/x/image@v0.20.0/vector;$WORK/b594=>" -p golang.org/x/image/vector -lang=go1.18 -complete -installsuffix shared -buildid YLSga9RdqFWJUNLetiYB/YLSga9RdqFWJUNLetiYB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.20.0/vector/acc_other.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/vector/raster_fixed.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/vector/raster_floating.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/vector/vector.go
2025-08-20T20:32:42.8123788Z [00:02:58.464]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T20:32:42.8137385Z [00:02:58.466]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/cc/cc6f95e63a20baafa1f6dd1c8176c0fc474b5619d338b0234fbf983ba271a34f-d # internal
2025-08-20T20:32:42.8153026Z [00:02:58.467]➜  golang.org/x/xerrors
2025-08-20T20:32:42.8153421Z [00:02:58.467]➜  mkdir -p $WORK/b598/
2025-08-20T20:32:42.8163140Z [00:02:58.468]➜  cat >/tmp/go-build3897779518/b598/importcfg << 'EOF' # internal
2025-08-20T20:32:42.8163681Z [00:02:58.468]➜  # import config
2025-08-20T20:32:42.8164173Z [00:02:58.468]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.8164737Z [00:02:58.468]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.8165274Z [00:02:58.468]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.8165941Z [00:02:58.468]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3897779518/b599/_pkg_.a
2025-08-20T20:32:42.8166533Z [00:02:58.468]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.8167051Z [00:02:58.468]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:42.8167591Z [00:02:58.468]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:42.8168260Z [00:02:58.468]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.8168793Z [00:02:58.468]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.8169327Z [00:02:58.468]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:42.8169911Z [00:02:58.468]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:42.8170335Z [00:02:58.468]➜  EOF
2025-08-20T20:32:42.8183933Z [00:02:58.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da;$WORK/b598=>" -p golang.org/x/xerrors -lang=go1.18 -complete -installsuffix shared -buildid tgecl2LTzgiBImEK8meW/tgecl2LTzgiBImEK8meW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/adaptor.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/doc.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/errors.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/fmt.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/format.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/frame.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/wrap.go
2025-08-20T20:32:42.8988621Z [00:02:58.551]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T20:32:42.8996610Z [00:02:58.552]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T20:32:42.9017036Z [00:02:58.554]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/3a/3aa4f66cb88fdaaa62cb35a7293a9df8cdcd39288319b2f0ed0b9ed80d1bb73d-d # internal
2025-08-20T20:32:42.9021233Z [00:02:58.554]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T20:32:42.9034954Z [00:02:58.556]➜  golang.org/x/image/font/sfnt
2025-08-20T20:32:42.9040725Z [00:02:58.556]➜  mkdir -p $WORK/b592/
2025-08-20T20:32:42.9075088Z [00:02:58.559]➜  cat >/tmp/go-build3897779518/b592/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9076227Z [00:02:58.559]➜  # import config
2025-08-20T20:32:42.9076912Z [00:02:58.559]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.9077623Z [00:02:58.559]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.9078479Z [00:02:58.559]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:42.9079319Z [00:02:58.559]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:42.9080806Z [00:02:58.559]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3897779518/b593/_pkg_.a
2025-08-20T20:32:42.9081330Z [00:02:58.559]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:42.9081736Z [00:02:58.559]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.9082144Z [00:02:58.559]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.9082572Z [00:02:58.559]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:42.9082991Z [00:02:58.559]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.9083305Z [00:02:58.559]➜  EOF
2025-08-20T20:32:42.9086237Z [00:02:58.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt=>golang.org/x/image@v0.20.0/font/sfnt;$WORK/b592=>" -p golang.org/x/image/font/sfnt -lang=go1.18 -complete -installsuffix shared -buildid s8XeVKLXbE0Uh6uV9SqA/s8XeVKLXbE0Uh6uV9SqA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/cmap.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/data.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/gpos.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/postscript.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/sfnt.go /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/sfnt/truetype.go
2025-08-20T20:32:42.9089281Z [00:02:58.559]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/0c/0ca5a7872f0125a71ed9213b58357f24717ac5289a9b02aa62f718326867bdca-d # internal
2025-08-20T20:32:42.9089863Z [00:02:58.559]➜  oss.terrastruct.com/util-go/xdefer
2025-08-20T20:32:42.9090163Z [00:02:58.559]➜  mkdir -p $WORK/b597/
2025-08-20T20:32:42.9090533Z [00:02:58.559]➜  cat >/tmp/go-build3897779518/b597/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9090876Z [00:02:58.559]➜  # import config
2025-08-20T20:32:42.9091540Z [00:02:58.559]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.9092132Z [00:02:58.559]➜  packagefile golang.org/x/xerrors=/tmp/go-build3897779518/b598/_pkg_.a
2025-08-20T20:32:42.9092609Z [00:02:58.559]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.9092928Z [00:02:58.559]➜  EOF
2025-08-20T20:32:42.9095070Z [00:02:58.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xdefer=>oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xdefer;$WORK/b597=>" -p oss.terrastruct.com/util-go/xdefer -lang=go1.18 -complete -installsuffix shared -buildid dXrUEy9493Odpk8LN47N/dXrUEy9493Odpk8LN47N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xdefer/xdefer.go
2025-08-20T20:32:42.9134892Z [00:02:58.565]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/91/910adc6bfbcc60f0285dfa049023238d44ee85f3bf2da03941ad9cea17187d41-d # internal
2025-08-20T20:32:42.9156624Z [00:02:58.565]➜  k8s.io/apimachinery/pkg/util/net
2025-08-20T20:32:42.9156958Z [00:02:58.565]➜  mkdir -p $WORK/b523/
2025-08-20T20:32:42.9157331Z [00:02:58.565]➜  cat >/tmp/go-build3897779518/b523/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9158106Z [00:02:58.565]➜  # import config
2025-08-20T20:32:42.9158515Z [00:02:58.565]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:42.9159340Z [00:02:58.565]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.9159768Z [00:02:58.565]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.9160210Z [00:02:58.565]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:42.9160669Z [00:02:58.566]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:42.9161114Z [00:02:58.566]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.9161541Z [00:02:58.566]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.9162021Z [00:02:58.566]➜  packagefile golang.org/x/net/http2=/tmp/go-build3897779518/b524/_pkg_.a
2025-08-20T20:32:42.9162482Z [00:02:58.566]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.9162996Z [00:02:58.566]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:42.9163571Z [00:02:58.566]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:42.9164042Z [00:02:58.566]➜  packagefile k8s.io/utils/net=/tmp/go-build3897779518/b494/_pkg_.a
2025-08-20T20:32:42.9164488Z [00:02:58.566]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:42.9164892Z [00:02:58.566]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:42.9165312Z [00:02:58.566]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:42.9165751Z [00:02:58.566]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.9166163Z [00:02:58.566]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.9166569Z [00:02:58.566]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:42.9166987Z [00:02:58.566]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:42.9167408Z [00:02:58.566]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:42.9168095Z [00:02:58.566]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.9168586Z [00:02:58.566]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.9169026Z [00:02:58.566]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:42.9169441Z [00:02:58.566]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.9169856Z [00:02:58.566]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:42.9170573Z [00:02:58.566]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:42.9170967Z [00:02:58.566]➜  EOF
2025-08-20T20:32:42.9173844Z [00:02:58.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net=>k8s.io/apimachinery@v0.33.4/pkg/util/net;$WORK/b523=>" -p k8s.io/apimachinery/pkg/util/net -lang=go1.24 -complete -installsuffix shared -buildid Dj6VqP_mwqfhpldnCDT4/Dj6VqP_mwqfhpldnCDT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net/http.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net/interface.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net/port_range.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net/port_split.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/net/util.go
2025-08-20T20:32:42.9421426Z [00:02:58.594]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T20:32:42.9422833Z [00:02:58.594]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/57/57de9f67dc94d86ea7642726e771672108da02aaf0d267058719e7541d18952d-d # internal
2025-08-20T20:32:42.9424171Z [00:02:58.594]➜  hash/fnv
2025-08-20T20:32:42.9424437Z [00:02:58.594]➜  mkdir -p $WORK/b604/
2025-08-20T20:32:42.9427216Z [00:02:58.595]➜  cat >/tmp/go-build3897779518/b604/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9427581Z [00:02:58.595]➜  # import config
2025-08-20T20:32:42.9431058Z [00:02:58.595]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.9431487Z [00:02:58.595]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:42.9431960Z [00:02:58.595]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:42.9432436Z [00:02:58.595]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:42.9432756Z [00:02:58.595]➜  EOF
2025-08-20T20:32:42.9434157Z [00:02:58.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b604=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T20:32:42.9605009Z [00:02:58.611]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T20:32:42.9708277Z [00:02:58.623]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/e9/e99c93d890fa71f17b33e03afef2f8454eb67cedf1fd3dfbb5b8244750346276-d # internal
2025-08-20T20:32:42.9716050Z [00:02:58.624]➜  k8s.io/apimachinery/pkg/runtime
2025-08-20T20:32:42.9716836Z [00:02:58.624]➜  mkdir -p $WORK/b496/
2025-08-20T20:32:42.9718641Z [00:02:58.624]➜  cat >/tmp/go-build3897779518/b496/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9719146Z [00:02:58.624]➜  # import config
2025-08-20T20:32:42.9719818Z [00:02:58.624]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:42.9720463Z [00:02:58.624]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:42.9721804Z [00:02:58.624]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:42.9722302Z [00:02:58.624]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:42.9722754Z [00:02:58.624]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:42.9723174Z [00:02:58.624]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:42.9723692Z [00:02:58.624]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:42.9724191Z [00:02:58.624]➜  packagefile go/ast=/tmp/go-build3897779518/b497/_pkg_.a
2025-08-20T20:32:42.9724606Z [00:02:58.624]➜  packagefile go/doc=/tmp/go-build3897779518/b500/_pkg_.a
2025-08-20T20:32:42.9725034Z [00:02:58.624]➜  packagefile go/parser=/tmp/go-build3897779518/b503/_pkg_.a
2025-08-20T20:32:42.9725469Z [00:02:58.624]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:42.9726196Z [00:02:58.624]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:42.9726840Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/api/operation=/tmp/go-build3897779518/b505/_pkg_.a
2025-08-20T20:32:42.9727479Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:42.9728332Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3897779518/b506/_pkg_.a
2025-08-20T20:32:42.9729030Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:42.9729748Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3897779518/b472/_pkg_.a
2025-08-20T20:32:42.9730438Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3897779518/b485/_pkg_.a
2025-08-20T20:32:42.9731051Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3897779518/b508/_pkg_.a
2025-08-20T20:32:42.9731672Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3897779518/b511/_pkg_.a
2025-08-20T20:32:42.9732298Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:42.9732912Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:42.9733566Z [00:02:58.624]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3897779518/b484/_pkg_.a
2025-08-20T20:32:42.9734478Z [00:02:58.624]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:42.9734919Z [00:02:58.624]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.9735349Z [00:02:58.624]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:42.9735780Z [00:02:58.624]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:42.9736191Z [00:02:58.624]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:42.9736610Z [00:02:58.624]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:42.9737167Z [00:02:58.624]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3897779518/b513/_pkg_.a
2025-08-20T20:32:42.9762505Z [00:02:58.624]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:42.9763148Z [00:02:58.624]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:42.9763615Z [00:02:58.624]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:42.9764035Z [00:02:58.624]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:42.9764463Z [00:02:58.624]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:42.9764895Z [00:02:58.624]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:42.9765204Z [00:02:58.624]➜  EOF
2025-08-20T20:32:42.9772831Z [00:02:58.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime=>k8s.io/apimachinery@v0.33.4/pkg/runtime;$WORK/b496=>" -p k8s.io/apimachinery/pkg/runtime -lang=go1.24 -complete -installsuffix shared -buildid CVOjPkcvgm70ouW1FE-B/CVOjPkcvgm70ouW1FE-B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/allocator.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/codec.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/codec_check.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/converter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/embedded.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/error.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/extension.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/helper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/interfaces.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/mapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/negotiate.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/scheme.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/scheme_builder.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/splice.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/swagger_doc_generator.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/types_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/zz_generated.deepcopy.go
2025-08-20T20:32:42.9855450Z [00:02:58.638]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T20:32:42.9895426Z [00:02:58.641]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T20:32:42.9901186Z [00:02:58.642]➜  oss.terrastruct.com/util-go/go2
2025-08-20T20:32:42.9904038Z [00:02:58.642]➜  mkdir -p $WORK/b602/
2025-08-20T20:32:42.9923503Z [00:02:58.644]➜  cat >/tmp/go-build3897779518/b602/importcfg << 'EOF' # internal
2025-08-20T20:32:42.9931402Z [00:02:58.644]➜  # import config
2025-08-20T20:32:42.9932252Z [00:02:58.644]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3897779518/b603/_pkg_.a
2025-08-20T20:32:42.9932768Z [00:02:58.644]➜  packagefile hash/fnv=/tmp/go-build3897779518/b604/_pkg_.a
2025-08-20T20:32:42.9933195Z [00:02:58.644]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:42.9933506Z [00:02:58.644]➜  EOF
2025-08-20T20:32:42.9935616Z [00:02:58.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/go2=>oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/go2;$WORK/b602=>" -p oss.terrastruct.com/util-go/go2 -lang=go1.18 -complete -installsuffix shared -buildid Or4RSB0NRAIDdAOJ8mDf/Or4RSB0NRAIDdAOJ8mDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/go2/go2.go
2025-08-20T20:32:43.0180496Z [00:02:58.670]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T20:32:43.0199712Z [00:02:58.670]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/54/541f7b46f62e8700d04d88f28a726df51df505555900600db508f68193376ce9-d # internal
2025-08-20T20:32:43.0200589Z [00:02:58.671]➜  oss.terrastruct.com/d2/lib/font
2025-08-20T20:32:43.0201109Z [00:02:58.671]➜  mkdir -p $WORK/b606/
2025-08-20T20:32:43.0201700Z [00:02:58.671]➜  cat >/tmp/go-build3897779518/b606/importcfg << 'EOF' # internal
2025-08-20T20:32:43.0202265Z [00:02:58.671]➜  # import config
2025-08-20T20:32:43.0202758Z [00:02:58.671]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.0203804Z [00:02:58.671]➜  packagefile compress/zlib=/tmp/go-build3897779518/b249/_pkg_.a
2025-08-20T20:32:43.0204865Z [00:02:58.671]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:43.0205405Z [00:02:58.671]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.0205830Z [00:02:58.671]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.0206273Z [00:02:58.671]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.0206586Z [00:02:58.671]➜  EOF
2025-08-20T20:32:43.0208790Z [00:02:58.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/font=>oss.terrastruct.com/d2@v0.7.0/lib/font;$WORK/b606=>" -p oss.terrastruct.com/d2/lib/font -lang=go1.23 -complete -installsuffix shared -buildid fgVATcEHCtPUqCcJKSoo/fgVATcEHCtPUqCcJKSoo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/font/font.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/font/subsetFont.go
2025-08-20T20:32:43.0480310Z [00:02:58.700]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T20:32:43.0527914Z [00:02:58.705]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/00/0090fcf83dc8107eb23cafe1fa0933d9cadd41474f1c1431da654f1a9dd3eb2a-d # internal
2025-08-20T20:32:43.0530182Z [00:02:58.705]➜  k8s.io/client-go/transport
2025-08-20T20:32:43.0530488Z [00:02:58.705]➜  mkdir -p $WORK/b563/
2025-08-20T20:32:43.0545949Z [00:02:58.707]➜  cat >/tmp/go-build3897779518/b563/importcfg << 'EOF' # internal
2025-08-20T20:32:43.0546348Z [00:02:58.707]➜  # import config
2025-08-20T20:32:43.0546702Z [00:02:58.707]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.0547131Z [00:02:58.707]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:43.0547575Z [00:02:58.707]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:43.0548255Z [00:02:58.707]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:43.0548720Z [00:02:58.707]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:43.0549154Z [00:02:58.707]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.0549631Z [00:02:58.707]➜  packagefile github.com/go-logr/logr=/tmp/go-build3897779518/b487/_pkg_.a
2025-08-20T20:32:43.0550175Z [00:02:58.707]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:43.0550747Z [00:02:58.707]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3897779518/b523/_pkg_.a
2025-08-20T20:32:43.0551367Z [00:02:58.707]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:43.0551982Z [00:02:58.707]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3897779518/b564/_pkg_.a
2025-08-20T20:32:43.0552578Z [00:02:58.707]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3897779518/b562/_pkg_.a
2025-08-20T20:32:43.0553170Z [00:02:58.707]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3897779518/b566/_pkg_.a
2025-08-20T20:32:43.0553760Z [00:02:58.707]➜  packagefile k8s.io/client-go/util/workqueue=/tmp/go-build3897779518/b567/_pkg_.a
2025-08-20T20:32:43.0554279Z [00:02:58.707]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:43.0554722Z [00:02:58.707]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:43.0555144Z [00:02:58.707]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:43.0555613Z [00:02:58.707]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:43.0556078Z [00:02:58.707]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:43.0556484Z [00:02:58.707]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:43.0556899Z [00:02:58.707]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:43.0557646Z [00:02:58.707]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.0558286Z [00:02:58.707]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.0558704Z [00:02:58.707]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.0559114Z [00:02:58.707]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:43.0559430Z [00:02:58.707]➜  EOF
2025-08-20T20:32:43.0562535Z [00:02:58.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport=>k8s.io/client-go@v0.33.4/transport;$WORK/b563=>" -p k8s.io/client-go/transport -lang=go1.24 -complete -installsuffix shared -buildid B_sn16TPIZqseGXbgTtn/B_sn16TPIZqseGXbgTtn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cache.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cache_go118.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/round_trippers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/token_source.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/transport.go
2025-08-20T20:32:43.0752877Z [00:02:58.727]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T20:32:43.0791595Z [00:02:58.731]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/45/45453b3be0ade9748514ee018e3b82af5a5054dee3cdd2cc5b240d0fb5276417-d # internal
2025-08-20T20:32:43.0800210Z [00:02:58.731]➜  golang.org/x/image/font/opentype
2025-08-20T20:32:43.0800552Z [00:02:58.732]➜  mkdir -p $WORK/b591/
2025-08-20T20:32:43.0805588Z [00:02:58.733]➜  cat >/tmp/go-build3897779518/b591/importcfg << 'EOF' # internal
2025-08-20T20:32:43.0817202Z [00:02:58.733]➜  # import config
2025-08-20T20:32:43.0817641Z [00:02:58.733]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:43.0818396Z [00:02:58.733]➜  packagefile golang.org/x/image/font/sfnt=/tmp/go-build3897779518/b592/_pkg_.a
2025-08-20T20:32:43.0818978Z [00:02:58.733]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:43.0819542Z [00:02:58.733]➜  packagefile golang.org/x/image/vector=/tmp/go-build3897779518/b594/_pkg_.a
2025-08-20T20:32:43.0820027Z [00:02:58.733]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:43.0820479Z [00:02:58.733]➜  packagefile image/draw=/tmp/go-build3897779518/b589/_pkg_.a
2025-08-20T20:32:43.0820903Z [00:02:58.733]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.0821206Z [00:02:58.733]➜  EOF
2025-08-20T20:32:43.0823057Z [00:02:58.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.20.0/font/opentype=>golang.org/x/image@v0.20.0/font/opentype;$WORK/b591=>" -p golang.org/x/image/font/opentype -lang=go1.18 -complete -installsuffix shared -buildid uFKvqeT1BDpy2TpRK0rG/uFKvqeT1BDpy2TpRK0rG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.20.0/font/opentype/opentype.go
2025-08-20T20:32:43.1255147Z [00:02:58.777]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T20:32:43.1259972Z [00:02:58.778]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/82/82611f906e6cc6d7a3f12218d668dc960105629a992c7e5b1d134eddab6974a2-d # internal
2025-08-20T20:32:43.1260592Z [00:02:58.778]➜  gonum.org/v1/plot/font
2025-08-20T20:32:43.1267308Z [00:02:58.778]➜  mkdir -p $WORK/b586/
2025-08-20T20:32:43.1268756Z [00:02:58.778]➜  cat >/tmp/go-build3897779518/b586/importcfg << 'EOF' # internal
2025-08-20T20:32:43.1269124Z [00:02:58.779]➜  # import config
2025-08-20T20:32:43.1269474Z [00:02:58.779]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.1269895Z [00:02:58.779]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.1270722Z [00:02:58.779]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:43.1271376Z [00:02:58.779]➜  packagefile golang.org/x/image/font/opentype=/tmp/go-build3897779518/b591/_pkg_.a
2025-08-20T20:32:43.1271971Z [00:02:58.779]➜  packagefile golang.org/x/image/font/sfnt=/tmp/go-build3897779518/b592/_pkg_.a
2025-08-20T20:32:43.1272544Z [00:02:58.779]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:43.1273056Z [00:02:58.779]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.1273487Z [00:02:58.779]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.1273901Z [00:02:58.779]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.1274208Z [00:02:58.779]➜  EOF
2025-08-20T20:32:43.1276394Z [00:02:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/font=>gonum.org/v1/plot@v0.14.0/font;$WORK/b586=>" -p gonum.org/v1/plot/font -lang=go1.20 -complete -installsuffix shared -buildid QwFk-JghA4X4UxmIni6U/QwFk-JghA4X4UxmIni6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/font/doc.go /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/font/font.go /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/font/len.go
2025-08-20T20:32:43.1429374Z [00:02:58.794]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T20:32:43.1464779Z [00:02:58.799]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/2c/2c84c8c6ea8cf3bcd58e97b229c1a7cdb290091052c55f33ec4185210791b078-d # internal
2025-08-20T20:32:43.1468794Z [00:02:58.799]➜  oss.terrastruct.com/d2/lib/syncmap
2025-08-20T20:32:43.1471663Z [00:02:58.799]➜  mkdir -p $WORK/b607/
2025-08-20T20:32:43.1475602Z [00:02:58.800]➜  cat >/tmp/go-build3897779518/b607/importcfg << 'EOF' # internal
2025-08-20T20:32:43.1475970Z [00:02:58.800]➜  # import config
2025-08-20T20:32:43.1488422Z [00:02:58.800]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.1488788Z [00:02:58.800]➜  EOF
2025-08-20T20:32:43.1490614Z [00:02:58.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/syncmap=>oss.terrastruct.com/d2@v0.7.0/lib/syncmap;$WORK/b607=>" -p oss.terrastruct.com/d2/lib/syncmap -lang=go1.23 -complete -installsuffix shared -buildid njqw0Yy_R6q_j_HzvhOo/njqw0Yy_R6q_j_HzvhOo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/syncmap/syncmap.go
2025-08-20T20:32:43.1639672Z [00:02:58.816]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T20:32:43.1658153Z [00:02:58.818]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/61/615570e96641f8c639a75e547fcec6b765534c384ddb922ad2c55afeafd5867c-d # internal
2025-08-20T20:32:43.1664252Z [00:02:58.819]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T20:32:43.1674477Z [00:02:58.820]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/b2/b26b18e0c5d5c1f267ac3c20261c73adf6390acbdfdb2f9d54de421e9209ce58-d # internal
2025-08-20T20:32:43.1681739Z [00:02:58.820]➜  gonum.org/v1/plot/vg
2025-08-20T20:32:43.1682470Z [00:02:58.820]➜  mkdir -p $WORK/b596/
2025-08-20T20:32:43.1683924Z [00:02:58.821]➜  cat >/tmp/go-build3897779518/b596/importcfg << 'EOF' # internal
2025-08-20T20:32:43.1684652Z [00:02:58.821]➜  # import config
2025-08-20T20:32:43.1685432Z [00:02:58.821]➜  packagefile gonum.org/v1/plot/font=/tmp/go-build3897779518/b586/_pkg_.a
2025-08-20T20:32:43.1699550Z [00:02:58.821]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:43.1700037Z [00:02:58.821]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:43.1700471Z [00:02:58.821]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.1700774Z [00:02:58.821]➜  EOF
2025-08-20T20:32:43.1703259Z [00:02:58.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/vg=>gonum.org/v1/plot@v0.14.0/vg;$WORK/b596=>" -p gonum.org/v1/plot/vg -lang=go1.20 -complete -installsuffix shared -buildid tSdmyWMzOmln5G4UGFW-/tSdmyWMzOmln5G4UGFW- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/vg/geom.go /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/vg/len.go /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/vg/tee.go /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/vg/vg.go
2025-08-20T20:32:43.1717873Z [00:02:58.824]➜  oss.terrastruct.com/d2/d2renderers/d2fonts
2025-08-20T20:32:43.1746145Z [00:02:58.827]➜  mkdir -p $WORK/b605/
2025-08-20T20:32:43.1749414Z [00:02:58.827]➜  cat >/tmp/go-build3897779518/b605/importcfg << 'EOF' # internal
2025-08-20T20:32:43.1751009Z [00:02:58.827]➜  # import config
2025-08-20T20:32:43.1751371Z [00:02:58.827]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:43.1751853Z [00:02:58.827]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:43.1752298Z [00:02:58.827]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.1752804Z [00:02:58.827]➜  packagefile oss.terrastruct.com/d2/lib/font=/tmp/go-build3897779518/b606/_pkg_.a
2025-08-20T20:32:43.1753405Z [00:02:58.827]➜  packagefile oss.terrastruct.com/d2/lib/syncmap=/tmp/go-build3897779518/b607/_pkg_.a
2025-08-20T20:32:43.1754285Z [00:02:58.827]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.1754702Z [00:02:58.827]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.1755007Z [00:02:58.827]➜  EOF
2025-08-20T20:32:43.1755324Z [00:02:58.827]➜  cat >/tmp/go-build3897779518/b605/embedcfg << 'EOF' # internal
2025-08-20T20:32:43.1755643Z [00:02:58.827]➜  {
2025-08-20T20:32:43.1755845Z [00:02:58.827]➜  	"Patterns": {
2025-08-20T20:32:43.1756126Z [00:02:58.827]➜  		"encoded/FuzzyBubbles-Bold.txt": [
2025-08-20T20:32:43.1756455Z [00:02:58.827]➜  			"encoded/FuzzyBubbles-Bold.txt"
2025-08-20T20:32:43.1756737Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1757000Z [00:02:58.827]➜  		"encoded/FuzzyBubbles-Regular.txt": [
2025-08-20T20:32:43.1757340Z [00:02:58.827]➜  			"encoded/FuzzyBubbles-Regular.txt"
2025-08-20T20:32:43.1757614Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1758062Z [00:02:58.827]➜  		"encoded/SourceCodePro-Bold.txt": [
2025-08-20T20:32:43.1758404Z [00:02:58.827]➜  			"encoded/SourceCodePro-Bold.txt"
2025-08-20T20:32:43.1758687Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1758944Z [00:02:58.827]➜  		"encoded/SourceCodePro-Italic.txt": [
2025-08-20T20:32:43.1759283Z [00:02:58.827]➜  			"encoded/SourceCodePro-Italic.txt"
2025-08-20T20:32:43.1759555Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1759818Z [00:02:58.827]➜  		"encoded/SourceCodePro-Regular.txt": [
2025-08-20T20:32:43.1760162Z [00:02:58.827]➜  			"encoded/SourceCodePro-Regular.txt"
2025-08-20T20:32:43.1760437Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1760705Z [00:02:58.827]➜  		"encoded/SourceCodePro-Semibold.txt": [
2025-08-20T20:32:43.1761066Z [00:02:58.827]➜  			"encoded/SourceCodePro-Semibold.txt"
2025-08-20T20:32:43.1761344Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1761607Z [00:02:58.827]➜  		"encoded/SourceSansPro-Bold.txt": [
2025-08-20T20:32:43.1761935Z [00:02:58.827]➜  			"encoded/SourceSansPro-Bold.txt"
2025-08-20T20:32:43.1762201Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1762468Z [00:02:58.827]➜  		"encoded/SourceSansPro-Italic.txt": [
2025-08-20T20:32:43.1762817Z [00:02:58.827]➜  			"encoded/SourceSansPro-Italic.txt"
2025-08-20T20:32:43.1763090Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1763353Z [00:02:58.827]➜  		"encoded/SourceSansPro-Regular.txt": [
2025-08-20T20:32:43.1763696Z [00:02:58.827]➜  			"encoded/SourceSansPro-Regular.txt"
2025-08-20T20:32:43.1763977Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1764247Z [00:02:58.827]➜  		"encoded/SourceSansPro-Semibold.txt": [
2025-08-20T20:32:43.1764600Z [00:02:58.827]➜  			"encoded/SourceSansPro-Semibold.txt"
2025-08-20T20:32:43.1764875Z [00:02:58.827]➜  		],
2025-08-20T20:32:43.1765337Z [00:02:58.827]➜  		"ttf/*": [
2025-08-20T20:32:43.1765678Z [00:02:58.827]➜  			"ttf/FuzzyBubbles-Bold.ttf",
2025-08-20T20:32:43.1765996Z [00:02:58.827]➜  			"ttf/FuzzyBubbles-Regular.ttf",
2025-08-20T20:32:43.1766313Z [00:02:58.827]➜  			"ttf/SourceCodePro-Bold.ttf",
2025-08-20T20:32:43.1766632Z [00:02:58.827]➜  			"ttf/SourceCodePro-Italic.ttf",
2025-08-20T20:32:43.1766957Z [00:02:58.827]➜  			"ttf/SourceCodePro-Regular.ttf",
2025-08-20T20:32:43.1767295Z [00:02:58.827]➜  			"ttf/SourceCodePro-Semibold.ttf",
2025-08-20T20:32:43.1767613Z [00:02:58.827]➜  			"ttf/SourceSansPro-Bold.ttf",
2025-08-20T20:32:43.1782988Z [00:02:58.827]➜  			"ttf/SourceSansPro-Italic.ttf",
2025-08-20T20:32:43.1783339Z [00:02:58.827]➜  			"ttf/SourceSansPro-Regular.ttf",
2025-08-20T20:32:43.1783669Z [00:02:58.827]➜  			"ttf/SourceSansPro-Semibold.ttf"
2025-08-20T20:32:43.1783944Z [00:02:58.827]➜  		]
2025-08-20T20:32:43.1784129Z [00:02:58.827]➜  	},
2025-08-20T20:32:43.1784330Z [00:02:58.827]➜  	"Files": {
2025-08-20T20:32:43.1784968Z [00:02:58.827]➜  		"encoded/FuzzyBubbles-Bold.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/FuzzyBubbles-Bold.txt",
2025-08-20T20:32:43.1785943Z [00:02:58.827]➜  		"encoded/FuzzyBubbles-Regular.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/FuzzyBubbles-Regular.txt",
2025-08-20T20:32:43.1787018Z [00:02:58.827]➜  		"encoded/SourceCodePro-Bold.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceCodePro-Bold.txt",
2025-08-20T20:32:43.1788411Z [00:02:58.827]➜  		"encoded/SourceCodePro-Italic.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceCodePro-Italic.txt",
2025-08-20T20:32:43.1789421Z [00:02:58.827]➜  		"encoded/SourceCodePro-Regular.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceCodePro-Regular.txt",
2025-08-20T20:32:43.1790452Z [00:02:58.827]➜  		"encoded/SourceCodePro-Semibold.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceCodePro-Semibold.txt",
2025-08-20T20:32:43.1791442Z [00:02:58.827]➜  		"encoded/SourceSansPro-Bold.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceSansPro-Bold.txt",
2025-08-20T20:32:43.1792416Z [00:02:58.827]➜  		"encoded/SourceSansPro-Italic.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceSansPro-Italic.txt",
2025-08-20T20:32:43.1793421Z [00:02:58.827]➜  		"encoded/SourceSansPro-Regular.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceSansPro-Regular.txt",
2025-08-20T20:32:43.1794440Z [00:02:58.827]➜  		"encoded/SourceSansPro-Semibold.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/encoded/SourceSansPro-Semibold.txt",
2025-08-20T20:32:43.1795384Z [00:02:58.827]➜  		"ttf/FuzzyBubbles-Bold.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/FuzzyBubbles-Bold.ttf",
2025-08-20T20:32:43.1796286Z [00:02:58.827]➜  		"ttf/FuzzyBubbles-Regular.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/FuzzyBubbles-Regular.ttf",
2025-08-20T20:32:43.1797191Z [00:02:58.827]➜  		"ttf/SourceCodePro-Bold.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceCodePro-Bold.ttf",
2025-08-20T20:32:43.1798224Z [00:02:58.827]➜  		"ttf/SourceCodePro-Italic.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceCodePro-Italic.ttf",
2025-08-20T20:32:43.1799190Z [00:02:58.827]➜  		"ttf/SourceCodePro-Regular.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceCodePro-Regular.ttf",
2025-08-20T20:32:43.1800140Z [00:02:58.827]➜  		"ttf/SourceCodePro-Semibold.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceCodePro-Semibold.ttf",
2025-08-20T20:32:43.1801267Z [00:02:58.827]➜  		"ttf/SourceSansPro-Bold.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceSansPro-Bold.ttf",
2025-08-20T20:32:43.1802251Z [00:02:58.827]➜  		"ttf/SourceSansPro-Italic.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceSansPro-Italic.ttf",
2025-08-20T20:32:43.1803182Z [00:02:58.827]➜  		"ttf/SourceSansPro-Regular.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceSansPro-Regular.ttf",
2025-08-20T20:32:43.1804136Z [00:02:58.827]➜  		"ttf/SourceSansPro-Semibold.ttf": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/ttf/SourceSansPro-Semibold.ttf"
2025-08-20T20:32:43.1804688Z [00:02:58.827]➜  	}
2025-08-20T20:32:43.1804873Z [00:02:58.827]➜  }EOF
2025-08-20T20:32:43.1806953Z [00:02:58.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts=>oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts;$WORK/b605=>" -p oss.terrastruct.com/d2/d2renderers/d2fonts -lang=go1.23 -complete -installsuffix shared -buildid a0HFxNUJmo__-Ogv4fW6/a0HFxNUJmo__-Ogv4fW6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -embedcfg $WORK/b605/embedcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2fonts/d2fonts.go
2025-08-20T20:32:43.2240043Z [00:02:58.876]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T20:32:43.2248578Z [00:02:58.876]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/07/07ab171776e0c54bf42bca1847372609fcad940fe70f7e028be9d0d6cbdc3ced-d # internal
2025-08-20T20:32:43.2249549Z [00:02:58.876]➜  gonum.org/v1/plot/tools/bezier
2025-08-20T20:32:43.2249849Z [00:02:58.876]➜  mkdir -p $WORK/b595/
2025-08-20T20:32:43.2250221Z [00:02:58.876]➜  cat >/tmp/go-build3897779518/b595/importcfg << 'EOF' # internal
2025-08-20T20:32:43.2250565Z [00:02:58.876]➜  # import config
2025-08-20T20:32:43.2250952Z [00:02:58.876]➜  packagefile gonum.org/v1/plot/vg=/tmp/go-build3897779518/b596/_pkg_.a
2025-08-20T20:32:43.2251310Z [00:02:58.876]➜  EOF
2025-08-20T20:32:43.2253118Z [00:02:58.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/tools/bezier=>gonum.org/v1/plot@v0.14.0/tools/bezier;$WORK/b595=>" -p gonum.org/v1/plot/tools/bezier -lang=go1.20 -complete -installsuffix shared -buildid 5nMDsvdPcjq7KFfIOeDu/5nMDsvdPcjq7KFfIOeDu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/gonum.org/v1/plot@v0.14.0/tools/bezier/bezier.go
2025-08-20T20:32:43.2622152Z [00:02:58.914]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T20:32:43.2628864Z [00:02:58.915]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/d4/d4ce1e8ca6f255a976187c50e44c89eac91d9d6ef4279859bbf4baeb36094d8f-d # internal
2025-08-20T20:32:43.2634111Z [00:02:58.915]➜  oss.terrastruct.com/d2/lib/geo
2025-08-20T20:32:43.2634436Z [00:02:58.915]➜  mkdir -p $WORK/b585/
2025-08-20T20:32:43.2634818Z [00:02:58.915]➜  cat >/tmp/go-build3897779518/b585/importcfg << 'EOF' # internal
2025-08-20T20:32:43.2635198Z [00:02:58.915]➜  # import config
2025-08-20T20:32:43.2635527Z [00:02:58.915]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.2636002Z [00:02:58.915]➜  packagefile gonum.org/v1/plot/font=/tmp/go-build3897779518/b586/_pkg_.a
2025-08-20T20:32:43.2636562Z [00:02:58.915]➜  packagefile gonum.org/v1/plot/tools/bezier=/tmp/go-build3897779518/b595/_pkg_.a
2025-08-20T20:32:43.2637102Z [00:02:58.915]➜  packagefile gonum.org/v1/plot/vg=/tmp/go-build3897779518/b596/_pkg_.a
2025-08-20T20:32:43.2637583Z [00:02:58.915]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.2638166Z [00:02:58.915]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.2638588Z [00:02:58.915]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.2638904Z [00:02:58.915]➜  EOF
2025-08-20T20:32:43.2643038Z [00:02:58.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo=>oss.terrastruct.com/d2@v0.7.0/lib/geo;$WORK/b585=>" -p oss.terrastruct.com/d2/lib/geo -lang=go1.23 -complete -installsuffix shared -buildid a-taWqp3KAkmUjrQExH0/a-taWqp3KAkmUjrQExH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/bezier.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/box.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/ellipse.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/math.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/orientation.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/point.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/route.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/segment.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/spacing.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/geo/vector.go
2025-08-20T20:32:43.3348558Z [00:02:58.987]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T20:32:43.3651347Z [00:02:59.017]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T20:32:43.3657780Z [00:02:59.018]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/86/8685ffe4d3b9006ac62683fb7587227fb3cf2680c3cf3d2fd69302cfdc5e3f73-d # internal
2025-08-20T20:32:43.3665274Z [00:02:59.018]➜  github.com/go-sourcemap/sourcemap/internal/base64vlq
2025-08-20T20:32:43.3665640Z [00:02:59.018]➜  mkdir -p $WORK/b614/
2025-08-20T20:32:43.3666406Z [00:02:59.018]➜  cat >/tmp/go-build3897779518/b614/importcfg << 'EOF' # internal
2025-08-20T20:32:43.3666761Z [00:02:59.018]➜  # import config
2025-08-20T20:32:43.3667092Z [00:02:59.018]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.3667396Z [00:02:59.018]➜  EOF
2025-08-20T20:32:43.3669921Z [00:02:59.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq=>github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq;$WORK/b614=>" -p github.com/go-sourcemap/sourcemap/internal/base64vlq -lang=go1.16 -complete -installsuffix shared -buildid BcfMoKbldanKh_JBUGwq/BcfMoKbldanKh_JBUGwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq/base64vlq.go
2025-08-20T20:32:43.3680049Z [00:02:59.020]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/b0/b0886fb77db81a04875d86684cecf334b1c4f3fddf110dbc7f138cdff03a5ee9-d # internal
2025-08-20T20:32:43.3687497Z [00:02:59.021]➜  oss.terrastruct.com/d2/lib/label
2025-08-20T20:32:43.3687933Z [00:02:59.021]➜  mkdir -p $WORK/b584/
2025-08-20T20:32:43.3688314Z [00:02:59.021]➜  cat >/tmp/go-build3897779518/b584/importcfg << 'EOF' # internal
2025-08-20T20:32:43.3688658Z [00:02:59.021]➜  # import config
2025-08-20T20:32:43.3688995Z [00:02:59.021]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.3689521Z [00:02:59.021]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:43.3689909Z [00:02:59.021]➜  EOF
2025-08-20T20:32:43.3692582Z [00:02:59.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/label=>oss.terrastruct.com/d2@v0.7.0/lib/label;$WORK/b584=>" -p oss.terrastruct.com/d2/lib/label -lang=go1.23 -complete -installsuffix shared -buildid YGnVONVh42iCV9Grr50Y/YGnVONVh42iCV9Grr50Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/label/label.go
2025-08-20T20:32:43.3740741Z [00:02:59.026]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T20:32:43.3808255Z [00:02:59.033]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T20:32:43.3814421Z [00:02:59.034]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/17/17e5aa4beb214f78c629d0ad603648c4a68414b3d3f6d77e04fecd394b25de6e-d # internal
2025-08-20T20:32:43.3819094Z [00:02:59.034]➜  github.com/go-sourcemap/sourcemap
2025-08-20T20:32:43.3819508Z [00:02:59.034]➜  mkdir -p $WORK/b613/
2025-08-20T20:32:43.3823034Z [00:02:59.034]➜  cat >/tmp/go-build3897779518/b613/importcfg << 'EOF' # internal
2025-08-20T20:32:43.3823955Z [00:02:59.034]➜  # import config
2025-08-20T20:32:43.3824576Z [00:02:59.034]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:43.3825935Z [00:02:59.034]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.3826752Z [00:02:59.034]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.3828560Z [00:02:59.034]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build3897779518/b614/_pkg_.a
2025-08-20T20:32:43.3829885Z [00:02:59.034]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.3844930Z [00:02:59.034]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:43.3847023Z [00:02:59.034]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:43.3848169Z [00:02:59.034]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.3849116Z [00:02:59.034]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.3849744Z [00:02:59.034]➜  EOF
2025-08-20T20:32:43.3852430Z [00:02:59.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible=>github.com/go-sourcemap/sourcemap@v2.1.4+incompatible;$WORK/b613=>" -p github.com/go-sourcemap/sourcemap -lang=go1.16 -complete -installsuffix shared -buildid nTlCYbI2fPjTdYpoRIBJ/nTlCYbI2fPjTdYpoRIBJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/consumer.go /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/mappings.go
2025-08-20T20:32:43.3855645Z [00:02:59.035]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/e1/e16b299170ce022048a25b4dc10dc137d07941eb6d2b30ce5a012fc48bd13986-d # internal
2025-08-20T20:32:43.3856462Z [00:02:59.035]➜  github.com/dop251/goja/token
2025-08-20T20:32:43.3857176Z [00:02:59.035]➜  mkdir -p $WORK/b615/
2025-08-20T20:32:43.3857883Z [00:02:59.036]➜  cat >/tmp/go-build3897779518/b615/importcfg << 'EOF' # internal
2025-08-20T20:32:43.3858631Z [00:02:59.036]➜  # import config
2025-08-20T20:32:43.3859731Z [00:02:59.036]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.3860067Z [00:02:59.036]➜  EOF
2025-08-20T20:32:43.3862483Z [00:02:59.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/token=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/token;$WORK/b615=>" -p github.com/dop251/goja/token -lang=go1.20 -complete -installsuffix shared -buildid l5PM3IZ2LCDmLtcoykkI/l5PM3IZ2LCDmLtcoykkI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/token/token.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/token/token_const.go
2025-08-20T20:32:43.4099289Z [00:02:59.062]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T20:32:43.4102434Z [00:02:59.062]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/31/319c6df2e17dd2ba812b9f7c676bbc66bfab56ebce40d09bc0fba0cb17bce712-d # internal
2025-08-20T20:32:43.4104247Z [00:02:59.063]➜  github.com/dop251/goja/unistring
2025-08-20T20:32:43.4104594Z [00:02:59.063]➜  mkdir -p $WORK/b616/
2025-08-20T20:32:43.4104979Z [00:02:59.063]➜  cat >/tmp/go-build3897779518/b616/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4105327Z [00:02:59.063]➜  # import config
2025-08-20T20:32:43.4105670Z [00:02:59.063]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:43.4106129Z [00:02:59.063]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:43.4107012Z [00:02:59.063]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:43.4107418Z [00:02:59.063]➜  EOF
2025-08-20T20:32:43.4109762Z [00:02:59.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/unistring=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/unistring;$WORK/b616=>" -p github.com/dop251/goja/unistring -lang=go1.20 -complete -installsuffix shared -buildid oMhM9SaDzZMJp3MAGi8g/oMhM9SaDzZMJp3MAGi8g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/unistring/string.go
2025-08-20T20:32:43.4233209Z [00:02:59.075]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T20:32:43.4237949Z [00:02:59.076]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/a0/a0801ae0dbb59d3d69224ee4427fb7e79fd43d5a6e74dbc6f77b0a36abb22f3e-d # internal
2025-08-20T20:32:43.4245781Z [00:02:59.077]➜  oss.terrastruct.com/d2/d2ast
2025-08-20T20:32:43.4246192Z [00:02:59.077]➜  mkdir -p $WORK/b583/
2025-08-20T20:32:43.4246578Z [00:02:59.077]➜  cat >/tmp/go-build3897779518/b583/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4246925Z [00:02:59.077]➜  # import config
2025-08-20T20:32:43.4247259Z [00:02:59.077]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.4249693Z [00:02:59.077]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:43.4250516Z [00:02:59.077]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.4250933Z [00:02:59.077]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.4251358Z [00:02:59.077]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:43.4251881Z [00:02:59.077]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:43.4252486Z [00:02:59.077]➜  packagefile oss.terrastruct.com/util-go/xdefer=/tmp/go-build3897779518/b597/_pkg_.a
2025-08-20T20:32:43.4253007Z [00:02:59.077]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:43.4253429Z [00:02:59.077]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.4253851Z [00:02:59.077]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.4254273Z [00:02:59.077]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:43.4254734Z [00:02:59.077]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:43.4255199Z [00:02:59.077]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:43.4255527Z [00:02:59.077]➜  EOF
2025-08-20T20:32:43.4257883Z [00:02:59.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ast=>oss.terrastruct.com/d2@v0.7.0/d2ast;$WORK/b583=>" -p oss.terrastruct.com/d2/d2ast -lang=go1.23 -complete -installsuffix shared -buildid ov-5TMKqxLzm10ZHqp90/ov-5TMKqxLzm10ZHqp90 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ast/d2ast.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ast/error.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ast/keywords.go
2025-08-20T20:32:43.4283092Z [00:02:59.080]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T20:32:43.4289790Z [00:02:59.081]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/ea/ea4e6dc10fd6547f1d4955049a4bf4188eac0613f24d7c67818f67fcc911ff8d-d # internal
2025-08-20T20:32:43.4291724Z [00:02:59.081]➜  github.com/dop251/goja/file
2025-08-20T20:32:43.4292580Z [00:02:59.081]➜  mkdir -p $WORK/b612/
2025-08-20T20:32:43.4294380Z [00:02:59.081]➜  cat >/tmp/go-build3897779518/b612/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4294736Z [00:02:59.081]➜  # import config
2025-08-20T20:32:43.4295076Z [00:02:59.081]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.4295919Z [00:02:59.081]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3897779518/b613/_pkg_.a
2025-08-20T20:32:43.4296512Z [00:02:59.081]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:43.4296937Z [00:02:59.081]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:43.4297347Z [00:02:59.081]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.4297916Z [00:02:59.081]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.4298414Z [00:02:59.081]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.4298720Z [00:02:59.081]➜  EOF
2025-08-20T20:32:43.4300785Z [00:02:59.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/file=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/file;$WORK/b612=>" -p github.com/dop251/goja/file -lang=go1.20 -complete -installsuffix shared -buildid 42DE6OxDjzUgQbAy1ZIo/42DE6OxDjzUgQbAy1ZIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/file/file.go
2025-08-20T20:32:43.4330540Z [00:02:59.085]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T20:32:43.4340728Z [00:02:59.085]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/49/49d3cda6a36c18302cf336471fc1f43e07d7de346281b31ddc9296ba1c80118f-d # internal
2025-08-20T20:32:43.4341675Z [00:02:59.085]➜  github.com/dop251/goja/ftoa/internal/fast
2025-08-20T20:32:43.4341993Z [00:02:59.085]➜  mkdir -p $WORK/b618/
2025-08-20T20:32:43.4342367Z [00:02:59.086]➜  cat >/tmp/go-build3897779518/b618/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4342711Z [00:02:59.086]➜  # import config
2025-08-20T20:32:43.4343049Z [00:02:59.086]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.4343510Z [00:02:59.086]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.4343934Z [00:02:59.086]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.4344361Z [00:02:59.086]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.4344678Z [00:02:59.086]➜  EOF
2025-08-20T20:32:43.4348431Z [00:02:59.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast;$WORK/b618=>" -p github.com/dop251/goja/ftoa/internal/fast -lang=go1.20 -complete -installsuffix shared -buildid Ryu6FY_Hg5w-ZG74dJOq/Ryu6FY_Hg5w-ZG74dJOq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast/cachedpower.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast/common.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast/diyfp.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/internal/fast/dtoa.go
2025-08-20T20:32:43.4543157Z [00:02:59.106]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T20:32:43.4559513Z [00:02:59.107]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/92/925ce32b8d5c2ebc31dadad935fb7a11762a425fbb507df18aff91ed00115e49-d # internal
2025-08-20T20:32:43.4560130Z [00:02:59.107]➜  github.com/dop251/goja/ast
2025-08-20T20:32:43.4560451Z [00:02:59.107]➜  mkdir -p $WORK/b611/
2025-08-20T20:32:43.4560825Z [00:02:59.107]➜  cat >/tmp/go-build3897779518/b611/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4561170Z [00:02:59.107]➜  # import config
2025-08-20T20:32:43.4561587Z [00:02:59.107]➜  packagefile github.com/dop251/goja/file=/tmp/go-build3897779518/b612/_pkg_.a
2025-08-20T20:32:43.4562203Z [00:02:59.107]➜  packagefile github.com/dop251/goja/token=/tmp/go-build3897779518/b615/_pkg_.a
2025-08-20T20:32:43.4563109Z [00:02:59.107]➜  packagefile github.com/dop251/goja/unistring=/tmp/go-build3897779518/b616/_pkg_.a
2025-08-20T20:32:43.4563577Z [00:02:59.107]➜  EOF
2025-08-20T20:32:43.4565627Z [00:02:59.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ast=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ast;$WORK/b611=>" -p github.com/dop251/goja/ast -lang=go1.20 -complete -installsuffix shared -buildid BIkdrko5tourCzevefxu/BIkdrko5tourCzevefxu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ast/node.go
2025-08-20T20:32:43.4711574Z [00:02:59.123]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T20:32:43.4755959Z [00:02:59.128]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T20:32:43.4762982Z [00:02:59.128]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/87/8724f1094db96308a1fd71dd5c35ddbc49801dc4c7c4d7b859a15ab28d114cab-d # internal
2025-08-20T20:32:43.4764467Z [00:02:59.128]➜  github.com/dop251/goja/ftoa
2025-08-20T20:32:43.4765288Z [00:02:59.128]➜  mkdir -p $WORK/b617/
2025-08-20T20:32:43.4766987Z [00:02:59.129]➜  cat >/tmp/go-build3897779518/b617/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4769497Z [00:02:59.129]➜  # import config
2025-08-20T20:32:43.4769848Z [00:02:59.129]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.4770808Z [00:02:59.129]➜  packagefile github.com/dop251/goja/ftoa/internal/fast=/tmp/go-build3897779518/b618/_pkg_.a
2025-08-20T20:32:43.4771344Z [00:02:59.129]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.4771771Z [00:02:59.129]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:43.4772205Z [00:02:59.129]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.4772634Z [00:02:59.129]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.4772948Z [00:02:59.129]➜  EOF
2025-08-20T20:32:43.4776995Z [00:02:59.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa;$WORK/b617=>" -p github.com/dop251/goja/ftoa -lang=go1.20 -complete -installsuffix shared -buildid zrebS9_KldQkZZX_Q6Kr/zrebS9_KldQkZZX_Q6Kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/common.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/ftoa.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/ftobasestr.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ftoa/ftostr.go
2025-08-20T20:32:43.4782403Z [00:02:59.130]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/17/17c12aac64027acb8e1e46eacb11897297079a9c4b80c8facdec39cf65c6a3a2-d # internal
2025-08-20T20:32:43.4783645Z [00:02:59.130]➜  k8s.io/apimachinery/pkg/watch
2025-08-20T20:32:43.4783996Z [00:02:59.130]➜  mkdir -p $WORK/b522/
2025-08-20T20:32:43.4784385Z [00:02:59.130]➜  cat >/tmp/go-build3897779518/b522/importcfg << 'EOF' # internal
2025-08-20T20:32:43.4784739Z [00:02:59.130]➜  # import config
2025-08-20T20:32:43.4785072Z [00:02:59.130]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.4785488Z [00:02:59.130]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.4786000Z [00:02:59.130]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.4786935Z [00:02:59.130]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.4788546Z [00:02:59.130]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3897779518/b523/_pkg_.a
2025-08-20T20:32:43.4789658Z [00:02:59.130]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:43.4790903Z [00:02:59.130]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:43.4791690Z [00:02:59.130]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3897779518/b531/_pkg_.a
2025-08-20T20:32:43.4792340Z [00:02:59.130]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.4792708Z [00:02:59.130]➜  EOF
2025-08-20T20:32:43.4813498Z [00:02:59.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch=>k8s.io/apimachinery@v0.33.4/pkg/watch;$WORK/b522=>" -p k8s.io/apimachinery/pkg/watch -lang=go1.24 -complete -installsuffix shared -buildid 7wjf4hIo0uACT4ivc7TH/7wjf4hIo0uACT4ivc7TH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/filter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/mux.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/streamwatcher.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/watch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/watch/zz_generated.deepcopy.go
2025-08-20T20:32:43.5569499Z [00:02:59.209]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T20:32:43.5570839Z [00:02:59.209]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T20:32:43.5606053Z [00:02:59.213]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/03/03767d072c0fadc3a39b9e78cd7912c64fedcd9515ac896da808ea30a38fd58f-d # internal
2025-08-20T20:32:43.5607562Z [00:02:59.213]➜  k8s.io/apimachinery/pkg/runtime/serializer/recognizer
2025-08-20T20:32:43.5608399Z [00:02:59.213]➜  mkdir -p $WORK/b546/
2025-08-20T20:32:43.5622835Z [00:02:59.214]➜  cat >/tmp/go-build3897779518/b546/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5623717Z [00:02:59.214]➜  # import config
2025-08-20T20:32:43.5624452Z [00:02:59.214]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.5625313Z [00:02:59.214]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.5626746Z [00:02:59.214]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.5627254Z [00:02:59.214]➜  EOF
2025-08-20T20:32:43.5629679Z [00:02:59.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/recognizer=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/recognizer;$WORK/b546=>" -p k8s.io/apimachinery/pkg/runtime/serializer/recognizer -lang=go1.24 -complete -installsuffix shared -buildid wT3hRIkSHR7iRu-zqs9G/wT3hRIkSHR7iRu-zqs9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/recognizer/recognizer.go
2025-08-20T20:32:43.5639212Z [00:02:59.216]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T20:32:43.5646923Z [00:02:59.217]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/8d/8d4020fbca691e6b162043efe337b30e2973e2725796b17030cbe8a80ce11772-d # internal
2025-08-20T20:32:43.5648119Z [00:02:59.217]➜  k8s.io/apimachinery/pkg/runtime/serializer/streaming
2025-08-20T20:32:43.5648734Z [00:02:59.217]➜  mkdir -p $WORK/b553/
2025-08-20T20:32:43.5649490Z [00:02:59.217]➜  cat >/tmp/go-build3897779518/b553/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5649852Z [00:02:59.217]➜  # import config
2025-08-20T20:32:43.5650193Z [00:02:59.217]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.5650605Z [00:02:59.217]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.5651216Z [00:02:59.217]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.5651831Z [00:02:59.217]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.5652586Z [00:02:59.217]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.5653453Z [00:02:59.217]➜  EOF
2025-08-20T20:32:43.5655844Z [00:02:59.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/streaming=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/streaming;$WORK/b553=>" -p k8s.io/apimachinery/pkg/runtime/serializer/streaming -lang=go1.24 -complete -installsuffix shared -buildid _alaKQnELmfyYAPZaywi/_alaKQnELmfyYAPZaywi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/streaming/streaming.go
2025-08-20T20:32:43.5701594Z [00:02:59.222]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/56/56137fbbd8abe4be3151e1d887dee3752308159ae50e39f76b3f5b6914ec6731-d # internal
2025-08-20T20:32:43.5779724Z [00:02:59.230]➜  k8s.io/apimachinery/pkg/apis/meta/v1
2025-08-20T20:32:43.5781584Z [00:02:59.230]➜  mkdir -p $WORK/b467/
2025-08-20T20:32:43.5783839Z [00:02:59.230]➜  cat >/tmp/go-build3897779518/b467/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5788433Z [00:02:59.230]➜  # import config
2025-08-20T20:32:43.5788817Z [00:02:59.230]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.5789269Z [00:02:59.230]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:43.5789713Z [00:02:59.230]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.5790505Z [00:02:59.230]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.5791014Z [00:02:59.230]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:43.5791614Z [00:02:59.230]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3897779518/b469/_pkg_.a
2025-08-20T20:32:43.5792111Z [00:02:59.230]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.5792638Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3897779518/b470/_pkg_.a
2025-08-20T20:32:43.5793270Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:43.5793868Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3897779518/b479/_pkg_.a
2025-08-20T20:32:43.5794448Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3897779518/b481/_pkg_.a
2025-08-20T20:32:43.5795032Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.5800957Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.5801856Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3897779518/b472/_pkg_.a
2025-08-20T20:32:43.5802554Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3897779518/b480/_pkg_.a
2025-08-20T20:32:43.5803173Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3897779518/b518/_pkg_.a
2025-08-20T20:32:43.5803775Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3897779518/b519/_pkg_.a
2025-08-20T20:32:43.5804384Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3897779518/b508/_pkg_.a
2025-08-20T20:32:43.5805048Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:43.5805658Z [00:02:59.230]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3897779518/b522/_pkg_.a
2025-08-20T20:32:43.5806185Z [00:02:59.230]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3897779518/b531/_pkg_.a
2025-08-20T20:32:43.5806633Z [00:02:59.230]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.5807061Z [00:02:59.230]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:43.5807499Z [00:02:59.230]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:43.5808693Z [00:02:59.230]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:43.5809205Z [00:02:59.230]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:43.5809683Z [00:02:59.230]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3897779518/b520/_pkg_.a
2025-08-20T20:32:43.5810153Z [00:02:59.230]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.5810575Z [00:02:59.230]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.5811001Z [00:02:59.230]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:43.5811304Z [00:02:59.230]➜  EOF
2025-08-20T20:32:43.5819829Z [00:02:59.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1=>k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1;$WORK/b467=>" -p k8s.io/apimachinery/pkg/apis/meta/v1 -lang=go1.24 -complete -installsuffix shared -buildid bk9_wyB4OCjanooM9BxB/bk9_wyB4OCjanooM9BxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/controller_ref.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/duration.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/group_version.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/labels.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/meta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/micro_time.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/micro_time_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/micro_time_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/time.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/time_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/time_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/watch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/zz_generated.defaults.go
2025-08-20T20:32:43.5828931Z [00:02:59.235]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T20:32:43.5834607Z [00:02:59.235]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/ce/cea181d951d97673f6be2ed64deb9b43764b6d5cf003ddf15dd2657e8efa3951-d # internal
2025-08-20T20:32:43.5839234Z [00:02:59.236]➜  k8s.io/client-go/tools/clientcmd/api
2025-08-20T20:32:43.5839562Z [00:02:59.236]➜  mkdir -p $WORK/b561/
2025-08-20T20:32:43.5839935Z [00:02:59.236]➜  cat >/tmp/go-build3897779518/b561/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5840278Z [00:02:59.236]➜  # import config
2025-08-20T20:32:43.5840648Z [00:02:59.236]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:43.5841115Z [00:02:59.236]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.5841526Z [00:02:59.236]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.5842034Z [00:02:59.236]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.5842654Z [00:02:59.236]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.5843405Z [00:02:59.236]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:43.5843951Z [00:02:59.236]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:43.5844401Z [00:02:59.236]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:43.5844827Z [00:02:59.236]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.5845139Z [00:02:59.236]➜  EOF
2025-08-20T20:32:43.5848260Z [00:02:59.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api=>k8s.io/client-go@v0.33.4/tools/clientcmd/api;$WORK/b561=>" -p k8s.io/client-go/tools/clientcmd/api -lang=go1.24 -complete -installsuffix shared -buildid x7sGZBT-IotnM10PVXHZ/x7sGZBT-IotnM10PVXHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/helpers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/zz_generated.deepcopy.go
2025-08-20T20:32:43.5861700Z [00:02:59.237]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T20:32:43.5862379Z [00:02:59.238]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/e7/e73ded0457b905c3998f0d1eb4d175b740c8a3044f900744c562c7b199eb385e-d # internal
2025-08-20T20:32:43.5863207Z [00:02:59.238]➜  oss.terrastruct.com/d2/d2format
2025-08-20T20:32:43.5863502Z [00:02:59.238]➜  mkdir -p $WORK/b582/
2025-08-20T20:32:43.5863870Z [00:02:59.238]➜  cat >/tmp/go-build3897779518/b582/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5864208Z [00:02:59.238]➜  # import config
2025-08-20T20:32:43.5864625Z [00:02:59.238]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:43.5865110Z [00:02:59.238]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:43.5865542Z [00:02:59.238]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.5865971Z [00:02:59.238]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.5866285Z [00:02:59.238]➜  EOF
2025-08-20T20:32:43.5874632Z [00:02:59.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2format=>oss.terrastruct.com/d2@v0.7.0/d2format;$WORK/b582=>" -p oss.terrastruct.com/d2/d2format -lang=go1.23 -complete -installsuffix shared -buildid grbYb14zyUYRDGa6GaJL/grbYb14zyUYRDGa6GaJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2format/escape.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2format/format.go
2025-08-20T20:32:43.5876772Z [00:02:59.238]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T20:32:43.5879182Z [00:02:59.240]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/c6/c63534a6d1b9231434855ee335a2a120e6b76764d393698e0abfe9ef66fd9f34-d # internal
2025-08-20T20:32:43.5879979Z [00:02:59.240]➜  oss.terrastruct.com/d2/d2parser
2025-08-20T20:32:43.5880288Z [00:02:59.240]➜  mkdir -p $WORK/b601/
2025-08-20T20:32:43.5880819Z [00:02:59.240]➜  cat >/tmp/go-build3897779518/b601/importcfg << 'EOF' # internal
2025-08-20T20:32:43.5881300Z [00:02:59.240]➜  # import config
2025-08-20T20:32:43.5881662Z [00:02:59.240]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:43.5882439Z [00:02:59.240]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.5883023Z [00:02:59.240]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.5883669Z [00:02:59.240]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3897779518/b319/_pkg_.a
2025-08-20T20:32:43.5884466Z [00:02:59.240]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:43.5885147Z [00:02:59.240]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.5886431Z [00:02:59.240]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:43.5887232Z [00:02:59.240]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:43.5888158Z [00:02:59.240]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:43.5888843Z [00:02:59.240]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.5889457Z [00:02:59.240]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.5889972Z [00:02:59.240]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:43.5890596Z [00:02:59.240]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:43.5891136Z [00:02:59.240]➜  EOF
2025-08-20T20:32:43.5893291Z [00:02:59.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2parser=>oss.terrastruct.com/d2@v0.7.0/d2parser;$WORK/b601=>" -p oss.terrastruct.com/d2/d2parser -lang=go1.23 -complete -installsuffix shared -buildid rcriwf691tG9PQUPikhJ/rcriwf691tG9PQUPikhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2parser/parse.go
2025-08-20T20:32:43.6693661Z [00:02:59.321]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T20:32:43.6709720Z [00:02:59.323]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/89/89fe9fd0c89d10df68b76b90869e20e5d5a42471a73b357986d728a58f25c039-d # internal
2025-08-20T20:32:43.6733456Z [00:02:59.325]➜  golang.org/x/text/unicode/rangetable
2025-08-20T20:32:43.6733817Z [00:02:59.325]➜  mkdir -p $WORK/b620/
2025-08-20T20:32:43.6740443Z [00:02:59.326]➜  cat >/tmp/go-build3897779518/b620/importcfg << 'EOF' # internal
2025-08-20T20:32:43.6741304Z [00:02:59.326]➜  # import config
2025-08-20T20:32:43.6742443Z [00:02:59.326]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.6742915Z [00:02:59.326]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:43.6743241Z [00:02:59.326]➜  EOF
2025-08-20T20:32:43.6746482Z [00:02:59.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/rangetable=>golang.org/x/text@v0.28.0/unicode/rangetable;$WORK/b620=>" -p golang.org/x/text/unicode/rangetable -lang=go1.23 -complete -installsuffix shared -buildid f-qDwiXLEJDpiEgZb3BA/f-qDwiXLEJDpiEgZb3BA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/rangetable/merge.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/rangetable/rangetable.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/rangetable/tables15.0.0.go
2025-08-20T20:32:43.6748917Z [00:02:59.327]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T20:32:43.6769104Z [00:02:59.329]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/36/36ea60df918b1a9d9e462c6d2999f5b1b148d9d3f8abb42e641c3c097d67c8a1-d # internal
2025-08-20T20:32:43.6777146Z [00:02:59.330]➜  k8s.io/client-go/tools/clientcmd/api/v1
2025-08-20T20:32:43.6777481Z [00:02:59.330]➜  mkdir -p $WORK/b575/
2025-08-20T20:32:43.6787518Z [00:02:59.331]➜  cat >/tmp/go-build3897779518/b575/importcfg << 'EOF' # internal
2025-08-20T20:32:43.6788042Z [00:02:59.331]➜  # import config
2025-08-20T20:32:43.6788382Z [00:02:59.331]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.6788937Z [00:02:59.331]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:43.6789546Z [00:02:59.331]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:43.6790171Z [00:02:59.331]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:43.6790800Z [00:02:59.331]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:43.6791687Z [00:02:59.331]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.6792080Z [00:02:59.331]➜  EOF
2025-08-20T20:32:43.6810865Z [00:02:59.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1=>k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1;$WORK/b575=>" -p k8s.io/client-go/tools/clientcmd/api/v1 -lang=go1.24 -complete -installsuffix shared -buildid d_Qqqqv61e72KD1xrZ-3/d_Qqqqv61e72KD1xrZ-3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/defaults.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/v1/zz_generated.defaults.go
2025-08-20T20:32:43.7446562Z [00:02:59.397]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T20:32:43.7470432Z [00:02:59.399]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/60/60a1c447bce1c5c2a9814a5dc3b7b1bc3b12f09fe57b489e65c017a7e83dcb55-d # internal
2025-08-20T20:32:43.7480014Z [00:02:59.400]➜  github.com/google/pprof/profile
2025-08-20T20:32:43.7480570Z [00:02:59.400]➜  mkdir -p $WORK/b621/
2025-08-20T20:32:43.7491489Z [00:02:59.401]➜  cat >/tmp/go-build3897779518/b621/importcfg << 'EOF' # internal
2025-08-20T20:32:43.7492228Z [00:02:59.401]➜  # import config
2025-08-20T20:32:43.7493454Z [00:02:59.401]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:43.7493879Z [00:02:59.401]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.7494362Z [00:02:59.401]➜  packagefile compress/gzip=/tmp/go-build3897779518/b101/_pkg_.a
2025-08-20T20:32:43.7494842Z [00:02:59.401]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:43.7495292Z [00:02:59.401]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.7495706Z [00:02:59.401]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.7496116Z [00:02:59.401]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.7496522Z [00:02:59.401]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:43.7496962Z [00:02:59.401]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:43.7497404Z [00:02:59.401]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:43.7497950Z [00:02:59.401]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.7498390Z [00:02:59.401]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.7499132Z [00:02:59.401]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.7499624Z [00:02:59.401]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:43.7500031Z [00:02:59.401]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:43.7500336Z [00:02:59.401]➜  EOF
2025-08-20T20:32:43.7505518Z [00:02:59.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile=>github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile;$WORK/b621=>" -p github.com/google/pprof/profile -lang=go1.22 -complete -installsuffix shared -buildid F5dwwJlSUt2fUCf4hOia/F5dwwJlSUt2fUCf4hOia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/encode.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/filter.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/index.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/legacy_java_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/legacy_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/merge.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/proto.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20241029153458-d1b30febd7db/profile/prune.go
2025-08-20T20:32:43.7884177Z [00:02:59.440]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T20:32:43.7891323Z [00:02:59.441]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/93/930abe70278593fac653773018058607bb76d4d750b06871bf4dfd3f3e8f6a7b-d # internal
2025-08-20T20:32:43.7903678Z [00:02:59.441]➜  github.com/dop251/goja/parser
2025-08-20T20:32:43.7904016Z [00:02:59.442]➜  mkdir -p $WORK/b619/
2025-08-20T20:32:43.7904394Z [00:02:59.442]➜  cat >/tmp/go-build3897779518/b619/importcfg << 'EOF' # internal
2025-08-20T20:32:43.7904755Z [00:02:59.442]➜  # import config
2025-08-20T20:32:43.7905101Z [00:02:59.442]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.7905554Z [00:02:59.442]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:43.7906019Z [00:02:59.442]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:43.7906430Z [00:02:59.442]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.7906920Z [00:02:59.442]➜  packagefile github.com/dop251/goja/ast=/tmp/go-build3897779518/b611/_pkg_.a
2025-08-20T20:32:43.7907479Z [00:02:59.442]➜  packagefile github.com/dop251/goja/file=/tmp/go-build3897779518/b612/_pkg_.a
2025-08-20T20:32:43.7908274Z [00:02:59.442]➜  packagefile github.com/dop251/goja/token=/tmp/go-build3897779518/b615/_pkg_.a
2025-08-20T20:32:43.7908884Z [00:02:59.442]➜  packagefile github.com/dop251/goja/unistring=/tmp/go-build3897779518/b616/_pkg_.a
2025-08-20T20:32:43.7909493Z [00:02:59.442]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3897779518/b613/_pkg_.a
2025-08-20T20:32:43.7910117Z [00:02:59.442]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build3897779518/b620/_pkg_.a
2025-08-20T20:32:43.7910640Z [00:02:59.442]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:43.7911060Z [00:02:59.442]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:43.7911473Z [00:02:59.442]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:43.7911876Z [00:02:59.442]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.7912295Z [00:02:59.442]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:43.7912722Z [00:02:59.442]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.7913455Z [00:02:59.442]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:43.7913980Z [00:02:59.442]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:43.7914446Z [00:02:59.442]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:43.7914778Z [00:02:59.442]➜  EOF
2025-08-20T20:32:43.7919137Z [00:02:59.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser;$WORK/b619=>" -p github.com/dop251/goja/parser -lang=go1.20 -complete -installsuffix shared -buildid EJbfqIrQAcbB_JXNvrdU/EJbfqIrQAcbB_JXNvrdU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/error.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/expression.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/lexer.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/parser.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/regexp.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/scope.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/parser/statement.go
2025-08-20T20:32:43.7966201Z [00:02:59.449]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T20:32:43.7985838Z [00:02:59.451]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/b6/b623ebbf8435e85f80b98de089d7d5cfd64ffa338f472d8156fa885ccb1a6eb2-d # internal
2025-08-20T20:32:43.7987610Z [00:02:59.451]➜  golang.org/x/text/internal/colltab
2025-08-20T20:32:43.7993699Z [00:02:59.451]➜  mkdir -p $WORK/b623/
2025-08-20T20:32:43.7994109Z [00:02:59.451]➜  cat >/tmp/go-build3897779518/b623/importcfg << 'EOF' # internal
2025-08-20T20:32:43.7994494Z [00:02:59.451]➜  # import config
2025-08-20T20:32:43.7994830Z [00:02:59.451]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:43.7995328Z [00:02:59.451]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:43.7995908Z [00:02:59.451]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:43.7996408Z [00:02:59.451]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.7996846Z [00:02:59.451]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:43.7997295Z [00:02:59.451]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:43.7997627Z [00:02:59.451]➜  EOF
2025-08-20T20:32:43.8001540Z [00:02:59.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab=>golang.org/x/text@v0.28.0/internal/colltab;$WORK/b623=>" -p golang.org/x/text/internal/colltab -lang=go1.23 -complete -installsuffix shared -buildid Sg4xoyvE0cD7T2olYuaQ/Sg4xoyvE0cD7T2olYuaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/collelem.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/colltab.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/contract.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/iter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/numeric.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/table.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/trie.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/colltab/weighter.go
2025-08-20T20:32:43.8863906Z [00:02:59.538]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T20:32:43.8868066Z [00:02:59.539]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/3b/3b5706c1181dd8d730727261dacd6f9cda419279624eabb58405c3f710f2553b-d # internal
2025-08-20T20:32:43.8909136Z [00:02:59.543]➜  golang.org/x/text/collate
2025-08-20T20:32:43.8911435Z [00:02:59.543]➜  mkdir -p $WORK/b622/
2025-08-20T20:32:43.8914408Z [00:02:59.543]➜  cat >/tmp/go-build3897779518/b622/importcfg << 'EOF' # internal
2025-08-20T20:32:43.8915062Z [00:02:59.543]➜  # import config
2025-08-20T20:32:43.8915581Z [00:02:59.543]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:43.8916315Z [00:02:59.543]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build3897779518/b623/_pkg_.a
2025-08-20T20:32:43.8918883Z [00:02:59.543]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:43.8919808Z [00:02:59.543]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:43.8920569Z [00:02:59.543]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:43.8921380Z [00:02:59.543]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:43.8928610Z [00:02:59.543]➜  EOF
2025-08-20T20:32:43.8931571Z [00:02:59.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/collate=>golang.org/x/text@v0.28.0/collate;$WORK/b622=>" -p golang.org/x/text/collate -lang=go1.23 -complete -installsuffix shared -buildid fywyAnq44bPNXdZekr-E/fywyAnq44bPNXdZekr-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/collate/collate.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/collate/index.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/collate/option.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/collate/sort.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/collate/tables.go
2025-08-20T20:32:44.0644427Z [00:02:59.716]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T20:32:44.0673502Z [00:02:59.719]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/e3/e341fbc1bf041d144852d499b9a351f76c491a33c9d59b9dabaff2b6923bbaef-d # internal
2025-08-20T20:32:44.0675429Z [00:02:59.720]➜  hash/maphash
2025-08-20T20:32:44.0675954Z [00:02:59.720]➜  mkdir -p $WORK/b624/
2025-08-20T20:32:44.0677474Z [00:02:59.720]➜  cat >/tmp/go-build3897779518/b624/importcfg << 'EOF' # internal
2025-08-20T20:32:44.0677975Z [00:02:59.720]➜  # import config
2025-08-20T20:32:44.0678326Z [00:02:59.720]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:44.0678771Z [00:02:59.720]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:44.0679275Z [00:02:59.720]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:44.0679789Z [00:02:59.720]➜  packagefile internal/goexperiment=/tmp/go-build3897779518/b015/_pkg_.a
2025-08-20T20:32:44.0680152Z [00:02:59.720]➜  EOF
2025-08-20T20:32:44.0681793Z [00:02:59.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b624=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T20:32:44.0859853Z [00:02:59.738]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T20:32:44.0864503Z [00:02:59.738]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T20:32:44.0865696Z [00:02:59.738]➜  github.com/mazznoer/csscolorparser
2025-08-20T20:32:44.0868015Z [00:02:59.738]➜  mkdir -p $WORK/b627/
2025-08-20T20:32:44.0868857Z [00:02:59.739]➜  cat >/tmp/go-build3897779518/b627/importcfg << 'EOF' # internal
2025-08-20T20:32:44.0888660Z [00:02:59.739]➜  # import config
2025-08-20T20:32:44.0889681Z [00:02:59.739]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.0890637Z [00:02:59.739]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.0891535Z [00:02:59.739]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:44.0892056Z [00:02:59.739]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.0892378Z [00:02:59.739]➜  EOF
2025-08-20T20:32:44.0894581Z [00:02:59.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mazznoer/csscolorparser@v0.1.5=>github.com/mazznoer/csscolorparser@v0.1.5;$WORK/b627=>" -p github.com/mazznoer/csscolorparser -lang=go1.12 -complete -installsuffix shared -buildid ufjqZM3VufEQLE8z5Qws/ufjqZM3VufEQLE8z5Qws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/mazznoer/csscolorparser@v0.1.5/colorparser.go /root/go/pkg/mod/github.com/mazznoer/csscolorparser@v0.1.5/named_colors.go
2025-08-20T20:32:44.1135264Z [00:02:59.766]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T20:32:44.1217603Z [00:02:59.774]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/74/74dca898a5c6c3dfe6dfd578dcd2ea39f5955fe0115e0e18f8fdae0658f31eac-d # internal
2025-08-20T20:32:44.1220214Z [00:02:59.774]➜  oss.terrastruct.com/d2/lib/svg
2025-08-20T20:32:44.1220560Z [00:02:59.774]➜  mkdir -p $WORK/b629/
2025-08-20T20:32:44.1229593Z [00:02:59.775]➜  cat >/tmp/go-build3897779518/b629/importcfg << 'EOF' # internal
2025-08-20T20:32:44.1231099Z [00:02:59.775]➜  # import config
2025-08-20T20:32:44.1231540Z [00:02:59.775]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:44.1232405Z [00:02:59.775]➜  packagefile encoding/base32=/tmp/go-build3897779518/b475/_pkg_.a
2025-08-20T20:32:44.1232894Z [00:02:59.775]➜  packagefile encoding/xml=/tmp/go-build3897779518/b234/_pkg_.a
2025-08-20T20:32:44.1233327Z [00:02:59.775]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.1233735Z [00:02:59.775]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.1234242Z [00:02:59.775]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:44.1234752Z [00:02:59.775]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:44.1235181Z [00:02:59.775]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.1235497Z [00:02:59.775]➜  EOF
2025-08-20T20:32:44.1237496Z [00:02:59.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/svg=>oss.terrastruct.com/d2@v0.7.0/lib/svg;$WORK/b629=>" -p oss.terrastruct.com/d2/lib/svg -lang=go1.23 -complete -installsuffix shared -buildid F7w8GqpZNq0UEZDg8xZV/F7w8GqpZNq0UEZDg8xZV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/svg/path.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/svg/text.go
2025-08-20T20:32:44.1525278Z [00:02:59.805]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T20:32:44.1532360Z [00:02:59.805]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/2b/2b0e990e40fe09271771c614d469ce52d070f5bcbb0d34bb4e9fb4866b925e7e-d # internal
2025-08-20T20:32:44.1533016Z [00:02:59.805]➜  oss.terrastruct.com/d2/lib/color
2025-08-20T20:32:44.1533324Z [00:02:59.805]➜  mkdir -p $WORK/b626/
2025-08-20T20:32:44.1534327Z [00:02:59.806]➜  cat >/tmp/go-build3897779518/b626/importcfg << 'EOF' # internal
2025-08-20T20:32:44.1534695Z [00:02:59.806]➜  # import config
2025-08-20T20:32:44.1536108Z [00:02:59.806]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:44.1536597Z [00:02:59.806]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:44.1537034Z [00:02:59.806]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.1537459Z [00:02:59.806]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.1538289Z [00:02:59.806]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:44.1539291Z [00:02:59.806]➜  packagefile github.com/mazznoer/csscolorparser=/tmp/go-build3897779518/b627/_pkg_.a
2025-08-20T20:32:44.1539886Z [00:02:59.806]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.1540392Z [00:02:59.806]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:44.1540888Z [00:02:59.806]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:44.1541313Z [00:02:59.806]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:44.1541750Z [00:02:59.806]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.1542064Z [00:02:59.806]➜  EOF
2025-08-20T20:32:44.1544105Z [00:02:59.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/color=>oss.terrastruct.com/d2@v0.7.0/lib/color;$WORK/b626=>" -p oss.terrastruct.com/d2/lib/color -lang=go1.23 -complete -installsuffix shared -buildid 3qYXkmh2tAguq-FvGm9-/3qYXkmh2tAguq-FvGm9- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/color/color.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/color/gradient.go
2025-08-20T20:32:44.1721636Z [00:02:59.824]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T20:32:44.1729807Z [00:02:59.825]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/6a/6a46acf35447862796798985a44ccbc389c53918f93ca9b938a353d5e503bbef-d # internal
2025-08-20T20:32:44.1734709Z [00:02:59.826]➜  oss.terrastruct.com/d2/lib/shape
2025-08-20T20:32:44.1735219Z [00:02:59.826]➜  mkdir -p $WORK/b628/
2025-08-20T20:32:44.1740692Z [00:02:59.826]➜  cat >/tmp/go-build3897779518/b628/importcfg << 'EOF' # internal
2025-08-20T20:32:44.1741100Z [00:02:59.826]➜  # import config
2025-08-20T20:32:44.1741448Z [00:02:59.826]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.1741955Z [00:02:59.826]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:44.1742562Z [00:02:59.826]➜  packagefile oss.terrastruct.com/d2/lib/svg=/tmp/go-build3897779518/b629/_pkg_.a
2025-08-20T20:32:44.1743147Z [00:02:59.826]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:44.1743531Z [00:02:59.826]➜  EOF
2025-08-20T20:32:44.1751748Z [00:02:59.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape=>oss.terrastruct.com/d2@v0.7.0/lib/shape;$WORK/b628=>" -p oss.terrastruct.com/d2/lib/shape -lang=go1.23 -complete -installsuffix shared -buildid ppM1x9ZpgFANh7Q-5Eo_/ppM1x9ZpgFANh7Q-5Eo_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_c4_person.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_callout.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_circle.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_class.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_cloud.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_code.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_cylinder.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_diamond.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_document.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_hexagon.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_image.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_oval.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_package.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_page.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_parallelogram.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_person.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_queue.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_real_square.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_square.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_step.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_stored_data.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_table.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/shape/shape_text.go
2025-08-20T20:32:44.2444225Z [00:02:59.896]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T20:32:44.2453587Z [00:02:59.897]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/3c/3cdfe75cbb5bf93deff3237acab29440f6235d730d37f0075e43dc3a12de9442-d # internal
2025-08-20T20:32:44.2459049Z [00:02:59.898]➜  github.com/andybalholm/cascadia
2025-08-20T20:32:44.2467831Z [00:02:59.898]➜  mkdir -p $WORK/b634/
2025-08-20T20:32:44.2469097Z [00:02:59.899]➜  cat >/tmp/go-build3897779518/b634/importcfg << 'EOF' # internal
2025-08-20T20:32:44.2469879Z [00:02:59.899]➜  # import config
2025-08-20T20:32:44.2470612Z [00:02:59.899]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:44.2472386Z [00:02:59.899]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.2476341Z [00:02:59.899]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.2476851Z [00:02:59.899]➜  packagefile golang.org/x/net/html=/tmp/go-build3897779518/b272/_pkg_.a
2025-08-20T20:32:44.2477970Z [00:02:59.899]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3897779518/b273/_pkg_.a
2025-08-20T20:32:44.2478548Z [00:02:59.899]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:44.2478978Z [00:02:59.899]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:44.2479407Z [00:02:59.899]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.2479723Z [00:02:59.899]➜  EOF
2025-08-20T20:32:44.2482648Z [00:02:59.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2=>github.com/andybalholm/cascadia@v1.3.2;$WORK/b634=>" -p github.com/andybalholm/cascadia -lang=go1.16 -complete -installsuffix shared -buildid xJ3qbgMJ56NopaalCryf/xJ3qbgMJ56NopaalCryf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2/parser.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2/pseudo_classes.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2/selector.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2/serialize.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.2/specificity.go
2025-08-20T20:32:44.4660916Z [00:03:00.118]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T20:32:44.4780160Z [00:03:00.130]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/53/53495afb5381887c1165bff51c74931ad68cd955c356c25964e6e0970c8834cc-d # internal
2025-08-20T20:32:44.4783653Z [00:03:00.130]➜  oss.terrastruct.com/d2/d2target
2025-08-20T20:32:44.4784022Z [00:03:00.130]➜  mkdir -p $WORK/b625/
2025-08-20T20:32:44.4786510Z [00:03:00.131]➜  cat >/tmp/go-build3897779518/b625/importcfg << 'EOF' # internal
2025-08-20T20:32:44.4787274Z [00:03:00.131]➜  # import config
2025-08-20T20:32:44.4788125Z [00:03:00.131]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:44.4808543Z [00:03:00.131]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.4810028Z [00:03:00.131]➜  packagefile hash/fnv=/tmp/go-build3897779518/b604/_pkg_.a
2025-08-20T20:32:44.4811206Z [00:03:00.131]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.4811735Z [00:03:00.131]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:44.4812318Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:44.4812962Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:44.4813857Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:44.4814520Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:44.4815115Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:44.4815702Z [00:03:00.131]➜  packagefile oss.terrastruct.com/d2/lib/svg=/tmp/go-build3897779518/b629/_pkg_.a
2025-08-20T20:32:44.4816306Z [00:03:00.131]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:44.4816814Z [00:03:00.131]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.4817131Z [00:03:00.131]➜  EOF
2025-08-20T20:32:44.4953079Z [00:03:00.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2target=>oss.terrastruct.com/d2@v0.7.0/d2target;$WORK/b625=>" -p oss.terrastruct.com/d2/d2target -lang=go1.23 -complete -installsuffix shared -buildid nRmcuO5AM6JzXx98NCKw/nRmcuO5AM6JzXx98NCKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2target/class.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2target/d2target.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2target/sqltable.go
2025-08-20T20:32:44.4955184Z [00:03:00.147]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T20:32:44.4994538Z [00:03:00.152]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/d9/d9905a473900a66936eaa7f52082c322447880b44efdfbd6bc0e6cc09751e8c8-d # internal
2025-08-20T20:32:44.5003817Z [00:03:00.153]➜  github.com/PuerkitoBio/goquery
2025-08-20T20:32:44.5004966Z [00:03:00.153]➜  mkdir -p $WORK/b633/
2025-08-20T20:32:44.5018867Z [00:03:00.154]➜  cat >/tmp/go-build3897779518/b633/importcfg << 'EOF' # internal
2025-08-20T20:32:44.5019563Z [00:03:00.154]➜  # import config
2025-08-20T20:32:44.5020196Z [00:03:00.154]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:44.5021004Z [00:03:00.154]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.5021578Z [00:03:00.154]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3897779518/b634/_pkg_.a
2025-08-20T20:32:44.5022153Z [00:03:00.154]➜  packagefile golang.org/x/net/html=/tmp/go-build3897779518/b272/_pkg_.a
2025-08-20T20:32:44.5022615Z [00:03:00.154]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:44.5023046Z [00:03:00.154]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:44.5023469Z [00:03:00.154]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:44.5023939Z [00:03:00.154]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:44.5024364Z [00:03:00.154]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:44.5024789Z [00:03:00.154]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.5025115Z [00:03:00.154]➜  EOF
2025-08-20T20:32:44.5033565Z [00:03:00.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0=>github.com/PuerkitoBio/goquery@v1.10.0;$WORK/b633=>" -p github.com/PuerkitoBio/goquery -lang=go1.23 -complete -installsuffix shared -buildid dyC-ekxCSI485IzM6M1G/dyC-ekxCSI485IzM6M1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/array.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/doc.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/expand.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/filter.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/iteration.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/manipulation.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/property.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/query.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/traversal.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/type.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.0/utilities.go
2025-08-20T20:32:44.5771551Z [00:03:00.229]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T20:32:44.5789490Z [00:03:00.231]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/46/465c8a0e630450246c0b37c8fca6a5803d582d109023e3542cc60b2b7ef52790-d # internal
2025-08-20T20:32:44.5791341Z [00:03:00.231]➜  oss.terrastruct.com/d2/d2themes
2025-08-20T20:32:44.5791688Z [00:03:00.231]➜  mkdir -p $WORK/b630/
2025-08-20T20:32:44.5803537Z [00:03:00.232]➜  cat >/tmp/go-build3897779518/b630/importcfg << 'EOF' # internal
2025-08-20T20:32:44.5804091Z [00:03:00.232]➜  # import config
2025-08-20T20:32:44.5804549Z [00:03:00.232]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.5805132Z [00:03:00.232]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.5805830Z [00:03:00.232]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:44.5806550Z [00:03:00.232]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:44.5807049Z [00:03:00.232]➜  EOF
2025-08-20T20:32:44.5810032Z [00:03:00.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes=>oss.terrastruct.com/d2@v0.7.0/d2themes;$WORK/b630=>" -p oss.terrastruct.com/d2/d2themes -lang=go1.23 -complete -installsuffix shared -buildid WJa7JqMjvsZ_L10kixRR/WJa7JqMjvsZ_L10kixRR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/common.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themes.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/element.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/pattern_overlay.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/sketch_overlay.go
2025-08-20T20:32:44.6220506Z [00:03:00.274]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T20:32:44.6233483Z [00:03:00.275]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/68/682188f331ccc088ecb3a1427ed3a1a95abe1a214fd71c1288691e1009a6cefb-d # internal
2025-08-20T20:32:44.6240709Z [00:03:00.276]➜  oss.terrastruct.com/d2/d2themes/d2themescatalog
2025-08-20T20:32:44.6244150Z [00:03:00.277]➜  mkdir -p $WORK/b631/
2025-08-20T20:32:44.6251282Z [00:03:00.277]➜  cat >/tmp/go-build3897779518/b631/importcfg << 'EOF' # internal
2025-08-20T20:32:44.6251970Z [00:03:00.277]➜  # import config
2025-08-20T20:32:44.6252633Z [00:03:00.277]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.6253431Z [00:03:00.277]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:44.6254242Z [00:03:00.277]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.6254991Z [00:03:00.277]➜  EOF
2025-08-20T20:32:44.6284353Z [00:03:00.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog=>oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog;$WORK/b631=>" -p oss.terrastruct.com/d2/d2themes/d2themescatalog -lang=go1.23 -complete -installsuffix shared -buildid 1QMOLXMD17vIEzViX7Px/1QMOLXMD17vIEzViX7Px -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/aubergine.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/buttered_toast.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/c4.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/catalog.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/colorblind_clear.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/cool_classics.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/dark_flagship_terrastruct.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/dark_mauve.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/default.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/earth_tones.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/everglade_green.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/flagship_terrastruct.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/grape_soda.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/mixed_berry_blue.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/neutral_grey.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/orange_creamsicle.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/origami.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/shirley_temple.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/terminal.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/terminal_grayscale.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2themes/d2themescatalog/vanilla_nitro_cola.go
2025-08-20T20:32:44.6462744Z [00:03:00.298]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T20:32:44.6465718Z [00:03:00.299]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/3b/3b3f5c8ed581d32047fa672232a8b75bf11dfd6ef971e6078693eda211785fa6-d # internal
2025-08-20T20:32:44.6470053Z [00:03:00.299]➜  github.com/golang/freetype/raster
2025-08-20T20:32:44.6470587Z [00:03:00.299]➜  mkdir -p $WORK/b636/
2025-08-20T20:32:44.6475950Z [00:03:00.300]➜  cat >/tmp/go-build3897779518/b636/importcfg << 'EOF' # internal
2025-08-20T20:32:44.6476331Z [00:03:00.300]➜  # import config
2025-08-20T20:32:44.6476674Z [00:03:00.300]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.6477219Z [00:03:00.300]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:44.6477829Z [00:03:00.300]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:44.6478330Z [00:03:00.300]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:44.6478788Z [00:03:00.300]➜  packagefile image/draw=/tmp/go-build3897779518/b589/_pkg_.a
2025-08-20T20:32:44.6479233Z [00:03:00.300]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:44.6479654Z [00:03:00.300]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:44.6479973Z [00:03:00.300]➜  EOF
2025-08-20T20:32:44.6483235Z [00:03:00.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster;$WORK/b636=>" -p github.com/golang/freetype/raster -lang=go1.16 -complete -installsuffix shared -buildid xDZmQdvwfi2HIuoxHa1w/xDZmQdvwfi2HIuoxHa1w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/geom.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/paint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/raster.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/stroke.go
2025-08-20T20:32:44.6756926Z [00:03:00.327]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T20:32:44.7101623Z [00:03:00.362]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/d1/d12e7460c7c11eda4c4516d03512d480117976289026e43eacaa09231aeb4102-d # internal
2025-08-20T20:32:44.7108915Z [00:03:00.363]➜  k8s.io/client-go/pkg/apis/clientauthentication
2025-08-20T20:32:44.7109461Z [00:03:00.363]➜  mkdir -p $WORK/b533/
2025-08-20T20:32:44.7110287Z [00:03:00.363]➜  cat >/tmp/go-build3897779518/b533/importcfg << 'EOF' # internal
2025-08-20T20:32:44.7110809Z [00:03:00.363]➜  # import config
2025-08-20T20:32:44.7111357Z [00:03:00.363]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.7112102Z [00:03:00.363]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:44.7112852Z [00:03:00.363]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:44.7113387Z [00:03:00.363]➜  EOF
2025-08-20T20:32:44.7116551Z [00:03:00.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication=>k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication;$WORK/b533=>" -p k8s.io/client-go/pkg/apis/clientauthentication -lang=go1.24 -complete -installsuffix shared -buildid F1gYmk-L4tzxl7p5H983/F1gYmk-L4tzxl7p5H983 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/zz_generated.deepcopy.go
2025-08-20T20:32:44.7427460Z [00:03:00.395]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T20:32:44.7441092Z [00:03:00.396]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/35/3519e93056482efe2b0deafc5f5c16ff8d76251c7dfd9fb2ae2046745d468f13-d # internal
2025-08-20T20:32:44.7474569Z [00:03:00.399]➜  k8s.io/apimachinery/pkg/api/errors
2025-08-20T20:32:44.7474929Z [00:03:00.399]➜  mkdir -p $WORK/b541/
2025-08-20T20:32:44.7482745Z [00:03:00.400]➜  cat >/tmp/go-build3897779518/b541/importcfg << 'EOF' # internal
2025-08-20T20:32:44.7483643Z [00:03:00.400]➜  # import config
2025-08-20T20:32:44.7484497Z [00:03:00.400]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:44.7485730Z [00:03:00.400]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.7486181Z [00:03:00.400]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.7486719Z [00:03:00.400]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.7487328Z [00:03:00.400]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:44.7488134Z [00:03:00.400]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:44.7488820Z [00:03:00.400]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3897779518/b484/_pkg_.a
2025-08-20T20:32:44.7489383Z [00:03:00.400]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:44.7489814Z [00:03:00.400]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:44.7490259Z [00:03:00.400]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.7490577Z [00:03:00.400]➜  EOF
2025-08-20T20:32:44.7492711Z [00:03:00.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/errors=>k8s.io/apimachinery@v0.33.4/pkg/api/errors;$WORK/b541=>" -p k8s.io/apimachinery/pkg/api/errors -lang=go1.24 -complete -installsuffix shared -buildid gx8gHUfIDSvirjY1B5vp/gx8gHUfIDSvirjY1B5vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/errors/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/errors/errors.go
2025-08-20T20:32:44.7782227Z [00:03:00.430]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T20:32:44.7802713Z [00:03:00.432]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/17/172a29b554173b0cfa334d741ea8e778531b28e55957449935276d378772a5f3-d # internal
2025-08-20T20:32:44.7810919Z [00:03:00.433]➜  k8s.io/client-go/pkg/apis/clientauthentication/v1
2025-08-20T20:32:44.7811942Z [00:03:00.433]➜  mkdir -p $WORK/b532/
2025-08-20T20:32:44.7821792Z [00:03:00.434]➜  cat >/tmp/go-build3897779518/b532/importcfg << 'EOF' # internal
2025-08-20T20:32:44.7823444Z [00:03:00.434]➜  # import config
2025-08-20T20:32:44.7824450Z [00:03:00.434]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.7825164Z [00:03:00.434]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:44.7825777Z [00:03:00.434]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:44.7826401Z [00:03:00.434]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:44.7827084Z [00:03:00.434]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:44.7827532Z [00:03:00.434]➜  EOF
2025-08-20T20:32:44.7831575Z [00:03:00.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1=>k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1;$WORK/b532=>" -p k8s.io/client-go/pkg/apis/clientauthentication/v1 -lang=go1.24 -complete -installsuffix shared -buildid a6QQLw1xo9N9urA_f9bh/a6QQLw1xo9N9urA_f9bh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1/zz_generated.defaults.go
2025-08-20T20:32:44.8092742Z [00:03:00.461]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T20:32:44.8146071Z [00:03:00.467]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/a7/a7db5dc04f3a96d87a82e1c1396f08c66f2c19e197d8f0ae7b409ed42907d71c-d # internal
2025-08-20T20:32:44.8151368Z [00:03:00.467]➜  k8s.io/apimachinery/pkg/api/meta
2025-08-20T20:32:44.8151735Z [00:03:00.467]➜  mkdir -p $WORK/b542/
2025-08-20T20:32:44.8160727Z [00:03:00.468]➜  cat >/tmp/go-build3897779518/b542/importcfg << 'EOF' # internal
2025-08-20T20:32:44.8161785Z [00:03:00.468]➜  # import config
2025-08-20T20:32:44.8163178Z [00:03:00.468]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.8163680Z [00:03:00.468]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.8164221Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.8164849Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:44.8165477Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:44.8166101Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:44.8166713Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3897779518/b518/_pkg_.a
2025-08-20T20:32:44.8167327Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3897779518/b485/_pkg_.a
2025-08-20T20:32:44.8168101Z [00:03:00.468]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:44.8168650Z [00:03:00.468]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:44.8169100Z [00:03:00.468]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:44.8169517Z [00:03:00.468]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:44.8170319Z [00:03:00.468]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.8170835Z [00:03:00.468]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:44.8171251Z [00:03:00.468]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:44.8171558Z [00:03:00.468]➜  EOF
2025-08-20T20:32:44.8176011Z [00:03:00.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta=>k8s.io/apimachinery@v0.33.4/pkg/api/meta;$WORK/b542=>" -p k8s.io/apimachinery/pkg/api/meta -lang=go1.24 -complete -installsuffix shared -buildid E_RZXB518xj51d3TVUsY/E_RZXB518xj51d3TVUsY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/conditions.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/firsthit_restmapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/help.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/interfaces.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/lazy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/meta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/multirestmapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/priority.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/api/meta/restmapper.go
2025-08-20T20:32:44.8427425Z [00:03:00.495]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T20:32:44.8447550Z [00:03:00.497]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/bf/bf8a973075f35024fafcbd848cdd588a2c93280df4105e936be645316d715a2f-d # internal
2025-08-20T20:32:44.8460025Z [00:03:00.498]➜  k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
2025-08-20T20:32:44.8463174Z [00:03:00.498]➜  mkdir -p $WORK/b545/
2025-08-20T20:32:44.8478213Z [00:03:00.500]➜  cat >/tmp/go-build3897779518/b545/importcfg << 'EOF' # internal
2025-08-20T20:32:44.8479890Z [00:03:00.500]➜  # import config
2025-08-20T20:32:44.8480482Z [00:03:00.500]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:44.8481074Z [00:03:00.500]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:44.8482314Z [00:03:00.500]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.8486937Z [00:03:00.500]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.8487391Z [00:03:00.500]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:44.8488075Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.8488717Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:44.8489347Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:44.8489971Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3897779518/b518/_pkg_.a
2025-08-20T20:32:44.8490561Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3897779518/b508/_pkg_.a
2025-08-20T20:32:44.8491178Z [00:03:00.500]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:44.8491727Z [00:03:00.500]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:44.8492191Z [00:03:00.500]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:44.8492619Z [00:03:00.500]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.8492935Z [00:03:00.500]➜  EOF
2025-08-20T20:32:44.8496579Z [00:03:00.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured=>k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured;$WORK/b545=>" -p k8s.io/apimachinery/pkg/apis/meta/v1/unstructured -lang=go1.24 -complete -installsuffix shared -buildid i5NwaJKQhdjtbD1gYhPH/i5NwaJKQhdjtbD1gYhPH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured/unstructured.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured/unstructured_list.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go
2025-08-20T20:32:44.8734748Z [00:03:00.525]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T20:32:44.8753210Z [00:03:00.527]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/d6/d6026c93debc8d969207a5b070c32c5e25a238663b81a63bbf522e6993d3d2c4-d # internal
2025-08-20T20:32:44.8756444Z [00:03:00.527]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/get_token
2025-08-20T20:32:44.8763453Z [00:03:00.528]➜  mkdir -p $WORK/b465/
2025-08-20T20:32:44.8770286Z [00:03:00.529]➜  cat >/tmp/go-build3897779518/b465/importcfg << 'EOF' # internal
2025-08-20T20:32:44.8772819Z [00:03:00.529]➜  # import config
2025-08-20T20:32:44.8776245Z [00:03:00.529]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:44.8777873Z [00:03:00.529]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:44.8778745Z [00:03:00.529]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:44.8779741Z [00:03:00.529]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:44.8780565Z [00:03:00.529]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:44.8781142Z [00:03:00.529]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:44.8781762Z [00:03:00.529]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:44.8783004Z [00:03:00.529]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build3897779518/b208/_pkg_.a
2025-08-20T20:32:44.8783646Z [00:03:00.529]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:44.8784305Z [00:03:00.529]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:44.8785095Z [00:03:00.529]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils=/tmp/go-build3897779518/b466/_pkg_.a
2025-08-20T20:32:44.8785882Z [00:03:00.529]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:44.8786418Z [00:03:00.529]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:44.8786967Z [00:03:00.529]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:44.8787658Z [00:03:00.529]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3897779518/b532/_pkg_.a
2025-08-20T20:32:44.8788479Z [00:03:00.529]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:44.8788902Z [00:03:00.529]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:44.8789325Z [00:03:00.529]➜  packagefile os/signal=/tmp/go-build3897779518/b450/_pkg_.a
2025-08-20T20:32:44.8789783Z [00:03:00.529]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:44.8790231Z [00:03:00.529]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:44.8790673Z [00:03:00.529]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:44.8791089Z [00:03:00.529]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:44.8791395Z [00:03:00.529]➜  EOF
2025-08-20T20:32:44.8794626Z [00:03:00.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/get_token;$WORK/b465=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/get_token -lang=go1.25 -complete -installsuffix shared -buildid 2DTLUeuhtw0e5mzrWkaI/2DTLUeuhtw0e5mzrWkaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/agent_get_token.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/cache.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/file_mutex.go
2025-08-20T20:32:44.9990600Z [00:03:00.651]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T20:32:45.0019509Z [00:03:00.653]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/0f/0ff913de9606da9b07e2985b998d953abbbaf4517841e48bca7823a6337a905d-d # internal
2025-08-20T20:32:45.0040453Z [00:03:00.656]➜  k8s.io/apimachinery/pkg/runtime/serializer/versioning
2025-08-20T20:32:45.0043796Z [00:03:00.656]➜  mkdir -p $WORK/b551/
2025-08-20T20:32:45.0044709Z [00:03:00.656]➜  cat >/tmp/go-build3897779518/b551/importcfg << 'EOF' # internal
2025-08-20T20:32:45.0048238Z [00:03:00.657]➜  # import config
2025-08-20T20:32:45.0049013Z [00:03:00.657]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.0071299Z [00:03:00.657]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.0073338Z [00:03:00.657]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3897779518/b545/_pkg_.a
2025-08-20T20:32:45.0075289Z [00:03:00.657]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.0076320Z [00:03:00.657]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.0076891Z [00:03:00.657]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.0077344Z [00:03:00.657]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.0077922Z [00:03:00.657]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.0078274Z [00:03:00.657]➜  EOF
2025-08-20T20:32:45.0080542Z [00:03:00.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/versioning=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/versioning;$WORK/b551=>" -p k8s.io/apimachinery/pkg/runtime/serializer/versioning -lang=go1.24 -complete -installsuffix shared -buildid RLtlrVQc89wiftUjfgqA/RLtlrVQc89wiftUjfgqA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/versioning/versioning.go
2025-08-20T20:32:45.0275207Z [00:03:00.680]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T20:32:45.0326147Z [00:03:00.685]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/03/0370ceb8211cbb2ac66b0f422b0f2c165e7f0207abe3b468bd321d37a07a4a40-d # internal
2025-08-20T20:32:45.0327513Z [00:03:00.685]➜  k8s.io/apimachinery/pkg/runtime/serializer/json
2025-08-20T20:32:45.0331044Z [00:03:00.685]➜  mkdir -p $WORK/b544/
2025-08-20T20:32:45.0337259Z [00:03:00.686]➜  cat >/tmp/go-build3897779518/b544/importcfg << 'EOF' # internal
2025-08-20T20:32:45.0340227Z [00:03:00.686]➜  # import config
2025-08-20T20:32:45.0340662Z [00:03:00.686]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.0341117Z [00:03:00.686]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.0341524Z [00:03:00.686]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.0342071Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3897779518/b542/_pkg_.a
2025-08-20T20:32:45.0342695Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.0343386Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3897779518/b545/_pkg_.a
2025-08-20T20:32:45.0344080Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:45.0345048Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.0345745Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.0346460Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3897779518/b546/_pkg_.a
2025-08-20T20:32:45.0347165Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3897779518/b547/_pkg_.a
2025-08-20T20:32:45.0348057Z [00:03:00.686]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3897779518/b548/_pkg_.a
2025-08-20T20:32:45.0348662Z [00:03:00.686]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.0349109Z [00:03:00.686]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:45.0349557Z [00:03:00.686]➜  packagefile sigs.k8s.io/json=/tmp/go-build3897779518/b509/_pkg_.a
2025-08-20T20:32:45.0350069Z [00:03:00.686]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3897779518/b549/_pkg_.a
2025-08-20T20:32:45.0350520Z [00:03:00.686]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:45.0350939Z [00:03:00.686]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:45.0351355Z [00:03:00.686]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.0351669Z [00:03:00.686]➜  EOF
2025-08-20T20:32:45.0406959Z [00:03:00.690]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T20:32:45.0411188Z [00:03:00.693]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/c2/c2930a2a723c11f790f361bed833b6b1c03c486832578657d4d590fdb74ae359-d # internal
2025-08-20T20:32:45.0412688Z [00:03:00.693]➜  k8s.io/apimachinery/pkg/runtime/serializer/protobuf
2025-08-20T20:32:45.0413666Z [00:03:00.693]➜  mkdir -p $WORK/b550/
2025-08-20T20:32:45.0414086Z [00:03:00.693]➜  cat >/tmp/go-build3897779518/b550/importcfg << 'EOF' # internal
2025-08-20T20:32:45.0414439Z [00:03:00.693]➜  # import config
2025-08-20T20:32:45.0414811Z [00:03:00.693]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.0415236Z [00:03:00.693]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.0415652Z [00:03:00.693]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.0416155Z [00:03:00.693]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:45.0416652Z [00:03:00.693]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.0417166Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3897779518/b542/_pkg_.a
2025-08-20T20:32:45.0417968Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.0418650Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:45.0419268Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.0419892Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.0420603Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3897779518/b546/_pkg_.a
2025-08-20T20:32:45.0421299Z [00:03:00.693]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3897779518/b547/_pkg_.a
2025-08-20T20:32:45.0421846Z [00:03:00.693]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.0432600Z [00:03:00.693]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:45.0433232Z [00:03:00.693]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:45.0433680Z [00:03:00.693]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.0433998Z [00:03:00.693]➜  EOF
2025-08-20T20:32:45.0437139Z [00:03:00.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/protobuf=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/protobuf;$WORK/b550=>" -p k8s.io/apimachinery/pkg/runtime/serializer/protobuf -lang=go1.24 -complete -installsuffix shared -buildid hQLBz6-zUoq4X_t2gamq/hQLBz6-zUoq4X_t2gamq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/protobuf/collections.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/protobuf/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/protobuf/protobuf.go
2025-08-20T20:32:45.0442391Z [00:03:00.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/json=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/json;$WORK/b544=>" -p k8s.io/apimachinery/pkg/runtime/serializer/json -lang=go1.24 -complete -installsuffix shared -buildid OglEI5vQSOH6MtjRyLFt/OglEI5vQSOH6MtjRyLFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/json/collections.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/json/json.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/json/meta.go
2025-08-20T20:32:45.1300128Z [00:03:00.782]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T20:32:45.1306133Z [00:03:00.783]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T20:32:45.1313320Z [00:03:00.783]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/00/00ec64822537b6594ad144f2f7872e2226e8c707a786372065cbe9e7a39952ae-d # internal
2025-08-20T20:32:45.1314878Z [00:03:00.784]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor
2025-08-20T20:32:45.1315598Z [00:03:00.784]➜  mkdir -p $WORK/b552/
2025-08-20T20:32:45.1317780Z [00:03:00.784]➜  cat >/tmp/go-build3897779518/b552/importcfg << 'EOF' # internal
2025-08-20T20:32:45.1318303Z [00:03:00.784]➜  # import config
2025-08-20T20:32:45.1318663Z [00:03:00.784]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.1319116Z [00:03:00.784]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:45.1319562Z [00:03:00.784]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.1319986Z [00:03:00.784]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.1320503Z [00:03:00.784]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3897779518/b474/_pkg_.a
2025-08-20T20:32:45.1320982Z [00:03:00.784]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.1321514Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.1322218Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3897779518/b545/_pkg_.a
2025-08-20T20:32:45.1322892Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.1323515Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.1324268Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3897779518/b473/_pkg_.a
2025-08-20T20:32:45.1325114Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3897779518/b546/_pkg_.a
2025-08-20T20:32:45.1325821Z [00:03:00.784]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:45.1326344Z [00:03:00.784]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.1326772Z [00:03:00.784]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.1327184Z [00:03:00.784]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.1327492Z [00:03:00.784]➜  EOF
2025-08-20T20:32:45.1338879Z [00:03:00.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor;$WORK/b552=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor -lang=go1.24 -complete -installsuffix shared -buildid CIgartufnGMyFKqQOmCu/CIgartufnGMyFKqQOmCu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/cbor.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/framer.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/cbor/raw.go
2025-08-20T20:32:45.1341741Z [00:03:00.786]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/8d/8d1ad2859e0e263de7f3adaf70f60d14ebeea0e81072bdfda23224fc9233e6c7-d # internal
2025-08-20T20:32:45.1350842Z [00:03:00.787]➜  k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
2025-08-20T20:32:45.1351337Z [00:03:00.787]➜  mkdir -p $WORK/b560/
2025-08-20T20:32:45.1354162Z [00:03:00.788]➜  cat >/tmp/go-build3897779518/b560/importcfg << 'EOF' # internal
2025-08-20T20:32:45.1355145Z [00:03:00.788]➜  # import config
2025-08-20T20:32:45.1355702Z [00:03:00.788]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.1356344Z [00:03:00.788]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:45.1357367Z [00:03:00.788]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.1358167Z [00:03:00.788]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.1358852Z [00:03:00.788]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:45.1359299Z [00:03:00.788]➜  EOF
2025-08-20T20:32:45.1363462Z [00:03:00.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1=>k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1;$WORK/b560=>" -p k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid ZH48MWS-3hdVXbGFyCF7/ZH48MWS-3hdVXbGFyCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go
2025-08-20T20:32:45.1441999Z [00:03:00.796]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T20:32:45.1468867Z [00:03:00.799]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/6c/6cdcf5a960d917036f5835ee4b2463d3a7bfc9a89f46b0d7cc7bf607de8c63c7-d # internal
2025-08-20T20:32:45.1469514Z [00:03:00.799]➜  k8s.io/apimachinery/pkg/runtime/serializer
2025-08-20T20:32:45.1469837Z [00:03:00.799]➜  mkdir -p $WORK/b543/
2025-08-20T20:32:45.1470507Z [00:03:00.799]➜  cat >/tmp/go-build3897779518/b543/importcfg << 'EOF' # internal
2025-08-20T20:32:45.1470871Z [00:03:00.799]➜  # import config
2025-08-20T20:32:45.1471309Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.1471938Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.1472623Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3897779518/b544/_pkg_.a
2025-08-20T20:32:45.1473661Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3897779518/b550/_pkg_.a
2025-08-20T20:32:45.1474504Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3897779518/b546/_pkg_.a
2025-08-20T20:32:45.1475274Z [00:03:00.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3897779518/b551/_pkg_.a
2025-08-20T20:32:45.1475756Z [00:03:00.799]➜  EOF
2025-08-20T20:32:45.1478254Z [00:03:00.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer=>k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer;$WORK/b543=>" -p k8s.io/apimachinery/pkg/runtime/serializer -lang=go1.24 -complete -installsuffix shared -buildid QxNOjF4q_9hi5gTu9EIK/QxNOjF4q_9hi5gTu9EIK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/codec_factory.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/runtime/serializer/negotiated_codec.go
2025-08-20T20:32:45.2203767Z [00:03:00.872]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
﻿2025-08-20T20:32:45.2218151Z [00:03:00.874]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/ce/cef60178fb83f1b22abd704b527e32ecffa61eb39315883bd14e73709b8b8ad2-d # internal
2025-08-20T20:32:45.2218823Z [00:03:00.874]➜  k8s.io/client-go/rest/watch
2025-08-20T20:32:45.2219389Z [00:03:00.874]➜  mkdir -p $WORK/b569/
2025-08-20T20:32:45.2219796Z [00:03:00.874]➜  cat >/tmp/go-build3897779518/b569/importcfg << 'EOF' # internal
2025-08-20T20:32:45.2220143Z [00:03:00.874]➜  # import config
2025-08-20T20:32:45.2220505Z [00:03:00.874]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.2220940Z [00:03:00.874]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.2221469Z [00:03:00.874]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.2222139Z [00:03:00.874]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.2222833Z [00:03:00.874]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3897779518/b553/_pkg_.a
2025-08-20T20:32:45.2223549Z [00:03:00.874]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3897779518/b522/_pkg_.a
2025-08-20T20:32:45.2223935Z [00:03:00.874]➜  EOF
2025-08-20T20:32:45.2225892Z [00:03:00.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/watch=>k8s.io/client-go@v0.33.4/rest/watch;$WORK/b569=>" -p k8s.io/client-go/rest/watch -lang=go1.24 -complete -installsuffix shared -buildid bfdodNt8s82zbn7BU6qb/bfdodNt8s82zbn7BU6qb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/watch/decoder.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/watch/encoder.go
2025-08-20T20:32:45.2339109Z [00:03:00.886]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T20:32:45.2340118Z [00:03:00.886]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T20:32:45.2360522Z [00:03:00.888]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/23/239cda58acefe0511176dd8d548348b5519d909694e08a557474f50c579cc492-d # internal
2025-08-20T20:32:45.2370698Z [00:03:00.889]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/17/17d33c2618e1c67fc855fa28bb52140af452149e3d6a976d4df03cb260e206e0-d # internal
2025-08-20T20:32:45.2371634Z [00:03:00.889]➜  k8s.io/client-go/pkg/apis/clientauthentication/install
2025-08-20T20:32:45.2372160Z [00:03:00.889]➜  mkdir -p $WORK/b559/
2025-08-20T20:32:45.2372624Z [00:03:00.889]➜  k8s.io/client-go/tools/clientcmd/api/latest
2025-08-20T20:32:45.2373035Z [00:03:00.889]➜  mkdir -p $WORK/b574/
2025-08-20T20:32:45.2376635Z [00:03:00.890]➜  cat >/tmp/go-build3897779518/b559/importcfg << 'EOF' # internal
2025-08-20T20:32:45.2377023Z [00:03:00.890]➜  # import config
2025-08-20T20:32:45.2378103Z [00:03:00.890]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.2378982Z [00:03:00.890]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:45.2379773Z [00:03:00.890]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:45.2380599Z [00:03:00.890]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3897779518/b532/_pkg_.a
2025-08-20T20:32:45.2381475Z [00:03:00.890]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3897779518/b560/_pkg_.a
2025-08-20T20:32:45.2382067Z [00:03:00.890]➜  EOF
2025-08-20T20:32:45.2384352Z [00:03:00.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/install=>k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/install;$WORK/b559=>" -p k8s.io/client-go/pkg/apis/clientauthentication/install -lang=go1.24 -complete -installsuffix shared -buildid ISmZFWXsEcZhOafEsjSz/ISmZFWXsEcZhOafEsjSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/pkg/apis/clientauthentication/install/install.go
2025-08-20T20:32:45.2386767Z [00:03:00.891]➜  cat >/tmp/go-build3897779518/b574/importcfg << 'EOF' # internal
2025-08-20T20:32:45.2387243Z [00:03:00.891]➜  # import config
2025-08-20T20:32:45.2388094Z [00:03:00.891]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.2388862Z [00:03:00.891]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.2389651Z [00:03:00.891]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3897779518/b544/_pkg_.a
2025-08-20T20:32:45.2390538Z [00:03:00.891]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3897779518/b551/_pkg_.a
2025-08-20T20:32:45.2391382Z [00:03:00.891]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:45.2392108Z [00:03:00.891]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:45.2392856Z [00:03:00.891]➜  packagefile k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3897779518/b575/_pkg_.a
2025-08-20T20:32:45.2393369Z [00:03:00.891]➜  EOF
2025-08-20T20:32:45.2395455Z [00:03:00.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/latest=>k8s.io/client-go@v0.33.4/tools/clientcmd/api/latest;$WORK/b574=>" -p k8s.io/client-go/tools/clientcmd/api/latest -lang=go1.24 -complete -installsuffix shared -buildid JWREhkaolc68lLO96q2x/JWREhkaolc68lLO96q2x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/api/latest/latest.go
2025-08-20T20:32:45.2547951Z [00:03:00.907]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T20:32:45.2564959Z [00:03:00.908]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/f9/f9734392dbfcc095b629994d6a8f224597ae15a061a1f5f4988a8a87d4147543-d # internal
2025-08-20T20:32:45.2565676Z [00:03:00.908]➜  github.com/golang/freetype/truetype
2025-08-20T20:32:45.2565991Z [00:03:00.908]➜  mkdir -p $WORK/b635/
2025-08-20T20:32:45.2575800Z [00:03:00.909]➜  cat >/tmp/go-build3897779518/b635/importcfg << 'EOF' # internal
2025-08-20T20:32:45.2590579Z [00:03:00.910]➜  # import config
2025-08-20T20:32:45.2590956Z [00:03:00.910]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.2591383Z [00:03:00.910]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.2591902Z [00:03:00.910]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build3897779518/b636/_pkg_.a
2025-08-20T20:32:45.2592480Z [00:03:00.910]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:45.2593384Z [00:03:00.910]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:45.2593962Z [00:03:00.910]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:45.2594391Z [00:03:00.910]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:45.2594697Z [00:03:00.910]➜  EOF
2025-08-20T20:32:45.2600057Z [00:03:00.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype;$WORK/b635=>" -p github.com/golang/freetype/truetype -lang=go1.16 -complete -installsuffix shared -buildid 9AH0E3KmNkl3diDk7z7H/9AH0E3KmNkl3diDk7z7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/face.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/glyph.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/hint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/opcodes.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/truetype.go
2025-08-20T20:32:45.2875124Z [00:03:00.939]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T20:32:45.2886911Z [00:03:00.941]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/aa/aab375f8bdd1597a5b0a715f7cfe330280578bc073f1d1534f28d0f42218630c-d # internal
2025-08-20T20:32:45.2892266Z [00:03:00.941]➜  k8s.io/client-go/plugin/pkg/client/auth/exec
2025-08-20T20:32:45.2892683Z [00:03:00.941]➜  mkdir -p $WORK/b557/
2025-08-20T20:32:45.2893066Z [00:03:00.941]➜  cat >/tmp/go-build3897779518/b557/importcfg << 'EOF' # internal
2025-08-20T20:32:45.2893439Z [00:03:00.941]➜  # import config
2025-08-20T20:32:45.2893774Z [00:03:00.941]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.2894232Z [00:03:00.941]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:45.2894688Z [00:03:00.941]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:45.2895134Z [00:03:00.941]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.2910264Z [00:03:00.941]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.2910784Z [00:03:00.941]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:45.2911235Z [00:03:00.941]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.2911641Z [00:03:00.941]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:45.2912160Z [00:03:00.941]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.2912787Z [00:03:00.942]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.2913826Z [00:03:00.942]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3897779518/b543/_pkg_.a
2025-08-20T20:32:45.2914547Z [00:03:00.942]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3897779518/b558/_pkg_.a
2025-08-20T20:32:45.2915163Z [00:03:00.942]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3897779518/b523/_pkg_.a
2025-08-20T20:32:45.2915850Z [00:03:00.942]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:45.2916604Z [00:03:00.942]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3897779518/b559/_pkg_.a
2025-08-20T20:32:45.2917353Z [00:03:00.942]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3897779518/b532/_pkg_.a
2025-08-20T20:32:45.2918358Z [00:03:00.942]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3897779518/b560/_pkg_.a
2025-08-20T20:32:45.2919063Z [00:03:00.942]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:45.2919658Z [00:03:00.942]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3897779518/b562/_pkg_.a
2025-08-20T20:32:45.2920222Z [00:03:00.942]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3897779518/b563/_pkg_.a
2025-08-20T20:32:45.2920800Z [00:03:00.942]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3897779518/b566/_pkg_.a
2025-08-20T20:32:45.2921571Z [00:03:00.942]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.2922066Z [00:03:00.942]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:45.2922550Z [00:03:00.942]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:45.2922969Z [00:03:00.942]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:45.2923382Z [00:03:00.942]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.2923801Z [00:03:00.942]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:45.2924223Z [00:03:00.942]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.2924648Z [00:03:00.942]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.2925305Z [00:03:00.942]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.2925740Z [00:03:00.942]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.2926053Z [00:03:00.942]➜  EOF
2025-08-20T20:32:45.2928573Z [00:03:00.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/plugin/pkg/client/auth/exec=>k8s.io/client-go@v0.33.4/plugin/pkg/client/auth/exec;$WORK/b557=>" -p k8s.io/client-go/plugin/pkg/client/auth/exec -lang=go1.24 -complete -installsuffix shared -buildid lU4uVIY4AnPLQqiDvuNE/lU4uVIY4AnPLQqiDvuNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/plugin/pkg/client/auth/exec/exec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/plugin/pkg/client/auth/exec/metrics.go
2025-08-20T20:32:45.3033407Z [00:03:00.955]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T20:32:45.3049587Z [00:03:00.957]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/4c/4c268e1c96d04f6ddbe161e432f0a76867de0198f39cbe428e0c9b2bfbd7d461-d # internal
2025-08-20T20:32:45.3050356Z [00:03:00.957]➜  oss.terrastruct.com/d2/lib/log
2025-08-20T20:32:45.3050800Z [00:03:00.957]➜  mkdir -p $WORK/b638/
2025-08-20T20:32:45.3056706Z [00:03:00.958]➜  cat >/tmp/go-build3897779518/b638/importcfg << 'EOF' # internal
2025-08-20T20:32:45.3059151Z [00:03:00.958]➜  # import config
2025-08-20T20:32:45.3059895Z [00:03:00.958]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:45.3061084Z [00:03:00.958]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.3062799Z [00:03:00.958]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:45.3064476Z [00:03:00.958]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.3065003Z [00:03:00.958]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:45.3065463Z [00:03:00.958]➜  packagefile testing=/tmp/go-build3897779518/b345/_pkg_.a
2025-08-20T20:32:45.3065884Z [00:03:00.958]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.3066198Z [00:03:00.958]➜  EOF
2025-08-20T20:32:45.3072664Z [00:03:00.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/log=>oss.terrastruct.com/d2@v0.7.0/lib/log;$WORK/b638=>" -p oss.terrastruct.com/d2/lib/log -lang=go1.23 -complete -installsuffix shared -buildid DBw0BCSWEpC4mOwzFh-W/DBw0BCSWEpC4mOwzFh-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/log/levelhandler.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/log/log.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/log/prettyhandler.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/log/tbhandler.go
2025-08-20T20:32:45.3478754Z [00:03:00.999]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T20:32:45.3479322Z [00:03:01.000]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T20:32:45.3486603Z [00:03:01.001]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/32/32be0629810f3415aefaa3f9ab37df64cbe2147ff3b4a67b67d3eb6800c393b1-d # internal
2025-08-20T20:32:45.3487836Z [00:03:01.001]➜  oss.terrastruct.com/d2/lib/version
2025-08-20T20:32:45.3488296Z [00:03:01.001]➜  mkdir -p $WORK/b649/
2025-08-20T20:32:45.3518856Z [00:03:01.001]➜  cat >/tmp/go-build3897779518/b649/importcfg << 'EOF' # internal
2025-08-20T20:32:45.3519263Z [00:03:01.001]➜  # import config
2025-08-20T20:32:45.3519615Z [00:03:01.001]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:45.3519933Z [00:03:01.001]➜  EOF
2025-08-20T20:32:45.3521797Z [00:03:01.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/version=>oss.terrastruct.com/d2@v0.7.0/lib/version;$WORK/b649=>" -p oss.terrastruct.com/d2/lib/version -lang=go1.23 -complete -installsuffix shared -buildid _wXncJjYjUbJ1Lv4eRZi/_wXncJjYjUbJ1Lv4eRZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/version/version.go
2025-08-20T20:32:45.3525156Z [00:03:01.005]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/29/291e516c9a2a77b15ed5348fa3fe497355bfdbea783accf2d53bfe6a903b3885-d # internal
2025-08-20T20:32:45.3541070Z [00:03:01.006]➜  github.com/dop251/goja
2025-08-20T20:32:45.3543356Z [00:03:01.007]➜  mkdir -p $WORK/b610/
2025-08-20T20:32:45.3549782Z [00:03:01.007]➜  cat >/tmp/go-build3897779518/b610/importcfg << 'EOF' # internal
2025-08-20T20:32:45.3550159Z [00:03:01.007]➜  # import config
2025-08-20T20:32:45.3550524Z [00:03:01.007]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.3550974Z [00:03:01.007]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.3551422Z [00:03:01.007]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.3551841Z [00:03:01.007]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.3552327Z [00:03:01.007]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3897779518/b235/_pkg_.a
2025-08-20T20:32:45.3552893Z [00:03:01.007]➜  packagefile github.com/dop251/goja/ast=/tmp/go-build3897779518/b611/_pkg_.a
2025-08-20T20:32:45.3553455Z [00:03:01.007]➜  packagefile github.com/dop251/goja/file=/tmp/go-build3897779518/b612/_pkg_.a
2025-08-20T20:32:45.3554260Z [00:03:01.007]➜  packagefile github.com/dop251/goja/ftoa=/tmp/go-build3897779518/b617/_pkg_.a
2025-08-20T20:32:45.3554948Z [00:03:01.007]➜  packagefile github.com/dop251/goja/parser=/tmp/go-build3897779518/b619/_pkg_.a
2025-08-20T20:32:45.3555966Z [00:03:01.007]➜  packagefile github.com/dop251/goja/token=/tmp/go-build3897779518/b615/_pkg_.a
2025-08-20T20:32:45.3556781Z [00:03:01.007]➜  packagefile github.com/dop251/goja/unistring=/tmp/go-build3897779518/b616/_pkg_.a
2025-08-20T20:32:45.3557501Z [00:03:01.007]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3897779518/b621/_pkg_.a
2025-08-20T20:32:45.3558317Z [00:03:01.007]➜  packagefile go/ast=/tmp/go-build3897779518/b497/_pkg_.a
2025-08-20T20:32:45.3558941Z [00:03:01.007]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:45.3559625Z [00:03:01.007]➜  packagefile golang.org/x/text/collate=/tmp/go-build3897779518/b622/_pkg_.a
2025-08-20T20:32:45.3560297Z [00:03:01.007]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:45.3560984Z [00:03:01.007]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:45.3561600Z [00:03:01.007]➜  packagefile hash/maphash=/tmp/go-build3897779518/b624/_pkg_.a
2025-08-20T20:32:45.3562155Z [00:03:01.007]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.3562680Z [00:03:01.007]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:45.3563239Z [00:03:01.007]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:45.3563801Z [00:03:01.007]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:45.3564336Z [00:03:01.007]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:45.3565123Z [00:03:01.007]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.3565636Z [00:03:01.007]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:45.3566164Z [00:03:01.007]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:45.3566688Z [00:03:01.007]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:45.3567224Z [00:03:01.007]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.3567981Z [00:03:01.007]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.3568555Z [00:03:01.007]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.3569344Z [00:03:01.007]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:45.3569903Z [00:03:01.007]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.3570510Z [00:03:01.007]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:45.3571119Z [00:03:01.007]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:45.3571473Z [00:03:01.007]➜  EOF
2025-08-20T20:32:45.3605356Z [00:03:01.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2=>github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2;$WORK/b610=>" -p github.com/dop251/goja -lang=go1.20 -complete -installsuffix shared -buildid 7uipAHkDiInBubz061qq/7uipAHkDiInBubz061qq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/array.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/array_sparse.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_array.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_bigint.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_boolean.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_date.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_error.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_function.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_global.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_json.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_map.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_math.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_number.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_object.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_promise.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_proxy.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_reflect.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_regexp.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_set.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_string.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_symbol.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_typedarrays.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_weakmap.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/builtin_weakset.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/compiler.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/compiler_expr.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/compiler_stmt.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/date.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/date_parser.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/destruct.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/func.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/ipow.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/map.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_args.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_dynamic.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_goarray_reflect.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_gomap.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_gomap_reflect.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_goreflect.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_goslice.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_goslice_reflect.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/object_template.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/profiler.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/proxy.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/regexp.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/runtime.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/string.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/string_ascii.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/string_imported.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/string_unicode.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/typedarrays.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/value.go /root/go/pkg/mod/github.com/dop251/goja@v0.0.0-20240927123429-241b342198c2/vm.go
2025-08-20T20:32:45.3622114Z [00:03:01.011]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T20:32:45.3622931Z [00:03:01.011]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/03/03e8b8b0a6c8e5fef93cf14e212c779df8a01e3291300e7f5e19cf62abbce138-d # internal
2025-08-20T20:32:45.3623604Z [00:03:01.011]➜  oss.terrastruct.com/util-go/xrand
2025-08-20T20:32:45.3623908Z [00:03:01.011]➜  mkdir -p $WORK/b651/
2025-08-20T20:32:45.3624277Z [00:03:01.011]➜  cat >/tmp/go-build3897779518/b651/importcfg << 'EOF' # internal
2025-08-20T20:32:45.3624623Z [00:03:01.011]➜  # import config
2025-08-20T20:32:45.3624981Z [00:03:01.011]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:45.3625456Z [00:03:01.011]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:45.3625898Z [00:03:01.011]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.3626302Z [00:03:01.011]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.3626722Z [00:03:01.011]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:45.3627166Z [00:03:01.011]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.3627589Z [00:03:01.011]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.3628224Z [00:03:01.011]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:45.3628557Z [00:03:01.011]➜  EOF
2025-08-20T20:32:45.3630663Z [00:03:01.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xrand=>oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xrand;$WORK/b651=>" -p oss.terrastruct.com/util-go/xrand -lang=go1.18 -complete -installsuffix shared -buildid dZC-DN1mfWa7lub0i28K/dZC-DN1mfWa7lub0i28K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/util-go@v0.0.0-20250213174338-243d8661088a/xrand/xrand.go
2025-08-20T20:32:45.3847265Z [00:03:01.036]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T20:32:45.3863473Z [00:03:01.038]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/32/32e64f76ef42d76320c6da66198aecbeed2f864fe996e20e573d50e611984573-d # internal
2025-08-20T20:32:45.3869603Z [00:03:01.038]➜  gitlab.com/gitlab-org/cli/internal/commands/completion
2025-08-20T20:32:45.3869981Z [00:03:01.038]➜  mkdir -p $WORK/b652/
2025-08-20T20:32:45.3870361Z [00:03:01.038]➜  cat >/tmp/go-build3897779518/b652/importcfg << 'EOF' # internal
2025-08-20T20:32:45.3870720Z [00:03:01.038]➜  # import config
2025-08-20T20:32:45.3871048Z [00:03:01.038]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.3871577Z [00:03:01.038]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.3872151Z [00:03:01.038]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.3872762Z [00:03:01.038]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.3873210Z [00:03:01.038]➜  EOF
2025-08-20T20:32:45.3875279Z [00:03:01.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion=>gitlab.com/gitlab-org/cli/internal/commands/completion;$WORK/b652=>" -p gitlab.com/gitlab-org/cli/internal/commands/completion -lang=go1.25 -complete -installsuffix shared -buildid AhZUiw2Pa1Sa9vjZHRwF/AhZUiw2Pa1Sa9vjZHRwF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion/completion.go
2025-08-20T20:32:45.4029903Z [00:03:01.055]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T20:32:45.4058931Z [00:03:01.058]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/53/534af0af3aea303711d2a7ceef864814553450f0cf612e74f142afe6849daf90-d # internal
2025-08-20T20:32:45.4064514Z [00:03:01.059]➜  k8s.io/client-go/rest
2025-08-20T20:32:45.4065877Z [00:03:01.059]➜  mkdir -p $WORK/b539/
2025-08-20T20:32:45.4073049Z [00:03:01.059]➜  cat >/tmp/go-build3897779518/b539/importcfg << 'EOF' # internal
2025-08-20T20:32:45.4073823Z [00:03:01.059]➜  # import config
2025-08-20T20:32:45.4074820Z [00:03:01.059]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.4075332Z [00:03:01.059]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:45.4075786Z [00:03:01.059]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:45.4076278Z [00:03:01.059]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:45.4076756Z [00:03:01.059]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:45.4077197Z [00:03:01.059]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.4077614Z [00:03:01.059]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.4078257Z [00:03:01.059]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3897779518/b540/_pkg_.a
2025-08-20T20:32:45.4078839Z [00:03:01.059]➜  packagefile golang.org/x/net/http2=/tmp/go-build3897779518/b524/_pkg_.a
2025-08-20T20:32:45.4079304Z [00:03:01.059]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.4079831Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3897779518/b541/_pkg_.a
2025-08-20T20:32:45.4080454Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3897779518/b542/_pkg_.a
2025-08-20T20:32:45.4081444Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:45.4082075Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:45.4082677Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.4083302Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.4083975Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3897779518/b543/_pkg_.a
2025-08-20T20:32:45.4084678Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor=/tmp/go-build3897779518/b552/_pkg_.a
2025-08-20T20:32:45.4085630Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3897779518/b553/_pkg_.a
2025-08-20T20:32:45.4086300Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3897779518/b518/_pkg_.a
2025-08-20T20:32:45.4086899Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3897779518/b523/_pkg_.a
2025-08-20T20:32:45.4087497Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:45.4088275Z [00:03:01.059]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3897779518/b522/_pkg_.a
2025-08-20T20:32:45.4088836Z [00:03:01.059]➜  packagefile k8s.io/client-go/features=/tmp/go-build3897779518/b554/_pkg_.a
2025-08-20T20:32:45.4089479Z [00:03:01.059]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:45.4090109Z [00:03:01.059]➜  packagefile k8s.io/client-go/pkg/version=/tmp/go-build3897779518/b555/_pkg_.a
2025-08-20T20:32:45.4090741Z [00:03:01.059]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3897779518/b557/_pkg_.a
2025-08-20T20:32:45.4091359Z [00:03:01.059]➜  packagefile k8s.io/client-go/rest/watch=/tmp/go-build3897779518/b569/_pkg_.a
2025-08-20T20:32:45.4091957Z [00:03:01.059]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:45.4092550Z [00:03:01.059]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3897779518/b562/_pkg_.a
2025-08-20T20:32:45.4093114Z [00:03:01.059]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3897779518/b563/_pkg_.a
2025-08-20T20:32:45.4093662Z [00:03:01.059]➜  packagefile k8s.io/client-go/util/cert=/tmp/go-build3897779518/b570/_pkg_.a
2025-08-20T20:32:45.4094499Z [00:03:01.059]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3897779518/b572/_pkg_.a
2025-08-20T20:32:45.4095118Z [00:03:01.059]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.4095641Z [00:03:01.059]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:45.4096094Z [00:03:01.059]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:45.4096506Z [00:03:01.059]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:45.4096925Z [00:03:01.059]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:45.4097393Z [00:03:01.059]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:45.4118487Z [00:03:01.059]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:45.4118965Z [00:03:01.059]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.4119409Z [00:03:01.059]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:45.4119855Z [00:03:01.059]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:45.4120329Z [00:03:01.059]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.4120772Z [00:03:01.059]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:45.4121193Z [00:03:01.059]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.4121948Z [00:03:01.059]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.4122367Z [00:03:01.059]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.4122801Z [00:03:01.059]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:45.4123232Z [00:03:01.059]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.4123539Z [00:03:01.059]➜  EOF
2025-08-20T20:32:45.4127397Z [00:03:01.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest=>k8s.io/client-go@v0.33.4/rest;$WORK/b539=>" -p k8s.io/client-go/rest -lang=go1.24 -complete -installsuffix shared -buildid VkXbbmVJ1QHEq_T2eX2-/VkXbbmVJ1QHEq_T2eX2- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/exec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/plugin.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/request.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/transport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/url_utils.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/urlbackoff.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/warnings.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/with_retry.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/rest/zz_generated.deepcopy.go
2025-08-20T20:32:45.4154039Z [00:03:01.068]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T20:32:45.4163885Z [00:03:01.068]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/f6/f62872c6b44faf0b2d18acc5d917ea55e404be0bb30bba99ff772d105ff087ca-d # internal
2025-08-20T20:32:45.4164760Z [00:03:01.069]➜  gitlab.com/gitlab-org/cli/internal/commands/config
2025-08-20T20:32:45.4165100Z [00:03:01.069]➜  mkdir -p $WORK/b653/
2025-08-20T20:32:45.4171875Z [00:03:01.069]➜  cat >/tmp/go-build3897779518/b653/importcfg << 'EOF' # internal
2025-08-20T20:32:45.4173029Z [00:03:01.069]➜  # import config
2025-08-20T20:32:45.4173804Z [00:03:01.069]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.4174366Z [00:03:01.069]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.4174945Z [00:03:01.069]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.4175560Z [00:03:01.069]➜  packagefile gitlab.com/gitlab-org/cli/internal/browser=/tmp/go-build3897779518/b291/_pkg_.a
2025-08-20T20:32:45.4176525Z [00:03:01.069]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.4177280Z [00:03:01.069]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:45.4177827Z [00:03:01.069]➜  EOF
2025-08-20T20:32:45.4179865Z [00:03:01.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config=>gitlab.com/gitlab-org/cli/internal/commands/config;$WORK/b653=>" -p gitlab.com/gitlab-org/cli/internal/commands/config -lang=go1.25 -complete -installsuffix shared -buildid i8M-G5MXptAvCv8AWIk5/i8M-G5MXptAvCv8AWIk5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config/config.go
2025-08-20T20:32:45.4409215Z [00:03:01.093]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T20:32:45.4431336Z [00:03:01.095]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/43/43b35259c081632404a0ba32300c235a8ee423c1f127d123142b70aa741342b6-d # internal
2025-08-20T20:32:45.4432022Z [00:03:01.095]➜  oss.terrastruct.com/d2/lib/textmeasure
2025-08-20T20:32:45.4432358Z [00:03:01.095]➜  mkdir -p $WORK/b632/
2025-08-20T20:32:45.4443845Z [00:03:01.096]➜  cat >/tmp/go-build3897779518/b632/importcfg << 'EOF' # internal
2025-08-20T20:32:45.4444286Z [00:03:01.096]➜  # import config
2025-08-20T20:32:45.4444974Z [00:03:01.096]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:45.4445393Z [00:03:01.096]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.4445895Z [00:03:01.096]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3897779518/b633/_pkg_.a
2025-08-20T20:32:45.4446504Z [00:03:01.096]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build3897779518/b635/_pkg_.a
2025-08-20T20:32:45.4447081Z [00:03:01.096]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:45.4447630Z [00:03:01.096]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3897779518/b286/_pkg_.a
2025-08-20T20:32:45.4450542Z [00:03:01.096]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:45.4451408Z [00:03:01.096]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build3897779518/b290/_pkg_.a
2025-08-20T20:32:45.4452052Z [00:03:01.096]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3897779518/b288/_pkg_.a
2025-08-20T20:32:45.4452672Z [00:03:01.096]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:45.4453233Z [00:03:01.096]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:45.4453791Z [00:03:01.096]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:45.4454334Z [00:03:01.096]➜  packagefile golang.org/x/net/html=/tmp/go-build3897779518/b272/_pkg_.a
2025-08-20T20:32:45.4454808Z [00:03:01.096]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:45.4455361Z [00:03:01.096]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:45.4455987Z [00:03:01.096]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:45.4456568Z [00:03:01.096]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:45.4457070Z [00:03:01.096]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:45.4457486Z [00:03:01.096]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:45.4458097Z [00:03:01.096]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.4458533Z [00:03:01.096]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:45.4458980Z [00:03:01.096]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:45.4459312Z [00:03:01.096]➜  EOF
2025-08-20T20:32:45.4462857Z [00:03:01.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure=>oss.terrastruct.com/d2@v0.7.0/lib/textmeasure;$WORK/b632=>" -p oss.terrastruct.com/d2/lib/textmeasure -lang=go1.23 -complete -installsuffix shared -buildid QYyVaowiE6ie38lAWQHa/QYyVaowiE6ie38lAWQHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/atlas.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/links.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/markdown.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/rect.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/substitutions.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/textmeasure/textmeasure.go
2025-08-20T20:32:45.4796754Z [00:03:01.132]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T20:32:45.4825863Z [00:03:01.134]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/d1/d12370829f39d73d177d33d1e26bc01c8d16a60f0752f0e6e0862ac72b312ac0-d # internal
2025-08-20T20:32:45.4828310Z [00:03:01.135]➜  gitlab.com/gitlab-org/cli/internal/commands/deploy-key/add
2025-08-20T20:32:45.4828718Z [00:03:01.135]➜  mkdir -p $WORK/b655/
2025-08-20T20:32:45.4829097Z [00:03:01.135]➜  cat >/tmp/go-build3897779518/b655/importcfg << 'EOF' # internal
2025-08-20T20:32:45.4829792Z [00:03:01.135]➜  # import config
2025-08-20T20:32:45.4830133Z [00:03:01.135]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.4830663Z [00:03:01.135]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.4831232Z [00:03:01.135]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.4831809Z [00:03:01.135]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:45.4832480Z [00:03:01.135]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.4833152Z [00:03:01.135]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.4834060Z [00:03:01.135]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.4834597Z [00:03:01.135]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.4835007Z [00:03:01.135]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.4835413Z [00:03:01.135]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.4835719Z [00:03:01.135]➜  EOF
2025-08-20T20:32:45.4838247Z [00:03:01.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add=>gitlab.com/gitlab-org/cli/internal/commands/deploy-key/add;$WORK/b655=>" -p gitlab.com/gitlab-org/cli/internal/commands/deploy-key/add -lang=go1.25 -complete -installsuffix shared -buildid c84mpNiw2Xi3--lLY_gZ/c84mpNiw2Xi3--lLY_gZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/add.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/http.go
2025-08-20T20:32:45.6011310Z [00:03:01.253]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T20:32:45.6040794Z [00:03:01.256]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/38/38da3d15f36369bdd210c5b9bb38ce52054264c85295b7557004c7f9618f319e-d # internal
2025-08-20T20:32:45.6042211Z [00:03:01.256]➜  gitlab.com/gitlab-org/cli/internal/commands/deploy-key/delete
2025-08-20T20:32:45.6042967Z [00:03:01.256]➜  mkdir -p $WORK/b656/
2025-08-20T20:32:45.6043552Z [00:03:01.256]➜  cat >/tmp/go-build3897779518/b656/importcfg << 'EOF' # internal
2025-08-20T20:32:45.6043929Z [00:03:01.256]➜  # import config
2025-08-20T20:32:45.6044266Z [00:03:01.256]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.6045180Z [00:03:01.256]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.6045845Z [00:03:01.256]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.6046443Z [00:03:01.256]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:45.6047104Z [00:03:01.256]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.6047937Z [00:03:01.256]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.6048680Z [00:03:01.256]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.6049234Z [00:03:01.256]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.6049549Z [00:03:01.256]➜  EOF
2025-08-20T20:32:45.6051729Z [00:03:01.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete=>gitlab.com/gitlab-org/cli/internal/commands/deploy-key/delete;$WORK/b656=>" -p gitlab.com/gitlab-org/cli/internal/commands/deploy-key/delete -lang=go1.25 -complete -installsuffix shared -buildid -lqrOGa53bO9jtIO4vZv/-lqrOGa53bO9jtIO4vZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete/delete.go
2025-08-20T20:32:45.6419732Z [00:03:01.294]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T20:32:45.6450199Z [00:03:01.297]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/1d/1df6c9559520522bb248c6b7981c338bb004546ddd426c54136352a70a8fc23a-d # internal
2025-08-20T20:32:45.6454029Z [00:03:01.298]➜  oss.terrastruct.com/d2/d2ir
2025-08-20T20:32:45.6454850Z [00:03:01.298]➜  mkdir -p $WORK/b641/
2025-08-20T20:32:45.6462330Z [00:03:01.298]➜  cat >/tmp/go-build3897779518/b641/importcfg << 'EOF' # internal
2025-08-20T20:32:45.6463292Z [00:03:01.298]➜  # import config
2025-08-20T20:32:45.6463680Z [00:03:01.298]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.6464437Z [00:03:01.298]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.6464856Z [00:03:01.298]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:45.6465272Z [00:03:01.298]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:45.6465710Z [00:03:01.298]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:45.6466117Z [00:03:01.298]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.6466610Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:45.6467192Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:45.6467916Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:45.6468577Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:45.6469166Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:45.6469832Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/d2themes/d2themescatalog=/tmp/go-build3897779518/b631/_pkg_.a
2025-08-20T20:32:45.6470517Z [00:03:01.298]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:45.6471128Z [00:03:01.298]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:45.6471620Z [00:03:01.298]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:45.6472063Z [00:03:01.298]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:45.6472515Z [00:03:01.298]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.6473184Z [00:03:01.298]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.6473580Z [00:03:01.298]➜  EOF
2025-08-20T20:32:45.6476438Z [00:03:01.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir=>oss.terrastruct.com/d2@v0.7.0/d2ir;$WORK/b641=>" -p oss.terrastruct.com/d2/d2ir -lang=go1.23 -complete -installsuffix shared -buildid gIwWbgVtRCgnV7HVafXV/gIwWbgVtRCgnV7HVafXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/compile.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/d2ir.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/import.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/merge.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/pattern.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2ir/query.go
2025-08-20T20:32:45.6805306Z [00:03:01.333]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T20:32:45.6834340Z [00:03:01.335]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/0f/0f1df72a1e13cff6ed2ef1c0fbe425b9fc1c1df65663ca759a30db6ca3461da1-d # internal
2025-08-20T20:32:45.6835162Z [00:03:01.335]➜  gitlab.com/gitlab-org/cli/internal/commands/deploy-key/get
2025-08-20T20:32:45.6835534Z [00:03:01.335]➜  mkdir -p $WORK/b657/
2025-08-20T20:32:45.6835911Z [00:03:01.336]➜  cat >/tmp/go-build3897779518/b657/importcfg << 'EOF' # internal
2025-08-20T20:32:45.6836623Z [00:03:01.336]➜  # import config
2025-08-20T20:32:45.6837070Z [00:03:01.336]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.6837645Z [00:03:01.336]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.6838468Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:45.6839141Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.6839834Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.6840517Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.6841482Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:45.6842175Z [00:03:01.336]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:45.6842594Z [00:03:01.336]➜  EOF
2025-08-20T20:32:45.6844685Z [00:03:01.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get=>gitlab.com/gitlab-org/cli/internal/commands/deploy-key/get;$WORK/b657=>" -p gitlab.com/gitlab-org/cli/internal/commands/deploy-key/get -lang=go1.25 -complete -installsuffix shared -buildid d5VOF5VLAciFcCqswwGn/d5VOF5VLAciFcCqswwGn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get/get.go
2025-08-20T20:32:45.7032342Z [00:03:01.355]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T20:32:45.7077842Z [00:03:01.360]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/93/934d666935bc4fa07894fa7bb09392e7666d8827b6e85a67a7fc00c2cf65d59a-d # internal
2025-08-20T20:32:45.7078832Z [00:03:01.360]➜  k8s.io/client-go/tools/auth
2025-08-20T20:32:45.7079555Z [00:03:01.360]➜  mkdir -p $WORK/b573/
2025-08-20T20:32:45.7084234Z [00:03:01.361]➜  cat >/tmp/go-build3897779518/b573/importcfg << 'EOF' # internal
2025-08-20T20:32:45.7086582Z [00:03:01.361]➜  # import config
2025-08-20T20:32:45.7087095Z [00:03:01.361]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.7087609Z [00:03:01.361]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3897779518/b539/_pkg_.a
2025-08-20T20:32:45.7088564Z [00:03:01.361]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.7088951Z [00:03:01.361]➜  EOF
2025-08-20T20:32:45.7090681Z [00:03:01.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/auth=>k8s.io/client-go@v0.33.4/tools/auth;$WORK/b573=>" -p k8s.io/client-go/tools/auth -lang=go1.24 -complete -installsuffix shared -buildid H_wy25qiqJkF0vGWd6VZ/H_wy25qiqJkF0vGWd6VZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/auth/clientauth.go
2025-08-20T20:32:45.7289316Z [00:03:01.381]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T20:32:45.7296640Z [00:03:01.382]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/e5/e51916fae5cb931078a568ba0972e0354d578e80b6f157f736cce34692704746-d # internal
2025-08-20T20:32:45.7301580Z [00:03:01.382]➜  k8s.io/client-go/tools/clientcmd
2025-08-20T20:32:45.7302333Z [00:03:01.382]➜  mkdir -p $WORK/b538/
2025-08-20T20:32:45.7308740Z [00:03:01.383]➜  cat >/tmp/go-build3897779518/b538/importcfg << 'EOF' # internal
2025-08-20T20:32:45.7309113Z [00:03:01.383]➜  # import config
2025-08-20T20:32:45.7314063Z [00:03:01.383]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:45.7314536Z [00:03:01.383]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.7314955Z [00:03:01.383]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.7315779Z [00:03:01.383]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:45.7316295Z [00:03:01.383]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:45.7316737Z [00:03:01.383]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:45.7317254Z [00:03:01.383]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:45.7318033Z [00:03:01.383]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:45.7318734Z [00:03:01.383]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3897779518/b485/_pkg_.a
2025-08-20T20:32:45.7319375Z [00:03:01.383]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3897779518/b483/_pkg_.a
2025-08-20T20:32:45.7320153Z [00:03:01.383]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3897779518/b539/_pkg_.a
2025-08-20T20:32:45.7320696Z [00:03:01.383]➜  packagefile k8s.io/client-go/tools/auth=/tmp/go-build3897779518/b573/_pkg_.a
2025-08-20T20:32:45.7321284Z [00:03:01.383]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:45.7321967Z [00:03:01.383]➜  packagefile k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3897779518/b574/_pkg_.a
2025-08-20T20:32:45.7322585Z [00:03:01.383]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3897779518/b576/_pkg_.a
2025-08-20T20:32:45.7323102Z [00:03:01.383]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:45.7323560Z [00:03:01.383]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:45.7323990Z [00:03:01.383]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:45.7324414Z [00:03:01.383]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.7324846Z [00:03:01.383]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:45.7325297Z [00:03:01.383]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:45.7329028Z [00:03:01.383]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:45.7329587Z [00:03:01.383]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:45.7330011Z [00:03:01.383]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.7330436Z [00:03:01.383]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.7330851Z [00:03:01.383]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:45.7331428Z [00:03:01.383]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.7331915Z [00:03:01.383]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:45.7332244Z [00:03:01.383]➜  EOF
2025-08-20T20:32:45.7336662Z [00:03:01.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd=>k8s.io/client-go@v0.33.4/tools/clientcmd;$WORK/b538=>" -p k8s.io/client-go/tools/clientcmd -lang=go1.24 -complete -installsuffix shared -buildid MIV1Pfh9spDfRrTXy_P2/MIV1Pfh9spDfRrTXy_P2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/auth_loaders.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/client_config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/flag.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/helpers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/loader.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/merge.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/merged_client_builder.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/overrides.go /root/go/pkg/mod/k8s.io/client-go@v0.33.4/tools/clientcmd/validation.go
2025-08-20T20:32:45.7492468Z [00:03:01.401]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T20:32:45.7530051Z [00:03:01.404]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/f2/f2e99783e9bb472614f3989dba55d6bd9ecbbb352e254a8d4fbc17742afd8c8d-d # internal
2025-08-20T20:32:45.7530859Z [00:03:01.404]➜  gitlab.com/gitlab-org/cli/internal/commands/deploy-key/list
2025-08-20T20:32:45.7531234Z [00:03:01.404]➜  mkdir -p $WORK/b658/
2025-08-20T20:32:45.7531606Z [00:03:01.404]➜  cat >/tmp/go-build3897779518/b658/importcfg << 'EOF' # internal
2025-08-20T20:32:45.7531955Z [00:03:01.404]➜  # import config
2025-08-20T20:32:45.7532405Z [00:03:01.404]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.7533313Z [00:03:01.404]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.7533898Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:45.7534565Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.7535242Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.7535917Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.7536612Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:45.7537295Z [00:03:01.404]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:45.7537884Z [00:03:01.404]➜  EOF
2025-08-20T20:32:45.7540217Z [00:03:01.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list=>gitlab.com/gitlab-org/cli/internal/commands/deploy-key/list;$WORK/b658=>" -p gitlab.com/gitlab-org/cli/internal/commands/deploy-key/list -lang=go1.25 -complete -installsuffix shared -buildid WfLcRuKT8KeRDR1XUOLq/WfLcRuKT8KeRDR1XUOLq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list/list.go
2025-08-20T20:32:45.8476171Z [00:03:01.499]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T20:32:45.8588129Z [00:03:01.508]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/27/272c8fc191eb384b378e6bc5ed703c341ccda71f03bd2874cadf851de3224fa9-d # internal
2025-08-20T20:32:45.8589217Z [00:03:01.508]➜  gitlab.com/gitlab-org/cli/internal/commands/deploy-key
2025-08-20T20:32:45.8589660Z [00:03:01.508]➜  mkdir -p $WORK/b654/
2025-08-20T20:32:45.8590041Z [00:03:01.510]➜  cat >/tmp/go-build3897779518/b654/importcfg << 'EOF' # internal
2025-08-20T20:32:45.8590400Z [00:03:01.510]➜  # import config
2025-08-20T20:32:45.8590799Z [00:03:01.510]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.8591433Z [00:03:01.510]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.8592193Z [00:03:01.510]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/add=/tmp/go-build3897779518/b655/_pkg_.a
2025-08-20T20:32:45.8593001Z [00:03:01.510]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/delete=/tmp/go-build3897779518/b656/_pkg_.a
2025-08-20T20:32:45.8593797Z [00:03:01.510]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/get=/tmp/go-build3897779518/b657/_pkg_.a
2025-08-20T20:32:45.8595320Z [00:03:01.510]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/list=/tmp/go-build3897779518/b658/_pkg_.a
2025-08-20T20:32:45.8596127Z [00:03:01.510]➜  EOF
2025-08-20T20:32:45.8599142Z [00:03:01.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key=>gitlab.com/gitlab-org/cli/internal/commands/deploy-key;$WORK/b654=>" -p gitlab.com/gitlab-org/cli/internal/commands/deploy-key -lang=go1.25 -complete -installsuffix shared -buildid oSeAA8lKL1Iu9PSQrzUm/oSeAA8lKL1Iu9PSQrzUm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/deploy-key.go
2025-08-20T20:32:45.9645826Z [00:03:01.617]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T20:32:45.9687919Z [00:03:01.621]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/21/21f95a8a02664df6951b9976f8115924e0dba1c60ba2ff02c4dbcf130694b5d4-d # internal
2025-08-20T20:32:45.9696812Z [00:03:01.622]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/update_kubeconfig
2025-08-20T20:32:45.9697925Z [00:03:01.622]➜  mkdir -p $WORK/b537/
2025-08-20T20:32:45.9713102Z [00:03:01.623]➜  cat >/tmp/go-build3897779518/b537/importcfg << 'EOF' # internal
2025-08-20T20:32:45.9713787Z [00:03:01.623]➜  # import config
2025-08-20T20:32:45.9714465Z [00:03:01.623]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.9715605Z [00:03:01.623]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.9716268Z [00:03:01.623]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.9716861Z [00:03:01.623]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:45.9717520Z [00:03:01.623]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.9718506Z [00:03:01.623]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils=/tmp/go-build3897779518/b466/_pkg_.a
2025-08-20T20:32:45.9719285Z [00:03:01.623]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.9719975Z [00:03:01.623]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.9720619Z [00:03:01.623]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3897779518/b538/_pkg_.a
2025-08-20T20:32:45.9721530Z [00:03:01.623]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:45.9722115Z [00:03:01.623]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:45.9722580Z [00:03:01.623]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:45.9723027Z [00:03:01.623]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.9723593Z [00:03:01.623]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:45.9723952Z [00:03:01.623]➜  EOF
2025-08-20T20:32:45.9726441Z [00:03:01.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/update_kubeconfig;$WORK/b537=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/update_kubeconfig -lang=go1.25 -complete -installsuffix shared -buildid Yupi7frZ1cgj3Jco4mae/Yupi7frZ1cgj3Jco4mae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig/agent_update_kubeconfig.go
2025-08-20T20:32:45.9729487Z [00:03:01.625]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T20:32:45.9787809Z [00:03:01.631]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/09/09edb6cd9898b92a11c84208a26846b9b8e5a1624b076e599d5b99c2dd65555e-d # internal
2025-08-20T20:32:45.9788588Z [00:03:01.631]➜  gitlab.com/gitlab-org/cli/internal/commands/duo/ask
2025-08-20T20:32:45.9788937Z [00:03:01.631]➜  mkdir -p $WORK/b660/
2025-08-20T20:32:45.9789323Z [00:03:01.631]➜  cat >/tmp/go-build3897779518/b660/importcfg << 'EOF' # internal
2025-08-20T20:32:45.9789682Z [00:03:01.631]➜  # import config
2025-08-20T20:32:45.9790021Z [00:03:01.631]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:45.9790724Z [00:03:01.631]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:45.9791254Z [00:03:01.631]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:45.9791832Z [00:03:01.631]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:45.9792369Z [00:03:01.631]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:45.9792958Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:45.9793625Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:45.9794298Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:45.9795162Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:45.9795847Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:45.9796501Z [00:03:01.631]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:45.9797024Z [00:03:01.631]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:45.9797457Z [00:03:01.631]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:45.9798019Z [00:03:01.631]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:45.9798455Z [00:03:01.631]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:45.9798772Z [00:03:01.631]➜  EOF
2025-08-20T20:32:45.9800844Z [00:03:01.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask=>gitlab.com/gitlab-org/cli/internal/commands/duo/ask;$WORK/b660=>" -p gitlab.com/gitlab-org/cli/internal/commands/duo/ask -lang=go1.25 -complete -installsuffix shared -buildid X4eXh_fpf-mbTjrTEslU/X4eXh_fpf-mbTjrTEslU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask.go
2025-08-20T20:32:46.0292607Z [00:03:01.681]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T20:32:46.0300539Z [00:03:01.682]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/d7/d70c6959feb3d5b5a60a515631a23806f5dcdcee84806b57263c83ca83eff7be-d # internal
2025-08-20T20:32:46.0305026Z [00:03:01.683]➜  gitlab.com/gitlab-org/cli/internal/commands/help
2025-08-20T20:32:46.0305688Z [00:03:01.683]➜  mkdir -p $WORK/b661/
2025-08-20T20:32:46.0315493Z [00:03:01.683]➜  cat >/tmp/go-build3897779518/b661/importcfg << 'EOF' # internal
2025-08-20T20:32:46.0316398Z [00:03:01.683]➜  # import config
2025-08-20T20:32:46.0316840Z [00:03:01.683]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:46.0317271Z [00:03:01.683]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.0317931Z [00:03:01.683]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3897779518/b231/_pkg_.a
2025-08-20T20:32:46.0318578Z [00:03:01.683]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.0319202Z [00:03:01.683]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.0319883Z [00:03:01.683]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.0320446Z [00:03:01.683]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.0320767Z [00:03:01.683]➜  EOF
2025-08-20T20:32:46.0322723Z [00:03:01.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help=>gitlab.com/gitlab-org/cli/internal/commands/help;$WORK/b661=>" -p gitlab.com/gitlab-org/cli/internal/commands/help -lang=go1.25 -complete -installsuffix shared -buildid 6z999RNcb7QhVFhPAMhP/6z999RNcb7QhVFhPAMhP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help/help.go
2025-08-20T20:32:46.0671453Z [00:03:01.719]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T20:32:46.0686706Z [00:03:01.721]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/62/628fb09bbb84c617bdb842802ffa78eb49dcfdaeb8135d719c416f89cbf890d9-d # internal
2025-08-20T20:32:46.0687418Z [00:03:01.721]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable
2025-08-20T20:32:46.0687936Z [00:03:01.721]➜  mkdir -p $WORK/b664/
2025-08-20T20:32:46.0703380Z [00:03:01.722]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T20:32:46.0703974Z [00:03:01.722]➜  cat >/tmp/go-build3897779518/b664/importcfg << 'EOF' # internal
2025-08-20T20:32:46.0704657Z [00:03:01.722]➜  # import config
2025-08-20T20:32:46.0704998Z [00:03:01.722]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.0705538Z [00:03:01.722]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.0705940Z [00:03:01.722]➜  EOF
2025-08-20T20:32:46.0709811Z [00:03:01.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable=>gitlab.com/gitlab-org/cli/internal/commands/issuable;$WORK/b664=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable -lang=go1.25 -complete -installsuffix shared -buildid 7h7QMpCg__AIGS0_5uBT/7h7QMpCg__AIGS0_5uBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/issuable.go
2025-08-20T20:32:46.0745650Z [00:03:01.727]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T20:32:46.0757822Z [00:03:01.728]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/85/85d0b4d9546d19ed8651d98326f2f377c03d194038331d55179f79f5aeeb1088-d # internal
2025-08-20T20:32:46.0773730Z [00:03:01.730]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/agent
2025-08-20T20:32:46.0775057Z [00:03:01.730]➜  mkdir -p $WORK/b461/
2025-08-20T20:32:46.0781507Z [00:03:01.730]➜  cat >/tmp/go-build3897779518/b461/importcfg << 'EOF' # internal
2025-08-20T20:32:46.0781987Z [00:03:01.730]➜  # import config
2025-08-20T20:32:46.0782389Z [00:03:01.730]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.0783008Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.0783917Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/bootstrap=/tmp/go-build3897779518/b462/_pkg_.a
2025-08-20T20:32:46.0784914Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/check_manifest_usage=/tmp/go-build3897779518/b464/_pkg_.a
2025-08-20T20:32:46.0785831Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/get_token=/tmp/go-build3897779518/b465/_pkg_.a
2025-08-20T20:32:46.0786684Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/list=/tmp/go-build3897779518/b534/_pkg_.a
2025-08-20T20:32:46.0787590Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token=/tmp/go-build3897779518/b535/_pkg_.a
2025-08-20T20:32:46.0789468Z [00:03:01.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/update_kubeconfig=/tmp/go-build3897779518/b537/_pkg_.a
2025-08-20T20:32:46.0790549Z [00:03:01.730]➜  EOF
2025-08-20T20:32:46.0792748Z [00:03:01.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent=>gitlab.com/gitlab-org/cli/internal/commands/cluster/agent;$WORK/b461=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/agent -lang=go1.25 -complete -installsuffix shared -buildid 8-6X3XQ9fWqCvt5x2epW/8-6X3XQ9fWqCvt5x2epW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agent.go
2025-08-20T20:32:46.0817253Z [00:03:01.734]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/58/58704e8ad3b5bd53934277354a70fb141ae2d8a70fc221ed75762214a3dc52c9-d # internal
2025-08-20T20:32:46.0818061Z [00:03:01.734]➜  gitlab.com/gitlab-org/cli/internal/commands/duo
2025-08-20T20:32:46.0820466Z [00:03:01.734]➜  mkdir -p $WORK/b659/
2025-08-20T20:32:46.0820845Z [00:03:01.734]➜  cat >/tmp/go-build3897779518/b659/importcfg << 'EOF' # internal
2025-08-20T20:32:46.0821190Z [00:03:01.734]➜  # import config
2025-08-20T20:32:46.0821598Z [00:03:01.734]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.0822253Z [00:03:01.734]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.0823128Z [00:03:01.734]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/duo/ask=/tmp/go-build3897779518/b660/_pkg_.a
2025-08-20T20:32:46.0836978Z [00:03:01.735]➜  EOF
2025-08-20T20:32:46.0839173Z [00:03:01.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo=>gitlab.com/gitlab-org/cli/internal/commands/duo;$WORK/b659=>" -p gitlab.com/gitlab-org/cli/internal/commands/duo -lang=go1.25 -complete -installsuffix shared -buildid V4rf3ghvcihlYognctOJ/V4rf3ghvcihlYognctOJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/duo.go
2025-08-20T20:32:46.0848992Z [00:03:01.737]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T20:32:46.0892126Z [00:03:01.741]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/9f/9f6e6ea2c217e4bc2ebf271ff5c9501b7041682879fd271bf600d0251924b7f0-d # internal
2025-08-20T20:32:46.0893982Z [00:03:01.742]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils
2025-08-20T20:32:46.0894713Z [00:03:01.742]➜  mkdir -p $WORK/b666/
2025-08-20T20:32:46.0924900Z [00:03:01.744]➜  cat >/tmp/go-build3897779518/b666/importcfg << 'EOF' # internal
2025-08-20T20:32:46.0925466Z [00:03:01.744]➜  # import config
2025-08-20T20:32:46.0926112Z [00:03:01.744]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:46.0926614Z [00:03:01.744]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.0927171Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.0928163Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.0948307Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.0949443Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.0950183Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:46.0950872Z [00:03:01.744]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.0951483Z [00:03:01.744]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3897779518/b297/_pkg_.a
2025-08-20T20:32:46.0951975Z [00:03:01.744]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:46.0952399Z [00:03:01.744]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:46.0952819Z [00:03:01.744]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:46.0953248Z [00:03:01.744]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.0953564Z [00:03:01.744]➜  EOF
2025-08-20T20:32:46.0955724Z [00:03:01.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils=>gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils;$WORK/b666=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils -lang=go1.25 -complete -installsuffix shared -buildid QGuAad5gfQ9zSxeOHT3Q/QGuAad5gfQ9zSxeOHT3Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils/utils.go
2025-08-20T20:32:46.1528385Z [00:03:01.805]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T20:32:46.1592398Z [00:03:01.811]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T20:32:46.1625175Z [00:03:01.815]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/14/145045417b59a91c236cd63d2a9a428d7d32292948eee31bada51a641aa5a8b3-d # internal
2025-08-20T20:32:46.1627216Z [00:03:01.815]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/board/create
2025-08-20T20:32:46.1627845Z [00:03:01.815]➜  mkdir -p $WORK/b681/
2025-08-20T20:32:46.1628325Z [00:03:01.815]➜  cat >/tmp/go-build3897779518/b681/importcfg << 'EOF' # internal
2025-08-20T20:32:46.1628894Z [00:03:01.815]➜  # import config
2025-08-20T20:32:46.1629249Z [00:03:01.815]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.1629732Z [00:03:01.815]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.1630334Z [00:03:01.815]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.1630985Z [00:03:01.815]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.1631747Z [00:03:01.815]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:46.1632502Z [00:03:01.815]➜  EOF
2025-08-20T20:32:46.1633184Z [00:03:01.815]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/df/dfebccd63b398e282b4b754cf5f05e1179bef63aae666d6bc5362b10ca7dbb91-d # internal
2025-08-20T20:32:46.1638148Z [00:03:01.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create=>gitlab.com/gitlab-org/cli/internal/commands/issue/board/create;$WORK/b681=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/board/create -lang=go1.25 -complete -installsuffix shared -buildid ii5QZsFS8s_A85q1bFKL/ii5QZsFS8s_A85q1bFKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create/issue_board_create.go
2025-08-20T20:32:46.1646689Z [00:03:01.816]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/board/view
2025-08-20T20:32:46.1647081Z [00:03:01.816]➜  mkdir -p $WORK/b682/
2025-08-20T20:32:46.1647484Z [00:03:01.816]➜  cat >/tmp/go-build3897779518/b682/importcfg << 'EOF' # internal
2025-08-20T20:32:46.1652695Z [00:03:01.816]➜  # import config
2025-08-20T20:32:46.1653057Z [00:03:01.816]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.1653593Z [00:03:01.816]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:46.1654178Z [00:03:01.816]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build3897779518/b411/_pkg_.a
2025-08-20T20:32:46.1655044Z [00:03:01.816]➜  packagefile github.com/rivo/tview=/tmp/go-build3897779518/b452/_pkg_.a
2025-08-20T20:32:46.1655582Z [00:03:01.816]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.1656162Z [00:03:01.816]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.1656790Z [00:03:01.816]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.1657456Z [00:03:01.816]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.1658323Z [00:03:01.816]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.1659117Z [00:03:01.816]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:46.1659666Z [00:03:01.816]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:46.1660155Z [00:03:01.816]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:46.1660597Z [00:03:01.816]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:46.1661037Z [00:03:01.816]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:46.1661461Z [00:03:01.816]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.1661778Z [00:03:01.816]➜  EOF
2025-08-20T20:32:46.1663962Z [00:03:01.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view=>gitlab.com/gitlab-org/cli/internal/commands/issue/board/view;$WORK/b682=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/board/view -lang=go1.25 -complete -installsuffix shared -buildid KZRZS3YKuPANEvIoHG9k/KZRZS3YKuPANEvIoHG9k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view/issue_board_view.go
2025-08-20T20:32:46.1964614Z [00:03:01.849]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T20:32:46.1995645Z [00:03:01.852]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/ed/ed0421721db914dabcbacd886dbd5093b2bcca87ee96fc19e2f7764a68d102d3-d # internal
2025-08-20T20:32:46.2003432Z [00:03:01.852]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/close
2025-08-20T20:32:46.2005085Z [00:03:01.853]➜  mkdir -p $WORK/b665/
2025-08-20T20:32:46.2015322Z [00:03:01.854]➜  cat >/tmp/go-build3897779518/b665/importcfg << 'EOF' # internal
2025-08-20T20:32:46.2016742Z [00:03:01.854]➜  # import config
2025-08-20T20:32:46.2017104Z [00:03:01.854]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.2017656Z [00:03:01.854]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.2018456Z [00:03:01.854]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.2019055Z [00:03:01.854]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.2019877Z [00:03:01.854]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.2020648Z [00:03:01.854]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.2021373Z [00:03:01.854]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.2025975Z [00:03:01.855]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.2026711Z [00:03:01.855]➜  EOF
2025-08-20T20:32:46.2029369Z [00:03:01.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close=>gitlab.com/gitlab-org/cli/internal/commands/issuable/close;$WORK/b665=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/close -lang=go1.25 -complete -installsuffix shared -buildid xvPI6Mj2bRx28jdIU7vj/xvPI6Mj2bRx28jdIU7vj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close/issuable_close.go
2025-08-20T20:32:46.2583067Z [00:03:01.910]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T20:32:46.2625987Z [00:03:01.915]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/4c/4c3d0aae9a0dc9b20f7a6a9a8459f3df0a5c9e9ac4dd7aad0f6cab2b0c5d3b94-d # internal
2025-08-20T20:32:46.2642690Z [00:03:01.916]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/list
2025-08-20T20:32:46.2643546Z [00:03:01.916]➜  mkdir -p $WORK/b668/
2025-08-20T20:32:46.2699140Z [00:03:01.922]➜  cat >/tmp/go-build3897779518/b668/importcfg << 'EOF' # internal
2025-08-20T20:32:46.2699937Z [00:03:01.922]➜  # import config
2025-08-20T20:32:46.2702785Z [00:03:01.922]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:46.2703468Z [00:03:01.922]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.2704054Z [00:03:01.922]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.2704806Z [00:03:01.922]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.2705509Z [00:03:01.922]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.2706296Z [00:03:01.922]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.2707162Z [00:03:01.922]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.2708233Z [00:03:01.922]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.2718807Z [00:03:01.924]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.2719632Z [00:03:01.924]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.2720380Z [00:03:01.924]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.2721080Z [00:03:01.924]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.2721747Z [00:03:01.924]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.2722582Z [00:03:01.924]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.2722959Z [00:03:01.924]➜  EOF
2025-08-20T20:32:46.2725215Z [00:03:01.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list=>gitlab.com/gitlab-org/cli/internal/commands/issuable/list;$WORK/b668=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/list -lang=go1.25 -complete -installsuffix shared -buildid DcT7ju0K9LxXTooPEbAV/DcT7ju0K9LxXTooPEbAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/issuable_list.go
2025-08-20T20:32:46.3037264Z [00:03:01.956]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T20:32:46.3086125Z [00:03:01.960]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/5c/5caff38a2edc95b78ddf73f837a86505a30de93c541d7aee2bb277c7f2fe0589-d # internal
2025-08-20T20:32:46.3097642Z [00:03:01.960]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/close
2025-08-20T20:32:46.3098186Z [00:03:01.960]➜  mkdir -p $WORK/b663/
2025-08-20T20:32:46.3098570Z [00:03:01.961]➜  cat >/tmp/go-build3897779518/b663/importcfg << 'EOF' # internal
2025-08-20T20:32:46.3098932Z [00:03:01.961]➜  # import config
2025-08-20T20:32:46.3099334Z [00:03:01.961]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.3100292Z [00:03:01.961]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.3101039Z [00:03:01.961]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.3101822Z [00:03:01.961]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/close=/tmp/go-build3897779518/b665/_pkg_.a
2025-08-20T20:32:46.3102311Z [00:03:01.961]➜  EOF
2025-08-20T20:32:46.3104460Z [00:03:01.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/close=>gitlab.com/gitlab-org/cli/internal/commands/incident/close;$WORK/b663=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/close -lang=go1.25 -complete -installsuffix shared -buildid xApsggIKqOIIR9F7Wd9t/xApsggIKqOIIR9F7Wd9t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/close/incident_close.go
2025-08-20T20:32:46.3189394Z [00:03:01.971]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T20:32:46.3219956Z [00:03:01.974]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/9e/9ec8fdebcf4ca1809c738e7030dee72ac91676799f38ddd84f51949d2de793cb-d # internal
2025-08-20T20:32:46.3228808Z [00:03:01.975]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/note
2025-08-20T20:32:46.3236231Z [00:03:01.976]➜  mkdir -p $WORK/b670/
2025-08-20T20:32:46.3237804Z [00:03:01.976]➜  cat >/tmp/go-build3897779518/b670/importcfg << 'EOF' # internal
2025-08-20T20:32:46.3239338Z [00:03:01.976]➜  # import config
2025-08-20T20:32:46.3239954Z [00:03:01.976]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.3240712Z [00:03:01.976]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.3241480Z [00:03:01.976]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.3243905Z [00:03:01.976]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.3244865Z [00:03:01.976]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.3245947Z [00:03:01.976]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.3247167Z [00:03:01.976]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.3248826Z [00:03:01.976]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.3249621Z [00:03:01.976]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.3250317Z [00:03:01.976]➜  EOF
2025-08-20T20:32:46.3261296Z [00:03:01.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note=>gitlab.com/gitlab-org/cli/internal/commands/issuable/note;$WORK/b670=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/note -lang=go1.25 -complete -installsuffix shared -buildid roPRgyqJpu-7OQ5MnwIR/roPRgyqJpu-7OQ5MnwIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note/issuable_note_create.go
2025-08-20T20:32:46.3650334Z [00:03:02.016]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T20:32:46.3651172Z [00:03:02.017]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/20/20837f0977044f082c0d7b2391010cc83203175d0cde489bc842b5fffcad41fb-d # internal
2025-08-20T20:32:46.3651861Z [00:03:02.017]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen
2025-08-20T20:32:46.3652242Z [00:03:02.017]➜  mkdir -p $WORK/b672/
2025-08-20T20:32:46.3652625Z [00:03:02.017]➜  cat >/tmp/go-build3897779518/b672/importcfg << 'EOF' # internal
2025-08-20T20:32:46.3652967Z [00:03:02.017]➜  # import config
2025-08-20T20:32:46.3653296Z [00:03:02.017]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.3654256Z [00:03:02.017]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.3654845Z [00:03:02.017]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.3655435Z [00:03:02.017]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.3656075Z [00:03:02.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.3656743Z [00:03:02.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.3657469Z [00:03:02.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.3658603Z [00:03:02.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.3659104Z [00:03:02.017]➜  EOF
2025-08-20T20:32:46.3661283Z [00:03:02.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen=>gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen;$WORK/b672=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen -lang=go1.25 -complete -installsuffix shared -buildid _jpUNp8B9gMzS8xJamj9/_jpUNp8B9gMzS8xJamj9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen/issuable_reopen.go
2025-08-20T20:32:46.3826938Z [00:03:02.035]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T20:32:46.3858905Z [00:03:02.038]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/f7/f7fdb9a404450eca12c7be4cda069d6600022261e34c36a1ce16ddf3d017c7e2-d # internal
2025-08-20T20:32:46.3859931Z [00:03:02.038]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/list
2025-08-20T20:32:46.3860307Z [00:03:02.038]➜  mkdir -p $WORK/b667/
2025-08-20T20:32:46.3869529Z [00:03:02.039]➜  cat >/tmp/go-build3897779518/b667/importcfg << 'EOF' # internal
2025-08-20T20:32:46.3869951Z [00:03:02.039]➜  # import config
2025-08-20T20:32:46.3870379Z [00:03:02.039]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.3871010Z [00:03:02.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.3871748Z [00:03:02.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.3872794Z [00:03:02.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/list=/tmp/go-build3897779518/b668/_pkg_.a
2025-08-20T20:32:46.3873380Z [00:03:02.039]➜  EOF
2025-08-20T20:32:46.3875751Z [00:03:02.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/list=>gitlab.com/gitlab-org/cli/internal/commands/incident/list;$WORK/b667=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/list -lang=go1.25 -complete -installsuffix shared -buildid HaR4H6IFxDBLChWj7CS8/HaR4H6IFxDBLChWj7CS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/list/incident_list.go
2025-08-20T20:32:46.4474765Z [00:03:02.099]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T20:32:46.4506523Z [00:03:02.103]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/f7/f77caf150497a826d2ac13ed013268dd7f6f1194479ccd2fe4589f316c672275-d # internal
2025-08-20T20:32:46.4525752Z [00:03:02.103]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/note
2025-08-20T20:32:46.4527247Z [00:03:02.103]➜  mkdir -p $WORK/b669/
2025-08-20T20:32:46.4536945Z [00:03:02.103]➜  cat >/tmp/go-build3897779518/b669/importcfg << 'EOF' # internal
2025-08-20T20:32:46.4542648Z [00:03:02.103]➜  # import config
2025-08-20T20:32:46.4548409Z [00:03:02.103]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.4550878Z [00:03:02.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.4551635Z [00:03:02.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.4552414Z [00:03:02.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/note=/tmp/go-build3897779518/b670/_pkg_.a
2025-08-20T20:32:46.4552898Z [00:03:02.103]➜  EOF
2025-08-20T20:32:46.4555174Z [00:03:02.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/note=>gitlab.com/gitlab-org/cli/internal/commands/incident/note;$WORK/b669=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/note -lang=go1.25 -complete -installsuffix shared -buildid Ejod6le9bSo7-y39Jygx/Ejod6le9bSo7-y39Jygx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/note/incident_note_create.go
2025-08-20T20:32:46.4673704Z [00:03:02.119]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T20:32:46.4706062Z [00:03:02.123]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T20:32:46.4708001Z [00:03:02.123]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/d5/d5084098b4d5790d3e426875a70ad364e9cdd048ea6ceaaff82a1c632de6e809-d # internal
2025-08-20T20:32:46.4712086Z [00:03:02.123]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe
2025-08-20T20:32:46.4712573Z [00:03:02.123]➜  mkdir -p $WORK/b674/
2025-08-20T20:32:46.4712968Z [00:03:02.123]➜  cat >/tmp/go-build3897779518/b674/importcfg << 'EOF' # internal
2025-08-20T20:32:46.4713312Z [00:03:02.123]➜  # import config
2025-08-20T20:32:46.4713663Z [00:03:02.123]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.4714084Z [00:03:02.123]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.4714618Z [00:03:02.123]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.4715224Z [00:03:02.123]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.4715813Z [00:03:02.123]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.4716472Z [00:03:02.123]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.4717481Z [00:03:02.123]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.4718487Z [00:03:02.123]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.4719124Z [00:03:02.123]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:46.4719447Z [00:03:02.123]➜  EOF
2025-08-20T20:32:46.4721814Z [00:03:02.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe=>gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe;$WORK/b674=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe -lang=go1.25 -complete -installsuffix shared -buildid XV4wiL3E5TimWZm0CKbw/XV4wiL3E5TimWZm0CKbw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe/issuable_subscribe.go
2025-08-20T20:32:46.4724201Z [00:03:02.123]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/14/14c51ec31862577d88dd4e00aa3f244e7e1683feac8f8124a64333f6f6d6a731-d # internal
2025-08-20T20:32:46.4724850Z [00:03:02.123]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/reopen
2025-08-20T20:32:46.4725815Z [00:03:02.123]➜  mkdir -p $WORK/b671/
2025-08-20T20:32:46.4726280Z [00:03:02.123]➜  cat >/tmp/go-build3897779518/b671/importcfg << 'EOF' # internal
2025-08-20T20:32:46.4726638Z [00:03:02.123]➜  # import config
2025-08-20T20:32:46.4727336Z [00:03:02.123]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.4728379Z [00:03:02.124]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.4729140Z [00:03:02.124]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.4729930Z [00:03:02.124]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen=/tmp/go-build3897779518/b672/_pkg_.a
2025-08-20T20:32:46.4730433Z [00:03:02.124]➜  EOF
2025-08-20T20:32:46.4732611Z [00:03:02.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/reopen=>gitlab.com/gitlab-org/cli/internal/commands/incident/reopen;$WORK/b671=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/reopen -lang=go1.25 -complete -installsuffix shared -buildid qYYAQGbfYoKWXKr4EJ8A/qYYAQGbfYoKWXKr4EJ8A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/reopen/incident_reopen.go
2025-08-20T20:32:46.5163510Z [00:03:02.168]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T20:32:46.5198985Z [00:03:02.172]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/0f/0f19e43ce2990c4d4dbbd9142b22947aa12e9148008da856d6ee7b08bc85e604-d # internal
2025-08-20T20:32:46.5199718Z [00:03:02.172]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe
2025-08-20T20:32:46.5203837Z [00:03:02.172]➜  mkdir -p $WORK/b676/
2025-08-20T20:32:46.5206503Z [00:03:02.172]➜  cat >/tmp/go-build3897779518/b676/importcfg << 'EOF' # internal
2025-08-20T20:32:46.5208960Z [00:03:02.172]➜  # import config
2025-08-20T20:32:46.5222368Z [00:03:02.172]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.5223296Z [00:03:02.172]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.5224558Z [00:03:02.172]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.5225165Z [00:03:02.172]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.5225751Z [00:03:02.172]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.5226403Z [00:03:02.172]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.5227418Z [00:03:02.172]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.5228407Z [00:03:02.172]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.5229041Z [00:03:02.172]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:46.5229364Z [00:03:02.172]➜  EOF
2025-08-20T20:32:46.5231803Z [00:03:02.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe=>gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe;$WORK/b676=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe -lang=go1.25 -complete -installsuffix shared -buildid L4MXEHjJPAInttuFqBdC/L4MXEHjJPAInttuFqBdC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe/issuable_unsubscribe.go
2025-08-20T20:32:46.5332387Z [00:03:02.185]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T20:32:46.5343503Z [00:03:02.186]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/44/446c7838da2113a14648b8d2e4f44d2775123541e275a98353fdd20aa0db16fa-d # internal
2025-08-20T20:32:46.5349167Z [00:03:02.186]➜  gitlab.com/gitlab-org/cli/internal/commands/issuable/view
2025-08-20T20:32:46.5349556Z [00:03:02.186]➜  mkdir -p $WORK/b678/
2025-08-20T20:32:46.5349937Z [00:03:02.187]➜  cat >/tmp/go-build3897779518/b678/importcfg << 'EOF' # internal
2025-08-20T20:32:46.5350669Z [00:03:02.187]➜  # import config
2025-08-20T20:32:46.5351055Z [00:03:02.187]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:46.5351498Z [00:03:02.187]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.5352025Z [00:03:02.187]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.5352596Z [00:03:02.187]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.5353177Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.5353805Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.5354656Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.5355382Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.5356183Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.5356913Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:46.5357570Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.5358460Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.5359132Z [00:03:02.187]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.5359670Z [00:03:02.187]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.5359988Z [00:03:02.187]➜  EOF
2025-08-20T20:32:46.5362102Z [00:03:02.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view=>gitlab.com/gitlab-org/cli/internal/commands/issuable/view;$WORK/b678=>" -p gitlab.com/gitlab-org/cli/internal/commands/issuable/view -lang=go1.25 -complete -installsuffix shared -buildid joNdh_Hcs7tcrLQrq2dc/joNdh_Hcs7tcrLQrq2dc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view/issuable_view.go
2025-08-20T20:32:46.5456600Z [00:03:02.198]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T20:32:46.5512493Z [00:03:02.203]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/1f/1f770432738df01b11ce00aaeb553d1b568070bd925042e9260c753f9913c252-d # internal
2025-08-20T20:32:46.5516728Z [00:03:02.203]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/subscribe
2025-08-20T20:32:46.5517181Z [00:03:02.203]➜  mkdir -p $WORK/b673/
2025-08-20T20:32:46.5517575Z [00:03:02.204]➜  cat >/tmp/go-build3897779518/b673/importcfg << 'EOF' # internal
2025-08-20T20:32:46.5518083Z [00:03:02.204]➜  # import config
2025-08-20T20:32:46.5518681Z [00:03:02.204]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.5519410Z [00:03:02.204]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.5520146Z [00:03:02.204]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.5520954Z [00:03:02.204]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe=/tmp/go-build3897779518/b674/_pkg_.a
2025-08-20T20:32:46.5521462Z [00:03:02.204]➜  EOF
2025-08-20T20:32:46.5523709Z [00:03:02.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/subscribe=>gitlab.com/gitlab-org/cli/internal/commands/incident/subscribe;$WORK/b673=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/subscribe -lang=go1.25 -complete -installsuffix shared -buildid mNoKsgBlRBL7P4BMnqx7/mNoKsgBlRBL7P4BMnqx7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/subscribe/incident_subscribe.go
2025-08-20T20:32:46.6081355Z [00:03:02.258]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T20:32:46.6084692Z [00:03:02.258]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/a0/a0ba3dcdfaf9cb2a9c8dc2251568e4d8bbad206268bc28e751c1bfe6e90e6c48-d # internal
2025-08-20T20:32:46.6085445Z [00:03:02.258]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/unsubscribe
2025-08-20T20:32:46.6085831Z [00:03:02.258]➜  mkdir -p $WORK/b675/
2025-08-20T20:32:46.6086205Z [00:03:02.258]➜  cat >/tmp/go-build3897779518/b675/importcfg << 'EOF' # internal
2025-08-20T20:32:46.6086915Z [00:03:02.258]➜  # import config
2025-08-20T20:32:46.6087321Z [00:03:02.258]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.6088146Z [00:03:02.258]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.6088903Z [00:03:02.258]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.6089719Z [00:03:02.258]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe=/tmp/go-build3897779518/b676/_pkg_.a
2025-08-20T20:32:46.6090234Z [00:03:02.258]➜  EOF
2025-08-20T20:32:46.6092533Z [00:03:02.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/unsubscribe=>gitlab.com/gitlab-org/cli/internal/commands/incident/unsubscribe;$WORK/b675=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/unsubscribe -lang=go1.25 -complete -installsuffix shared -buildid ngA1j33s2iDu2RDYxLRu/ngA1j33s2iDu2RDYxLRu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/unsubscribe/incident_unsubscribe.go
2025-08-20T20:32:46.6256760Z [00:03:02.278]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T20:32:46.6332177Z [00:03:02.285]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/56/562a47f1b8c33ea604221233aabbb73d44d5663042aa0f5def431bbee51141dd-d # internal
2025-08-20T20:32:46.6333183Z [00:03:02.285]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/board
2025-08-20T20:32:46.6333640Z [00:03:02.285]➜  mkdir -p $WORK/b680/
2025-08-20T20:32:46.6342653Z [00:03:02.286]➜  cat >/tmp/go-build3897779518/b680/importcfg << 'EOF' # internal
2025-08-20T20:32:46.6343343Z [00:03:02.286]➜  # import config
2025-08-20T20:32:46.6343901Z [00:03:02.286]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.6345489Z [00:03:02.286]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.6346268Z [00:03:02.286]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board/create=/tmp/go-build3897779518/b681/_pkg_.a
2025-08-20T20:32:46.6347306Z [00:03:02.286]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board/view=/tmp/go-build3897779518/b682/_pkg_.a
2025-08-20T20:32:46.6348060Z [00:03:02.286]➜  EOF
2025-08-20T20:32:46.6350159Z [00:03:02.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board=>gitlab.com/gitlab-org/cli/internal/commands/issue/board;$WORK/b680=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/board -lang=go1.25 -complete -installsuffix shared -buildid clfgKUXznZ-jGHF6RZYs/clfgKUXznZ-jGHF6RZYs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/board.go
2025-08-20T20:32:46.6709744Z [00:03:02.319]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T20:32:46.6734143Z [00:03:02.325]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T20:32:46.6763587Z [00:03:02.328]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/4a/4aa8b4bf029cd3e4e7298ed6dfb50e5c35c2e9cd67720316576d819ec98fa5ff-d # internal
2025-08-20T20:32:46.6765783Z [00:03:02.328]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/ef/efb023e6c09bb73348ad08ee1437509674ed0c5288228a567af6ab75f0a556f7-d # internal
2025-08-20T20:32:46.6766466Z [00:03:02.328]➜  gitlab.com/gitlab-org/cli/internal/commands/incident/view
2025-08-20T20:32:46.6766841Z [00:03:02.328]➜  mkdir -p $WORK/b677/
2025-08-20T20:32:46.6767221Z [00:03:02.328]➜  cat >/tmp/go-build3897779518/b677/importcfg << 'EOF' # internal
2025-08-20T20:32:46.6767569Z [00:03:02.328]➜  # import config
2025-08-20T20:32:46.6768138Z [00:03:02.329]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.6769075Z [00:03:02.329]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.6769811Z [00:03:02.329]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.6770598Z [00:03:02.329]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/view=/tmp/go-build3897779518/b678/_pkg_.a
2025-08-20T20:32:46.6771083Z [00:03:02.329]➜  EOF
2025-08-20T20:32:46.6773226Z [00:03:02.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/view=>gitlab.com/gitlab-org/cli/internal/commands/incident/view;$WORK/b677=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident/view -lang=go1.25 -complete -installsuffix shared -buildid rX5lrUaRor9rZbRvbVgq/rX5lrUaRor9rZbRvbVgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/view/incident_view.go
2025-08-20T20:32:46.6801004Z [00:03:02.332]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/close
2025-08-20T20:32:46.6807036Z [00:03:02.332]➜  mkdir -p $WORK/b683/
2025-08-20T20:32:46.6807443Z [00:03:02.332]➜  cat >/tmp/go-build3897779518/b683/importcfg << 'EOF' # internal
2025-08-20T20:32:46.6807883Z [00:03:02.332]➜  # import config
2025-08-20T20:32:46.6808292Z [00:03:02.332]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.6808941Z [00:03:02.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.6809662Z [00:03:02.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.6810686Z [00:03:02.332]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/close=/tmp/go-build3897779518/b665/_pkg_.a
2025-08-20T20:32:46.6811231Z [00:03:02.332]➜  EOF
2025-08-20T20:32:46.6842371Z [00:03:02.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/close=>gitlab.com/gitlab-org/cli/internal/commands/issue/close;$WORK/b683=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/close -lang=go1.25 -complete -installsuffix shared -buildid u27w6kf7fC5YdjBxqNPr/u27w6kf7fC5YdjBxqNPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/close/issue_close.go
2025-08-20T20:32:46.7029741Z [00:03:02.355]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T20:32:46.7040483Z [00:03:02.356]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/87/87cae35b4c334ab41820a401ac217ac0fa607e13ce778762221cc8ea567f9109-d # internal
2025-08-20T20:32:46.7042761Z [00:03:02.356]➜  gitlab.com/gitlab-org/cli/internal/recovery
2025-08-20T20:32:46.7046151Z [00:03:02.357]➜  mkdir -p $WORK/b685/
2025-08-20T20:32:46.7059413Z [00:03:02.358]➜  cat >/tmp/go-build3897779518/b685/importcfg << 'EOF' # internal
2025-08-20T20:32:46.7059853Z [00:03:02.358]➜  # import config
2025-08-20T20:32:46.7060325Z [00:03:02.358]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:46.7061046Z [00:03:02.358]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.7061614Z [00:03:02.358]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:46.7062142Z [00:03:02.358]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:46.7062586Z [00:03:02.358]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:46.7062927Z [00:03:02.358]➜  EOF
2025-08-20T20:32:46.7064761Z [00:03:02.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery=>gitlab.com/gitlab-org/cli/internal/recovery;$WORK/b685=>" -p gitlab.com/gitlab-org/cli/internal/recovery -lang=go1.25 -complete -installsuffix shared -buildid asn_1wtrYbsPFKG8_hqH/asn_1wtrYbsPFKG8_hqH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/recovery.go
2025-08-20T20:32:46.7351143Z [00:03:02.387]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T20:32:46.7359467Z [00:03:02.388]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/7b/7bb4d86e18cf7c4db3c069812f2f5f0b32f1b9e02b67a9ddb019a4072d7d8904-d # internal
2025-08-20T20:32:46.7362737Z [00:03:02.388]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/create
2025-08-20T20:32:46.7364309Z [00:03:02.388]➜  mkdir -p $WORK/b684/
2025-08-20T20:32:46.7364751Z [00:03:02.388]➜  cat >/tmp/go-build3897779518/b684/importcfg << 'EOF' # internal
2025-08-20T20:32:46.7365107Z [00:03:02.388]➜  # import config
2025-08-20T20:32:46.7365462Z [00:03:02.388]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.7365884Z [00:03:02.388]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.7366414Z [00:03:02.388]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:46.7367026Z [00:03:02.388]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.7367611Z [00:03:02.388]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.7368501Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.7369136Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.7369803Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.7370889Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.7371713Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:46.7372383Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.7373057Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.7373846Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:46.7374595Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/recovery=/tmp/go-build3897779518/b685/_pkg_.a
2025-08-20T20:32:46.7375259Z [00:03:02.388]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.7375789Z [00:03:02.388]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:46.7376210Z [00:03:02.388]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:46.7376631Z [00:03:02.388]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:46.7377065Z [00:03:02.388]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.7377379Z [00:03:02.388]➜  EOF
2025-08-20T20:32:46.7379852Z [00:03:02.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create=>gitlab.com/gitlab-org/cli/internal/commands/issue/create;$WORK/b684=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/create -lang=go1.25 -complete -installsuffix shared -buildid wzWEh3U6eubra8fWOElo/wzWEh3U6eubra8fWOElo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create.go
2025-08-20T20:32:46.7507809Z [00:03:02.403]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T20:32:46.7537888Z [00:03:02.406]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/6f/6f98eeae76532cde3333e5a5c50157c862adb898daabb8bf8fd81d8fc9d3df6f-d # internal
2025-08-20T20:32:46.7538927Z [00:03:02.406]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/delete
2025-08-20T20:32:46.7540779Z [00:03:02.406]➜  mkdir -p $WORK/b686/
2025-08-20T20:32:46.7541251Z [00:03:02.406]➜  cat >/tmp/go-build3897779518/b686/importcfg << 'EOF' # internal
2025-08-20T20:32:46.7541632Z [00:03:02.406]➜  # import config
2025-08-20T20:32:46.7541968Z [00:03:02.406]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.7542501Z [00:03:02.406]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.7543078Z [00:03:02.406]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.7543655Z [00:03:02.406]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.7544319Z [00:03:02.406]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.7545082Z [00:03:02.406]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.7545582Z [00:03:02.406]➜  EOF
2025-08-20T20:32:46.7549114Z [00:03:02.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete=>gitlab.com/gitlab-org/cli/internal/commands/issue/delete;$WORK/b686=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/delete -lang=go1.25 -complete -installsuffix shared -buildid sFe-FekkF6wQWX1WXeuT/sFe-FekkF6wQWX1WXeuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete/issue_delete.go
2025-08-20T20:32:46.7609126Z [00:03:02.410]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T20:32:46.7632182Z [00:03:02.413]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/33/3394a5e79bf588058099e009b639555a5c59758c0cd202122b2be18be2412fce-d # internal
2025-08-20T20:32:46.7632937Z [00:03:02.415]➜  gitlab.com/gitlab-org/cli/internal/commands/incident
2025-08-20T20:32:46.7633305Z [00:03:02.415]➜  mkdir -p $WORK/b662/
2025-08-20T20:32:46.7633685Z [00:03:02.415]➜  cat >/tmp/go-build3897779518/b662/importcfg << 'EOF' # internal
2025-08-20T20:32:46.7634042Z [00:03:02.415]➜  # import config
2025-08-20T20:32:46.7634495Z [00:03:02.415]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.7635198Z [00:03:02.415]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.7635923Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.7636681Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/close=/tmp/go-build3897779518/b663/_pkg_.a
2025-08-20T20:32:46.7637482Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/list=/tmp/go-build3897779518/b667/_pkg_.a
2025-08-20T20:32:46.7638511Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/note=/tmp/go-build3897779518/b669/_pkg_.a
2025-08-20T20:32:46.7639321Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/reopen=/tmp/go-build3897779518/b671/_pkg_.a
2025-08-20T20:32:46.7640348Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/subscribe=/tmp/go-build3897779518/b673/_pkg_.a
2025-08-20T20:32:46.7641219Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/unsubscribe=/tmp/go-build3897779518/b675/_pkg_.a
2025-08-20T20:32:46.7642041Z [00:03:02.415]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/view=/tmp/go-build3897779518/b677/_pkg_.a
2025-08-20T20:32:46.7642522Z [00:03:02.415]➜  EOF
2025-08-20T20:32:46.7644545Z [00:03:02.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident=>gitlab.com/gitlab-org/cli/internal/commands/incident;$WORK/b662=>" -p gitlab.com/gitlab-org/cli/internal/commands/incident -lang=go1.25 -complete -installsuffix shared -buildid tRa0DBDmBVRDPPXlntQx/tRa0DBDmBVRDPPXlntQx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/incident.go
2025-08-20T20:32:46.8196641Z [00:03:02.472]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T20:32:46.8225837Z [00:03:02.475]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/08/0863ef2b1489d7381adb8c96e3f9b9cf73ae4dd03ea4ea22a01fc52b02434e98-d # internal
2025-08-20T20:32:46.8227052Z [00:03:02.475]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/list
2025-08-20T20:32:46.8227967Z [00:03:02.475]➜  mkdir -p $WORK/b687/
2025-08-20T20:32:46.8228456Z [00:03:02.475]➜  cat >/tmp/go-build3897779518/b687/importcfg << 'EOF' # internal
2025-08-20T20:32:46.8228830Z [00:03:02.475]➜  # import config
2025-08-20T20:32:46.8229235Z [00:03:02.475]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.8229870Z [00:03:02.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.8230602Z [00:03:02.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.8231393Z [00:03:02.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/list=/tmp/go-build3897779518/b668/_pkg_.a
2025-08-20T20:32:46.8231878Z [00:03:02.475]➜  EOF
2025-08-20T20:32:46.8234263Z [00:03:02.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/list=>gitlab.com/gitlab-org/cli/internal/commands/issue/list;$WORK/b687=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/list -lang=go1.25 -complete -installsuffix shared -buildid 8QVCkoGkdXHx8l3u79oz/8QVCkoGkdXHx8l3u79oz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/list/issue_list.go
2025-08-20T20:32:46.8279536Z [00:03:02.480]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T20:32:46.8286912Z [00:03:02.481]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T20:32:46.8322379Z [00:03:02.483]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/89/89eb74135fb2a71f7817e39d5e1347bcc7d2d000b4a376f6505ea70974530b1a-d # internal
2025-08-20T20:32:46.8323930Z [00:03:02.483]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/note
2025-08-20T20:32:46.8324768Z [00:03:02.483]➜  mkdir -p $WORK/b688/
2025-08-20T20:32:46.8325205Z [00:03:02.484]➜  cat >/tmp/go-build3897779518/b688/importcfg << 'EOF' # internal
2025-08-20T20:32:46.8325562Z [00:03:02.484]➜  # import config
2025-08-20T20:32:46.8325967Z [00:03:02.484]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.8326603Z [00:03:02.484]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.8327342Z [00:03:02.484]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.8328694Z [00:03:02.484]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/note=/tmp/go-build3897779518/b670/_pkg_.a
2025-08-20T20:32:46.8329532Z [00:03:02.484]➜  EOF
2025-08-20T20:32:46.8331661Z [00:03:02.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/note=>gitlab.com/gitlab-org/cli/internal/commands/issue/note;$WORK/b688=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/note -lang=go1.25 -complete -installsuffix shared -buildid Bnou3HOjeqyM7QI6_Na7/Bnou3HOjeqyM7QI6_Na7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/note/issue_note_create.go
2025-08-20T20:32:46.8346980Z [00:03:02.486]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/e6/e6326d903b26374bec727611712028fbc645ade57e35e502f3911847fc4bd25e-d # internal
2025-08-20T20:32:46.8348147Z [00:03:02.486]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/reopen
2025-08-20T20:32:46.8351062Z [00:03:02.486]➜  mkdir -p $WORK/b689/
2025-08-20T20:32:46.8352524Z [00:03:02.487]➜  cat >/tmp/go-build3897779518/b689/importcfg << 'EOF' # internal
2025-08-20T20:32:46.8352915Z [00:03:02.487]➜  # import config
2025-08-20T20:32:46.8353326Z [00:03:02.487]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.8353944Z [00:03:02.487]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.8354666Z [00:03:02.487]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.8355456Z [00:03:02.487]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen=/tmp/go-build3897779518/b672/_pkg_.a
2025-08-20T20:32:46.8355950Z [00:03:02.487]➜  EOF
2025-08-20T20:32:46.8358354Z [00:03:02.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/reopen=>gitlab.com/gitlab-org/cli/internal/commands/issue/reopen;$WORK/b689=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/reopen -lang=go1.25 -complete -installsuffix shared -buildid uGMQdnDAI3lIFdJokV3p/uGMQdnDAI3lIFdJokV3p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/reopen/issue_reopen.go
2025-08-20T20:32:46.8786155Z [00:03:02.531]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T20:32:46.8813850Z [00:03:02.533]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/7e/7e65b66e9f61644c4486278c6eef8a2fc27645123a804c6f9667ea65f7f13208-d # internal
2025-08-20T20:32:46.8815369Z [00:03:02.534]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/subscribe
2025-08-20T20:32:46.8815856Z [00:03:02.534]➜  mkdir -p $WORK/b690/
2025-08-20T20:32:46.8821357Z [00:03:02.534]➜  cat >/tmp/go-build3897779518/b690/importcfg << 'EOF' # internal
2025-08-20T20:32:46.8822146Z [00:03:02.534]➜  # import config
2025-08-20T20:32:46.8822592Z [00:03:02.534]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.8823252Z [00:03:02.534]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.8823992Z [00:03:02.534]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.8824892Z [00:03:02.534]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe=/tmp/go-build3897779518/b674/_pkg_.a
2025-08-20T20:32:46.8825437Z [00:03:02.534]➜  EOF
2025-08-20T20:32:46.8827919Z [00:03:02.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/subscribe=>gitlab.com/gitlab-org/cli/internal/commands/issue/subscribe;$WORK/b690=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/subscribe -lang=go1.25 -complete -installsuffix shared -buildid 8B25jbzuNlHCAm_Lm1L5/8B25jbzuNlHCAm_Lm1L5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/subscribe/issue_subscribe.go
2025-08-20T20:32:46.8922708Z [00:03:02.544]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T20:32:46.8960758Z [00:03:02.548]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/f5/f50f5c9e70676f359005b09b2a36f3aa5494fe9a2ccdf4431c1e084d5d8668aa-d # internal
2025-08-20T20:32:46.8965895Z [00:03:02.548]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/unsubscribe
2025-08-20T20:32:46.8967247Z [00:03:02.548]➜  mkdir -p $WORK/b691/
2025-08-20T20:32:46.8967641Z [00:03:02.549]➜  cat >/tmp/go-build3897779518/b691/importcfg << 'EOF' # internal
2025-08-20T20:32:46.8968174Z [00:03:02.549]➜  # import config
2025-08-20T20:32:46.8968586Z [00:03:02.549]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.8969472Z [00:03:02.549]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.8970198Z [00:03:02.549]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.8971020Z [00:03:02.549]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe=/tmp/go-build3897779518/b676/_pkg_.a
2025-08-20T20:32:46.8971544Z [00:03:02.549]➜  EOF
2025-08-20T20:32:46.8973759Z [00:03:02.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/unsubscribe=>gitlab.com/gitlab-org/cli/internal/commands/issue/unsubscribe;$WORK/b691=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/unsubscribe -lang=go1.25 -complete -installsuffix shared -buildid OiAwEdHiwelg7T3tbS9W/OiAwEdHiwelg7T3tbS9W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/unsubscribe/issue_unsubscribe.go
2025-08-20T20:32:46.8975776Z [00:03:02.549]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T20:32:46.8995247Z [00:03:02.551]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/e7/e712e30697dd02f67de7540a3aa47bdeec5fef82a0a7c0d9ac1cb86d3140fa5d-d # internal
2025-08-20T20:32:46.9002678Z [00:03:02.551]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/update
2025-08-20T20:32:46.9006488Z [00:03:02.551]➜  mkdir -p $WORK/b692/
2025-08-20T20:32:46.9006947Z [00:03:02.552]➜  cat >/tmp/go-build3897779518/b692/importcfg << 'EOF' # internal
2025-08-20T20:32:46.9007297Z [00:03:02.552]➜  # import config
2025-08-20T20:32:46.9007632Z [00:03:02.552]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:46.9008418Z [00:03:02.552]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.9009004Z [00:03:02.552]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.9009580Z [00:03:02.552]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.9010220Z [00:03:02.552]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.9010862Z [00:03:02.552]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.9011524Z [00:03:02.552]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.9012292Z [00:03:02.552]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:46.9012901Z [00:03:02.552]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.9013217Z [00:03:02.552]➜  EOF
2025-08-20T20:32:46.9015311Z [00:03:02.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update=>gitlab.com/gitlab-org/cli/internal/commands/issue/update;$WORK/b692=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/update -lang=go1.25 -complete -installsuffix shared -buildid B5fNtIhCro7P38z5su4C/B5fNtIhCro7P38z5su4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update/issue_update.go
2025-08-20T20:32:46.9383432Z [00:03:02.590]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T20:32:46.9437448Z [00:03:02.596]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/cc/ccb6a8def25ab028059fd7d448eec9124f0ad0db6c41219e93dea6d1ae0df7e9-d # internal
2025-08-20T20:32:46.9438584Z [00:03:02.596]➜  gitlab.com/gitlab-org/cli/internal/commands/issue/view
2025-08-20T20:32:46.9439178Z [00:03:02.596]➜  mkdir -p $WORK/b693/
2025-08-20T20:32:46.9439873Z [00:03:02.596]➜  cat >/tmp/go-build3897779518/b693/importcfg << 'EOF' # internal
2025-08-20T20:32:46.9440372Z [00:03:02.596]➜  # import config
2025-08-20T20:32:46.9441859Z [00:03:02.596]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.9442792Z [00:03:02.596]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.9443526Z [00:03:02.596]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:46.9444324Z [00:03:02.596]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/view=/tmp/go-build3897779518/b678/_pkg_.a
2025-08-20T20:32:46.9444807Z [00:03:02.596]➜  EOF
2025-08-20T20:32:46.9446853Z [00:03:02.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/view=>gitlab.com/gitlab-org/cli/internal/commands/issue/view;$WORK/b693=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue/view -lang=go1.25 -complete -installsuffix shared -buildid 9sszt_45AG6Um9svGV45/9sszt_45AG6Um9svGV45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/view/issue_view.go
2025-08-20T20:32:46.9571005Z [00:03:02.609]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T20:32:46.9594384Z [00:03:02.611]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/7f/7f8d45efa791e84396d79a0058422aa617981b4376ea0b9c12444a371865bcc2-d # internal
2025-08-20T20:32:46.9595906Z [00:03:02.612]➜  gitlab.com/gitlab-org/cli/internal/commands/iteration/list
2025-08-20T20:32:46.9599195Z [00:03:02.612]➜  mkdir -p $WORK/b695/
2025-08-20T20:32:46.9599622Z [00:03:02.612]➜  cat >/tmp/go-build3897779518/b695/importcfg << 'EOF' # internal
2025-08-20T20:32:46.9599979Z [00:03:02.612]➜  # import config
2025-08-20T20:32:46.9600350Z [00:03:02.612]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:46.9601029Z [00:03:02.612]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:46.9601618Z [00:03:02.612]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:46.9602209Z [00:03:02.612]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.9602793Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:46.9603437Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:46.9604108Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.9604786Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:46.9605465Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:46.9606138Z [00:03:02.612]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:46.9606668Z [00:03:02.612]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:46.9606994Z [00:03:02.612]➜  EOF
2025-08-20T20:32:46.9609294Z [00:03:02.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list=>gitlab.com/gitlab-org/cli/internal/commands/iteration/list;$WORK/b695=>" -p gitlab.com/gitlab-org/cli/internal/commands/iteration/list -lang=go1.25 -complete -installsuffix shared -buildid 29b9VtiwgPrdIa2tjHTk/29b9VtiwgPrdIa2tjHTk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list/iteration_list.go
2025-08-20T20:32:46.9866805Z [00:03:02.638]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T20:32:46.9901728Z [00:03:02.642]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/db/dbaa25a3eee720dcff4c3aecd3bd75a7c40533829458eea492370985e216da36-d # internal
2025-08-20T20:32:46.9908907Z [00:03:02.642]➜  gitlab.com/gitlab-org/cli/internal/commands/job
2025-08-20T20:32:46.9909578Z [00:03:02.642]➜  mkdir -p $WORK/b696/
2025-08-20T20:32:46.9913269Z [00:03:02.643]➜  cat >/tmp/go-build3897779518/b696/importcfg << 'EOF' # internal
2025-08-20T20:32:46.9917295Z [00:03:02.644]➜  # import config
2025-08-20T20:32:46.9917845Z [00:03:02.644]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:46.9920449Z [00:03:02.644]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:46.9921221Z [00:03:02.644]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/job/artifact=/tmp/go-build3897779518/b396/_pkg_.a
2025-08-20T20:32:46.9921706Z [00:03:02.644]➜  EOF
2025-08-20T20:32:46.9926179Z [00:03:02.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job=>gitlab.com/gitlab-org/cli/internal/commands/job;$WORK/b696=>" -p gitlab.com/gitlab-org/cli/internal/commands/job -lang=go1.25 -complete -installsuffix shared -buildid kscias_W8h3gQLyiDPR8/kscias_W8h3gQLyiDPR8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/job.go
2025-08-20T20:32:46.9974724Z [00:03:02.650]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T20:32:47.0000404Z [00:03:02.652]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/ea/ea215584b091b563510dc4a664fb1dcab78826a89c539678fd936660442553ea-d # internal
2025-08-20T20:32:47.0002146Z [00:03:02.652]➜  gitlab.com/gitlab-org/cli/internal/commands/issue
2025-08-20T20:32:47.0003349Z [00:03:02.653]➜  mkdir -p $WORK/b679/
2025-08-20T20:32:47.0008135Z [00:03:02.653]➜  cat >/tmp/go-build3897779518/b679/importcfg << 'EOF' # internal
2025-08-20T20:32:47.0008542Z [00:03:02.653]➜  # import config
2025-08-20T20:32:47.0011006Z [00:03:02.653]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.0012085Z [00:03:02.653]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.0012778Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.0013533Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board=/tmp/go-build3897779518/b680/_pkg_.a
2025-08-20T20:32:47.0014324Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/close=/tmp/go-build3897779518/b683/_pkg_.a
2025-08-20T20:32:47.0015108Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/create=/tmp/go-build3897779518/b684/_pkg_.a
2025-08-20T20:32:47.0015882Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/delete=/tmp/go-build3897779518/b686/_pkg_.a
2025-08-20T20:32:47.0016655Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/list=/tmp/go-build3897779518/b687/_pkg_.a
2025-08-20T20:32:47.0017416Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/note=/tmp/go-build3897779518/b688/_pkg_.a
2025-08-20T20:32:47.0018999Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/reopen=/tmp/go-build3897779518/b689/_pkg_.a
2025-08-20T20:32:47.0019794Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/subscribe=/tmp/go-build3897779518/b690/_pkg_.a
2025-08-20T20:32:47.0020884Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/unsubscribe=/tmp/go-build3897779518/b691/_pkg_.a
2025-08-20T20:32:47.0021697Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/update=/tmp/go-build3897779518/b692/_pkg_.a
2025-08-20T20:32:47.0022464Z [00:03:02.653]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/view=/tmp/go-build3897779518/b693/_pkg_.a
2025-08-20T20:32:47.0022929Z [00:03:02.653]➜  EOF
2025-08-20T20:32:47.0024893Z [00:03:02.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue=>gitlab.com/gitlab-org/cli/internal/commands/issue;$WORK/b679=>" -p gitlab.com/gitlab-org/cli/internal/commands/issue -lang=go1.25 -complete -installsuffix shared -buildid vBVoV7Fk2JiOpad0FsL3/vBVoV7Fk2JiOpad0FsL3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issue.go
2025-08-20T20:32:47.0345791Z [00:03:02.687]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T20:32:47.0372849Z [00:03:02.689]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/d7/d7599a91ad7103e54978dfed3164822e02daf848f813f524da2ee7607815e386-d # internal
2025-08-20T20:32:47.0374715Z [00:03:02.690]➜  gitlab.com/gitlab-org/cli/internal/commands/iteration
2025-08-20T20:32:47.0375988Z [00:03:02.690]➜  mkdir -p $WORK/b694/
2025-08-20T20:32:47.0384847Z [00:03:02.691]➜  cat >/tmp/go-build3897779518/b694/importcfg << 'EOF' # internal
2025-08-20T20:32:47.0385230Z [00:03:02.691]➜  # import config
2025-08-20T20:32:47.0386481Z [00:03:02.691]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.0388299Z [00:03:02.691]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.0389171Z [00:03:02.691]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/iteration/list=/tmp/go-build3897779518/b695/_pkg_.a
2025-08-20T20:32:47.0389687Z [00:03:02.691]➜  EOF
2025-08-20T20:32:47.0392040Z [00:03:02.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration=>gitlab.com/gitlab-org/cli/internal/commands/iteration;$WORK/b694=>" -p gitlab.com/gitlab-org/cli/internal/commands/iteration -lang=go1.25 -complete -installsuffix shared -buildid iGKzC_VqAffhU5eFE1Ag/iGKzC_VqAffhU5eFE1Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/iteration.go
2025-08-20T20:32:47.0806888Z [00:03:02.733]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T20:32:47.0830588Z [00:03:02.735]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/76/76fe7a91e51c1b0be647c95e145d77438386b8d05f1edc66c87848b32f0667b7-d # internal
2025-08-20T20:32:47.0860767Z [00:03:02.738]➜  gitlab.com/gitlab-org/cli/internal/commands/label/create
2025-08-20T20:32:47.0862343Z [00:03:02.738]➜  mkdir -p $WORK/b698/
2025-08-20T20:32:47.0863858Z [00:03:02.738]➜  cat >/tmp/go-build3897779518/b698/importcfg << 'EOF' # internal
2025-08-20T20:32:47.0864230Z [00:03:02.738]➜  # import config
2025-08-20T20:32:47.0864572Z [00:03:02.738]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.0865094Z [00:03:02.738]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.0865674Z [00:03:02.738]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.0866253Z [00:03:02.738]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.0867269Z [00:03:02.738]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.0867889Z [00:03:02.738]➜  EOF
2025-08-20T20:32:47.0870100Z [00:03:02.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create=>gitlab.com/gitlab-org/cli/internal/commands/label/create;$WORK/b698=>" -p gitlab.com/gitlab-org/cli/internal/commands/label/create -lang=go1.25 -complete -installsuffix shared -buildid wxXWwGC1ZWZMEfYeaf2f/wxXWwGC1ZWZMEfYeaf2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create/label_create.go
2025-08-20T20:32:47.0966220Z [00:03:02.749]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T20:32:47.1025407Z [00:03:02.754]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/46/46cbb744eec1e1bcd6b1f3883bae3596163f54e8b4b38150999f9c3cc941c46b-d # internal
2025-08-20T20:32:47.1026125Z [00:03:02.754]➜  gitlab.com/gitlab-org/cli/internal/commands/label/delete
2025-08-20T20:32:47.1030265Z [00:03:02.755]➜  mkdir -p $WORK/b699/
2025-08-20T20:32:47.1031337Z [00:03:02.755]➜  cat >/tmp/go-build3897779518/b699/importcfg << 'EOF' # internal
2025-08-20T20:32:47.1032132Z [00:03:02.755]➜  # import config
2025-08-20T20:32:47.1032504Z [00:03:02.755]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.1033055Z [00:03:02.755]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.1033628Z [00:03:02.755]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.1034212Z [00:03:02.755]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.1035262Z [00:03:02.755]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.1035777Z [00:03:02.755]➜  EOF
2025-08-20T20:32:47.1038207Z [00:03:02.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete=>gitlab.com/gitlab-org/cli/internal/commands/label/delete;$WORK/b699=>" -p gitlab.com/gitlab-org/cli/internal/commands/label/delete -lang=go1.25 -complete -installsuffix shared -buildid rWLf4b-rrOhI_r4Q4mgh/rWLf4b-rrOhI_r4Q4mgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete/label_delete.go
2025-08-20T20:32:47.1119263Z [00:03:02.762]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T20:32:47.1125618Z [00:03:02.765]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/97/97ce4c2f0295d4d5ddbcad08ae0fdccbec8ed0aac3072fdd72d3ce93c1aa74d4-d # internal
2025-08-20T20:32:47.1158943Z [00:03:02.765]➜  gitlab.com/gitlab-org/cli/internal/commands/label/list
2025-08-20T20:32:47.1159893Z [00:03:02.765]➜  mkdir -p $WORK/b700/
2025-08-20T20:32:47.1160334Z [00:03:02.765]➜  cat >/tmp/go-build3897779518/b700/importcfg << 'EOF' # internal
2025-08-20T20:32:47.1160713Z [00:03:02.765]➜  # import config
2025-08-20T20:32:47.1161082Z [00:03:02.765]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:47.1162191Z [00:03:02.765]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.1162795Z [00:03:02.765]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.1163382Z [00:03:02.765]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.1163969Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.1164609Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.1165281Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.1165958Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.1166859Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.1167543Z [00:03:02.765]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.1168313Z [00:03:02.765]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.1168650Z [00:03:02.765]➜  EOF
2025-08-20T20:32:47.1170757Z [00:03:02.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list=>gitlab.com/gitlab-org/cli/internal/commands/label/list;$WORK/b700=>" -p gitlab.com/gitlab-org/cli/internal/commands/label/list -lang=go1.25 -complete -installsuffix shared -buildid 1McLMdXEh5hLSH7Jz_Rh/1McLMdXEh5hLSH7Jz_Rh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list/label_list.go
2025-08-20T20:32:47.1660133Z [00:03:02.818]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T20:32:47.1660592Z [00:03:02.818]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T20:32:47.1693122Z [00:03:02.821]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/11/112c3d4686201fc4c4ed223aecc844981c02430d1d4b12586089fbc792ccc661-d # internal
2025-08-20T20:32:47.1694612Z [00:03:02.821]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/approve
2025-08-20T20:32:47.1695436Z [00:03:02.821]➜  mkdir -p $WORK/b702/
2025-08-20T20:32:47.1703351Z [00:03:02.822]➜  cat >/tmp/go-build3897779518/b702/importcfg << 'EOF' # internal
2025-08-20T20:32:47.1711365Z [00:03:02.823]➜  # import config
2025-08-20T20:32:47.1711881Z [00:03:02.823]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.1712704Z [00:03:02.823]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.1713443Z [00:03:02.823]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.1714045Z [00:03:02.823]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.1714702Z [00:03:02.823]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.1715575Z [00:03:02.823]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.1716107Z [00:03:02.823]➜  EOF
2025-08-20T20:32:47.1718280Z [00:03:02.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve=>gitlab.com/gitlab-org/cli/internal/commands/mr/approve;$WORK/b702=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/approve -lang=go1.25 -complete -installsuffix shared -buildid kAeFrSsS1wRLW8gXpLQz/kAeFrSsS1wRLW8gXpLQz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve/mr_approve.go
2025-08-20T20:32:47.1720506Z [00:03:02.823]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/53/53411d1133da856b4a519f5737d662bd30463fa253676c1578034d256aa8bf88-d # internal
2025-08-20T20:32:47.1738939Z [00:03:02.826]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/approvers
2025-08-20T20:32:47.1747860Z [00:03:02.826]➜  mkdir -p $WORK/b703/
2025-08-20T20:32:47.1748333Z [00:03:02.826]➜  cat >/tmp/go-build3897779518/b703/importcfg << 'EOF' # internal
2025-08-20T20:32:47.1748683Z [00:03:02.826]➜  # import config
2025-08-20T20:32:47.1749010Z [00:03:02.826]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.1749482Z [00:03:02.826]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.1750098Z [00:03:02.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.1750867Z [00:03:02.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.1751633Z [00:03:02.826]➜  EOF
2025-08-20T20:32:47.1753724Z [00:03:02.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers=>gitlab.com/gitlab-org/cli/internal/commands/mr/approvers;$WORK/b703=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/approvers -lang=go1.25 -complete -installsuffix shared -buildid 7dynzum8WKj9y_PFak06/7dynzum8WKj9y_PFak06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/mr_approvers.go
2025-08-20T20:32:47.1898915Z [00:03:02.842]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T20:32:47.1934984Z [00:03:02.845]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/2a/2a287534ce93dfaa79c67bd74862348a273df5c4b85b52a83d114f58736805ee-d # internal
2025-08-20T20:32:47.1935755Z [00:03:02.845]➜  gitlab.com/gitlab-org/cli/internal/commands/label
2025-08-20T20:32:47.1936121Z [00:03:02.845]➜  mkdir -p $WORK/b697/
2025-08-20T20:32:47.1936502Z [00:03:02.845]➜  cat >/tmp/go-build3897779518/b697/importcfg << 'EOF' # internal
2025-08-20T20:32:47.1936848Z [00:03:02.845]➜  # import config
2025-08-20T20:32:47.1937260Z [00:03:02.845]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.1938030Z [00:03:02.845]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.1938839Z [00:03:02.845]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/create=/tmp/go-build3897779518/b698/_pkg_.a
2025-08-20T20:32:47.1939631Z [00:03:02.845]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/delete=/tmp/go-build3897779518/b699/_pkg_.a
2025-08-20T20:32:47.1940655Z [00:03:02.845]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/list=/tmp/go-build3897779518/b700/_pkg_.a
2025-08-20T20:32:47.1941224Z [00:03:02.845]➜  EOF
2025-08-20T20:32:47.1971217Z [00:03:02.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label=>gitlab.com/gitlab-org/cli/internal/commands/label;$WORK/b697=>" -p gitlab.com/gitlab-org/cli/internal/commands/label -lang=go1.25 -complete -installsuffix shared -buildid S5bs6qXQDiBcuFG8HkbA/S5bs6qXQDiBcuFG8HkbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/label.go
2025-08-20T20:32:47.2378628Z [00:03:02.890]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T20:32:47.2407788Z [00:03:02.893]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/19/19ca9c44d1d3b8f91223a00c046a74604473105d1a9807de4c9f0499d636092b-d # internal
2025-08-20T20:32:47.2429675Z [00:03:02.893]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/checkout
2025-08-20T20:32:47.2430311Z [00:03:02.894]➜  mkdir -p $WORK/b704/
2025-08-20T20:32:47.2430705Z [00:03:02.895]➜  cat >/tmp/go-build3897779518/b704/importcfg << 'EOF' # internal
2025-08-20T20:32:47.2431069Z [00:03:02.895]➜  # import config
2025-08-20T20:32:47.2431404Z [00:03:02.895]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.2432238Z [00:03:02.895]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.2432822Z [00:03:02.895]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.2433406Z [00:03:02.895]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.2434043Z [00:03:02.895]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.2434713Z [00:03:02.895]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.2435451Z [00:03:02.895]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.2436369Z [00:03:02.895]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:47.2438585Z [00:03:02.896]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.2439239Z [00:03:02.896]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.2439717Z [00:03:02.896]➜  EOF
2025-08-20T20:32:47.2442211Z [00:03:02.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout=>gitlab.com/gitlab-org/cli/internal/commands/mr/checkout;$WORK/b704=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/checkout -lang=go1.25 -complete -installsuffix shared -buildid FGAR_C4r5pwmrwZOAVm6/FGAR_C4r5pwmrwZOAVm6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout/mr_checkout.go
2025-08-20T20:32:47.2471386Z [00:03:02.899]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T20:32:47.2500364Z [00:03:02.902]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/db/db08a2db60f3ff874e6749c19ced5f9ac369d758b0006f58fb25ffdb6ca2f7d3-d # internal
2025-08-20T20:32:47.2513259Z [00:03:02.903]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/close
2025-08-20T20:32:47.2516102Z [00:03:02.903]➜  mkdir -p $WORK/b705/
2025-08-20T20:32:47.2523148Z [00:03:02.904]➜  cat >/tmp/go-build3897779518/b705/importcfg << 'EOF' # internal
2025-08-20T20:32:47.2523529Z [00:03:02.904]➜  # import config
2025-08-20T20:32:47.2523875Z [00:03:02.904]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.2524399Z [00:03:02.904]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.2525236Z [00:03:02.904]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.2525931Z [00:03:02.904]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.2526577Z [00:03:02.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.2527237Z [00:03:02.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.2528269Z [00:03:02.904]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.2528802Z [00:03:02.904]➜  EOF
2025-08-20T20:32:47.2537128Z [00:03:02.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close=>gitlab.com/gitlab-org/cli/internal/commands/mr/close;$WORK/b705=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/close -lang=go1.25 -complete -installsuffix shared -buildid 1XYdK-Xv4rELU9MA8v_N/1XYdK-Xv4rELU9MA8v_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close/mr_close.go
2025-08-20T20:32:47.2539318Z [00:03:02.905]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T20:32:47.2581171Z [00:03:02.910]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/7b/7b9f82f91495d803c248028999ab17973a9b61cc1250f32d0fed09731fa990df-d # internal
2025-08-20T20:32:47.2582147Z [00:03:02.910]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/create
2025-08-20T20:32:47.2582512Z [00:03:02.910]➜  mkdir -p $WORK/b706/
2025-08-20T20:32:47.2582892Z [00:03:02.910]➜  cat >/tmp/go-build3897779518/b706/importcfg << 'EOF' # internal
2025-08-20T20:32:47.2583240Z [00:03:02.910]➜  # import config
2025-08-20T20:32:47.2583584Z [00:03:02.910]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.2583997Z [00:03:02.910]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.2584521Z [00:03:02.910]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:47.2585128Z [00:03:02.910]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.2585898Z [00:03:02.910]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.2586479Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.2590887Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.2591600Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.2592359Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:47.2593153Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.2593906Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:47.2594560Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:47.2595210Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.2595887Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.2596846Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:47.2597606Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/recovery=/tmp/go-build3897779518/b685/_pkg_.a
2025-08-20T20:32:47.2598468Z [00:03:02.910]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.2599223Z [00:03:02.910]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:47.2599716Z [00:03:02.910]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:47.2600143Z [00:03:02.910]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:47.2600988Z [00:03:02.910]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.2601508Z [00:03:02.910]➜  EOF
2025-08-20T20:32:47.2603690Z [00:03:02.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create=>gitlab.com/gitlab-org/cli/internal/commands/mr/create;$WORK/b706=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/create -lang=go1.25 -complete -installsuffix shared -buildid 4f2ndHaYktQHix9ed8fU/4f2ndHaYktQHix9ed8fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create/mr_create.go
2025-08-20T20:32:47.3152454Z [00:03:02.967]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T20:32:47.3180665Z [00:03:02.970]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/19/19172448b79522c9c30f755a17abfd51c33b5110a733f4f0e47c59809aca77cd-d # internal
2025-08-20T20:32:47.3183840Z [00:03:02.970]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/delete
2025-08-20T20:32:47.3184815Z [00:03:02.970]➜  mkdir -p $WORK/b707/
2025-08-20T20:32:47.3186971Z [00:03:02.971]➜  cat >/tmp/go-build3897779518/b707/importcfg << 'EOF' # internal
2025-08-20T20:32:47.3190548Z [00:03:02.971]➜  # import config
2025-08-20T20:32:47.3190926Z [00:03:02.971]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.3191461Z [00:03:02.971]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.3192037Z [00:03:02.971]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.3192634Z [00:03:02.971]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.3193338Z [00:03:02.971]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.3194374Z [00:03:02.971]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.3194851Z [00:03:02.971]➜  EOF
2025-08-20T20:32:47.3196902Z [00:03:02.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete=>gitlab.com/gitlab-org/cli/internal/commands/mr/delete;$WORK/b707=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/delete -lang=go1.25 -complete -installsuffix shared -buildid wPW22cTXpG2wYsG0d21V/wPW22cTXpG2wYsG0d21V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete/mr_delete.go
2025-08-20T20:32:47.3220168Z [00:03:02.974]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T20:32:47.3246171Z [00:03:02.977]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/46/461756d2a03c6bae4a8df64942380878c1e5bb9707fe647505c9971b46485d4d-d # internal
2025-08-20T20:32:47.3247603Z [00:03:02.977]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/diff
2025-08-20T20:32:47.3255435Z [00:03:02.978]➜  mkdir -p $WORK/b708/
2025-08-20T20:32:47.3305514Z [00:03:02.983]➜  cat >/tmp/go-build3897779518/b708/importcfg << 'EOF' # internal
2025-08-20T20:32:47.3305962Z [00:03:02.983]➜  # import config
2025-08-20T20:32:47.3306308Z [00:03:02.983]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:47.3306741Z [00:03:02.983]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:47.3307161Z [00:03:02.983]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.3307577Z [00:03:02.983]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.3308319Z [00:03:02.983]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.3309234Z [00:03:02.983]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.3309897Z [00:03:02.983]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.3310568Z [00:03:02.983]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.3311311Z [00:03:02.983]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.3312203Z [00:03:02.983]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.3312805Z [00:03:02.983]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:47.3313225Z [00:03:02.983]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.3313649Z [00:03:02.983]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:47.3313971Z [00:03:02.983]➜  EOF
2025-08-20T20:32:47.3315952Z [00:03:02.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff=>gitlab.com/gitlab-org/cli/internal/commands/mr/diff;$WORK/b708=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/diff -lang=go1.25 -complete -installsuffix shared -buildid LaAmxi6ofU5diTuZFJ9N/LaAmxi6ofU5diTuZFJ9N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff/diff.go
2025-08-20T20:32:47.3829411Z [00:03:03.035]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T20:32:47.3862265Z [00:03:03.038]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/e5/e5a644bce72fe226e456760394f2eb990328d1a09480acc7e77bb23592045c9d-d # internal
2025-08-20T20:32:47.3863437Z [00:03:03.038]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/for
2025-08-20T20:32:47.3863820Z [00:03:03.038]➜  mkdir -p $WORK/b709/
2025-08-20T20:32:47.3868509Z [00:03:03.039]➜  cat >/tmp/go-build3897779518/b709/importcfg << 'EOF' # internal
2025-08-20T20:32:47.3869974Z [00:03:03.039]➜  # import config
2025-08-20T20:32:47.3870928Z [00:03:03.039]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.3871808Z [00:03:03.039]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.3872392Z [00:03:03.039]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.3872987Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.3873625Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.3874282Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.3875021Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.3875724Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:47.3876368Z [00:03:03.039]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.3876910Z [00:03:03.039]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.3877224Z [00:03:03.039]➜  EOF
2025-08-20T20:32:47.3998794Z [00:03:03.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/for=>gitlab.com/gitlab-org/cli/internal/commands/mr/for;$WORK/b709=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/for -lang=go1.25 -complete -installsuffix shared -buildid 0EuaAmxriC69IxjN4_LT/0EuaAmxriC69IxjN4_LT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/for/mr_for.go
2025-08-20T20:32:47.4000974Z [00:03:03.052]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T20:32:47.4045902Z [00:03:03.056]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/92/92a0a47c91139bf78770864f7d411bd6400e51245298afa82c8dac10a6773e9e-d # internal
2025-08-20T20:32:47.4087795Z [00:03:03.061]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/issues
2025-08-20T20:32:47.4088780Z [00:03:03.061]➜  mkdir -p $WORK/b710/
2025-08-20T20:32:47.4089612Z [00:03:03.061]➜  cat >/tmp/go-build3897779518/b710/importcfg << 'EOF' # internal
2025-08-20T20:32:47.4090481Z [00:03:03.061]➜  # import config
2025-08-20T20:32:47.4091145Z [00:03:03.061]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.4091754Z [00:03:03.061]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.4092342Z [00:03:03.061]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.4092922Z [00:03:03.061]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.4093587Z [00:03:03.061]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.4094351Z [00:03:03.061]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:47.4095158Z [00:03:03.061]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.4096098Z [00:03:03.061]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.4096529Z [00:03:03.061]➜  EOF
2025-08-20T20:32:47.4098784Z [00:03:03.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues=>gitlab.com/gitlab-org/cli/internal/commands/mr/issues;$WORK/b710=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/issues -lang=go1.25 -complete -installsuffix shared -buildid vLhS9eLi4RF3utgrLowO/vLhS9eLi4RF3utgrLowO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/mr_issues.go
2025-08-20T20:32:47.4389750Z [00:03:03.088]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T20:32:47.4390484Z [00:03:03.088]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/ef/ef49394c33447746eba1bd166180a9164a5b2d34e643c2ac3b73ca17794aa83a-d # internal
2025-08-20T20:32:47.4426041Z [00:03:03.095]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/list
2025-08-20T20:32:47.4426587Z [00:03:03.095]➜  mkdir -p $WORK/b711/
2025-08-20T20:32:47.4427123Z [00:03:03.095]➜  cat >/tmp/go-build3897779518/b711/importcfg << 'EOF' # internal
2025-08-20T20:32:47.4427639Z [00:03:03.095]➜  # import config
2025-08-20T20:32:47.4428273Z [00:03:03.095]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:47.4428863Z [00:03:03.095]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.4429538Z [00:03:03.095]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.4430250Z [00:03:03.095]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.4430999Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.4431797Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.4432619Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.4433513Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.4434356Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.4435163Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.4436243Z [00:03:03.095]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.4436821Z [00:03:03.095]➜  EOF
2025-08-20T20:32:47.4439150Z [00:03:03.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list=>gitlab.com/gitlab-org/cli/internal/commands/mr/list;$WORK/b711=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/list -lang=go1.25 -complete -installsuffix shared -buildid tbHZEM6xWOjViG9xND5Z/tbHZEM6xWOjViG9xND5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/mr_list.go
2025-08-20T20:32:47.4839387Z [00:03:03.136]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T20:32:47.4867808Z [00:03:03.139]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/c6/c66a73b67ecf6663e1cd897a34e32422daf52b19ee1b5c2de9a37e366541c6bf-d # internal
2025-08-20T20:32:47.4929434Z [00:03:03.145]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/merge
2025-08-20T20:32:47.4929865Z [00:03:03.145]➜  mkdir -p $WORK/b712/
2025-08-20T20:32:47.4937086Z [00:03:03.146]➜  cat >/tmp/go-build3897779518/b712/importcfg << 'EOF' # internal
2025-08-20T20:32:47.4937517Z [00:03:03.146]➜  # import config
2025-08-20T20:32:47.4939100Z [00:03:03.146]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.4940888Z [00:03:03.146]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.4941962Z [00:03:03.146]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:47.4942586Z [00:03:03.146]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.4943179Z [00:03:03.146]➜  packagefile github.com/avast/retry-go/v4=/tmp/go-build3897779518/b463/_pkg_.a
2025-08-20T20:32:47.4943727Z [00:03:03.146]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.4944316Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.4944977Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.4945928Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.4946662Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:47.4947318Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:47.4948305Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.4949007Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:47.4949694Z [00:03:03.146]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:47.4950266Z [00:03:03.146]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:47.4950694Z [00:03:03.146]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:47.4951000Z [00:03:03.146]➜  EOF
2025-08-20T20:32:47.4953002Z [00:03:03.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge=>gitlab.com/gitlab-org/cli/internal/commands/mr/merge;$WORK/b712=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/merge -lang=go1.25 -complete -installsuffix shared -buildid gimcMRUTyliXJjz9iz_i/gimcMRUTyliXJjz9iz_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/mr_merge.go
2025-08-20T20:32:47.5283852Z [00:03:03.180]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T20:32:47.5315857Z [00:03:03.184]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/67/673fc9ee0137685129ea3f87990d8660cd2bb0945d4954ecbc13d028166b3ae5-d # internal
2025-08-20T20:32:47.5350447Z [00:03:03.187]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/note
2025-08-20T20:32:47.5351386Z [00:03:03.187]➜  mkdir -p $WORK/b713/
2025-08-20T20:32:47.5358217Z [00:03:03.188]➜  cat >/tmp/go-build3897779518/b713/importcfg << 'EOF' # internal
2025-08-20T20:32:47.5358802Z [00:03:03.188]➜  # import config
2025-08-20T20:32:47.5359244Z [00:03:03.188]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.5360069Z [00:03:03.188]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.5360812Z [00:03:03.188]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.5361561Z [00:03:03.188]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.5362391Z [00:03:03.188]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.5363275Z [00:03:03.188]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.5364122Z [00:03:03.188]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.5364646Z [00:03:03.188]➜  EOF
2025-08-20T20:32:47.5366970Z [00:03:03.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note=>gitlab.com/gitlab-org/cli/internal/commands/mr/note;$WORK/b713=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/note -lang=go1.25 -complete -installsuffix shared -buildid EM9DgU1BPDwC3GddPUm0/EM9DgU1BPDwC3GddPUm0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note/mr_note_create.go
2025-08-20T20:32:47.5776226Z [00:03:03.229]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T20:32:47.5809772Z [00:03:03.233]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/67/67ed0fbece7f8049cc15c52a605de75ed8bf9a36629846d5e4cda9c410b26e47-d # internal
2025-08-20T20:32:47.5810989Z [00:03:03.233]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/rebase
2025-08-20T20:32:47.5812403Z [00:03:03.233]➜  mkdir -p $WORK/b714/
2025-08-20T20:32:47.5812809Z [00:03:03.233]➜  cat >/tmp/go-build3897779518/b714/importcfg << 'EOF' # internal
2025-08-20T20:32:47.5814041Z [00:03:03.233]➜  # import config
2025-08-20T20:32:47.5814521Z [00:03:03.233]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.5815095Z [00:03:03.233]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.5815677Z [00:03:03.233]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.5816337Z [00:03:03.233]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.5817067Z [00:03:03.233]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.5817917Z [00:03:03.233]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.5818403Z [00:03:03.233]➜  EOF
2025-08-20T20:32:47.5820461Z [00:03:03.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase=>gitlab.com/gitlab-org/cli/internal/commands/mr/rebase;$WORK/b714=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/rebase -lang=go1.25 -complete -installsuffix shared -buildid xO0FgxLXxz2gVh3V3qGh/xO0FgxLXxz2gVh3V3qGh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase/mr_rebase.go
2025-08-20T20:32:47.6000453Z [00:03:03.252]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T20:32:47.6091606Z [00:03:03.261]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/de/de3937c47584a2de6231ae00fc4e021ed5f04f9442ec2bb2e829fba1dd080add-d # internal
2025-08-20T20:32:47.6092434Z [00:03:03.261]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/reopen
2025-08-20T20:32:47.6092817Z [00:03:03.261]➜  mkdir -p $WORK/b715/
2025-08-20T20:32:47.6134577Z [00:03:03.265]➜  cat >/tmp/go-build3897779518/b715/importcfg << 'EOF' # internal
2025-08-20T20:32:47.6135636Z [00:03:03.266]➜  # import config
2025-08-20T20:32:47.6136031Z [00:03:03.266]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.6136858Z [00:03:03.266]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.6137497Z [00:03:03.266]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.6138316Z [00:03:03.266]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.6138965Z [00:03:03.266]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.6139627Z [00:03:03.266]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.6140377Z [00:03:03.266]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.6140847Z [00:03:03.266]➜  EOF
2025-08-20T20:32:47.6143202Z [00:03:03.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen=>gitlab.com/gitlab-org/cli/internal/commands/mr/reopen;$WORK/b715=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/reopen -lang=go1.25 -complete -installsuffix shared -buildid ss3pTP30lx56SWVBdleF/ss3pTP30lx56SWVBdleF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen/mr_reopen.go
2025-08-20T20:32:47.6394607Z [00:03:03.291]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T20:32:47.6425773Z [00:03:03.295]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/5f/5fed078234a55b44650ad3d53d1c17742d8d1f76b812df365470f5b4d02600d4-d # internal
2025-08-20T20:32:47.6427135Z [00:03:03.295]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/revoke
2025-08-20T20:32:47.6427604Z [00:03:03.295]➜  mkdir -p $WORK/b716/
2025-08-20T20:32:47.6429153Z [00:03:03.295]➜  cat >/tmp/go-build3897779518/b716/importcfg << 'EOF' # internal
2025-08-20T20:32:47.6429533Z [00:03:03.295]➜  # import config
2025-08-20T20:32:47.6429880Z [00:03:03.295]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.6430408Z [00:03:03.295]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.6430977Z [00:03:03.295]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.6431590Z [00:03:03.295]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.6432331Z [00:03:03.295]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.6432807Z [00:03:03.295]➜  EOF
2025-08-20T20:32:47.6441234Z [00:03:03.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke=>gitlab.com/gitlab-org/cli/internal/commands/mr/revoke;$WORK/b716=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/revoke -lang=go1.25 -complete -installsuffix shared -buildid QSPGSjqFWl2uOtXlkTw2/QSPGSjqFWl2uOtXlkTw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke/mr_revoke.go
2025-08-20T20:32:47.6467392Z [00:03:03.299]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T20:32:47.6496158Z [00:03:03.302]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/7e/7eea878e62591d62a403a8bcefccc05efb430843d986f45b72aea36a8cbb4151-d # internal
2025-08-20T20:32:47.6497155Z [00:03:03.302]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/subscribe
2025-08-20T20:32:47.6497591Z [00:03:03.302]➜  mkdir -p $WORK/b717/
2025-08-20T20:32:47.6500066Z [00:03:03.302]➜  cat >/tmp/go-build3897779518/b717/importcfg << 'EOF' # internal
2025-08-20T20:32:47.6500473Z [00:03:03.302]➜  # import config
2025-08-20T20:32:47.6500811Z [00:03:03.302]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.6505230Z [00:03:03.302]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.6506114Z [00:03:03.302]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.6506767Z [00:03:03.302]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.6507427Z [00:03:03.302]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.6508337Z [00:03:03.302]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.6508817Z [00:03:03.302]➜  EOF
2025-08-20T20:32:47.6512798Z [00:03:03.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe=>gitlab.com/gitlab-org/cli/internal/commands/mr/subscribe;$WORK/b717=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/subscribe -lang=go1.25 -complete -installsuffix shared -buildid B3OCb0l8CqCDULmH64x5/B3OCb0l8CqCDULmH64x5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe/mr_subscribe.go
2025-08-20T20:32:47.6937138Z [00:03:03.346]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T20:32:47.6970837Z [00:03:03.349]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/18/1877f11633702688d0f623fe4a000076ebd8eca0f277dcdb273a9e89baa5605b-d # internal
2025-08-20T20:32:47.6972056Z [00:03:03.349]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/todo
2025-08-20T20:32:47.6972542Z [00:03:03.349]➜  mkdir -p $WORK/b718/
2025-08-20T20:32:47.6983215Z [00:03:03.350]➜  cat >/tmp/go-build3897779518/b718/importcfg << 'EOF' # internal
2025-08-20T20:32:47.6984847Z [00:03:03.351]➜  # import config
2025-08-20T20:32:47.6986351Z [00:03:03.351]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.6986802Z [00:03:03.351]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.6987282Z [00:03:03.351]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.6988026Z [00:03:03.351]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.6988823Z [00:03:03.351]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.6989413Z [00:03:03.351]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:47.6989738Z [00:03:03.351]➜  EOF
2025-08-20T20:32:47.6991716Z [00:03:03.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo=>gitlab.com/gitlab-org/cli/internal/commands/mr/todo;$WORK/b718=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/todo -lang=go1.25 -complete -installsuffix shared -buildid zIFuwQ8gkJrRCdTQ_oqe/zIFuwQ8gkJrRCdTQ_oqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo/mr_todo.go
2025-08-20T20:32:47.7082458Z [00:03:03.360]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T20:32:47.7107316Z [00:03:03.363]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/a6/a6bca66252538d5ddecbc9f987362e011483e2b54ac0a07d72692ab06b964cc6-d # internal
2025-08-20T20:32:47.7108560Z [00:03:03.363]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/unsubscribe
2025-08-20T20:32:47.7109081Z [00:03:03.363]➜  mkdir -p $WORK/b719/
2025-08-20T20:32:47.7112675Z [00:03:03.363]➜  cat >/tmp/go-build3897779518/b719/importcfg << 'EOF' # internal
2025-08-20T20:32:47.7113135Z [00:03:03.363]➜  # import config
2025-08-20T20:32:47.7113488Z [00:03:03.363]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.7114009Z [00:03:03.363]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.7117002Z [00:03:03.363]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.7117881Z [00:03:03.363]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.7118624Z [00:03:03.363]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.7119407Z [00:03:03.363]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.7119880Z [00:03:03.363]➜  EOF
2025-08-20T20:32:47.7122065Z [00:03:03.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe=>gitlab.com/gitlab-org/cli/internal/commands/mr/unsubscribe;$WORK/b719=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/unsubscribe -lang=go1.25 -complete -installsuffix shared -buildid KSM4w8BPGrhTyOmmERNe/KSM4w8BPGrhTyOmmERNe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe/mr_unsubscribe.go
2025-08-20T20:32:47.7211502Z [00:03:03.373]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T20:32:47.7240404Z [00:03:03.376]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/c2/c22b2f4cbc5991ce5dfaf82eb76912b294d38b15a373eba6658d02bceaa035b1-d # internal
2025-08-20T20:32:47.7241491Z [00:03:03.376]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/update
2025-08-20T20:32:47.7242194Z [00:03:03.376]➜  mkdir -p $WORK/b720/
2025-08-20T20:32:47.7255551Z [00:03:03.378]➜  cat >/tmp/go-build3897779518/b720/importcfg << 'EOF' # internal
2025-08-20T20:32:47.7256233Z [00:03:03.378]➜  # import config
2025-08-20T20:32:47.7264241Z [00:03:03.378]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.7265454Z [00:03:03.378]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.7266056Z [00:03:03.378]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:47.7266700Z [00:03:03.378]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.7267282Z [00:03:03.378]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.7267978Z [00:03:03.378]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.7268672Z [00:03:03.378]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.7269350Z [00:03:03.378]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.7270088Z [00:03:03.378]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.7270681Z [00:03:03.378]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:47.7271107Z [00:03:03.378]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.7271431Z [00:03:03.378]➜  EOF
2025-08-20T20:32:47.7273748Z [00:03:03.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update=>gitlab.com/gitlab-org/cli/internal/commands/mr/update;$WORK/b720=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/update -lang=go1.25 -complete -installsuffix shared -buildid W_sAsjK8M-XGoFpwMp6J/W_sAsjK8M-XGoFpwMp6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update/mr_update.go
2025-08-20T20:32:47.7787867Z [00:03:03.431]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T20:32:47.7816919Z [00:03:03.434]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/d7/d7a225a02cf370bb9533dc794f069a2ce8a8eb9767508e1e395bf20051c593db-d # internal
2025-08-20T20:32:47.7822966Z [00:03:03.434]➜  gitlab.com/gitlab-org/cli/internal/commands/mr/view
2025-08-20T20:32:47.7823371Z [00:03:03.434]➜  mkdir -p $WORK/b721/
2025-08-20T20:32:47.7823784Z [00:03:03.434]➜  cat >/tmp/go-build3897779518/b721/importcfg << 'EOF' # internal
2025-08-20T20:32:47.7824130Z [00:03:03.434]➜  # import config
2025-08-20T20:32:47.7824502Z [00:03:03.434]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:47.7824940Z [00:03:03.434]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.7825459Z [00:03:03.434]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.7826038Z [00:03:03.434]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.7826618Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.7827265Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.7831681Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.7832855Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/view=/tmp/go-build3897779518/b678/_pkg_.a
2025-08-20T20:32:47.7833657Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:47.7834368Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:47.7835043Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.7835711Z [00:03:03.434]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:47.7836229Z [00:03:03.434]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:47.7836862Z [00:03:03.434]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:47.7837183Z [00:03:03.434]➜  EOF
2025-08-20T20:32:47.7839332Z [00:03:03.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view=>gitlab.com/gitlab-org/cli/internal/commands/mr/view;$WORK/b721=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr/view -lang=go1.25 -complete -installsuffix shared -buildid YVZcgzNmRQnr8-uhOt_z/YVZcgzNmRQnr8-uhOt_z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view/mr_view.go
2025-08-20T20:32:47.8189511Z [00:03:03.471]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T20:32:47.8233502Z [00:03:03.475]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/0b/0b68934ff81fedd9e0f8a09f594e4f57725e1d2f546ce1110709321877a18f5f-d # internal
2025-08-20T20:32:47.8234584Z [00:03:03.475]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/init
2025-08-20T20:32:47.8235223Z [00:03:03.475]➜  mkdir -p $WORK/b723/
2025-08-20T20:32:47.8235845Z [00:03:03.475]➜  cat >/tmp/go-build3897779518/b723/importcfg << 'EOF' # internal
2025-08-20T20:32:47.8236519Z [00:03:03.475]➜  # import config
2025-08-20T20:32:47.8237428Z [00:03:03.475]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:47.8238399Z [00:03:03.475]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.8239041Z [00:03:03.475]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.8239623Z [00:03:03.475]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.8240335Z [00:03:03.475]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.8241031Z [00:03:03.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:47.8241702Z [00:03:03.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.8242379Z [00:03:03.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.8243064Z [00:03:03.475]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.8243601Z [00:03:03.475]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:47.8244013Z [00:03:03.475]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:47.8244323Z [00:03:03.475]➜  EOF
2025-08-20T20:32:47.8246449Z [00:03:03.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/init;$WORK/b723=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/init -lang=go1.25 -complete -installsuffix shared -buildid 5xHHdv7xWAUD6BxPQNUQ/5xHHdv7xWAUD6BxPQNUQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init/init.go
2025-08-20T20:32:47.8333311Z [00:03:03.485]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T20:32:47.8420450Z [00:03:03.494]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/51/51ad8aa332a8d2fd199184a80cd8148eb4362066e69393daf9ae37e986674f40-d # internal
2025-08-20T20:32:47.8433725Z [00:03:03.495]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/delete
2025-08-20T20:32:47.8442068Z [00:03:03.496]➜  mkdir -p $WORK/b725/
2025-08-20T20:32:47.8443672Z [00:03:03.496]➜  cat >/tmp/go-build3897779518/b725/importcfg << 'EOF' # internal
2025-08-20T20:32:47.8444040Z [00:03:03.496]➜  # import config
2025-08-20T20:32:47.8444414Z [00:03:03.496]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:47.8444844Z [00:03:03.496]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:47.8445577Z [00:03:03.496]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.8446054Z [00:03:03.496]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.8446647Z [00:03:03.496]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.8447311Z [00:03:03.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.8448152Z [00:03:03.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.8448845Z [00:03:03.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.8449533Z [00:03:03.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:47.8450072Z [00:03:03.496]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:47.8450389Z [00:03:03.496]➜  EOF
2025-08-20T20:32:47.8452785Z [00:03:03.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/delete;$WORK/b725=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/delete -lang=go1.25 -complete -installsuffix shared -buildid vHdIHncZlCJMhEs7LsIi/vHdIHncZlCJMhEs7LsIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete/delete.go
2025-08-20T20:32:47.9017107Z [00:03:03.554]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T20:32:47.9124761Z [00:03:03.564]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/bf/bf1f7c03a7887e5b8c8d5304f322e8760131ee5e2d7086f5f57b8cfe17f45963-d # internal
2025-08-20T20:32:47.9130367Z [00:03:03.565]➜  gitlab.com/gitlab-org/cli/internal/commands/mr
2025-08-20T20:32:47.9130812Z [00:03:03.565]➜  mkdir -p $WORK/b701/
2025-08-20T20:32:47.9131196Z [00:03:03.565]➜  cat >/tmp/go-build3897779518/b701/importcfg << 'EOF' # internal
2025-08-20T20:32:47.9131546Z [00:03:03.565]➜  # import config
2025-08-20T20:32:47.9132007Z [00:03:03.565]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.9132590Z [00:03:03.565]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.9133204Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.9133935Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/approve=/tmp/go-build3897779518/b702/_pkg_.a
2025-08-20T20:32:47.9134717Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/approvers=/tmp/go-build3897779518/b703/_pkg_.a
2025-08-20T20:32:47.9135501Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/checkout=/tmp/go-build3897779518/b704/_pkg_.a
2025-08-20T20:32:47.9136262Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/close=/tmp/go-build3897779518/b705/_pkg_.a
2025-08-20T20:32:47.9137032Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/create=/tmp/go-build3897779518/b706/_pkg_.a
2025-08-20T20:32:47.9138248Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/delete=/tmp/go-build3897779518/b707/_pkg_.a
2025-08-20T20:32:47.9139006Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/diff=/tmp/go-build3897779518/b708/_pkg_.a
2025-08-20T20:32:47.9139743Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/for=/tmp/go-build3897779518/b709/_pkg_.a
2025-08-20T20:32:47.9140490Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/issues=/tmp/go-build3897779518/b710/_pkg_.a
2025-08-20T20:32:47.9141230Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/list=/tmp/go-build3897779518/b711/_pkg_.a
2025-08-20T20:32:47.9142153Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/merge=/tmp/go-build3897779518/b712/_pkg_.a
2025-08-20T20:32:47.9142894Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/note=/tmp/go-build3897779518/b713/_pkg_.a
2025-08-20T20:32:47.9143647Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/rebase=/tmp/go-build3897779518/b714/_pkg_.a
2025-08-20T20:32:47.9144398Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/reopen=/tmp/go-build3897779518/b715/_pkg_.a
2025-08-20T20:32:47.9145147Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/revoke=/tmp/go-build3897779518/b716/_pkg_.a
2025-08-20T20:32:47.9145916Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/subscribe=/tmp/go-build3897779518/b717/_pkg_.a
2025-08-20T20:32:47.9146671Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/todo=/tmp/go-build3897779518/b718/_pkg_.a
2025-08-20T20:32:47.9147447Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/unsubscribe=/tmp/go-build3897779518/b719/_pkg_.a
2025-08-20T20:32:47.9169690Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/update=/tmp/go-build3897779518/b720/_pkg_.a
2025-08-20T20:32:47.9170759Z [00:03:03.565]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/view=/tmp/go-build3897779518/b721/_pkg_.a
2025-08-20T20:32:47.9171281Z [00:03:03.565]➜  EOF
2025-08-20T20:32:47.9173262Z [00:03:03.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr=>gitlab.com/gitlab-org/cli/internal/commands/mr;$WORK/b701=>" -p gitlab.com/gitlab-org/cli/internal/commands/mr -lang=go1.25 -complete -installsuffix shared -buildid NuQaLxpofRaSGFfuNfEU/NuQaLxpofRaSGFfuNfEU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mr.go
2025-08-20T20:32:47.9204089Z [00:03:03.572]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T20:32:47.9273463Z [00:03:03.579]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/32/32b64f422a8a56d021b598faceca5317c13c9710f06bfbb82ea6215e33f69c42-d # internal
2025-08-20T20:32:47.9274272Z [00:03:03.579]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/download
2025-08-20T20:32:47.9274671Z [00:03:03.579]➜  mkdir -p $WORK/b726/
2025-08-20T20:32:47.9275047Z [00:03:03.579]➜  cat >/tmp/go-build3897779518/b726/importcfg << 'EOF' # internal
2025-08-20T20:32:47.9275392Z [00:03:03.579]➜  # import config
2025-08-20T20:32:47.9275735Z [00:03:03.579]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:47.9276159Z [00:03:03.579]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.9276680Z [00:03:03.579]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:47.9277257Z [00:03:03.579]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.9277953Z [00:03:03.579]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.9278929Z [00:03:03.579]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.9279611Z [00:03:03.579]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.9280293Z [00:03:03.579]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.9280826Z [00:03:03.579]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:47.9281247Z [00:03:03.579]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:47.9281563Z [00:03:03.579]➜  EOF
2025-08-20T20:32:47.9283860Z [00:03:03.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/download;$WORK/b726=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/download -lang=go1.25 -complete -installsuffix shared -buildid 21SCBQiehJtFuPqH9hnn/21SCBQiehJtFuPqH9hnn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download/download.go
2025-08-20T20:32:47.9727874Z [00:03:03.625]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T20:32:47.9752709Z [00:03:03.627]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/f3/f3e6d1d9dc7908c3a6b2fc2519b1242f153363f995216ef77aaca2050bce6937-d # internal
2025-08-20T20:32:47.9753526Z [00:03:03.627]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/list
2025-08-20T20:32:47.9753912Z [00:03:03.627]➜  mkdir -p $WORK/b727/
2025-08-20T20:32:47.9804764Z [00:03:03.633]➜  cat >/tmp/go-build3897779518/b727/importcfg << 'EOF' # internal
2025-08-20T20:32:47.9805355Z [00:03:03.633]➜  # import config
2025-08-20T20:32:47.9805788Z [00:03:03.633]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:47.9806385Z [00:03:03.633]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:47.9807098Z [00:03:03.633]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:47.9808250Z [00:03:03.633]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:47.9809119Z [00:03:03.633]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:47.9809958Z [00:03:03.633]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:47.9810937Z [00:03:03.633]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:47.9811553Z [00:03:03.633]➜  EOF
2025-08-20T20:32:47.9813829Z [00:03:03.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/list;$WORK/b727=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/list -lang=go1.25 -complete -installsuffix shared -buildid sIabaztddeOfsJDnwhm8/sIabaztddeOfsJDnwhm8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list/list.go
2025-08-20T20:32:48.0316122Z [00:03:03.683]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T20:32:48.0341613Z [00:03:03.686]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/a9/a974841cd792b4c305fbebe7764165798916248af993f3566475d57f5ee7f5e7-d # internal
2025-08-20T20:32:48.0343534Z [00:03:03.686]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/lock
2025-08-20T20:32:48.0346030Z [00:03:03.686]➜  mkdir -p $WORK/b728/
2025-08-20T20:32:48.0347334Z [00:03:03.686]➜  cat >/tmp/go-build3897779518/b728/importcfg << 'EOF' # internal
2025-08-20T20:32:48.0347922Z [00:03:03.686]➜  # import config
2025-08-20T20:32:48.0348327Z [00:03:03.686]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:48.0349085Z [00:03:03.686]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.0349582Z [00:03:03.686]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.0350171Z [00:03:03.686]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.0350827Z [00:03:03.686]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.0351511Z [00:03:03.686]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.0352192Z [00:03:03.686]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.0352637Z [00:03:03.686]➜  EOF
2025-08-20T20:32:48.0371965Z [00:03:03.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/lock;$WORK/b728=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/lock -lang=go1.25 -complete -installsuffix shared -buildid aTrsAbSYR16sqS_I_r4M/aTrsAbSYR16sqS_I_r4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock/lock.go
2025-08-20T20:32:48.0738181Z [00:03:03.726]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T20:32:48.0771999Z [00:03:03.729]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/20/2075532d9779f1a1d83bc8ac91f54bb6c0fe30b7a94651f15702ec06cab12cdb-d # internal
2025-08-20T20:32:48.0775714Z [00:03:03.729]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/unlock
2025-08-20T20:32:48.0776860Z [00:03:03.729]➜  mkdir -p $WORK/b729/
2025-08-20T20:32:48.0777257Z [00:03:03.730]➜  cat >/tmp/go-build3897779518/b729/importcfg << 'EOF' # internal
2025-08-20T20:32:48.0777625Z [00:03:03.730]➜  # import config
2025-08-20T20:32:48.0778098Z [00:03:03.730]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:48.0778871Z [00:03:03.730]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.0779398Z [00:03:03.730]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.0779981Z [00:03:03.730]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.0780764Z [00:03:03.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.0781499Z [00:03:03.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.0782190Z [00:03:03.730]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.0782626Z [00:03:03.730]➜  EOF
2025-08-20T20:32:48.0784901Z [00:03:03.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/unlock;$WORK/b729=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/unlock -lang=go1.25 -complete -installsuffix shared -buildid 5Igr7qqxtsHlJthM7iDJ/5Igr7qqxtsHlJthM7iDJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock/unlock.go
2025-08-20T20:32:48.0974087Z [00:03:03.749]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T20:32:48.1050781Z [00:03:03.757]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/74/74b95449dd09ca8218ca9ed21bc08e13423bd3545208ea0b16ecd9ead0e28377-d # internal
2025-08-20T20:32:48.1070299Z [00:03:03.759]➜  github.com/dustin/go-humanize
2025-08-20T20:32:48.1085060Z [00:03:03.760]➜  mkdir -p $WORK/b732/
2025-08-20T20:32:48.1090546Z [00:03:03.761]➜  cat >/tmp/go-build3897779518/b732/importcfg << 'EOF' # internal
2025-08-20T20:32:48.1090966Z [00:03:03.761]➜  # import config
2025-08-20T20:32:48.1091339Z [00:03:03.761]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:48.1091780Z [00:03:03.761]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.1092196Z [00:03:03.761]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.1092607Z [00:03:03.761]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:48.1093031Z [00:03:03.761]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:48.1093468Z [00:03:03.761]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:48.1093882Z [00:03:03.761]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:48.1097417Z [00:03:03.761]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:48.1098005Z [00:03:03.761]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.1098448Z [00:03:03.761]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:48.1098870Z [00:03:03.761]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:48.1099193Z [00:03:03.761]➜  EOF
2025-08-20T20:32:48.1103646Z [00:03:03.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b732=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T20:32:48.1201467Z [00:03:03.772]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T20:32:48.1321504Z [00:03:03.784]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/d3/d3d53b1c85be1ea3108fce81cd73b6d73baee72bfd989cd313dc2149f6f857eb-d # internal
2025-08-20T20:32:48.1322315Z [00:03:03.784]➜  gitlab.com/gitlab-org/cli/internal/commands/project/clone
2025-08-20T20:32:48.1322688Z [00:03:03.784]➜  mkdir -p $WORK/b733/
2025-08-20T20:32:48.1335674Z [00:03:03.786]➜  cat >/tmp/go-build3897779518/b733/importcfg << 'EOF' # internal
2025-08-20T20:32:48.1336154Z [00:03:03.786]➜  # import config
2025-08-20T20:32:48.1336505Z [00:03:03.786]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.1337272Z [00:03:03.786]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.1337903Z [00:03:03.786]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.1338529Z [00:03:03.786]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.1339056Z [00:03:03.786]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:48.1339638Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.1340268Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.1340932Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.1341797Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:48.1342436Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:48.1343092Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.1343764Z [00:03:03.786]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.1344310Z [00:03:03.786]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:48.1344743Z [00:03:03.786]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.1345057Z [00:03:03.786]➜  EOF
2025-08-20T20:32:48.1347185Z [00:03:03.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone=>gitlab.com/gitlab-org/cli/internal/commands/project/clone;$WORK/b733=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/clone -lang=go1.25 -complete -installsuffix shared -buildid vUw8X3DbsnkFkui47dNR/vUw8X3DbsnkFkui47dNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone.go
2025-08-20T20:32:48.1484160Z [00:03:03.800]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T20:32:48.1543968Z [00:03:03.805]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/86/86a45b794788b6ec5255021fa2e44f3fb1b22fbad750a88624409f654e424d95-d # internal
2025-08-20T20:32:48.1545787Z [00:03:03.805]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu/state
2025-08-20T20:32:48.1547348Z [00:03:03.805]➜  mkdir -p $WORK/b724/
2025-08-20T20:32:48.1548165Z [00:03:03.805]➜  cat >/tmp/go-build3897779518/b724/importcfg << 'EOF' # internal
2025-08-20T20:32:48.1548693Z [00:03:03.805]➜  # import config
2025-08-20T20:32:48.1549153Z [00:03:03.805]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.1549782Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.1550726Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/delete=/tmp/go-build3897779518/b725/_pkg_.a
2025-08-20T20:32:48.1551654Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/download=/tmp/go-build3897779518/b726/_pkg_.a
2025-08-20T20:32:48.1552510Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/list=/tmp/go-build3897779518/b727/_pkg_.a
2025-08-20T20:32:48.1553352Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/lock=/tmp/go-build3897779518/b728/_pkg_.a
2025-08-20T20:32:48.1554197Z [00:03:03.805]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/unlock=/tmp/go-build3897779518/b729/_pkg_.a
2025-08-20T20:32:48.1554715Z [00:03:03.805]➜  EOF
2025-08-20T20:32:48.1556824Z [00:03:03.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state=>gitlab.com/gitlab-org/cli/internal/commands/opentofu/state;$WORK/b724=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu/state -lang=go1.25 -complete -installsuffix shared -buildid d-vE8E6hr_QzRvwVblnG/d-vE8E6hr_QzRvwVblnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/state.go
2025-08-20T20:32:48.1721979Z [00:03:03.824]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T20:32:48.1733179Z [00:03:03.825]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T20:32:48.1735552Z [00:03:03.825]➜  gitlab.com/gitlab-org/cli/internal/commands/project/archive
2025-08-20T20:32:48.1736594Z [00:03:03.826]➜  mkdir -p $WORK/b731/
2025-08-20T20:32:48.1737006Z [00:03:03.826]➜  cat >/tmp/go-build3897779518/b731/importcfg << 'EOF' # internal
2025-08-20T20:32:48.1737375Z [00:03:03.826]➜  # import config
2025-08-20T20:32:48.1737894Z [00:03:03.826]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:48.1738403Z [00:03:03.826]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.1738821Z [00:03:03.826]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.1739343Z [00:03:03.826]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.1739938Z [00:03:03.826]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3897779518/b732/_pkg_.a
2025-08-20T20:32:48.1740498Z [00:03:03.826]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.1741083Z [00:03:03.826]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.1741742Z [00:03:03.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.1742412Z [00:03:03.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.1742943Z [00:03:03.826]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:48.1743342Z [00:03:03.826]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.1743754Z [00:03:03.826]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:48.1744177Z [00:03:03.826]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.1744498Z [00:03:03.826]➜  EOF
2025-08-20T20:32:48.1746962Z [00:03:03.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive=>gitlab.com/gitlab-org/cli/internal/commands/project/archive;$WORK/b731=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/archive -lang=go1.25 -complete -installsuffix shared -buildid EgjXpbX7e58Z4NDqXKUE/EgjXpbX7e58Z4NDqXKUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive/repo_archive.go
2025-08-20T20:32:48.2325261Z [00:03:03.884]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T20:32:48.2432010Z [00:03:03.895]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/89/89254657a5590d298433df0b9b653fdf322e3f26b94eb46b533045e9a37b2872-d # internal
2025-08-20T20:32:48.2432710Z [00:03:03.895]➜  gitlab.com/gitlab-org/cli/internal/commands/opentofu
2025-08-20T20:32:48.2433429Z [00:03:03.895]➜  mkdir -p $WORK/b722/
2025-08-20T20:32:48.2493768Z [00:03:03.901]➜  cat >/tmp/go-build3897779518/b722/importcfg << 'EOF' # internal
2025-08-20T20:32:48.2494228Z [00:03:03.901]➜  # import config
2025-08-20T20:32:48.2494637Z [00:03:03.901]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.2495276Z [00:03:03.901]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.2496030Z [00:03:03.901]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/init=/tmp/go-build3897779518/b723/_pkg_.a
2025-08-20T20:32:48.2497213Z [00:03:03.901]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state=/tmp/go-build3897779518/b724/_pkg_.a
2025-08-20T20:32:48.2497855Z [00:03:03.901]➜  EOF
2025-08-20T20:32:48.2499967Z [00:03:03.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu=>gitlab.com/gitlab-org/cli/internal/commands/opentofu;$WORK/b722=>" -p gitlab.com/gitlab-org/cli/internal/commands/opentofu -lang=go1.25 -complete -installsuffix shared -buildid 7pUDv5gpLvg43R2EXPAD/7pUDv5gpLvg43R2EXPAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/opentofu.go
2025-08-20T20:32:48.2561656Z [00:03:03.908]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T20:32:48.2592682Z [00:03:03.911]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/39/39079f1686c81496e0caf40fbbbcc11b49f68b0925fdaff2e3c06469f358d8aa-d # internal
2025-08-20T20:32:48.2597550Z [00:03:03.912]➜  gitlab.com/gitlab-org/cli/internal/commands/project/contributors
2025-08-20T20:32:48.2600655Z [00:03:03.912]➜  mkdir -p $WORK/b734/
2025-08-20T20:32:48.2607544Z [00:03:03.913]➜  cat >/tmp/go-build3897779518/b734/importcfg << 'EOF' # internal
2025-08-20T20:32:48.2608052Z [00:03:03.913]➜  # import config
2025-08-20T20:32:48.2608392Z [00:03:03.913]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.2608936Z [00:03:03.913]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.2609508Z [00:03:03.913]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.2610099Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.2610752Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.2611438Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.2612120Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.2612817Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:48.2613489Z [00:03:03.913]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.2614180Z [00:03:03.913]➜  EOF
2025-08-20T20:32:48.2618076Z [00:03:03.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors=>gitlab.com/gitlab-org/cli/internal/commands/project/contributors;$WORK/b734=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/contributors -lang=go1.25 -complete -installsuffix shared -buildid gnTfr91_DzNuu9-8R-66/gnTfr91_DzNuu9-8R-66 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/repo_contributors.go
2025-08-20T20:32:48.3109007Z [00:03:03.963]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T20:32:48.3161964Z [00:03:03.968]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/6b/6bf8b0d5835d0d997b8febb3f55b18e8e3d1cd0b87dd019e56daf1a662cdd5c2-d # internal
2025-08-20T20:32:48.3164117Z [00:03:03.969]➜  gitlab.com/gitlab-org/cli/internal/commands/project/create
2025-08-20T20:32:48.3164531Z [00:03:03.969]➜  mkdir -p $WORK/b735/
2025-08-20T20:32:48.3168361Z [00:03:03.969]➜  cat >/tmp/go-build3897779518/b735/importcfg << 'EOF' # internal
2025-08-20T20:32:48.3169083Z [00:03:03.969]➜  # import config
2025-08-20T20:32:48.3171168Z [00:03:03.969]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.3171741Z [00:03:03.969]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.3172574Z [00:03:03.969]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.3173172Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.3173832Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.3174506Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:48.3175161Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:48.3175813Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.3176647Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:48.3177300Z [00:03:03.969]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:48.3187383Z [00:03:03.969]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:48.3188039Z [00:03:03.969]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.3188467Z [00:03:03.969]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:48.3188892Z [00:03:03.969]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.3189212Z [00:03:03.969]➜  EOF
2025-08-20T20:32:48.3191376Z [00:03:03.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create=>gitlab.com/gitlab-org/cli/internal/commands/project/create;$WORK/b735=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/create -lang=go1.25 -complete -installsuffix shared -buildid WpYmOGL6Iu7hrJ33IO3C/WpYmOGL6Iu7hrJ33IO3C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create/project_create.go
2025-08-20T20:32:48.3341727Z [00:03:03.986]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T20:32:48.3353513Z [00:03:03.987]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T20:32:48.3379134Z [00:03:03.990]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/67/6747829aa052560b777c3c674de36c411f0e4ae6dd059e1fb58b9834d0973fd5-d # internal
2025-08-20T20:32:48.3421322Z [00:03:03.994]➜  gitlab.com/gitlab-org/cli/internal/commands/project/delete
2025-08-20T20:32:48.3423428Z [00:03:03.994]➜  mkdir -p $WORK/b736/
2025-08-20T20:32:48.3432869Z [00:03:03.995]➜  cat >/tmp/go-build3897779518/b736/importcfg << 'EOF' # internal
2025-08-20T20:32:48.3433295Z [00:03:03.995]➜  # import config
2025-08-20T20:32:48.3433652Z [00:03:03.995]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.3434176Z [00:03:03.995]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.3434760Z [00:03:03.995]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.3435746Z [00:03:03.995]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.3436461Z [00:03:03.995]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.3437138Z [00:03:03.995]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.3437955Z [00:03:03.995]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.3438694Z [00:03:03.995]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:48.3439246Z [00:03:03.995]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.3439675Z [00:03:03.995]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.3440189Z [00:03:03.995]➜  EOF
2025-08-20T20:32:48.3444367Z [00:03:03.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete=>gitlab.com/gitlab-org/cli/internal/commands/project/delete;$WORK/b736=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/delete -lang=go1.25 -complete -installsuffix shared -buildid 8gYbBMI7WpQpf8lEEBp7/8gYbBMI7WpQpf8lEEBp7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete/delete.go
2025-08-20T20:32:48.3446783Z [00:03:03.996]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/2d/2d3fd678232cad156bbf6cd54d2a69636062357760411e0ad72bebb838ade63a-d # internal
2025-08-20T20:32:48.3447627Z [00:03:03.996]➜  gitlab.com/gitlab-org/cli/internal/commands/project/fork
2025-08-20T20:32:48.3448168Z [00:03:03.996]➜  mkdir -p $WORK/b737/
2025-08-20T20:32:48.3448547Z [00:03:03.996]➜  cat >/tmp/go-build3897779518/b737/importcfg << 'EOF' # internal
2025-08-20T20:32:48.3448930Z [00:03:03.996]➜  # import config
2025-08-20T20:32:48.3471391Z [00:03:03.996]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.3471856Z [00:03:03.996]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.3472381Z [00:03:03.996]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.3472954Z [00:03:03.996]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.3473536Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.3474169Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.3474835Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.3475505Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:48.3476159Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:48.3476828Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:48.3477499Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.3478700Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.3479448Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:48.3480091Z [00:03:03.996]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:48.3480629Z [00:03:03.996]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.3481060Z [00:03:03.996]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:48.3481490Z [00:03:03.996]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.3481898Z [00:03:03.996]➜  EOF
2025-08-20T20:32:48.3484010Z [00:03:03.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork=>gitlab.com/gitlab-org/cli/internal/commands/project/fork;$WORK/b737=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/fork -lang=go1.25 -complete -installsuffix shared -buildid B8rX_bqdlF_NnYALaQ4b/B8rX_bqdlF_NnYALaQ4b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork/fork.go
2025-08-20T20:32:48.4423903Z [00:03:04.094]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T20:32:48.4456450Z [00:03:04.098]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/41/41114723a4f7d7f84479f46fc2de4a62665b5a2446300c7f8a24e266384c309c-d # internal
2025-08-20T20:32:48.4459068Z [00:03:04.098]➜  gitlab.com/gitlab-org/cli/internal/commands/project/list
2025-08-20T20:32:48.4463690Z [00:03:04.099]➜  mkdir -p $WORK/b738/
2025-08-20T20:32:48.4512182Z [00:03:04.103]➜  cat >/tmp/go-build3897779518/b738/importcfg << 'EOF' # internal
2025-08-20T20:32:48.4513096Z [00:03:04.103]➜  # import config
2025-08-20T20:32:48.4513553Z [00:03:04.103]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:48.4514015Z [00:03:04.103]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.4514562Z [00:03:04.103]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.4515133Z [00:03:04.103]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.4516118Z [00:03:04.103]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.4516754Z [00:03:04.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.4517431Z [00:03:04.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.4518322Z [00:03:04.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.4519020Z [00:03:04.103]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:48.4519469Z [00:03:04.103]➜  EOF
2025-08-20T20:32:48.4521550Z [00:03:04.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list=>gitlab.com/gitlab-org/cli/internal/commands/project/list;$WORK/b738=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/list -lang=go1.25 -complete -installsuffix shared -buildid iZGUz9Yg2i_UxWvdTgIt/iZGUz9Yg2i_UxWvdTgIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list/list.go
2025-08-20T20:32:48.4571576Z [00:03:04.109]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T20:32:48.4600573Z [00:03:04.112]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/71/718ac04f04ffa75d09fadb67d739b01a28e51642d08b962b7784b16b051c9579-d # internal
2025-08-20T20:32:48.4601675Z [00:03:04.112]➜  gitlab.com/gitlab-org/cli/internal/commands/project/mirror
2025-08-20T20:32:48.4602054Z [00:03:04.112]➜  mkdir -p $WORK/b739/
2025-08-20T20:32:48.4605671Z [00:03:04.113]➜  cat >/tmp/go-build3897779518/b739/importcfg << 'EOF' # internal
2025-08-20T20:32:48.4606420Z [00:03:04.113]➜  # import config
2025-08-20T20:32:48.4608380Z [00:03:04.113]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.4609369Z [00:03:04.113]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.4610199Z [00:03:04.113]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.4613221Z [00:03:04.113]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.4614053Z [00:03:04.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.4614785Z [00:03:04.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.4615504Z [00:03:04.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.4616195Z [00:03:04.113]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.4616746Z [00:03:04.113]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.4617070Z [00:03:04.113]➜  EOF
2025-08-20T20:32:48.4619380Z [00:03:04.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/mirror=>gitlab.com/gitlab-org/cli/internal/commands/project/mirror;$WORK/b739=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/mirror -lang=go1.25 -complete -installsuffix shared -buildid wRON6KDv6PdOh0qvnopu/wRON6KDv6PdOh0qvnopu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/mirror/project_mirror.go
2025-08-20T20:32:48.4728449Z [00:03:04.125]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T20:32:48.4763929Z [00:03:04.128]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/69/695bf8384185b3ac12dd85efc9e60bf1ed043a5fcbfc94594e6ff9e83f73d309-d # internal
2025-08-20T20:32:48.4766850Z [00:03:04.129]➜  gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog
2025-08-20T20:32:48.4772653Z [00:03:04.129]➜  mkdir -p $WORK/b741/
2025-08-20T20:32:48.4783728Z [00:03:04.131]➜  cat >/tmp/go-build3897779518/b741/importcfg << 'EOF' # internal
2025-08-20T20:32:48.4788034Z [00:03:04.131]➜  # import config
2025-08-20T20:32:48.4790321Z [00:03:04.131]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.4790884Z [00:03:04.131]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.4791468Z [00:03:04.131]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.4792047Z [00:03:04.131]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.4792708Z [00:03:04.131]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.4793387Z [00:03:04.131]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.4794067Z [00:03:04.131]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.4794674Z [00:03:04.131]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:48.4795140Z [00:03:04.131]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.4795576Z [00:03:04.131]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:48.4795996Z [00:03:04.131]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.4796431Z [00:03:04.131]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:48.4796868Z [00:03:04.131]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:48.4797173Z [00:03:04.131]➜  EOF
2025-08-20T20:32:48.4799940Z [00:03:04.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog=>gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog;$WORK/b741=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog -lang=go1.25 -complete -installsuffix shared -buildid wnfpEhOIHu1g1rmDb5na/wnfpEhOIHu1g1rmDb5na -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/publish.go
2025-08-20T20:32:48.5605292Z [00:03:04.212]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T20:32:48.5631861Z [00:03:04.215]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/7c/7cfc3b1d9f2d6b5372ec0e00c1dd75b3ec7fac98bd59f65b0a5eb70c906f4fa4-d # internal
2025-08-20T20:32:48.5632627Z [00:03:04.215]➜  gitlab.com/gitlab-org/cli/internal/commands/project/search
2025-08-20T20:32:48.5632996Z [00:03:04.215]➜  mkdir -p $WORK/b742/
2025-08-20T20:32:48.5638229Z [00:03:04.216]➜  cat >/tmp/go-build3897779518/b742/importcfg << 'EOF' # internal
2025-08-20T20:32:48.5641495Z [00:03:04.216]➜  # import config
2025-08-20T20:32:48.5644361Z [00:03:04.216]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:48.5645337Z [00:03:04.216]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.5648707Z [00:03:04.216]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.5650220Z [00:03:04.216]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.5651412Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.5652107Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.5652784Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.5653483Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.5654184Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:48.5655186Z [00:03:04.216]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.5655606Z [00:03:04.216]➜  EOF
2025-08-20T20:32:48.5657974Z [00:03:04.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/search=>gitlab.com/gitlab-org/cli/internal/commands/project/search;$WORK/b742=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/search -lang=go1.25 -complete -installsuffix shared -buildid JnOEO6hlXEjlaoTMSQ8o/JnOEO6hlXEjlaoTMSQ8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/search/project_search.go
2025-08-20T20:32:48.5862592Z [00:03:04.238]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T20:32:48.5889755Z [00:03:04.241]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/3f/3f9ebd64ec80620514a0764275ba1a339473537ee50ad57d62d9319a7722afc6-d # internal
2025-08-20T20:32:48.5896726Z [00:03:04.242]➜  gitlab.com/gitlab-org/cli/internal/commands/project/publish
2025-08-20T20:32:48.5898162Z [00:03:04.242]➜  mkdir -p $WORK/b740/
2025-08-20T20:32:48.5899979Z [00:03:04.242]➜  cat >/tmp/go-build3897779518/b740/importcfg << 'EOF' # internal
2025-08-20T20:32:48.5900351Z [00:03:04.242]➜  # import config
2025-08-20T20:32:48.5900807Z [00:03:04.242]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.5901378Z [00:03:04.242]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.5901994Z [00:03:04.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.5903039Z [00:03:04.242]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog=/tmp/go-build3897779518/b741/_pkg_.a
2025-08-20T20:32:48.5903620Z [00:03:04.242]➜  EOF
2025-08-20T20:32:48.5905872Z [00:03:04.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish=>gitlab.com/gitlab-org/cli/internal/commands/project/publish;$WORK/b740=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/publish -lang=go1.25 -complete -installsuffix shared -buildid yl8Mj0MbUg0L-Qs42Ovz/yl8Mj0MbUg0L-Qs42Ovz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/publish.go
2025-08-20T20:32:48.5956128Z [00:03:04.248]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T20:32:48.6002681Z [00:03:04.252]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/a2/a256ebfc398daf566e22d45c5f7ee3609b08ecae0da36442fcf604ff28fc949a-d # internal
2025-08-20T20:32:48.6033605Z [00:03:04.255]➜  gitlab.com/gitlab-org/cli/internal/commands/project/transfer
2025-08-20T20:32:48.6035275Z [00:03:04.256]➜  mkdir -p $WORK/b743/
2025-08-20T20:32:48.6035937Z [00:03:04.256]➜  cat >/tmp/go-build3897779518/b743/importcfg << 'EOF' # internal
2025-08-20T20:32:48.6036474Z [00:03:04.256]➜  # import config
2025-08-20T20:32:48.6037560Z [00:03:04.256]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.6038759Z [00:03:04.256]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.6048916Z [00:03:04.256]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.6049845Z [00:03:04.256]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.6051302Z [00:03:04.256]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.6052000Z [00:03:04.256]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.6052427Z [00:03:04.256]➜  EOF
2025-08-20T20:32:48.6054638Z [00:03:04.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/transfer=>gitlab.com/gitlab-org/cli/internal/commands/project/transfer;$WORK/b743=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/transfer -lang=go1.25 -complete -installsuffix shared -buildid Bhuv-pgHErbpOk4G39sl/Bhuv-pgHErbpOk4G39sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/transfer/project_transfer.go
2025-08-20T20:32:48.6324480Z [00:03:04.284]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T20:32:48.6349597Z [00:03:04.287]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/ae/ae20b0d80444e24d632911cfaaf7a7044d4e3f0caff908a93fdcc97e8c160ee4-d # internal
2025-08-20T20:32:48.6352092Z [00:03:04.287]➜  gitlab.com/gitlab-org/cli/internal/commands/project/update
2025-08-20T20:32:48.6355024Z [00:03:04.287]➜  mkdir -p $WORK/b744/
2025-08-20T20:32:48.6355443Z [00:03:04.287]➜  cat >/tmp/go-build3897779518/b744/importcfg << 'EOF' # internal
2025-08-20T20:32:48.6355807Z [00:03:04.287]➜  # import config
2025-08-20T20:32:48.6356139Z [00:03:04.287]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.6356663Z [00:03:04.287]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.6357246Z [00:03:04.287]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.6357910Z [00:03:04.287]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:48.6358537Z [00:03:04.287]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.6359168Z [00:03:04.287]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.6360163Z [00:03:04.287]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.6360920Z [00:03:04.287]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.6361612Z [00:03:04.287]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.6362163Z [00:03:04.287]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.6362486Z [00:03:04.287]➜  EOF
2025-08-20T20:32:48.6364702Z [00:03:04.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update=>gitlab.com/gitlab-org/cli/internal/commands/project/update;$WORK/b744=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/update -lang=go1.25 -complete -installsuffix shared -buildid On7Al_bgx0nUoxwMA8Es/On7Al_bgx0nUoxwMA8Es -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update/update.go
2025-08-20T20:32:48.6469176Z [00:03:04.298]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T20:32:48.6487761Z [00:03:04.301]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/02/021f07ead976b1180ad687ef8315ca88a47ec8cdb675a59d086b5f02e1aa6768-d # internal
2025-08-20T20:32:48.6489725Z [00:03:04.301]➜  gitlab.com/gitlab-org/cli/internal/commands/project/view
2025-08-20T20:32:48.6491786Z [00:03:04.301]➜  mkdir -p $WORK/b745/
2025-08-20T20:32:48.6493241Z [00:03:04.301]➜  cat >/tmp/go-build3897779518/b745/importcfg << 'EOF' # internal
2025-08-20T20:32:48.6494351Z [00:03:04.301]➜  # import config
2025-08-20T20:32:48.6495036Z [00:03:04.301]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:48.6495977Z [00:03:04.301]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:48.6496544Z [00:03:04.301]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.6497247Z [00:03:04.301]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.6498819Z [00:03:04.301]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.6499682Z [00:03:04.301]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.6500318Z [00:03:04.301]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.6501003Z [00:03:04.301]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.6501678Z [00:03:04.301]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:48.6502340Z [00:03:04.301]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.6503024Z [00:03:04.302]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.6503690Z [00:03:04.302]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.6504226Z [00:03:04.302]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:48.6504653Z [00:03:04.302]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.6504966Z [00:03:04.302]➜  EOF
2025-08-20T20:32:48.6507102Z [00:03:04.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view=>gitlab.com/gitlab-org/cli/internal/commands/project/view;$WORK/b745=>" -p gitlab.com/gitlab-org/cli/internal/commands/project/view -lang=go1.25 -complete -installsuffix shared -buildid hbWcXsfCVS7SbsO-8Q7j/hbWcXsfCVS7SbsO-8Q7j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view/project_view.go
2025-08-20T20:32:48.7062346Z [00:03:04.358]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T20:32:48.7089758Z [00:03:04.361]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/d3/d33677db3f56e43e4580358b2536afa39dd67f9de326330c7c8d509be154ac89-d # internal
2025-08-20T20:32:48.7092334Z [00:03:04.361]➜  github.com/cyphar/filepath-securejoin
2025-08-20T20:32:48.7093075Z [00:03:04.361]➜  mkdir -p $WORK/b748/
2025-08-20T20:32:48.7093815Z [00:03:04.361]➜  cat >/tmp/go-build3897779518/b748/importcfg << 'EOF' # internal
2025-08-20T20:32:48.7094813Z [00:03:04.361]➜  # import config
2025-08-20T20:32:48.7095552Z [00:03:04.361]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.7096124Z [00:03:04.361]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.7096684Z [00:03:04.361]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:48.7097226Z [00:03:04.361]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.7097869Z [00:03:04.361]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:48.7098528Z [00:03:04.361]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:48.7099783Z [00:03:04.361]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:48.7100213Z [00:03:04.361]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:48.7100637Z [00:03:04.361]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:48.7101323Z [00:03:04.361]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.7101756Z [00:03:04.361]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:48.7102176Z [00:03:04.361]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:48.7102490Z [00:03:04.361]➜  EOF
2025-08-20T20:32:48.7107331Z [00:03:04.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b748=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid 3oQjUT4xhda8MoowvEb4/3oQjUT4xhda8MoowvEb4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/doc.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_errors_go120.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_generics_go121.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/join.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/lookup_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/mkdir_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/open_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat2_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/procfs_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/vfs.go
2025-08-20T20:32:48.7283268Z [00:03:04.380]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T20:32:48.7313763Z [00:03:04.383]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/61/61806557586b2f91a9c11f8fae05f4a850b7ad3d4ea917278deeae9c50be7c50-d # internal
2025-08-20T20:32:48.7317626Z [00:03:04.383]➜  gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload
2025-08-20T20:32:48.7318283Z [00:03:04.383]➜  mkdir -p $WORK/b750/
2025-08-20T20:32:48.7318675Z [00:03:04.384]➜  cat >/tmp/go-build3897779518/b750/importcfg << 'EOF' # internal
2025-08-20T20:32:48.7319019Z [00:03:04.384]➜  # import config
2025-08-20T20:32:48.7319352Z [00:03:04.384]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.7319886Z [00:03:04.384]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.7320861Z [00:03:04.384]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.7321502Z [00:03:04.384]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:48.7321807Z [00:03:04.384]➜  EOF
2025-08-20T20:32:48.7324298Z [00:03:04.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload=>gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload;$WORK/b750=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload -lang=go1.25 -complete -installsuffix shared -buildid aXdFy6hd90q73znuxQyN/aXdFy6hd90q73znuxQyN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload/upload.go
2025-08-20T20:32:48.7416616Z [00:03:04.394]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T20:32:48.7442744Z [00:03:04.396]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/02/027f18f1e075f99396b387e492644eb814146e86ab2a10160ceefe5cad299044-d # internal
2025-08-20T20:32:48.7505635Z [00:03:04.402]➜  gitlab.com/gitlab-org/cli/internal/commands/project
2025-08-20T20:32:48.7506103Z [00:03:04.402]➜  mkdir -p $WORK/b730/
2025-08-20T20:32:48.7506983Z [00:03:04.403]➜  cat >/tmp/go-build3897779518/b730/importcfg << 'EOF' # internal
2025-08-20T20:32:48.7508091Z [00:03:04.403]➜  # import config
2025-08-20T20:32:48.7511041Z [00:03:04.403]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.7511977Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.7513170Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/archive=/tmp/go-build3897779518/b731/_pkg_.a
2025-08-20T20:32:48.7514419Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/clone=/tmp/go-build3897779518/b733/_pkg_.a
2025-08-20T20:32:48.7516034Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/contributors=/tmp/go-build3897779518/b734/_pkg_.a
2025-08-20T20:32:48.7516872Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/create=/tmp/go-build3897779518/b735/_pkg_.a
2025-08-20T20:32:48.7518046Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/delete=/tmp/go-build3897779518/b736/_pkg_.a
2025-08-20T20:32:48.7518899Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/fork=/tmp/go-build3897779518/b737/_pkg_.a
2025-08-20T20:32:48.7519690Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/list=/tmp/go-build3897779518/b738/_pkg_.a
2025-08-20T20:32:48.7520478Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/mirror=/tmp/go-build3897779518/b739/_pkg_.a
2025-08-20T20:32:48.7521315Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/publish=/tmp/go-build3897779518/b740/_pkg_.a
2025-08-20T20:32:48.7522120Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/search=/tmp/go-build3897779518/b742/_pkg_.a
2025-08-20T20:32:48.7522927Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/transfer=/tmp/go-build3897779518/b743/_pkg_.a
2025-08-20T20:32:48.7523730Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/update=/tmp/go-build3897779518/b744/_pkg_.a
2025-08-20T20:32:48.7524520Z [00:03:04.403]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/view=/tmp/go-build3897779518/b745/_pkg_.a
2025-08-20T20:32:48.7525139Z [00:03:04.403]➜  EOF
2025-08-20T20:32:48.7527236Z [00:03:04.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project=>gitlab.com/gitlab-org/cli/internal/commands/project;$WORK/b730=>" -p gitlab.com/gitlab-org/cli/internal/commands/project -lang=go1.25 -complete -installsuffix shared -buildid Fy_9RkWAz_0ww_4GCd5D/Fy_9RkWAz_0ww_4GCd5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/repo.go
2025-08-20T20:32:48.8058536Z [00:03:04.458]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T20:32:48.8088660Z [00:03:04.461]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/ae/ae872e5ea44a65298b04b0b380475a69ab3d49af2340f7da8ef89c2a106e2ed5-d # internal
2025-08-20T20:32:48.8095317Z [00:03:04.461]➜  gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils
2025-08-20T20:32:48.8095748Z [00:03:04.461]➜  mkdir -p $WORK/b749/
2025-08-20T20:32:48.8096125Z [00:03:04.461]➜  cat >/tmp/go-build3897779518/b749/importcfg << 'EOF' # internal
2025-08-20T20:32:48.8096473Z [00:03:04.462]➜  # import config
2025-08-20T20:32:48.8096804Z [00:03:04.462]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.8097330Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.8098179Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.8099045Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload=/tmp/go-build3897779518/b750/_pkg_.a
2025-08-20T20:32:48.8099837Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.8100800Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.8101502Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:48.8102180Z [00:03:04.462]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.8102692Z [00:03:04.462]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:48.8103090Z [00:03:04.462]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.8103507Z [00:03:04.462]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.8103826Z [00:03:04.462]➜  EOF
2025-08-20T20:32:48.8106236Z [00:03:04.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils=>gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils;$WORK/b749=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils -lang=go1.25 -complete -installsuffix shared -buildid 2Y-IZRxrG5e_FzNVQZ1Y/2Y-IZRxrG5e_FzNVQZ1Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/releaseutils.go
2025-08-20T20:32:48.8401692Z [00:03:04.492]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T20:32:48.8415985Z [00:03:04.493]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d # internal
2025-08-20T20:32:48.8420643Z [00:03:04.494]➜  gitlab.com/gitlab-org/cli/internal/commands/release/delete
2025-08-20T20:32:48.8427101Z [00:03:04.494]➜  mkdir -p $WORK/b751/
2025-08-20T20:32:48.8427535Z [00:03:04.494]➜  cat >/tmp/go-build3897779518/b751/importcfg << 'EOF' # internal
2025-08-20T20:32:48.8428013Z [00:03:04.494]➜  # import config
2025-08-20T20:32:48.8428349Z [00:03:04.494]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.8428883Z [00:03:04.494]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.8429671Z [00:03:04.494]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.8430369Z [00:03:04.494]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.8431032Z [00:03:04.495]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.8431824Z [00:03:04.495]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:48.8432548Z [00:03:04.495]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.8436632Z [00:03:04.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.8437333Z [00:03:04.496]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:48.8438006Z [00:03:04.496]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.8438329Z [00:03:04.496]➜  EOF
2025-08-20T20:32:48.8443477Z [00:03:04.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete=>gitlab.com/gitlab-org/cli/internal/commands/release/delete;$WORK/b751=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/delete -lang=go1.25 -complete -installsuffix shared -buildid f0zeUY0tLZQuzTou2YP1/f0zeUY0tLZQuzTou2YP1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete/delete.go
2025-08-20T20:32:48.8815000Z [00:03:04.533]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T20:32:48.8847216Z [00:03:04.537]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/e0/e019006288d5672d7d442d0bef96bbd8c43cf540ec22d106f9c2b550271cf0ec-d # internal
2025-08-20T20:32:48.8916233Z [00:03:04.543]➜  gitlab.com/gitlab-org/cli/internal/commands/release/create
2025-08-20T20:32:48.8918187Z [00:03:04.543]➜  mkdir -p $WORK/b747/
2025-08-20T20:32:48.8918585Z [00:03:04.544]➜  cat >/tmp/go-build3897779518/b747/importcfg << 'EOF' # internal
2025-08-20T20:32:48.8918935Z [00:03:04.544]➜  # import config
2025-08-20T20:32:48.8919275Z [00:03:04.544]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:48.8919733Z [00:03:04.544]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:48.8920178Z [00:03:04.544]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.8920693Z [00:03:04.544]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:48.8921663Z [00:03:04.544]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.8922309Z [00:03:04.544]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3897779518/b748/_pkg_.a
2025-08-20T20:32:48.8922908Z [00:03:04.544]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.8923438Z [00:03:04.544]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:48.8924016Z [00:03:04.544]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.8924668Z [00:03:04.544]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.8925462Z [00:03:04.544]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog=/tmp/go-build3897779518/b741/_pkg_.a
2025-08-20T20:32:48.8926332Z [00:03:04.544]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils=/tmp/go-build3897779518/b749/_pkg_.a
2025-08-20T20:32:48.8927226Z [00:03:04.544]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload=/tmp/go-build3897779518/b750/_pkg_.a
2025-08-20T20:32:48.8928192Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:48.8929024Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:48.8929728Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.8930405Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.8931186Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:48.8931909Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:48.8932577Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:48.8933248Z [00:03:04.545]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.8933764Z [00:03:04.545]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:48.8934185Z [00:03:04.545]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.8934598Z [00:03:04.545]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.8935015Z [00:03:04.545]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:48.8935448Z [00:03:04.545]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.8935870Z [00:03:04.545]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:48.8936179Z [00:03:04.545]➜  EOF
2025-08-20T20:32:48.8955606Z [00:03:04.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create=>gitlab.com/gitlab-org/cli/internal/commands/release/create;$WORK/b747=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/create -lang=go1.25 -complete -installsuffix shared -buildid gGT5EINGVs25PApIbn-r/gGT5EINGVs25PApIbn-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/create.go
2025-08-20T20:32:48.9276564Z [00:03:04.580]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T20:32:48.9280665Z [00:03:04.580]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T20:32:48.9338017Z [00:03:04.585]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/a5/a596006a6c9567ce3a0a81f3c8b31feee1aa0a331ca3a17189240fb6ab61db11-d # internal
2025-08-20T20:32:48.9338811Z [00:03:04.585]➜  gitlab.com/gitlab-org/cli/internal/commands/release/download
2025-08-20T20:32:48.9339543Z [00:03:04.585]➜  mkdir -p $WORK/b752/
2025-08-20T20:32:48.9339925Z [00:03:04.586]➜  cat >/tmp/go-build3897779518/b752/importcfg << 'EOF' # internal
2025-08-20T20:32:48.9340270Z [00:03:04.586]➜  # import config
2025-08-20T20:32:48.9340628Z [00:03:04.586]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:48.9341232Z [00:03:04.586]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:48.9341737Z [00:03:04.586]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.9342575Z [00:03:04.586]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:48.9348739Z [00:03:04.586]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.9349504Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.9352530Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:48.9353282Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.9354093Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload=/tmp/go-build3897779518/b750/_pkg_.a
2025-08-20T20:32:48.9355068Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:48.9355825Z [00:03:04.586]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:48.9356361Z [00:03:04.586]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:48.9356779Z [00:03:04.586]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:48.9357323Z [00:03:04.586]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:48.9357921Z [00:03:04.586]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:48.9358349Z [00:03:04.586]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:48.9358795Z [00:03:04.586]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:48.9359250Z [00:03:04.586]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:48.9359559Z [00:03:04.586]➜  EOF
2025-08-20T20:32:48.9361926Z [00:03:04.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download=>gitlab.com/gitlab-org/cli/internal/commands/release/download;$WORK/b752=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/download -lang=go1.25 -complete -installsuffix shared -buildid Q9M294ibxCHYfwB3BctK/Q9M294ibxCHYfwB3BctK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download/download.go
2025-08-20T20:32:48.9391959Z [00:03:04.586]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/99/9935b6686e5c4180f405171a54767860c69f5d03ff53dd845dfc6a3ffc5bb3a3-d # internal
2025-08-20T20:32:48.9392993Z [00:03:04.587]➜  gitlab.com/gitlab-org/cli/internal/commands/release/list
2025-08-20T20:32:48.9393360Z [00:03:04.587]➜  mkdir -p $WORK/b753/
2025-08-20T20:32:48.9393901Z [00:03:04.587]➜  cat >/tmp/go-build3897779518/b753/importcfg << 'EOF' # internal
2025-08-20T20:32:48.9394253Z [00:03:04.587]➜  # import config
2025-08-20T20:32:48.9394605Z [00:03:04.587]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:48.9395081Z [00:03:04.587]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:48.9395660Z [00:03:04.587]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:48.9396319Z [00:03:04.587]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:48.9397093Z [00:03:04.587]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils=/tmp/go-build3897779518/b749/_pkg_.a
2025-08-20T20:32:48.9398024Z [00:03:04.587]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:48.9398500Z [00:03:04.587]➜  EOF
2025-08-20T20:32:48.9400609Z [00:03:04.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list=>gitlab.com/gitlab-org/cli/internal/commands/release/list;$WORK/b753=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/list -lang=go1.25 -complete -installsuffix shared -buildid MG-VclXLJ1NQRYUbeMUu/MG-VclXLJ1NQRYUbeMUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list/release_list.go
2025-08-20T20:32:49.0231847Z [00:03:04.675]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T20:32:49.0257932Z [00:03:04.678]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/e2/e2bd11e33947550038ca3fa06117296e1e10a66fe2bf6194512d10f3b4d4f77a-d # internal
2025-08-20T20:32:49.0260822Z [00:03:04.678]➜  gitlab.com/gitlab-org/cli/internal/commands/release/upload
2025-08-20T20:32:49.0261260Z [00:03:04.678]➜  mkdir -p $WORK/b754/
2025-08-20T20:32:49.0261655Z [00:03:04.678]➜  cat >/tmp/go-build3897779518/b754/importcfg << 'EOF' # internal
2025-08-20T20:32:49.0262005Z [00:03:04.678]➜  # import config
2025-08-20T20:32:49.0262653Z [00:03:04.678]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:49.0263155Z [00:03:04.678]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.0263574Z [00:03:04.678]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.0264093Z [00:03:04.678]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.0264780Z [00:03:04.678]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.0265392Z [00:03:04.678]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:49.0265985Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.0266643Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.0267432Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils=/tmp/go-build3897779518/b749/_pkg_.a
2025-08-20T20:32:49.0268541Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload=/tmp/go-build3897779518/b750/_pkg_.a
2025-08-20T20:32:49.0269326Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.0270009Z [00:03:04.678]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.0270566Z [00:03:04.678]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:49.0271190Z [00:03:04.678]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.0271613Z [00:03:04.678]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.0272193Z [00:03:04.678]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:49.0272503Z [00:03:04.678]➜  EOF
2025-08-20T20:32:49.0274661Z [00:03:04.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload=>gitlab.com/gitlab-org/cli/internal/commands/release/upload;$WORK/b754=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/upload -lang=go1.25 -complete -installsuffix shared -buildid xoAi7WShEZ2jV1jHH6uE/xoAi7WShEZ2jV1jHH6uE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/upload.go
2025-08-20T20:32:49.0645865Z [00:03:04.716]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T20:32:49.0756027Z [00:03:04.727]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T20:32:49.0782075Z [00:03:04.730]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/03/0362657ac76259691527dfbe5a7aa5d472ac3d1d18768d29091ef0670780ebf0-d # internal
2025-08-20T20:32:49.0789600Z [00:03:04.730]➜  gitlab.com/gitlab-org/cli/internal/commands/release/view
2025-08-20T20:32:49.0790003Z [00:03:04.730]➜  mkdir -p $WORK/b755/
2025-08-20T20:32:49.0795004Z [00:03:04.732]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/28/28c8ab0fb7203e9ddcbafaa348520eb90a54fa2874228d1e97b804281f58d048-d # internal
2025-08-20T20:32:49.0795958Z [00:03:04.732]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule/create
2025-08-20T20:32:49.0796433Z [00:03:04.732]➜  mkdir -p $WORK/b757/
2025-08-20T20:32:49.0826098Z [00:03:04.735]➜  cat >/tmp/go-build3897779518/b755/importcfg << 'EOF' # internal
2025-08-20T20:32:49.0826588Z [00:03:04.735]➜  # import config
2025-08-20T20:32:49.0826938Z [00:03:04.735]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.0827371Z [00:03:04.735]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.0827995Z [00:03:04.735]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.0828611Z [00:03:04.735]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.0829319Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.0835598Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.0836408Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils=/tmp/go-build3897779518/b749/_pkg_.a
2025-08-20T20:32:49.0837182Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:49.0838014Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.0838759Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.0839427Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.0840259Z [00:03:04.735]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:49.0840580Z [00:03:04.735]➜  EOF
2025-08-20T20:32:49.0842660Z [00:03:04.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view=>gitlab.com/gitlab-org/cli/internal/commands/release/view;$WORK/b755=>" -p gitlab.com/gitlab-org/cli/internal/commands/release/view -lang=go1.25 -complete -installsuffix shared -buildid 3koeVUH3jEIv1t1_s5hv/3koeVUH3jEIv1t1_s5hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/view.go
2025-08-20T20:32:49.0844781Z [00:03:04.735]➜  cat >/tmp/go-build3897779518/b757/importcfg << 'EOF' # internal
2025-08-20T20:32:49.0845126Z [00:03:04.735]➜  # import config
2025-08-20T20:32:49.0845453Z [00:03:04.735]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.0845975Z [00:03:04.735]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.0846546Z [00:03:04.735]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.0847119Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.0847923Z [00:03:04.735]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.0848535Z [00:03:04.735]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:49.0848849Z [00:03:04.735]➜  EOF
2025-08-20T20:32:49.0850979Z [00:03:04.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create=>gitlab.com/gitlab-org/cli/internal/commands/schedule/create;$WORK/b757=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule/create -lang=go1.25 -complete -installsuffix shared -buildid xTvVcoXAsYmBwr6jVqKK/xTvVcoXAsYmBwr6jVqKK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create/create.go
2025-08-20T20:32:49.1259928Z [00:03:04.778]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T20:32:49.1312746Z [00:03:04.783]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/a9/a9793bda62286b90033b4df844de63cc88908a322c8ab1cb229ac58b9041ebbf-d # internal
2025-08-20T20:32:49.1314126Z [00:03:04.783]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule/delete
2025-08-20T20:32:49.1316882Z [00:03:04.783]➜  mkdir -p $WORK/b758/
2025-08-20T20:32:49.1317328Z [00:03:04.783]➜  cat >/tmp/go-build3897779518/b758/importcfg << 'EOF' # internal
2025-08-20T20:32:49.1317822Z [00:03:04.783]➜  # import config
2025-08-20T20:32:49.1318222Z [00:03:04.783]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.1318747Z [00:03:04.783]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.1319504Z [00:03:04.783]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.1320147Z [00:03:04.783]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.1320806Z [00:03:04.783]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.1321488Z [00:03:04.783]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.1322170Z [00:03:04.783]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.1322724Z [00:03:04.783]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.1323037Z [00:03:04.783]➜  EOF
2025-08-20T20:32:49.1343516Z [00:03:04.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete=>gitlab.com/gitlab-org/cli/internal/commands/schedule/delete;$WORK/b758=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule/delete -lang=go1.25 -complete -installsuffix shared -buildid 943Cfk76xAUjHoFQaqo1/943Cfk76xAUjHoFQaqo1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete/delete.go
2025-08-20T20:32:49.1685954Z [00:03:04.820]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T20:32:49.1795116Z [00:03:04.831]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/7d/7d976f3b720cdbabca6e83a333251df611f67edde324d1ff0e3e0a8d9c0fea00-d # internal
2025-08-20T20:32:49.1797052Z [00:03:04.832]➜  gitlab.com/gitlab-org/cli/internal/commands/release
2025-08-20T20:32:49.1798033Z [00:03:04.832]➜  mkdir -p $WORK/b746/
2025-08-20T20:32:49.1799011Z [00:03:04.832]➜  cat >/tmp/go-build3897779518/b746/importcfg << 'EOF' # internal
2025-08-20T20:32:49.1799668Z [00:03:04.832]➜  # import config
2025-08-20T20:32:49.1800613Z [00:03:04.832]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.1801313Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.1802080Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/create=/tmp/go-build3897779518/b747/_pkg_.a
2025-08-20T20:32:49.1802882Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/delete=/tmp/go-build3897779518/b751/_pkg_.a
2025-08-20T20:32:49.1803698Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/download=/tmp/go-build3897779518/b752/_pkg_.a
2025-08-20T20:32:49.1804498Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/list=/tmp/go-build3897779518/b753/_pkg_.a
2025-08-20T20:32:49.1805280Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/upload=/tmp/go-build3897779518/b754/_pkg_.a
2025-08-20T20:32:49.1806071Z [00:03:04.832]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/view=/tmp/go-build3897779518/b755/_pkg_.a
2025-08-20T20:32:49.1806553Z [00:03:04.832]➜  EOF
2025-08-20T20:32:49.1808980Z [00:03:04.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release=>gitlab.com/gitlab-org/cli/internal/commands/release;$WORK/b746=>" -p gitlab.com/gitlab-org/cli/internal/commands/release -lang=go1.25 -complete -installsuffix shared -buildid UtyerT7n1gl9n-mHDrJ0/UtyerT7n1gl9n-mHDrJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/release.go
2025-08-20T20:32:49.1940542Z [00:03:04.846]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T20:32:49.1968140Z [00:03:04.849]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/3b/3b883d9ba8c91c17e5bff8e2522e832a3dbd91a23211b7e8dd25430fe37ea6af-d # internal
2025-08-20T20:32:49.1968981Z [00:03:04.849]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule/list
2025-08-20T20:32:49.1969667Z [00:03:04.849]➜  mkdir -p $WORK/b759/
2025-08-20T20:32:49.2012686Z [00:03:04.853]➜  cat >/tmp/go-build3897779518/b759/importcfg << 'EOF' # internal
2025-08-20T20:32:49.2013688Z [00:03:04.853]➜  # import config
2025-08-20T20:32:49.2014612Z [00:03:04.853]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.2015192Z [00:03:04.853]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.2015809Z [00:03:04.853]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.2016401Z [00:03:04.853]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.2017074Z [00:03:04.853]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.2018283Z [00:03:04.853]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:49.2019007Z [00:03:04.853]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.2019429Z [00:03:04.853]➜  EOF
2025-08-20T20:32:49.2021520Z [00:03:04.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list=>gitlab.com/gitlab-org/cli/internal/commands/schedule/list;$WORK/b759=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule/list -lang=go1.25 -complete -installsuffix shared -buildid 5ZL7hbIRl4MU54ceM_yY/5ZL7hbIRl4MU54ceM_yY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list/list.go
2025-08-20T20:32:49.2079550Z [00:03:04.860]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T20:32:49.2108194Z [00:03:04.863]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/5c/5cb911ca773d7a54aad7d77dc0cb10238f441aa863433297df443e23295faa3f-d # internal
2025-08-20T20:32:49.2111013Z [00:03:04.863]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule/run
2025-08-20T20:32:49.2111884Z [00:03:04.863]➜  mkdir -p $WORK/b760/
2025-08-20T20:32:49.2119614Z [00:03:04.864]➜  cat >/tmp/go-build3897779518/b760/importcfg << 'EOF' # internal
2025-08-20T20:32:49.2120154Z [00:03:04.864]➜  # import config
2025-08-20T20:32:49.2120605Z [00:03:04.864]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.2121283Z [00:03:04.864]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.2121995Z [00:03:04.864]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.2122696Z [00:03:04.864]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.2123489Z [00:03:04.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.2124261Z [00:03:04.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.2125074Z [00:03:04.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.2125748Z [00:03:04.864]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.2126159Z [00:03:04.864]➜  EOF
2025-08-20T20:32:49.2128691Z [00:03:04.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run=>gitlab.com/gitlab-org/cli/internal/commands/schedule/run;$WORK/b760=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule/run -lang=go1.25 -complete -installsuffix shared -buildid MBBsLu3pwcCbuZh_eGBX/MBBsLu3pwcCbuZh_eGBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run/run.go
2025-08-20T20:32:49.2757867Z [00:03:04.928]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T20:32:49.2790520Z [00:03:04.931]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/be/bee19947cf41e8d16179851a232f5781fbf12d7fc782c88e0eff7b1bc31a3b3c-d # internal
2025-08-20T20:32:49.2791337Z [00:03:04.931]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule/update
2025-08-20T20:32:49.2791714Z [00:03:04.931]➜  mkdir -p $WORK/b761/
2025-08-20T20:32:49.2796588Z [00:03:04.932]➜  cat >/tmp/go-build3897779518/b761/importcfg << 'EOF' # internal
2025-08-20T20:32:49.2799424Z [00:03:04.932]➜  # import config
2025-08-20T20:32:49.2799852Z [00:03:04.932]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.2800379Z [00:03:04.932]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.2800963Z [00:03:04.932]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.2801547Z [00:03:04.932]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.2802540Z [00:03:04.932]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.2803095Z [00:03:04.932]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.2803525Z [00:03:04.932]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:49.2803844Z [00:03:04.932]➜  EOF
2025-08-20T20:32:49.2806007Z [00:03:04.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update=>gitlab.com/gitlab-org/cli/internal/commands/schedule/update;$WORK/b761=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule/update -lang=go1.25 -complete -installsuffix shared -buildid mYeukV7WT7c7v4sUvDAI/mYeukV7WT7c7v4sUvDAI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update/update.go
2025-08-20T20:32:49.3140010Z [00:03:04.965]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T20:32:49.3178316Z [00:03:04.969]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/21/215c9e574b8453a1ee9446326cf7cecf409f6c402e71aee3d5c51619b325a952-d # internal
2025-08-20T20:32:49.3179116Z [00:03:04.969]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile/create
2025-08-20T20:32:49.3179492Z [00:03:04.969]➜  mkdir -p $WORK/b763/
2025-08-20T20:32:49.3179868Z [00:03:04.970]➜  cat >/tmp/go-build3897779518/b763/importcfg << 'EOF' # internal
2025-08-20T20:32:49.3180226Z [00:03:04.970]➜  # import config
2025-08-20T20:32:49.3180560Z [00:03:04.970]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.3181082Z [00:03:04.970]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.3181662Z [00:03:04.970]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.3182241Z [00:03:04.970]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.3182912Z [00:03:04.970]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.3183587Z [00:03:04.970]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.3184263Z [00:03:04.970]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.3184797Z [00:03:04.970]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:49.3185526Z [00:03:04.970]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.3185880Z [00:03:04.970]➜  EOF
2025-08-20T20:32:49.3188345Z [00:03:04.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create=>gitlab.com/gitlab-org/cli/internal/commands/securefile/create;$WORK/b763=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile/create -lang=go1.25 -complete -installsuffix shared -buildid mQDi6LtuQXrf2zHLy0y8/mQDi6LtuQXrf2zHLy0y8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/create.go
2025-08-20T20:32:49.3243148Z [00:03:04.976]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T20:32:49.3282370Z [00:03:04.979]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/b6/b66326e4fa0e80b4f733393866c324d35e243828e915f716319690bd26fa2a23-d # internal
2025-08-20T20:32:49.3283175Z [00:03:04.979]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile/download
2025-08-20T20:32:49.3283585Z [00:03:04.979]➜  mkdir -p $WORK/b764/
2025-08-20T20:32:49.3283958Z [00:03:04.980]➜  cat >/tmp/go-build3897779518/b764/importcfg << 'EOF' # internal
2025-08-20T20:32:49.3284312Z [00:03:04.980]➜  # import config
2025-08-20T20:32:49.3284664Z [00:03:04.980]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.3285582Z [00:03:04.980]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.3286161Z [00:03:04.980]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.3286738Z [00:03:04.980]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.3287392Z [00:03:04.980]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.3288304Z [00:03:04.980]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.3288833Z [00:03:04.980]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:49.3289228Z [00:03:04.980]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.3289915Z [00:03:04.980]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:49.3290371Z [00:03:04.980]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.3290695Z [00:03:04.980]➜  EOF
2025-08-20T20:32:49.3292929Z [00:03:04.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download=>gitlab.com/gitlab-org/cli/internal/commands/securefile/download;$WORK/b764=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile/download -lang=go1.25 -complete -installsuffix shared -buildid NJkI479lnEkGMNBdRyin/NJkI479lnEkGMNBdRyin -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/download.go
2025-08-20T20:32:49.3835033Z [00:03:05.035]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T20:32:49.3898275Z [00:03:05.041]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T20:32:49.3899121Z [00:03:05.041]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/da/da0e79b891197961736d6d1db309df55a2aef7904734b3fe0f499dc7eec31750-d # internal
2025-08-20T20:32:49.3899778Z [00:03:05.041]➜  gitlab.com/gitlab-org/cli/internal/commands/schedule
2025-08-20T20:32:49.3900118Z [00:03:05.041]➜  mkdir -p $WORK/b756/
2025-08-20T20:32:49.3900495Z [00:03:05.041]➜  cat >/tmp/go-build3897779518/b756/importcfg << 'EOF' # internal
2025-08-20T20:32:49.3900842Z [00:03:05.041]➜  # import config
2025-08-20T20:32:49.3901234Z [00:03:05.041]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.3901851Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.3902864Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/create=/tmp/go-build3897779518/b757/_pkg_.a
2025-08-20T20:32:49.3903786Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/delete=/tmp/go-build3897779518/b758/_pkg_.a
2025-08-20T20:32:49.3904583Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/list=/tmp/go-build3897779518/b759/_pkg_.a
2025-08-20T20:32:49.3905476Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/run=/tmp/go-build3897779518/b760/_pkg_.a
2025-08-20T20:32:49.3906342Z [00:03:05.041]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/update=/tmp/go-build3897779518/b761/_pkg_.a
2025-08-20T20:32:49.3906834Z [00:03:05.041]➜  EOF
2025-08-20T20:32:49.3912573Z [00:03:05.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule=>gitlab.com/gitlab-org/cli/internal/commands/schedule;$WORK/b756=>" -p gitlab.com/gitlab-org/cli/internal/commands/schedule -lang=go1.25 -complete -installsuffix shared -buildid bru237rEaleCIMaBndxk/bru237rEaleCIMaBndxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/schedule.go
2025-08-20T20:32:49.3947370Z [00:03:05.047]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/71/715e0d1c04e1b0e3eefb528aaaac66689770c6a9cd741529211d2246bc89ae77-d # internal
2025-08-20T20:32:49.3951778Z [00:03:05.047]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile/get
2025-08-20T20:32:49.3954557Z [00:03:05.047]➜  mkdir -p $WORK/b765/
2025-08-20T20:32:49.3967154Z [00:03:05.048]➜  cat >/tmp/go-build3897779518/b765/importcfg << 'EOF' # internal
2025-08-20T20:32:49.3967609Z [00:03:05.048]➜  # import config
2025-08-20T20:32:49.3968200Z [00:03:05.048]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:49.3968671Z [00:03:05.048]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.3969202Z [00:03:05.048]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.3970058Z [00:03:05.048]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.3970680Z [00:03:05.048]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.3971236Z [00:03:05.048]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.3971555Z [00:03:05.048]➜  EOF
2025-08-20T20:32:49.3973687Z [00:03:05.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get=>gitlab.com/gitlab-org/cli/internal/commands/securefile/get;$WORK/b765=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile/get -lang=go1.25 -complete -installsuffix shared -buildid wIMVBMF7bWGEr5pvYZ1U/wIMVBMF7bWGEr5pvYZ1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get/get.go
2025-08-20T20:32:49.4276834Z [00:03:05.080]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T20:32:49.4398824Z [00:03:05.090]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/09/0938c549563cf98e40143d06a706693adde237d17231bee04f041f409de60bf8-d # internal
2025-08-20T20:32:49.4399618Z [00:03:05.090]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile/list
2025-08-20T20:32:49.4399995Z [00:03:05.090]➜  mkdir -p $WORK/b766/
2025-08-20T20:32:49.4400377Z [00:03:05.090]➜  cat >/tmp/go-build3897779518/b766/importcfg << 'EOF' # internal
2025-08-20T20:32:49.4400720Z [00:03:05.090]➜  # import config
2025-08-20T20:32:49.4401084Z [00:03:05.090]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:49.4401521Z [00:03:05.090]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.4402364Z [00:03:05.090]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.4402998Z [00:03:05.090]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.4403588Z [00:03:05.090]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.4404219Z [00:03:05.090]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:49.4404883Z [00:03:05.090]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.4405455Z [00:03:05.090]➜  EOF
2025-08-20T20:32:49.4407626Z [00:03:05.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list=>gitlab.com/gitlab-org/cli/internal/commands/securefile/list;$WORK/b766=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile/list -lang=go1.25 -complete -installsuffix shared -buildid 6PBJNKyDbEv00wyxTURO/6PBJNKyDbEv00wyxTURO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list/list.go
2025-08-20T20:32:49.4571568Z [00:03:05.109]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T20:32:49.4602474Z [00:03:05.112]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/4d/4df9ed8db3bd29883d5af2a35f81fb933c623a41fe2a0a51c90a29531a6afcac-d # internal
2025-08-20T20:32:49.4606050Z [00:03:05.112]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile/remove
2025-08-20T20:32:49.4612793Z [00:03:05.113]➜  mkdir -p $WORK/b767/
2025-08-20T20:32:49.4621917Z [00:03:05.114]➜  cat >/tmp/go-build3897779518/b767/importcfg << 'EOF' # internal
2025-08-20T20:32:49.4622762Z [00:03:05.114]➜  # import config
2025-08-20T20:32:49.4623535Z [00:03:05.114]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.4624605Z [00:03:05.114]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.4625262Z [00:03:05.114]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.4625862Z [00:03:05.114]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.4626802Z [00:03:05.114]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.4627486Z [00:03:05.114]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.4628376Z [00:03:05.114]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.4629060Z [00:03:05.114]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:49.4629603Z [00:03:05.114]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.4629921Z [00:03:05.114]➜  EOF
2025-08-20T20:32:49.4632115Z [00:03:05.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove=>gitlab.com/gitlab-org/cli/internal/commands/securefile/remove;$WORK/b767=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile/remove -lang=go1.25 -complete -installsuffix shared -buildid ug1o50Vr1w6L02CFWWFq/ug1o50Vr1w6L02CFWWFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove/remove.go
2025-08-20T20:32:49.4741349Z [00:03:05.126]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T20:32:49.4767064Z [00:03:05.129]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/d1/d17ce9fe8fe2134ce380412cbf266a091d79cdf48ddae6df227d88746d1cd423-d # internal
2025-08-20T20:32:49.4768329Z [00:03:05.129]➜  gitlab.com/gitlab-org/cli/internal/commands/snippet/create
2025-08-20T20:32:49.4768775Z [00:03:05.129]➜  mkdir -p $WORK/b769/
2025-08-20T20:32:49.4795332Z [00:03:05.131]➜  cat >/tmp/go-build3897779518/b769/importcfg << 'EOF' # internal
2025-08-20T20:32:49.4795784Z [00:03:05.131]➜  # import config
2025-08-20T20:32:49.4796140Z [00:03:05.131]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.4796602Z [00:03:05.131]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.4797126Z [00:03:05.131]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.4797869Z [00:03:05.131]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.4798657Z [00:03:05.131]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.4799427Z [00:03:05.132]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.4800092Z [00:03:05.132]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:49.4800752Z [00:03:05.132]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:49.4801427Z [00:03:05.132]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.4801959Z [00:03:05.132]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:49.4802355Z [00:03:05.132]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.4802960Z [00:03:05.132]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:49.4803280Z [00:03:05.132]➜  EOF
2025-08-20T20:32:49.4805455Z [00:03:05.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create=>gitlab.com/gitlab-org/cli/internal/commands/snippet/create;$WORK/b769=>" -p gitlab.com/gitlab-org/cli/internal/commands/snippet/create -lang=go1.25 -complete -installsuffix shared -buildid rDDpJugb98UwaM7YXxBd/rDDpJugb98UwaM7YXxBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/create.go
2025-08-20T20:32:49.5602523Z [00:03:05.209]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T20:32:49.5603627Z [00:03:05.212]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/27/278c14a34989f4dd32bf69d7672238384eddc1a949f1cb01ad1ad0d71e300d26-d # internal
2025-08-20T20:32:49.5604496Z [00:03:05.212]➜  gitlab.com/gitlab-org/cli/internal/commands/ssh-key/add
2025-08-20T20:32:49.5605676Z [00:03:05.212]➜  mkdir -p $WORK/b771/
2025-08-20T20:32:49.5607510Z [00:03:05.212]➜  cat >/tmp/go-build3897779518/b771/importcfg << 'EOF' # internal
2025-08-20T20:32:49.5638781Z [00:03:05.212]➜  # import config
2025-08-20T20:32:49.5641063Z [00:03:05.212]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.5643071Z [00:03:05.212]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.5643702Z [00:03:05.212]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.5644292Z [00:03:05.212]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.5644931Z [00:03:05.212]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:49.5645596Z [00:03:05.212]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.5646292Z [00:03:05.212]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.5646827Z [00:03:05.212]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:49.5647223Z [00:03:05.212]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.5647628Z [00:03:05.212]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:49.5648092Z [00:03:05.212]➜  EOF
2025-08-20T20:32:49.5650664Z [00:03:05.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add=>gitlab.com/gitlab-org/cli/internal/commands/ssh-key/add;$WORK/b771=>" -p gitlab.com/gitlab-org/cli/internal/commands/ssh-key/add -lang=go1.25 -complete -installsuffix shared -buildid 8pUvIcUjM7zfsCWuo2ks/8pUvIcUjM7zfsCWuo2ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/add.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/http.go
2025-08-20T20:32:49.5933510Z [00:03:05.245]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T20:32:49.5996352Z [00:03:05.252]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/50/5065994e97643df38e481cd6975a720f32d210649f80084a2a237a6f5c725dd4-d # internal
2025-08-20T20:32:49.6000524Z [00:03:05.252]➜  gitlab.com/gitlab-org/cli/internal/commands/securefile
2025-08-20T20:32:49.6001425Z [00:03:05.252]➜  mkdir -p $WORK/b762/
2025-08-20T20:32:49.6009788Z [00:03:05.253]➜  cat >/tmp/go-build3897779518/b762/importcfg << 'EOF' # internal
2025-08-20T20:32:49.6010684Z [00:03:05.253]➜  # import config
2025-08-20T20:32:49.6011142Z [00:03:05.253]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.6011733Z [00:03:05.253]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.6012369Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.6013486Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/create=/tmp/go-build3897779518/b763/_pkg_.a
2025-08-20T20:32:49.6014329Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/download=/tmp/go-build3897779518/b764/_pkg_.a
2025-08-20T20:32:49.6015155Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/get=/tmp/go-build3897779518/b765/_pkg_.a
2025-08-20T20:32:49.6015964Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/list=/tmp/go-build3897779518/b766/_pkg_.a
2025-08-20T20:32:49.6016776Z [00:03:05.253]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/remove=/tmp/go-build3897779518/b767/_pkg_.a
2025-08-20T20:32:49.6017433Z [00:03:05.253]➜  EOF
2025-08-20T20:32:49.6023541Z [00:03:05.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile=>gitlab.com/gitlab-org/cli/internal/commands/securefile;$WORK/b762=>" -p gitlab.com/gitlab-org/cli/internal/commands/securefile -lang=go1.25 -complete -installsuffix shared -buildid 4q3LcZeZqPRttyAGmdl6/4q3LcZeZqPRttyAGmdl6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/securefile.go
2025-08-20T20:32:49.6369146Z [00:03:05.286]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T20:32:49.6412644Z [00:03:05.293]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/05/05ce5957d7d543776eea2c1619c05ade6922757137b3c14533c582f11b54b782-d # internal
2025-08-20T20:32:49.6413356Z [00:03:05.293]➜  gitlab.com/gitlab-org/cli/internal/commands/snippet
2025-08-20T20:32:49.6413709Z [00:03:05.293]➜  mkdir -p $WORK/b768/
2025-08-20T20:32:49.6414084Z [00:03:05.293]➜  cat >/tmp/go-build3897779518/b768/importcfg << 'EOF' # internal
2025-08-20T20:32:49.6414425Z [00:03:05.293]➜  # import config
2025-08-20T20:32:49.6414887Z [00:03:05.293]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.6415472Z [00:03:05.293]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.6416084Z [00:03:05.293]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.6416834Z [00:03:05.293]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/snippet/create=/tmp/go-build3897779518/b769/_pkg_.a
2025-08-20T20:32:49.6417322Z [00:03:05.293]➜  EOF
2025-08-20T20:32:49.6419894Z [00:03:05.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet=>gitlab.com/gitlab-org/cli/internal/commands/snippet;$WORK/b768=>" -p gitlab.com/gitlab-org/cli/internal/commands/snippet -lang=go1.25 -complete -installsuffix shared -buildid -1gIMc-ymUwcsRx6Bnps/-1gIMc-ymUwcsRx6Bnps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/snippet.go
2025-08-20T20:32:49.6645068Z [00:03:05.316]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T20:32:49.6671854Z [00:03:05.319]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/2d/2db8d6e180a41413d52a9f81ddfcd229c4931093a2c5880efaf77190cd683232-d # internal
2025-08-20T20:32:49.6705637Z [00:03:05.322]➜  gitlab.com/gitlab-org/cli/internal/commands/ssh-key/delete
2025-08-20T20:32:49.6707529Z [00:03:05.322]➜  mkdir -p $WORK/b772/
2025-08-20T20:32:49.6708292Z [00:03:05.323]➜  cat >/tmp/go-build3897779518/b772/importcfg << 'EOF' # internal
2025-08-20T20:32:49.6708655Z [00:03:05.323]➜  # import config
2025-08-20T20:32:49.6708999Z [00:03:05.323]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.6709435Z [00:03:05.323]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.6709955Z [00:03:05.323]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:49.6710934Z [00:03:05.323]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.6711527Z [00:03:05.323]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.6712108Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.6712740Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:49.6713420Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.6714105Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.6714985Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:49.6715649Z [00:03:05.323]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.6716071Z [00:03:05.323]➜  EOF
2025-08-20T20:32:49.6718287Z [00:03:05.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/delete=>gitlab.com/gitlab-org/cli/internal/commands/ssh-key/delete;$WORK/b772=>" -p gitlab.com/gitlab-org/cli/internal/commands/ssh-key/delete -lang=go1.25 -complete -installsuffix shared -buildid y-2VtlsWwKYHLlFU4rR_/y-2VtlsWwKYHLlFU4rR_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/delete/delete.go
2025-08-20T20:32:49.7203319Z [00:03:05.372]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T20:32:49.7229469Z [00:03:05.375]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/cb/cb10369fa5de38b1e0b8528be5a56100ffa1810b6cd32b63ba79a5207c6c37f2-d # internal
2025-08-20T20:32:49.7234926Z [00:03:05.375]➜  gitlab.com/gitlab-org/cli/internal/commands/ssh-key/get
2025-08-20T20:32:49.7235333Z [00:03:05.375]➜  mkdir -p $WORK/b773/
2025-08-20T20:32:49.7235726Z [00:03:05.375]➜  cat >/tmp/go-build3897779518/b773/importcfg << 'EOF' # internal
2025-08-20T20:32:49.7236071Z [00:03:05.375]➜  # import config
2025-08-20T20:32:49.7236411Z [00:03:05.375]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.7236825Z [00:03:05.375]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.7237342Z [00:03:05.375]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:49.7238387Z [00:03:05.375]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.7239032Z [00:03:05.375]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.7239625Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.7240263Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:49.7241091Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.7241886Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.7242571Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:49.7243234Z [00:03:05.375]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.7243651Z [00:03:05.375]➜  EOF
2025-08-20T20:32:49.7245719Z [00:03:05.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/get=>gitlab.com/gitlab-org/cli/internal/commands/ssh-key/get;$WORK/b773=>" -p gitlab.com/gitlab-org/cli/internal/commands/ssh-key/get -lang=go1.25 -complete -installsuffix shared -buildid P5P8ncvPDKZz6Ad8nQcC/P5P8ncvPDKZz6Ad8nQcC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/get/get.go
2025-08-20T20:32:49.7365140Z [00:03:05.388]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T20:32:49.7389974Z [00:03:05.391]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/78/78270ce433b7833dacde3252c522d093ac80df0a2d4e1966ff3778e8eea5d297-d # internal
2025-08-20T20:32:49.7498858Z [00:03:05.402]➜  gitlab.com/gitlab-org/cli/internal/commands/ssh-key/list
2025-08-20T20:32:49.7541924Z [00:03:05.402]➜  mkdir -p $WORK/b774/
2025-08-20T20:32:49.7542347Z [00:03:05.402]➜  cat >/tmp/go-build3897779518/b774/importcfg << 'EOF' # internal
2025-08-20T20:32:49.7543100Z [00:03:05.402]➜  # import config
2025-08-20T20:32:49.7543553Z [00:03:05.402]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.7544128Z [00:03:05.402]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.7544721Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.7545368Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:49.7546035Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.7546725Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.7547431Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:49.7548314Z [00:03:05.402]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.7548748Z [00:03:05.402]➜  EOF
2025-08-20T20:32:49.7550802Z [00:03:05.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list=>gitlab.com/gitlab-org/cli/internal/commands/ssh-key/list;$WORK/b774=>" -p gitlab.com/gitlab-org/cli/internal/commands/ssh-key/list -lang=go1.25 -complete -installsuffix shared -buildid vqgmlFX7fWu6ja7d4AqI/vqgmlFX7fWu6ja7d4AqI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list/list.go
2025-08-20T20:32:49.8171059Z [00:03:05.469]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T20:32:49.8224331Z [00:03:05.474]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T20:32:49.8251253Z [00:03:05.477]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/a6/a662e5b277a9ad89a3d2f478182f88b188d7a87db785b5e97229f745eb16c89c-d # internal
2025-08-20T20:32:49.8255674Z [00:03:05.478]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/create
2025-08-20T20:32:49.8260082Z [00:03:05.478]➜  mkdir -p $WORK/b776/
2025-08-20T20:32:49.8260732Z [00:03:05.478]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/84/84497a6095a2d80863edae2a3db3c42be98beca456a2a8e86bc785c381eb3150-d # internal
2025-08-20T20:32:49.8261640Z [00:03:05.478]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/list
2025-08-20T20:32:49.8262045Z [00:03:05.478]➜  mkdir -p $WORK/b777/
2025-08-20T20:32:49.8264927Z [00:03:05.479]➜  cat >/tmp/go-build3897779518/b777/importcfg << 'EOF' # internal
2025-08-20T20:32:49.8265591Z [00:03:05.479]➜  # import config
2025-08-20T20:32:49.8266145Z [00:03:05.479]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.8266988Z [00:03:05.479]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.8268257Z [00:03:05.479]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.8268951Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.8269620Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:49.8270637Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.8271301Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:49.8271716Z [00:03:05.479]➜  EOF
2025-08-20T20:32:49.8273785Z [00:03:05.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list=>gitlab.com/gitlab-org/cli/internal/commands/stack/list;$WORK/b777=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/list -lang=go1.25 -complete -installsuffix shared -buildid LhnM8mJLDhYj1xy31LDc/LhnM8mJLDhYj1xy31LDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list/stack_list.go
2025-08-20T20:32:49.8275907Z [00:03:05.479]➜  cat >/tmp/go-build3897779518/b776/importcfg << 'EOF' # internal
2025-08-20T20:32:49.8276263Z [00:03:05.479]➜  # import config
2025-08-20T20:32:49.8276597Z [00:03:05.479]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.8277116Z [00:03:05.479]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.8277871Z [00:03:05.479]➜  packagefile github.com/briandowns/spinner=/tmp/go-build3897779518/b352/_pkg_.a
2025-08-20T20:32:49.8278493Z [00:03:05.479]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.8279107Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.8279762Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:49.8280417Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:49.8281072Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:49.8281723Z [00:03:05.479]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:49.8282254Z [00:03:05.479]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:49.8282672Z [00:03:05.479]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:49.8282976Z [00:03:05.479]➜  EOF
2025-08-20T20:32:49.8285240Z [00:03:05.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create=>gitlab.com/gitlab-org/cli/internal/commands/stack/create;$WORK/b776=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/create -lang=go1.25 -complete -installsuffix shared -buildid 4d0yiUkiMhYZ73bY72U1/4d0yiUkiMhYZ73bY72U1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create/stack_create.go
2025-08-20T20:32:49.8361018Z [00:03:05.488]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T20:32:49.8379844Z [00:03:05.490]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/f7/f7139da1076fefe93366b738697610d9739359bca0530ec1e57a0c976164d9bf-d # internal
2025-08-20T20:32:49.8399013Z [00:03:05.491]➜  gitlab.com/gitlab-org/cli/internal/commands/ssh-key
2025-08-20T20:32:49.8399403Z [00:03:05.492]➜  mkdir -p $WORK/b770/
2025-08-20T20:32:49.8404275Z [00:03:05.493]➜  cat >/tmp/go-build3897779518/b770/importcfg << 'EOF' # internal
2025-08-20T20:32:49.8404682Z [00:03:05.493]➜  # import config
2025-08-20T20:32:49.8405092Z [00:03:05.493]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.8405724Z [00:03:05.493]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.8408985Z [00:03:05.493]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/add=/tmp/go-build3897779518/b771/_pkg_.a
2025-08-20T20:32:49.8410104Z [00:03:05.493]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/delete=/tmp/go-build3897779518/b772/_pkg_.a
2025-08-20T20:32:49.8410897Z [00:03:05.493]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/get=/tmp/go-build3897779518/b773/_pkg_.a
2025-08-20T20:32:49.8411721Z [00:03:05.493]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/list=/tmp/go-build3897779518/b774/_pkg_.a
2025-08-20T20:32:49.8412201Z [00:03:05.493]➜  EOF
2025-08-20T20:32:49.8414199Z [00:03:05.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key=>gitlab.com/gitlab-org/cli/internal/commands/ssh-key;$WORK/b770=>" -p gitlab.com/gitlab-org/cli/internal/commands/ssh-key -lang=go1.25 -complete -installsuffix shared -buildid 0D89Oyjfd_1rZpbmbiDC/0D89Oyjfd_1rZpbmbiDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/ssh-key.go
2025-08-20T20:32:49.9105274Z [00:03:05.562]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T20:32:49.9190187Z [00:03:05.571]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/71/7118b6cfe8f24f99847cdb667c54100b3c119a9a3e8246278b07dc867e3b2643-d # internal
2025-08-20T20:32:49.9198691Z [00:03:05.572]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/navigate
2025-08-20T20:32:49.9199724Z [00:03:05.572]➜  mkdir -p $WORK/b778/
2025-08-20T20:32:49.9210619Z [00:03:05.573]➜  cat >/tmp/go-build3897779518/b778/importcfg << 'EOF' # internal
2025-08-20T20:32:49.9211405Z [00:03:05.573]➜  # import config
2025-08-20T20:32:49.9212319Z [00:03:05.573]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.9212841Z [00:03:05.573]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.9213369Z [00:03:05.573]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:49.9213993Z [00:03:05.573]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:49.9214856Z [00:03:05.573]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:49.9215537Z [00:03:05.573]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:49.9216198Z [00:03:05.573]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:49.9216959Z [00:03:05.573]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:49.9217437Z [00:03:05.573]➜  EOF
2025-08-20T20:32:49.9223071Z [00:03:05.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/navigate=>gitlab.com/gitlab-org/cli/internal/commands/stack/navigate;$WORK/b778=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/navigate -lang=go1.25 -complete -installsuffix shared -buildid -mS-jyT471-C45EeGyby/-mS-jyT471-C45EeGyby -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/navigate/stack_navigate.go
2025-08-20T20:32:49.9338401Z [00:03:05.586]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T20:32:49.9350821Z [00:03:05.587]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T20:32:49.9381974Z [00:03:05.590]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/00/00211fc67f2c98dff251abacd159a6346094ab1f17ee9dc3c9c4daaa4d50bad6-d # internal
2025-08-20T20:32:49.9389883Z [00:03:05.591]➜  gitlab.com/gitlab-org/cli/internal/auth
2025-08-20T20:32:49.9396666Z [00:03:05.592]➜  mkdir -p $WORK/b780/
2025-08-20T20:32:49.9404131Z [00:03:05.593]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/b1/b118511ab244d090b517703a8785cdb85d2f25c63baae78b6e5708e0da6b3b1a-d # internal
2025-08-20T20:32:49.9414443Z [00:03:05.594]➜  golang.org/x/sys/cpu
2025-08-20T20:32:49.9416277Z [00:03:05.594]➜  mkdir -p $WORK/b783/
2025-08-20T20:32:49.9427454Z [00:03:05.595]➜  echo -n > $WORK/b783/go_asm.h # internal
2025-08-20T20:32:49.9434673Z [00:03:05.596]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:32:49.9442906Z [00:03:05.596]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b783=>" -I $WORK/b783/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b783/symabis ./cpu_arm64.s
2025-08-20T20:32:49.9452982Z [00:03:05.597]➜  cat >/tmp/go-build3897779518/b780/importcfg << 'EOF' # internal
2025-08-20T20:32:49.9453842Z [00:03:05.597]➜  # import config
2025-08-20T20:32:49.9454558Z [00:03:05.597]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:49.9455630Z [00:03:05.597]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:49.9456623Z [00:03:05.597]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:49.9457989Z [00:03:05.597]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:49.9458543Z [00:03:05.597]➜  EOF
2025-08-20T20:32:49.9469189Z [00:03:05.599]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:49.9471468Z [00:03:05.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth=>gitlab.com/gitlab-org/cli/internal/auth;$WORK/b780=>" -p gitlab.com/gitlab-org/cli/internal/auth -lang=go1.25 -complete -installsuffix shared -buildid qoTqA6lQtIpB8W6cBevX/qoTqA6lQtIpB8W6cBevX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth/auth.go
2025-08-20T20:32:49.9506714Z [00:03:05.603]➜  cat >/tmp/go-build3897779518/b783/importcfg << 'EOF' # internal
2025-08-20T20:32:49.9507142Z [00:03:05.603]➜  # import config
2025-08-20T20:32:49.9507516Z [00:03:05.603]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:49.9508087Z [00:03:05.603]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:49.9508700Z [00:03:05.603]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:49.9509192Z [00:03:05.603]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:49.9509626Z [00:03:05.603]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:49.9510056Z [00:03:05.603]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:49.9510606Z [00:03:05.603]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:49.9510995Z [00:03:05.603]➜  EOF
2025-08-20T20:32:49.9514941Z [00:03:05.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b783=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid UEKktlb9an-w94TZzYvC/UEKktlb9an-w94TZzYvC -goversion go1.25.0 -symabis $WORK/b783/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack -asmhdr $WORK/b783/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv_go121.go
2025-08-20T20:32:50.0260830Z [00:03:05.678]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T20:32:50.0294869Z [00:03:05.681]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:32:50.0299261Z [00:03:05.681]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b783=>" -I $WORK/b783/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b783/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:32:50.0313972Z [00:03:05.683]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/30/304f3bfb95c15735e892bd1a7b66b68a9979643ccc3a692c9fa264aebf67e503-d # internal
2025-08-20T20:32:50.0315273Z [00:03:05.683]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/reorder
2025-08-20T20:32:50.0317981Z [00:03:05.683]➜  mkdir -p $WORK/b779/
2025-08-20T20:32:50.0322336Z [00:03:05.684]➜  cat >/tmp/go-build3897779518/b779/importcfg << 'EOF' # internal
2025-08-20T20:32:50.0322947Z [00:03:05.684]➜  # import config
2025-08-20T20:32:50.0323296Z [00:03:05.684]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.0323722Z [00:03:05.684]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.0324150Z [00:03:05.684]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.0324676Z [00:03:05.684]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.0325247Z [00:03:05.684]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.0325826Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.0326466Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.0327109Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/auth=/tmp/go-build3897779518/b780/_pkg_.a
2025-08-20T20:32:50.0328039Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.0328848Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:50.0329554Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:50.0330374Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.0331204Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.0331874Z [00:03:05.684]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:50.0332541Z [00:03:05.684]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:50.0333048Z [00:03:05.684]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:50.0333481Z [00:03:05.684]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.0333799Z [00:03:05.684]➜  EOF
2025-08-20T20:32:50.0334066Z [00:03:05.684]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:50.0359424Z [00:03:05.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder=>gitlab.com/gitlab-org/cli/internal/commands/stack/reorder;$WORK/b779=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/reorder -lang=go1.25 -complete -installsuffix shared -buildid rIghJMB0zC-2spblCjTf/rIghJMB0zC-2spblCjTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/prompt.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/stack_reorder.go
2025-08-20T20:32:50.0368994Z [00:03:05.689]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:32:50.0371608Z [00:03:05.689]➜  go tool pack r $WORK/b783/_pkg_.a $WORK/b783/cpu_arm64.o # internal
2025-08-20T20:32:50.0372070Z [00:03:05.689]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T20:32:50.0372749Z [00:03:05.689]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d # internal
2025-08-20T20:32:50.0373574Z [00:03:05.689]➜  golang.org/x/crypto/sha3
2025-08-20T20:32:50.0373860Z [00:03:05.689]➜  mkdir -p $WORK/b782/
2025-08-20T20:32:50.0374228Z [00:03:05.689]➜  cat >/tmp/go-build3897779518/b782/importcfg << 'EOF' # internal
2025-08-20T20:32:50.0374569Z [00:03:05.689]➜  # import config
2025-08-20T20:32:50.0374906Z [00:03:05.689]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.0375330Z [00:03:05.689]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:50.0375781Z [00:03:05.689]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:50.0376258Z [00:03:05.689]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:50.0376921Z [00:03:05.689]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.0377402Z [00:03:05.689]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3897779518/b783/_pkg_.a
2025-08-20T20:32:50.0378095Z [00:03:05.689]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:50.0378512Z [00:03:05.689]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.0378930Z [00:03:05.689]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:50.0379249Z [00:03:05.689]➜  EOF
2025-08-20T20:32:50.0379512Z [00:03:05.689]➜  cd /tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab
2025-08-20T20:32:50.0382721Z [00:03:05.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b782=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid i1acGHllMUITER48lnt8/i1acGHllMUITER48lnt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/keccakf.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake_noasm.go
2025-08-20T20:32:50.0400160Z [00:03:05.692]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T20:32:50.0441758Z [00:03:05.696]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/e3/e38b801737f8d2770f28b24db9c8c7922e05c23d257f844103c3976e6b573776-d # internal
2025-08-20T20:32:50.0451451Z [00:03:05.697]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/switch
2025-08-20T20:32:50.0454379Z [00:03:05.697]➜  mkdir -p $WORK/b784/
2025-08-20T20:32:50.0464180Z [00:03:05.698]➜  cat >/tmp/go-build3897779518/b784/importcfg << 'EOF' # internal
2025-08-20T20:32:50.0466565Z [00:03:05.698]➜  # import config
2025-08-20T20:32:50.0466934Z [00:03:05.698]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.0467466Z [00:03:05.698]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.0468372Z [00:03:05.698]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.0468992Z [00:03:05.698]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.0469650Z [00:03:05.698]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:50.0470293Z [00:03:05.698]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:50.0470708Z [00:03:05.698]➜  EOF
2025-08-20T20:32:50.0481276Z [00:03:05.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/switch=>gitlab.com/gitlab-org/cli/internal/commands/stack/switch;$WORK/b784=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/switch -lang=go1.25 -complete -installsuffix shared -buildid 6C-_fKLX1-I4LlLM9ddF/6C-_fKLX1-I4LlLM9ddF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/switch/switch.go
2025-08-20T20:32:50.1056415Z [00:03:05.758]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T20:32:50.1064000Z [00:03:05.758]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d # internal
2025-08-20T20:32:50.1064984Z [00:03:05.759]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/save
2025-08-20T20:32:50.1065534Z [00:03:05.759]➜  mkdir -p $WORK/b781/
2025-08-20T20:32:50.1074262Z [00:03:05.759]➜  cat >/tmp/go-build3897779518/b781/importcfg << 'EOF' # internal
2025-08-20T20:32:50.1074877Z [00:03:05.760]➜  # import config
2025-08-20T20:32:50.1075382Z [00:03:05.760]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:50.1076650Z [00:03:05.760]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.1077094Z [00:03:05.760]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.1077624Z [00:03:05.760]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.1078388Z [00:03:05.760]➜  packagefile github.com/briandowns/spinner=/tmp/go-build3897779518/b352/_pkg_.a
2025-08-20T20:32:50.1078956Z [00:03:05.760]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.1079578Z [00:03:05.760]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.1080237Z [00:03:05.760]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:50.1080874Z [00:03:05.760]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:50.1081511Z [00:03:05.760]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:50.1082106Z [00:03:05.760]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3897779518/b782/_pkg_.a
2025-08-20T20:32:50.1082836Z [00:03:05.760]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:50.1083376Z [00:03:05.760]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.1083800Z [00:03:05.760]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.1084105Z [00:03:05.760]➜  EOF
2025-08-20T20:32:50.1086859Z [00:03:05.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save=>gitlab.com/gitlab-org/cli/internal/commands/stack/save;$WORK/b781=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/save -lang=go1.25 -complete -installsuffix shared -buildid OhNZpWYB6KCc_bSBVuNz/OhNZpWYB6KCc_bSBVuNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/prompt.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_amend.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_save.go
2025-08-20T20:32:50.1316326Z [00:03:05.783]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T20:32:50.1354072Z [00:03:05.787]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/93/933033d216be48596854552ffc9cf6d679152beeec029444e57d9db80ec49d83-d # internal
2025-08-20T20:32:50.1363761Z [00:03:05.788]➜  gitlab.com/gitlab-org/cli/internal/commands/stack/sync
2025-08-20T20:32:50.1366819Z [00:03:05.788]➜  mkdir -p $WORK/b785/
2025-08-20T20:32:50.1378799Z [00:03:05.790]➜  cat >/tmp/go-build3897779518/b785/importcfg << 'EOF' # internal
2025-08-20T20:32:50.1379224Z [00:03:05.790]➜  # import config
2025-08-20T20:32:50.1379863Z [00:03:05.790]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.1380280Z [00:03:05.790]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.1380798Z [00:03:05.790]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.1381578Z [00:03:05.790]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.1382170Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.1382809Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/auth=/tmp/go-build3897779518/b780/_pkg_.a
2025-08-20T20:32:50.1383468Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.1384199Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/create=/tmp/go-build3897779518/b706/_pkg_.a
2025-08-20T20:32:50.1384960Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:50.1385661Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:50.1386301Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:50.1386958Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.1387635Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.1388587Z [00:03:05.790]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:50.1389300Z [00:03:05.790]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.1389681Z [00:03:05.790]➜  EOF
2025-08-20T20:32:50.1391841Z [00:03:05.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync=>gitlab.com/gitlab-org/cli/internal/commands/stack/sync;$WORK/b785=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack/sync -lang=go1.25 -complete -installsuffix shared -buildid 8uTUcBk9hmSESHtt_qUA/8uTUcBk9hmSESHtt_qUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync/stack_sync.go
2025-08-20T20:32:50.1426963Z [00:03:05.792]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T20:32:50.1430357Z [00:03:05.795]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/cd/cd9a237b4273a981e8e41094a64e96add8a2936acb8f4042a05eabe17c6ae0e3-d # internal
2025-08-20T20:32:50.1449053Z [00:03:05.796]➜  gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel
2025-08-20T20:32:50.1449498Z [00:03:05.796]➜  mkdir -p $WORK/b788/
2025-08-20T20:32:50.1449881Z [00:03:05.796]➜  cat >/tmp/go-build3897779518/b788/importcfg << 'EOF' # internal
2025-08-20T20:32:50.1450824Z [00:03:05.796]➜  # import config
2025-08-20T20:32:50.1451421Z [00:03:05.796]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.1452135Z [00:03:05.796]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.1453095Z [00:03:05.796]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.1453915Z [00:03:05.796]➜  EOF
2025-08-20T20:32:50.1456776Z [00:03:05.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel=>gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel;$WORK/b788=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel -lang=go1.25 -complete -installsuffix shared -buildid zCx7cSt5fI0GdZAkDpST/zCx7cSt5fI0GdZAkDpST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel/accesslevelvalue.go
2025-08-20T20:32:50.1592788Z [00:03:05.811]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T20:32:50.1596833Z [00:03:05.812]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/6a/6a832a6fa6235180411bf629fd0ede757fc4309f13ca6bede8561cf440f2ef98-d # internal
2025-08-20T20:32:50.1598806Z [00:03:05.812]➜  gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate
2025-08-20T20:32:50.1599298Z [00:03:05.812]➜  mkdir -p $WORK/b789/
2025-08-20T20:32:50.1599707Z [00:03:05.812]➜  cat >/tmp/go-build3897779518/b789/importcfg << 'EOF' # internal
2025-08-20T20:32:50.1600054Z [00:03:05.812]➜  # import config
2025-08-20T20:32:50.1600391Z [00:03:05.812]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.1600698Z [00:03:05.812]➜  EOF
2025-08-20T20:32:50.1602980Z [00:03:05.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate=>gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate;$WORK/b789=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate -lang=go1.25 -complete -installsuffix shared -buildid zl47bZBFPowqi98MytPK/zl47bZBFPowqi98MytPK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate/expirationdate.go
2025-08-20T20:32:50.1731292Z [00:03:05.825]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T20:32:50.1736478Z [00:03:05.826]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/90/90a791393668cf3230c97dd8444f1907f0efcf4928a2959a7844d05609ec0d1d-d # internal
2025-08-20T20:32:50.1737254Z [00:03:05.826]➜  gitlab.com/gitlab-org/cli/internal/commands/token/create
2025-08-20T20:32:50.1737615Z [00:03:05.826]➜  mkdir -p $WORK/b787/
2025-08-20T20:32:50.1740358Z [00:03:05.826]➜  cat >/tmp/go-build3897779518/b787/importcfg << 'EOF' # internal
2025-08-20T20:32:50.1740800Z [00:03:05.826]➜  # import config
2025-08-20T20:32:50.1741177Z [00:03:05.826]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.1741636Z [00:03:05.826]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.1742054Z [00:03:05.826]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.1742583Z [00:03:05.826]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.1743271Z [00:03:05.826]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.1743922Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.1744563Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.1745231Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.1745995Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel=/tmp/go-build3897779518/b788/_pkg_.a
2025-08-20T20:32:50.1746840Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate=/tmp/go-build3897779518/b789/_pkg_.a
2025-08-20T20:32:50.1747656Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/filter=/tmp/go-build3897779518/b790/_pkg_.a
2025-08-20T20:32:50.1748754Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.1749440Z [00:03:05.826]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.1749979Z [00:03:05.826]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.1750283Z [00:03:05.826]➜  EOF
2025-08-20T20:32:50.1752367Z [00:03:05.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create=>gitlab.com/gitlab-org/cli/internal/commands/token/create;$WORK/b787=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/create -lang=go1.25 -complete -installsuffix shared -buildid 1N2Wg9H5MpP8dVLcm8j5/1N2Wg9H5MpP8dVLcm8j5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create/create.go
2025-08-20T20:32:50.2051067Z [00:03:05.857]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T20:32:50.2078299Z [00:03:05.860]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/05/05667b956fa6030551ec4239c285f97a2b7763b8b92d162e33407af421ac2264-d # internal
2025-08-20T20:32:50.2079379Z [00:03:05.860]➜  gitlab.com/gitlab-org/cli/internal/commands/token/list
2025-08-20T20:32:50.2079928Z [00:03:05.860]➜  mkdir -p $WORK/b791/
2025-08-20T20:32:50.2118634Z [00:03:05.864]➜  cat >/tmp/go-build3897779518/b791/importcfg << 'EOF' # internal
2025-08-20T20:32:50.2119030Z [00:03:05.864]➜  # import config
2025-08-20T20:32:50.2119402Z [00:03:05.864]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.2119857Z [00:03:05.864]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.2120377Z [00:03:05.864]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.2120961Z [00:03:05.864]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.2121545Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.2122193Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.2122854Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.2123965Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel=/tmp/go-build3897779518/b788/_pkg_.a
2025-08-20T20:32:50.2124770Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.2125460Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.2126156Z [00:03:05.864]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:50.2126732Z [00:03:05.864]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:50.2127275Z [00:03:05.864]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.2127952Z [00:03:05.864]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.2128477Z [00:03:05.864]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.2128899Z [00:03:05.864]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.2129212Z [00:03:05.864]➜  EOF
2025-08-20T20:32:50.2131586Z [00:03:05.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list=>gitlab.com/gitlab-org/cli/internal/commands/token/list;$WORK/b791=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/list -lang=go1.25 -complete -installsuffix shared -buildid ASVp8hKlCnTkLQKKQZ_P/ASVp8hKlCnTkLQKKQZ_P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/helpers.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/list.go
2025-08-20T20:32:50.2340829Z [00:03:05.884]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T20:32:50.2354870Z [00:03:05.887]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/6c/6cb991d9a0701d77b4d30025df21647cb4c27d6ded964760af4ad486eeeeb750-d # internal
2025-08-20T20:32:50.2363148Z [00:03:05.888]➜  gitlab.com/gitlab-org/cli/internal/commands/stack
2025-08-20T20:32:50.2369765Z [00:03:05.888]➜  mkdir -p $WORK/b775/
2025-08-20T20:32:50.2370184Z [00:03:05.888]➜  cat >/tmp/go-build3897779518/b775/importcfg << 'EOF' # internal
2025-08-20T20:32:50.2370856Z [00:03:05.888]➜  # import config
2025-08-20T20:32:50.2371301Z [00:03:05.888]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.2371883Z [00:03:05.888]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.2372512Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.2373271Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/create=/tmp/go-build3897779518/b776/_pkg_.a
2025-08-20T20:32:50.2374086Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/list=/tmp/go-build3897779518/b777/_pkg_.a
2025-08-20T20:32:50.2374877Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/navigate=/tmp/go-build3897779518/b778/_pkg_.a
2025-08-20T20:32:50.2375674Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/reorder=/tmp/go-build3897779518/b779/_pkg_.a
2025-08-20T20:32:50.2376458Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/save=/tmp/go-build3897779518/b781/_pkg_.a
2025-08-20T20:32:50.2377230Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/switch=/tmp/go-build3897779518/b784/_pkg_.a
2025-08-20T20:32:50.2378208Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/sync=/tmp/go-build3897779518/b785/_pkg_.a
2025-08-20T20:32:50.2378913Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:50.2379577Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:50.2380417Z [00:03:05.888]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:50.2380896Z [00:03:05.888]➜  EOF
2025-08-20T20:32:50.2382857Z [00:03:05.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack=>gitlab.com/gitlab-org/cli/internal/commands/stack;$WORK/b775=>" -p gitlab.com/gitlab-org/cli/internal/commands/stack -lang=go1.25 -complete -installsuffix shared -buildid lzPL6bmmizvl95kdtLfW/lzPL6bmmizvl95kdtLfW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/stack.go
2025-08-20T20:32:50.2971702Z [00:03:05.948]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T20:32:50.2996547Z [00:03:05.952]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/55/555ecccd1a5b6980f0bbda1cfcf4a5c67e076495a687e352e3d67a609116caf8-d # internal
2025-08-20T20:32:50.3002057Z [00:03:05.952]➜  gitlab.com/gitlab-org/cli/internal/commands/token/revoke
2025-08-20T20:32:50.3016515Z [00:03:05.952]➜  mkdir -p $WORK/b792/
2025-08-20T20:32:50.3017192Z [00:03:05.952]➜  cat >/tmp/go-build3897779518/b792/importcfg << 'EOF' # internal
2025-08-20T20:32:50.3017618Z [00:03:05.952]➜  # import config
2025-08-20T20:32:50.3018135Z [00:03:05.952]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.3018581Z [00:03:05.952]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.3019519Z [00:03:05.952]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.3020112Z [00:03:05.952]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.3020697Z [00:03:05.952]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.3021331Z [00:03:05.952]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.3021995Z [00:03:05.952]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.3022738Z [00:03:05.953]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/filter=/tmp/go-build3897779518/b790/_pkg_.a
2025-08-20T20:32:50.3023771Z [00:03:05.953]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.3024460Z [00:03:05.953]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.3025020Z [00:03:05.953]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.3025334Z [00:03:05.953]➜  EOF
2025-08-20T20:32:50.3027871Z [00:03:05.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke=>gitlab.com/gitlab-org/cli/internal/commands/token/revoke;$WORK/b792=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/revoke -lang=go1.25 -complete -installsuffix shared -buildid 9El1woobQkLLfR6KSzH3/9El1woobQkLLfR6KSzH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke/revoke.go
2025-08-20T20:32:50.3046342Z [00:03:05.957]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T20:32:50.3080917Z [00:03:05.960]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/66/66724ec6ba556cd5339fa983b66ba465a01975f59ec4dec43658409530d2dd30-d # internal
2025-08-20T20:32:50.3084102Z [00:03:05.961]➜  gitlab.com/gitlab-org/cli/internal/commands/token/rotate
2025-08-20T20:32:50.3092040Z [00:03:05.961]➜  mkdir -p $WORK/b793/
2025-08-20T20:32:50.3097141Z [00:03:05.962]➜  cat >/tmp/go-build3897779518/b793/importcfg << 'EOF' # internal
2025-08-20T20:32:50.3098900Z [00:03:05.962]➜  # import config
2025-08-20T20:32:50.3099316Z [00:03:05.962]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.3099779Z [00:03:05.962]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.3100506Z [00:03:05.962]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.3101101Z [00:03:05.962]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.3101689Z [00:03:05.962]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.3102268Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.3102910Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.3103675Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.3104530Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate=/tmp/go-build3897779518/b789/_pkg_.a
2025-08-20T20:32:50.3105358Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/filter=/tmp/go-build3897779518/b790/_pkg_.a
2025-08-20T20:32:50.3106082Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.3106756Z [00:03:05.962]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.3107310Z [00:03:05.962]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.3107883Z [00:03:05.962]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.3108385Z [00:03:05.962]➜  EOF
2025-08-20T20:32:50.3110478Z [00:03:05.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate=>gitlab.com/gitlab-org/cli/internal/commands/token/rotate;$WORK/b793=>" -p gitlab.com/gitlab-org/cli/internal/commands/token/rotate -lang=go1.25 -complete -installsuffix shared -buildid u5o6J62FROzSXN8sUob4/u5o6J62FROzSXN8sUob4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate/rotate.go
2025-08-20T20:32:50.3271901Z [00:03:05.979]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T20:32:50.3304311Z [00:03:05.983]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/f5/f5fc3351aea34769080f03e89f235e81106ae9d6fa82ccea0dfc716ae7ede2a0-d # internal
2025-08-20T20:32:50.3308698Z [00:03:05.983]➜  github.com/hashicorp/go-version
2025-08-20T20:32:50.3310074Z [00:03:05.983]➜  mkdir -p $WORK/b795/
2025-08-20T20:32:50.3310469Z [00:03:05.983]➜  cat >/tmp/go-build3897779518/b795/importcfg << 'EOF' # internal
2025-08-20T20:32:50.3310835Z [00:03:05.983]➜  # import config
2025-08-20T20:32:50.3311181Z [00:03:05.983]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.3311653Z [00:03:05.983]➜  packagefile database/sql/driver=/tmp/go-build3897779518/b256/_pkg_.a
2025-08-20T20:32:50.3312116Z [00:03:05.983]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.3312535Z [00:03:05.983]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.3312953Z [00:03:05.983]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:50.3313373Z [00:03:05.983]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.3313855Z [00:03:05.983]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.3314173Z [00:03:05.983]➜  EOF
2025-08-20T20:32:50.3316856Z [00:03:05.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b795=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid Oh8IlIph9wX_a4R0wuEE/Oh8IlIph9wX_a4R0wuEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/constraint.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version_collection.go
2025-08-20T20:32:50.3725173Z [00:03:06.025]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T20:32:50.3748699Z [00:03:06.027]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/2d/2d2cd186cd9d6e0724ec5fa0a12242020cb5ce86f655dcb851b3abf20e033185-d # internal
2025-08-20T20:32:50.3751368Z [00:03:06.027]➜  gitlab.com/gitlab-org/cli/internal/commands/update
2025-08-20T20:32:50.3752053Z [00:03:06.027]➜  mkdir -p $WORK/b794/
2025-08-20T20:32:50.3760528Z [00:03:06.028]➜  cat >/tmp/go-build3897779518/b794/importcfg << 'EOF' # internal
2025-08-20T20:32:50.3764582Z [00:03:06.028]➜  # import config
2025-08-20T20:32:50.3765018Z [00:03:06.028]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.3765557Z [00:03:06.028]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.3766161Z [00:03:06.028]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3897779518/b795/_pkg_.a
2025-08-20T20:32:50.3766732Z [00:03:06.028]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.3767310Z [00:03:06.028]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.3768128Z [00:03:06.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.3768810Z [00:03:06.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:50.3769700Z [00:03:06.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.3770354Z [00:03:06.028]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:50.3770867Z [00:03:06.028]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:50.3771282Z [00:03:06.028]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.3771707Z [00:03:06.028]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:50.3772015Z [00:03:06.028]➜  EOF
2025-08-20T20:32:50.3774021Z [00:03:06.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update=>gitlab.com/gitlab-org/cli/internal/commands/update;$WORK/b794=>" -p gitlab.com/gitlab-org/cli/internal/commands/update -lang=go1.25 -complete -installsuffix shared -buildid NechPQ8RcmT7DRj686TI/NechPQ8RcmT7DRj686TI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update/check_update.go
2025-08-20T20:32:50.3972098Z [00:03:06.049]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T20:32:50.4005149Z [00:03:06.052]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/7c/7c5fef363401a2982c151180dec3817f05c497648395e40d7c5a0d15c22674d1-d # internal
2025-08-20T20:32:50.4010562Z [00:03:06.053]➜  gitlab.com/gitlab-org/cli/internal/commands/user/events
2025-08-20T20:32:50.4010972Z [00:03:06.053]➜  mkdir -p $WORK/b797/
2025-08-20T20:32:50.4021281Z [00:03:06.054]➜  cat >/tmp/go-build3897779518/b797/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4022304Z [00:03:06.054]➜  # import config
2025-08-20T20:32:50.4023236Z [00:03:06.054]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.4025692Z [00:03:06.054]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.4026549Z [00:03:06.054]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.4028993Z [00:03:06.054]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.4030640Z [00:03:06.054]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.4031308Z [00:03:06.054]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4032258Z [00:03:06.054]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:50.4032841Z [00:03:06.054]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.4033149Z [00:03:06.054]➜  EOF
2025-08-20T20:32:50.4035312Z [00:03:06.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/events=>gitlab.com/gitlab-org/cli/internal/commands/user/events;$WORK/b797=>" -p gitlab.com/gitlab-org/cli/internal/commands/user/events -lang=go1.25 -complete -installsuffix shared -buildid 8Iao6heMq1mAveS62dWB/8Iao6heMq1mAveS62dWB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/events/events.go
2025-08-20T20:32:50.4105280Z [00:03:06.062]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T20:32:50.4141825Z [00:03:06.066]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/ca/caefabef0bd97befd2b04f98758fb98770e554cef64bf6f577ac0e19c4f5a886-d # internal
2025-08-20T20:32:50.4143656Z [00:03:06.066]➜  gitlab.com/gitlab-org/cli/internal/commands/token
2025-08-20T20:32:50.4144009Z [00:03:06.066]➜  mkdir -p $WORK/b786/
2025-08-20T20:32:50.4154936Z [00:03:06.068]➜  cat >/tmp/go-build3897779518/b786/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4155550Z [00:03:06.068]➜  # import config
2025-08-20T20:32:50.4156191Z [00:03:06.068]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.4157296Z [00:03:06.068]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4158793Z [00:03:06.068]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/create=/tmp/go-build3897779518/b787/_pkg_.a
2025-08-20T20:32:50.4159813Z [00:03:06.068]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/list=/tmp/go-build3897779518/b791/_pkg_.a
2025-08-20T20:32:50.4161781Z [00:03:06.068]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/revoke=/tmp/go-build3897779518/b792/_pkg_.a
2025-08-20T20:32:50.4162576Z [00:03:06.068]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/rotate=/tmp/go-build3897779518/b793/_pkg_.a
2025-08-20T20:32:50.4163328Z [00:03:06.068]➜  EOF
2025-08-20T20:32:50.4165258Z [00:03:06.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token=>gitlab.com/gitlab-org/cli/internal/commands/token;$WORK/b786=>" -p gitlab.com/gitlab-org/cli/internal/commands/token -lang=go1.25 -complete -installsuffix shared -buildid 53qdpWRW_qX-w63O93AF/53qdpWRW_qX-w63O93AF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/token.go
2025-08-20T20:32:50.4462108Z [00:03:06.098]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T20:32:50.4510778Z [00:03:06.103]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/a5/a5d47ff4031a0665d99248f621017fcdf5ce5bb81f525102d9b40f090db8146d-d # internal
2025-08-20T20:32:50.4522963Z [00:03:06.104]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils
2025-08-20T20:32:50.4524202Z [00:03:06.104]➜  mkdir -p $WORK/b800/
2025-08-20T20:32:50.4527315Z [00:03:06.105]➜  cat >/tmp/go-build3897779518/b800/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4528265Z [00:03:06.105]➜  # import config
2025-08-20T20:32:50.4528867Z [00:03:06.105]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.4529782Z [00:03:06.105]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.4530683Z [00:03:06.105]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4531567Z [00:03:06.105]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.4532535Z [00:03:06.105]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.4534207Z [00:03:06.105]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.4534702Z [00:03:06.105]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.4535019Z [00:03:06.105]➜  EOF
2025-08-20T20:32:50.4537870Z [00:03:06.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils=>gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils;$WORK/b800=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils -lang=go1.25 -complete -installsuffix shared -buildid cZRT9nEpYTi1IFysyaJH/cZRT9nEpYTi1IFysyaJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/key.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/value.go
2025-08-20T20:32:50.4634832Z [00:03:06.115]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T20:32:50.4753263Z [00:03:06.127]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T20:32:50.4761070Z [00:03:06.128]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/15/15342781eac1c12dab751ec843797ccfe112d2865a2d15169c87f6947ebd1688-d # internal
2025-08-20T20:32:50.4762492Z [00:03:06.128]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/delete
2025-08-20T20:32:50.4763496Z [00:03:06.128]➜  mkdir -p $WORK/b799/
2025-08-20T20:32:50.4766607Z [00:03:06.129]➜  cat >/tmp/go-build3897779518/b799/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4767308Z [00:03:06.129]➜  # import config
2025-08-20T20:32:50.4767660Z [00:03:06.129]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.4768350Z [00:03:06.129]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.4768877Z [00:03:06.129]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.4769457Z [00:03:06.129]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.4770041Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.4770678Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.4771546Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4772331Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils=/tmp/go-build3897779518/b800/_pkg_.a
2025-08-20T20:32:50.4773100Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.4779558Z [00:03:06.129]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.4780091Z [00:03:06.129]➜  EOF
2025-08-20T20:32:50.4782694Z [00:03:06.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete=>gitlab.com/gitlab-org/cli/internal/commands/variable/delete;$WORK/b799=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/delete -lang=go1.25 -complete -installsuffix shared -buildid Q5b-jOsmYL-r1a-rK9jo/Q5b-jOsmYL-r1a-rK9jo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete/delete.go
2025-08-20T20:32:50.4855671Z [00:03:06.137]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T20:32:50.4856901Z [00:03:06.138]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T20:32:50.4891584Z [00:03:06.141]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/a2/a26bf5b14dedf8e40fad0577a0c0c4fdf978a3136c391301f6f706c67c4295de-d # internal
2025-08-20T20:32:50.4892314Z [00:03:06.141]➜  gitlab.com/gitlab-org/cli/internal/commands/user
2025-08-20T20:32:50.4892658Z [00:03:06.141]➜  mkdir -p $WORK/b796/
2025-08-20T20:32:50.4896321Z [00:03:06.142]➜  cat >/tmp/go-build3897779518/b796/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4898349Z [00:03:06.142]➜  # import config
2025-08-20T20:32:50.4898845Z [00:03:06.142]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.4899478Z [00:03:06.142]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4900222Z [00:03:06.142]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/user/events=/tmp/go-build3897779518/b797/_pkg_.a
2025-08-20T20:32:50.4900707Z [00:03:06.142]➜  EOF
2025-08-20T20:32:50.4902732Z [00:03:06.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user=>gitlab.com/gitlab-org/cli/internal/commands/user;$WORK/b796=>" -p gitlab.com/gitlab-org/cli/internal/commands/user -lang=go1.25 -complete -installsuffix shared -buildid NfESsH2BvsT4omtFr_Xw/NfESsH2BvsT4omtFr_Xw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/user.go
2025-08-20T20:32:50.4939390Z [00:03:06.145]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/4a/4a24749089bbaa9c249134d7595f664efe4b47c7ee46095a31a0489d7d31698f-d # internal
2025-08-20T20:32:50.4944752Z [00:03:06.147]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/export
2025-08-20T20:32:50.4947535Z [00:03:06.147]➜  mkdir -p $WORK/b801/
2025-08-20T20:32:50.4952607Z [00:03:06.147]➜  cat >/tmp/go-build3897779518/b801/importcfg << 'EOF' # internal
2025-08-20T20:32:50.4953334Z [00:03:06.147]➜  # import config
2025-08-20T20:32:50.4953715Z [00:03:06.147]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.4954161Z [00:03:06.147]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.4954686Z [00:03:06.147]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.4955257Z [00:03:06.147]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.4955849Z [00:03:06.147]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.4956510Z [00:03:06.147]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.4957368Z [00:03:06.147]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.4958237Z [00:03:06.147]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.4958948Z [00:03:06.147]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.4959478Z [00:03:06.147]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.4959876Z [00:03:06.147]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:50.4960288Z [00:03:06.147]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.4960718Z [00:03:06.147]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.4961029Z [00:03:06.147]➜  EOF
2025-08-20T20:32:50.4963192Z [00:03:06.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export=>gitlab.com/gitlab-org/cli/internal/commands/variable/export;$WORK/b801=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/export -lang=go1.25 -complete -installsuffix shared -buildid Mgf7Nao41b3PfpBOaibJ/Mgf7Nao41b3PfpBOaibJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export/export.go
2025-08-20T20:32:50.5488695Z [00:03:06.201]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/ea/ea600f561d5ec563d33c3512d6ac9063a5b59f8aa73de68baaa71376b2552d73-d # internal
2025-08-20T20:32:50.5489382Z [00:03:06.201]➜  oss.terrastruct.com/d2/lib/jsrunner
2025-08-20T20:32:50.5489704Z [00:03:06.201]➜  mkdir -p $WORK/b609/
2025-08-20T20:32:50.5490439Z [00:03:06.201]➜  cat >/tmp/go-build3897779518/b609/importcfg << 'EOF' # internal
2025-08-20T20:32:50.5490849Z [00:03:06.201]➜  # import config
2025-08-20T20:32:50.5491196Z [00:03:06.201]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.5491637Z [00:03:06.201]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.5492087Z [00:03:06.201]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.5492575Z [00:03:06.201]➜  packagefile github.com/dop251/goja=/tmp/go-build3897779518/b610/_pkg_.a
2025-08-20T20:32:50.5493154Z [00:03:06.201]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:50.5493516Z [00:03:06.201]➜  EOF
2025-08-20T20:32:50.5495658Z [00:03:06.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/jsrunner=>oss.terrastruct.com/d2@v0.7.0/lib/jsrunner;$WORK/b609=>" -p oss.terrastruct.com/d2/lib/jsrunner -lang=go1.23 -complete -installsuffix shared -buildid OmbWuJwu4h9COEcauq9t/OmbWuJwu4h9COEcauq9t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/jsrunner/goja.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/lib/jsrunner/jsrunner.go
2025-08-20T20:32:50.5514749Z [00:03:06.204]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T20:32:50.5555947Z [00:03:06.208]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/ca/cac933ff9090382892f41ada90972064a734f78a87fb2532e6ba0dcc55428d9e-d # internal
2025-08-20T20:32:50.5556975Z [00:03:06.208]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/get
2025-08-20T20:32:50.5568145Z [00:03:06.208]➜  mkdir -p $WORK/b802/
2025-08-20T20:32:50.5569420Z [00:03:06.208]➜  cat >/tmp/go-build3897779518/b802/importcfg << 'EOF' # internal
2025-08-20T20:32:50.5569819Z [00:03:06.208]➜  # import config
2025-08-20T20:32:50.5570189Z [00:03:06.208]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.5570658Z [00:03:06.208]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.5571179Z [00:03:06.208]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.5572168Z [00:03:06.208]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.5572757Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.5573410Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.5574078Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.5574869Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils=/tmp/go-build3897779518/b800/_pkg_.a
2025-08-20T20:32:50.5575631Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.5576317Z [00:03:06.208]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.5576755Z [00:03:06.208]➜  EOF
2025-08-20T20:32:50.5578979Z [00:03:06.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get=>gitlab.com/gitlab-org/cli/internal/commands/variable/get;$WORK/b802=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/get -lang=go1.25 -complete -installsuffix shared -buildid HTEbqKWAHkewg5Pw_BEd/HTEbqKWAHkewg5Pw_BEd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get/get.go
2025-08-20T20:32:50.5605115Z [00:03:06.213]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T20:32:50.5665495Z [00:03:06.219]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/42/425d6e16be234da01955848221faa7d077c0c53e7e123aa9e489e4bc22e2e6be-d # internal
2025-08-20T20:32:50.5667599Z [00:03:06.219]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/list
2025-08-20T20:32:50.5668373Z [00:03:06.219]➜  mkdir -p $WORK/b803/
2025-08-20T20:32:50.5673790Z [00:03:06.219]➜  cat >/tmp/go-build3897779518/b803/importcfg << 'EOF' # internal
2025-08-20T20:32:50.5674204Z [00:03:06.219]➜  # import config
2025-08-20T20:32:50.5674574Z [00:03:06.219]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.5675036Z [00:03:06.220]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.5675746Z [00:03:06.220]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.5676382Z [00:03:06.220]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.5676962Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.5677597Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.5678529Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.5679239Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.5680520Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.5681826Z [00:03:06.220]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:50.5682400Z [00:03:06.220]➜  EOF
2025-08-20T20:32:50.5684695Z [00:03:06.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list=>gitlab.com/gitlab-org/cli/internal/commands/variable/list;$WORK/b803=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/list -lang=go1.25 -complete -installsuffix shared -buildid OnRfEOUdK3GgLwc9ZIw1/OnRfEOUdK3GgLwc9ZIw1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list/list.go
2025-08-20T20:32:50.5965798Z [00:03:06.249]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T20:32:50.5992815Z [00:03:06.251]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/9a/9abc3ca9f34bcd82af00b560c4337f7ebb81c451796c585591f2fe0f54291052-d # internal
2025-08-20T20:32:50.5993976Z [00:03:06.251]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/set
2025-08-20T20:32:50.5994645Z [00:03:06.251]➜  mkdir -p $WORK/b804/
2025-08-20T20:32:50.5995880Z [00:03:06.252]➜  cat >/tmp/go-build3897779518/b804/importcfg << 'EOF' # internal
2025-08-20T20:32:50.5996894Z [00:03:06.252]➜  # import config
2025-08-20T20:32:50.5997316Z [00:03:06.252]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.5997945Z [00:03:06.252]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.5998555Z [00:03:06.252]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.5999133Z [00:03:06.252]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.5999719Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.6000353Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.6001023Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.6001822Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils=/tmp/go-build3897779518/b800/_pkg_.a
2025-08-20T20:32:50.6002583Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.6003583Z [00:03:06.252]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.6004081Z [00:03:06.252]➜  EOF
2025-08-20T20:32:50.6006276Z [00:03:06.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set=>gitlab.com/gitlab-org/cli/internal/commands/variable/set;$WORK/b804=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/set -lang=go1.25 -complete -installsuffix shared -buildid jPAB7vMonEJvsZ0E7klb/jPAB7vMonEJvsZ0E7klb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set/set.go
2025-08-20T20:32:50.6036689Z [00:03:06.256]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T20:32:50.6051696Z [00:03:06.257]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/88/888407b9f448e6cc96fd0c70f7d0888516bb0c11af6291de3dfa9ba44e6829b8-d # internal
2025-08-20T20:32:50.6063947Z [00:03:06.259]➜  oss.terrastruct.com/d2/d2renderers/d2latex
2025-08-20T20:32:50.6064345Z [00:03:06.259]➜  mkdir -p $WORK/b608/
2025-08-20T20:32:50.6072286Z [00:03:06.259]➜  cat >/tmp/go-build3897779518/b608/importcfg << 'EOF' # internal
2025-08-20T20:32:50.6072672Z [00:03:06.259]➜  # import config
2025-08-20T20:32:50.6073059Z [00:03:06.259]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:50.6073477Z [00:03:06.259]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.6074245Z [00:03:06.259]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.6074779Z [00:03:06.259]➜  packagefile oss.terrastruct.com/d2/lib/jsrunner=/tmp/go-build3897779518/b609/_pkg_.a
2025-08-20T20:32:50.6075392Z [00:03:06.259]➜  packagefile oss.terrastruct.com/util-go/xdefer=/tmp/go-build3897779518/b597/_pkg_.a
2025-08-20T20:32:50.6075896Z [00:03:06.259]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.6076319Z [00:03:06.259]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.6076753Z [00:03:06.259]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.6077070Z [00:03:06.259]➜  EOF
2025-08-20T20:32:50.6077389Z [00:03:06.259]➜  cat >/tmp/go-build3897779518/b608/embedcfg << 'EOF' # internal
2025-08-20T20:32:50.6078041Z [00:03:06.259]➜  {
2025-08-20T20:32:50.6078249Z [00:03:06.259]➜  	"Patterns": {
2025-08-20T20:32:50.6078488Z [00:03:06.259]➜  		"mathjax.js": [
2025-08-20T20:32:50.6078731Z [00:03:06.259]➜  			"mathjax.js"
2025-08-20T20:32:50.6078962Z [00:03:06.259]➜  		],
2025-08-20T20:32:50.6079176Z [00:03:06.259]➜  		"polyfills.js": [
2025-08-20T20:32:50.6079439Z [00:03:06.259]➜  			"polyfills.js"
2025-08-20T20:32:50.6079667Z [00:03:06.259]➜  		],
2025-08-20T20:32:50.6079878Z [00:03:06.259]➜  		"setup.js": [
2025-08-20T20:32:50.6080114Z [00:03:06.259]➜  			"setup.js"
2025-08-20T20:32:50.6080329Z [00:03:06.259]➜  		]
2025-08-20T20:32:50.6080519Z [00:03:06.259]➜  	},
2025-08-20T20:32:50.6080726Z [00:03:06.259]➜  	"Files": {
2025-08-20T20:32:50.6081193Z [00:03:06.259]➜  		"mathjax.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex/mathjax.js",
2025-08-20T20:32:50.6081876Z [00:03:06.259]➜  		"polyfills.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex/polyfills.js",
2025-08-20T20:32:50.6082536Z [00:03:06.259]➜  		"setup.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex/setup.js"
2025-08-20T20:32:50.6082937Z [00:03:06.259]➜  	}
2025-08-20T20:32:50.6083131Z [00:03:06.259]➜  }EOF
2025-08-20T20:32:50.6085472Z [00:03:06.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex=>oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex;$WORK/b608=>" -p oss.terrastruct.com/d2/d2renderers/d2latex -lang=go1.23 -complete -installsuffix shared -buildid j74kxWJrA8ztORmTCp9r/j74kxWJrA8ztORmTCp9r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -embedcfg $WORK/b608/embedcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2latex/latex.go
2025-08-20T20:32:50.6352981Z [00:03:06.287]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T20:32:50.6381558Z [00:03:06.290]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/ea/eab5a7ff66274bb6f264e618cfed286eb5f3e6a6ef9fece1f053ac57fcefacc7-d # internal
2025-08-20T20:32:50.6385038Z [00:03:06.291]➜  oss.terrastruct.com/d2/d2renderers/d2sketch
2025-08-20T20:32:50.6385550Z [00:03:06.291]➜  mkdir -p $WORK/b648/
2025-08-20T20:32:50.6393596Z [00:03:06.291]➜  cat >/tmp/go-build3897779518/b648/importcfg << 'EOF' # internal
2025-08-20T20:32:50.6394017Z [00:03:06.291]➜  # import config
2025-08-20T20:32:50.6394379Z [00:03:06.291]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.6394797Z [00:03:06.291]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:50.6395245Z [00:03:06.291]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.6395680Z [00:03:06.291]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.6396199Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.6396789Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:50.6397388Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:50.6398150Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.6399076Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/lib/jsrunner=/tmp/go-build3897779518/b609/_pkg_.a
2025-08-20T20:32:50.6399684Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.6400270Z [00:03:06.291]➜  packagefile oss.terrastruct.com/d2/lib/svg=/tmp/go-build3897779518/b629/_pkg_.a
2025-08-20T20:32:50.6400848Z [00:03:06.291]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.6401350Z [00:03:06.291]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.6401774Z [00:03:06.291]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.6402257Z [00:03:06.291]➜  EOF
2025-08-20T20:32:50.6402600Z [00:03:06.292]➜  cat >/tmp/go-build3897779518/b648/embedcfg << 'EOF' # internal
2025-08-20T20:32:50.6402917Z [00:03:06.292]➜  {
2025-08-20T20:32:50.6403123Z [00:03:06.292]➜  	"Patterns": {
2025-08-20T20:32:50.6403358Z [00:03:06.292]➜  		"rough.js": [
2025-08-20T20:32:50.6403590Z [00:03:06.292]➜  			"rough.js"
2025-08-20T20:32:50.6403810Z [00:03:06.292]➜  		],
2025-08-20T20:32:50.6404020Z [00:03:06.292]➜  		"setup.js": [
2025-08-20T20:32:50.6404247Z [00:03:06.292]➜  			"setup.js"
2025-08-20T20:32:50.6404460Z [00:03:06.292]➜  		],
2025-08-20T20:32:50.6404675Z [00:03:06.292]➜  		"streaks.txt": [
2025-08-20T20:32:50.6404929Z [00:03:06.292]➜  			"streaks.txt"
2025-08-20T20:32:50.6405153Z [00:03:06.292]➜  		]
2025-08-20T20:32:50.6405352Z [00:03:06.292]➜  	},
2025-08-20T20:32:50.6405559Z [00:03:06.292]➜  	"Files": {
2025-08-20T20:32:50.6406010Z [00:03:06.292]➜  		"rough.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch/rough.js",
2025-08-20T20:32:50.6406653Z [00:03:06.292]➜  		"setup.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch/setup.js",
2025-08-20T20:32:50.6407310Z [00:03:06.292]➜  		"streaks.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch/streaks.txt"
2025-08-20T20:32:50.6407923Z [00:03:06.292]➜  	}
2025-08-20T20:32:50.6408153Z [00:03:06.292]➜  }EOF
2025-08-20T20:32:50.6411603Z [00:03:06.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch=>oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch;$WORK/b648=>" -p oss.terrastruct.com/d2/d2renderers/d2sketch -lang=go1.23 -complete -installsuffix shared -buildid Ox6UQtbDOldSdPBN6dY3/Ox6UQtbDOldSdPBN6dY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -embedcfg $WORK/b648/embedcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2sketch/sketch.go
2025-08-20T20:32:50.6427649Z [00:03:06.295]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T20:32:50.6463106Z [00:03:06.298]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T20:32:50.6485997Z [00:03:06.301]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/6e/6e5fe56b306d4380b9065b5d54fdf2300c2101dc84f2a9aff97e11c3a564f3a0-d # internal
2025-08-20T20:32:50.6494863Z [00:03:06.301]➜  oss.terrastruct.com/d2/d2graph
2025-08-20T20:32:50.6495208Z [00:03:06.301]➜  mkdir -p $WORK/b600/
2025-08-20T20:32:50.6495595Z [00:03:06.301]➜  cat >/tmp/go-build3897779518/b600/importcfg << 'EOF' # internal
2025-08-20T20:32:50.6495944Z [00:03:06.301]➜  # import config
2025-08-20T20:32:50.6496280Z [00:03:06.301]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.6496712Z [00:03:06.301]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.6497162Z [00:03:06.301]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.6497603Z [00:03:06.301]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.6507096Z [00:03:06.301]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.6507622Z [00:03:06.301]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:50.6508694Z [00:03:06.301]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:50.6509196Z [00:03:06.301]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:50.6509609Z [00:03:06.301]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.6510027Z [00:03:06.301]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:50.6510535Z [00:03:06.301]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:50.6511394Z [00:03:06.301]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:50.6512167Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:50.6513031Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:50.6514276Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2latex=/tmp/go-build3897779518/b608/_pkg_.a
2025-08-20T20:32:50.6516859Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.6517520Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:50.6518483Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/d2themes/d2themescatalog=/tmp/go-build3897779518/b631/_pkg_.a
2025-08-20T20:32:50.6519148Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:50.6519744Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.6520329Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.6520928Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:50.6521562Z [00:03:06.302]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:50.6522414Z [00:03:06.302]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.6522957Z [00:03:06.302]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:50.6523381Z [00:03:06.302]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.6523812Z [00:03:06.302]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.6524125Z [00:03:06.302]➜  EOF
2025-08-20T20:32:50.6527001Z [00:03:06.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph=>oss.terrastruct.com/d2@v0.7.0/d2graph;$WORK/b600=>" -p oss.terrastruct.com/d2/d2graph -lang=go1.23 -complete -installsuffix shared -buildid W6rei-sWBbS_PZrGhv_l/W6rei-sWBbS_PZrGhv_l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph/d2graph.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph/grid_diagram.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph/layout.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph/seqdiagram.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2graph/serde.go
2025-08-20T20:32:50.6533349Z [00:03:06.304]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/cb/cb59e26f979da3d14f760b48bdd9728b3213c307a11ed1981ed5969da7047d88-d # internal
2025-08-20T20:32:50.6535593Z [00:03:06.304]➜  gitlab.com/gitlab-org/cli/internal/commands/variable/update
2025-08-20T20:32:50.6536239Z [00:03:06.304]➜  mkdir -p $WORK/b805/
2025-08-20T20:32:50.6536622Z [00:03:06.305]➜  cat >/tmp/go-build3897779518/b805/importcfg << 'EOF' # internal
2025-08-20T20:32:50.6536973Z [00:03:06.305]➜  # import config
2025-08-20T20:32:50.6537315Z [00:03:06.305]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.6537890Z [00:03:06.305]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.6538755Z [00:03:06.305]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:50.6539342Z [00:03:06.305]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.6539922Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:50.6540554Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:50.6541217Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.6542007Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils=/tmp/go-build3897779518/b800/_pkg_.a
2025-08-20T20:32:50.6542987Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:50.6543669Z [00:03:06.305]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:50.6544111Z [00:03:06.305]➜  EOF
2025-08-20T20:32:50.6546253Z [00:03:06.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update=>gitlab.com/gitlab-org/cli/internal/commands/variable/update;$WORK/b805=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable/update -lang=go1.25 -complete -installsuffix shared -buildid XAJO6qvjtgsQ789yue8a/XAJO6qvjtgsQ789yue8a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update/update.go
2025-08-20T20:32:50.7022159Z [00:03:06.354]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T20:32:50.7063266Z [00:03:06.358]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/c7/c782465a8ef90134ae1b1a1188ac6310d02ef6f884cd52905cd72878688dcb6e-d # internal
2025-08-20T20:32:50.7072391Z [00:03:06.358]➜  gitlab.com/gitlab-org/cli/internal/commands/version
2025-08-20T20:32:50.7072773Z [00:03:06.358]➜  mkdir -p $WORK/b806/
2025-08-20T20:32:50.7073363Z [00:03:06.359]➜  cat >/tmp/go-build3897779518/b806/importcfg << 'EOF' # internal
2025-08-20T20:32:50.7073775Z [00:03:06.359]➜  # import config
2025-08-20T20:32:50.7074112Z [00:03:06.359]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.7074591Z [00:03:06.359]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.7075400Z [00:03:06.359]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.7076021Z [00:03:06.359]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.7076354Z [00:03:06.359]➜  EOF
2025-08-20T20:32:50.7078505Z [00:03:06.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version=>gitlab.com/gitlab-org/cli/internal/commands/version;$WORK/b806=>" -p gitlab.com/gitlab-org/cli/internal/commands/version -lang=go1.25 -complete -installsuffix shared -buildid lp49ja0Utv31Yh_zbQCx/lp49ja0Utv31Yh_zbQCx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version/version.go
2025-08-20T20:32:50.7130290Z [00:03:06.365]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T20:32:50.7162273Z [00:03:06.367]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/8a/8a77223ac8ce78aa168ba3d838a25025d109320fa4005138025f45006372b595-d # internal
2025-08-20T20:32:50.7163142Z [00:03:06.368]➜  gitlab.com/gitlab-org/cli/internal/commands/alias/expand
2025-08-20T20:32:50.7163653Z [00:03:06.368]➜  mkdir -p $WORK/b807/
2025-08-20T20:32:50.7164485Z [00:03:06.368]➜  cat >/tmp/go-build3897779518/b807/importcfg << 'EOF' # internal
2025-08-20T20:32:50.7164975Z [00:03:06.368]➜  # import config
2025-08-20T20:32:50.7166449Z [00:03:06.369]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.7167333Z [00:03:06.369]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.7168247Z [00:03:06.369]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:50.7171089Z [00:03:06.369]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:50.7172358Z [00:03:06.369]➜  packagefile gitlab.com/gitlab-org/cli/internal/execext=/tmp/go-build3897779518/b296/_pkg_.a
2025-08-20T20:32:50.7173619Z [00:03:06.369]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:50.7174356Z [00:03:06.369]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:50.7175778Z [00:03:06.369]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.7177027Z [00:03:06.369]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:50.7177613Z [00:03:06.369]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.7178088Z [00:03:06.369]➜  EOF
2025-08-20T20:32:50.7180225Z [00:03:06.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand=>gitlab.com/gitlab-org/cli/internal/commands/alias/expand;$WORK/b807=>" -p gitlab.com/gitlab-org/cli/internal/commands/alias/expand -lang=go1.25 -complete -installsuffix shared -buildid 7qyuJh3adg-XUSotY-2G/7qyuJh3adg-XUSotY-2G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand/alias_expand.go
2025-08-20T20:32:50.7313444Z [00:03:06.383]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T20:32:50.7346759Z [00:03:06.387]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T20:32:50.7355104Z [00:03:06.388]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/3e/3e4a0e0ed03014e0d00232bcd1331976b600fc48de0308cbf743feb42124e121-d # internal
2025-08-20T20:32:50.7377607Z [00:03:06.390]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/00/0053ce1ed22548dd042c28d36ac49dd360abaa0cfda75e0318b24b038120cc50-d # internal
2025-08-20T20:32:50.7378712Z [00:03:06.390]➜  gitlab.com/gitlab-org/cli/internal/commands/variable
2025-08-20T20:32:50.7379307Z [00:03:06.390]➜  mkdir -p $WORK/b798/
2025-08-20T20:32:50.7380836Z [00:03:06.390]➜  cat >/tmp/go-build3897779518/b798/importcfg << 'EOF' # internal
2025-08-20T20:32:50.7382453Z [00:03:06.390]➜  # import config
2025-08-20T20:32:50.7382932Z [00:03:06.390]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:50.7383839Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:50.7384675Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/delete=/tmp/go-build3897779518/b799/_pkg_.a
2025-08-20T20:32:50.7385502Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/export=/tmp/go-build3897779518/b801/_pkg_.a
2025-08-20T20:32:50.7386305Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/get=/tmp/go-build3897779518/b802/_pkg_.a
2025-08-20T20:32:50.7387096Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/list=/tmp/go-build3897779518/b803/_pkg_.a
2025-08-20T20:32:50.7388504Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/set=/tmp/go-build3897779518/b804/_pkg_.a
2025-08-20T20:32:50.7389389Z [00:03:06.390]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/update=/tmp/go-build3897779518/b805/_pkg_.a
2025-08-20T20:32:50.7389878Z [00:03:06.390]➜  EOF
2025-08-20T20:32:50.7391898Z [00:03:06.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable=>gitlab.com/gitlab-org/cli/internal/commands/variable;$WORK/b798=>" -p gitlab.com/gitlab-org/cli/internal/commands/variable -lang=go1.25 -complete -installsuffix shared -buildid T7SlFNea8Zij4WiN8GyV/T7SlFNea8Zij4WiN8GyV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variable.go
2025-08-20T20:32:50.7699124Z [00:03:06.422]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T20:32:50.7732420Z [00:03:06.425]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/cb/cb1bef22a39cc93c40120c6306dfa6ee591689a11b66c7132e57b00989a7320f-d # internal
2025-08-20T20:32:50.8015166Z [00:03:06.454]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T20:32:50.8040261Z [00:03:06.456]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/23/233ed9fa5ab6f366b887f1090587e6e046cabc14500743299c836dc882aef004-d # internal
2025-08-20T20:32:50.8376213Z [00:03:06.490]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T20:32:50.8404394Z [00:03:06.492]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/a0/a03c22548d581bcc761eaa2c4522b6ded09477b15bc1db6b7b78cb8db220c6fb-d # internal
2025-08-20T20:32:50.8407093Z [00:03:06.493]➜  oss.terrastruct.com/d2/d2exporter
2025-08-20T20:32:50.8407516Z [00:03:06.493]➜  mkdir -p $WORK/b642/
2025-08-20T20:32:50.8408059Z [00:03:06.493]➜  oss.terrastruct.com/d2/d2compiler
2025-08-20T20:32:50.8408366Z [00:03:06.493]➜  mkdir -p $WORK/b640/
2025-08-20T20:32:50.8408975Z [00:03:06.493]➜  oss.terrastruct.com/d2/d2layouts/d2grid
2025-08-20T20:32:50.8410819Z [00:03:06.493]➜  mkdir -p $WORK/b644/
2025-08-20T20:32:50.8411265Z [00:03:06.493]➜  oss.terrastruct.com/d2/d2layouts/d2dagrelayout
2025-08-20T20:32:50.8413729Z [00:03:06.493]➜  mkdir -p $WORK/b637/
2025-08-20T20:32:50.8414383Z [00:03:06.493]➜  cat >/tmp/go-build3897779518/b642/importcfg << 'EOF' # internal
2025-08-20T20:32:50.8414848Z [00:03:06.493]➜  # import config
2025-08-20T20:32:50.8415206Z [00:03:06.493]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.8415651Z [00:03:06.493]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:50.8416159Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:50.8416747Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.8417470Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:50.8418354Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:50.8418986Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.8419581Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:50.8420169Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:50.8427370Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.8428266Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.8429120Z [00:03:06.493]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.8429637Z [00:03:06.493]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.8430069Z [00:03:06.493]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.8430384Z [00:03:06.493]➜  EOF
2025-08-20T20:32:50.8430750Z [00:03:06.493]➜  cat >/tmp/go-build3897779518/b640/importcfg << 'EOF' # internal
2025-08-20T20:32:50.8431097Z [00:03:06.493]➜  # import config
2025-08-20T20:32:50.8431457Z [00:03:06.493]➜  packagefile encoding/xml=/tmp/go-build3897779518/b234/_pkg_.a
2025-08-20T20:32:50.8431890Z [00:03:06.493]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.8432491Z [00:03:06.493]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:50.8432897Z [00:03:06.493]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.8433309Z [00:03:06.493]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:50.8433731Z [00:03:06.493]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:50.8434234Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:50.8434807Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:50.8435387Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.8435983Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2ir=/tmp/go-build3897779518/b641/_pkg_.a
2025-08-20T20:32:50.8436559Z [00:03:06.493]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:50.8437145Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.8446708Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:50.8447491Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.8448365Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:50.8448983Z [00:03:06.494]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.8449480Z [00:03:06.494]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:50.8450129Z [00:03:06.494]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.8450654Z [00:03:06.494]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.8450972Z [00:03:06.494]➜  EOF
2025-08-20T20:32:50.8452886Z [00:03:06.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2exporter=>oss.terrastruct.com/d2@v0.7.0/d2exporter;$WORK/b642=>" -p oss.terrastruct.com/d2/d2exporter -lang=go1.23 -complete -installsuffix shared -buildid ChOF8OhTu0BV_sLRmDx9/ChOF8OhTu0BV_sLRmDx9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2exporter/export.go
2025-08-20T20:32:50.8454664Z [00:03:06.494]➜  cat >/tmp/go-build3897779518/b637/importcfg << 'EOF' # internal
2025-08-20T20:32:50.8455011Z [00:03:06.494]➜  # import config
2025-08-20T20:32:50.8455346Z [00:03:06.494]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.8455769Z [00:03:06.494]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:50.8456218Z [00:03:06.494]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:50.8456661Z [00:03:06.494]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.8457076Z [00:03:06.494]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:50.8457495Z [00:03:06.494]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.8458346Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.8458939Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.8459521Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.8460116Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/jsrunner=/tmp/go-build3897779518/b609/_pkg_.a
2025-08-20T20:32:50.8460721Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.8461307Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/log=/tmp/go-build3897779518/b638/_pkg_.a
2025-08-20T20:32:50.8462064Z [00:03:06.494]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:50.8462650Z [00:03:06.494]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.8463246Z [00:03:06.494]➜  packagefile oss.terrastruct.com/util-go/xdefer=/tmp/go-build3897779518/b597/_pkg_.a
2025-08-20T20:32:50.8463757Z [00:03:06.494]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:50.8464170Z [00:03:06.494]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:50.8464585Z [00:03:06.494]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.8465008Z [00:03:06.494]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.8465327Z [00:03:06.494]➜  EOF
2025-08-20T20:32:50.8465643Z [00:03:06.494]➜  cat >/tmp/go-build3897779518/b637/embedcfg << 'EOF' # internal
2025-08-20T20:32:50.8465965Z [00:03:06.494]➜  {
2025-08-20T20:32:50.8466167Z [00:03:06.494]➜  	"Patterns": {
2025-08-20T20:32:50.8466401Z [00:03:06.494]➜  		"dagre.js": [
2025-08-20T20:32:50.8466642Z [00:03:06.494]➜  			"dagre.js"
2025-08-20T20:32:50.8466859Z [00:03:06.494]➜  		],
2025-08-20T20:32:50.8467077Z [00:03:06.494]➜  		"setup.js": [
2025-08-20T20:32:50.8467310Z [00:03:06.494]➜  			"setup.js"
2025-08-20T20:32:50.8467579Z [00:03:06.494]➜  		]
2025-08-20T20:32:50.8467958Z [00:03:06.494]➜  	},
2025-08-20T20:32:50.8468163Z [00:03:06.494]➜  	"Files": {
2025-08-20T20:32:50.8468622Z [00:03:06.494]➜  		"dagre.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout/dagre.js",
2025-08-20T20:32:50.8469271Z [00:03:06.494]➜  		"setup.js": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout/setup.js"
2025-08-20T20:32:50.8469863Z [00:03:06.495]➜  	}
2025-08-20T20:32:50.8470115Z [00:03:06.495]➜  }EOF
2025-08-20T20:32:50.8472699Z [00:03:06.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout=>oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout;$WORK/b637=>" -p oss.terrastruct.com/d2/d2layouts/d2dagrelayout -lang=go1.23 -complete -installsuffix shared -buildid ZOc66mxx3zNn0BaA9yY1/ZOc66mxx3zNn0BaA9yY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -embedcfg $WORK/b637/embedcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout/layout.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2dagrelayout/object_mapper.go
2025-08-20T20:32:50.8475031Z [00:03:06.495]➜  cat >/tmp/go-build3897779518/b644/importcfg << 'EOF' # internal
2025-08-20T20:32:50.8475367Z [00:03:06.495]➜  # import config
2025-08-20T20:32:50.8475701Z [00:03:06.495]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.8476124Z [00:03:06.495]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.8476537Z [00:03:06.495]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.8476948Z [00:03:06.495]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.8477447Z [00:03:06.495]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.8479107Z [00:03:06.495]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.8479716Z [00:03:06.495]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.8480311Z [00:03:06.495]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.8480901Z [00:03:06.495]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.8481405Z [00:03:06.495]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.8481718Z [00:03:06.495]➜  EOF
2025-08-20T20:32:50.8484195Z [00:03:06.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2grid=>oss.terrastruct.com/d2@v0.7.0/d2layouts/d2grid;$WORK/b644=>" -p oss.terrastruct.com/d2/d2layouts/d2grid -lang=go1.23 -complete -installsuffix shared -buildid IbZJkMBp0a9c9-KqD5m6/IbZJkMBp0a9c9-KqD5m6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2grid/constants.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2grid/grid_diagram.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2grid/layout.go
2025-08-20T20:32:50.8489013Z [00:03:06.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2compiler=>oss.terrastruct.com/d2@v0.7.0/d2compiler;$WORK/b640=>" -p oss.terrastruct.com/d2/d2compiler -lang=go1.23 -complete -installsuffix shared -buildid _1pKxPSUcaBSVotm6cuX/_1pKxPSUcaBSVotm6cuX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2compiler/compile.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2compiler/doc.go
2025-08-20T20:32:50.9106486Z [00:03:06.563]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T20:32:50.9141601Z [00:03:06.566]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T20:32:50.9159069Z [00:03:06.568]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/4c/4cefaeb460283b8e5f8097e76ab6dad40f5c01672cf5b716cccba3be192d6bd2-d # internal
2025-08-20T20:32:50.9164731Z [00:03:06.569]➜  oss.terrastruct.com/d2/d2layouts/d2near
2025-08-20T20:32:50.9168863Z [00:03:06.569]➜  mkdir -p $WORK/b645/
2025-08-20T20:32:50.9176311Z [00:03:06.570]➜  cat >/tmp/go-build3897779518/b645/importcfg << 'EOF' # internal
2025-08-20T20:32:50.9176713Z [00:03:06.570]➜  # import config
2025-08-20T20:32:50.9178064Z [00:03:06.570]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.9178624Z [00:03:06.570]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.9179187Z [00:03:06.570]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.9179782Z [00:03:06.570]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.9180417Z [00:03:06.570]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.9181073Z [00:03:06.570]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.9181428Z [00:03:06.570]➜  EOF
2025-08-20T20:32:50.9200353Z [00:03:06.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2near=>oss.terrastruct.com/d2@v0.7.0/d2layouts/d2near;$WORK/b645=>" -p oss.terrastruct.com/d2/d2layouts/d2near -lang=go1.23 -complete -installsuffix shared -buildid pZQSo0H3hHqO1mEBgnJV/pZQSo0H3hHqO1mEBgnJV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2near/layout.go
2025-08-20T20:32:50.9202970Z [00:03:06.572]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/27/273955f28023c121e98ac6197a6ba4a1f8fa2496776fdef11ccb8550ea387614-d # internal
2025-08-20T20:32:50.9204284Z [00:03:06.572]➜  oss.terrastruct.com/d2/d2layouts/d2sequence
2025-08-20T20:32:50.9204670Z [00:03:06.572]➜  mkdir -p $WORK/b646/
2025-08-20T20:32:50.9241717Z [00:03:06.576]➜  cat >/tmp/go-build3897779518/b646/importcfg << 'EOF' # internal
2025-08-20T20:32:50.9242630Z [00:03:06.576]➜  # import config
2025-08-20T20:32:50.9243054Z [00:03:06.576]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:50.9243488Z [00:03:06.576]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:50.9243935Z [00:03:06.576]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.9244353Z [00:03:06.576]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.9244759Z [00:03:06.576]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.9245542Z [00:03:06.576]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.9246132Z [00:03:06.576]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.9246726Z [00:03:06.576]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.9247319Z [00:03:06.576]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.9248150Z [00:03:06.576]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:50.9248750Z [00:03:06.576]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.9249261Z [00:03:06.576]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:50.9249681Z [00:03:06.576]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:50.9250106Z [00:03:06.576]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:50.9250534Z [00:03:06.576]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.9250851Z [00:03:06.576]➜  EOF
2025-08-20T20:32:50.9259830Z [00:03:06.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2sequence=>oss.terrastruct.com/d2@v0.7.0/d2layouts/d2sequence;$WORK/b646=>" -p oss.terrastruct.com/d2/d2layouts/d2sequence -lang=go1.23 -complete -installsuffix shared -buildid ESQ0lx8xj70MSs2Yckqd/ESQ0lx8xj70MSs2Yckqd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2sequence/constants.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2sequence/layout.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2sequence/sequence_diagram.go
2025-08-20T20:32:50.9870564Z [00:03:06.639]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T20:32:50.9892239Z [00:03:06.641]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/8d/8dce24c36abf5301e152601ec623c0da705cd9b026f0003cd765c50fa000d72b-d # internal
2025-08-20T20:32:50.9901004Z [00:03:06.642]➜  oss.terrastruct.com/d2/d2renderers/d2svg
2025-08-20T20:32:50.9901364Z [00:03:06.642]➜  mkdir -p $WORK/b647/
2025-08-20T20:32:50.9904253Z [00:03:06.642]➜  cat >/tmp/go-build3897779518/b647/importcfg << 'EOF' # internal
2025-08-20T20:32:50.9905070Z [00:03:06.642]➜  # import config
2025-08-20T20:32:50.9905843Z [00:03:06.642]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:50.9906816Z [00:03:06.642]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:50.9907400Z [00:03:06.642]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:50.9908855Z [00:03:06.642]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:50.9909304Z [00:03:06.642]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:50.9909841Z [00:03:06.642]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:50.9910492Z [00:03:06.642]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3897779518/b238/_pkg_.a
2025-08-20T20:32:50.9911518Z [00:03:06.642]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3897779518/b241/_pkg_.a
2025-08-20T20:32:50.9912199Z [00:03:06.642]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3897779518/b242/_pkg_.a
2025-08-20T20:32:50.9912842Z [00:03:06.642]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3897779518/b244/_pkg_.a
2025-08-20T20:32:50.9913374Z [00:03:06.642]➜  packagefile hash/fnv=/tmp/go-build3897779518/b604/_pkg_.a
2025-08-20T20:32:50.9913804Z [00:03:06.642]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:50.9914207Z [00:03:06.642]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:50.9914800Z [00:03:06.642]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:50.9915298Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:50.9915931Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:50.9916562Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:50.9917230Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2latex=/tmp/go-build3897779518/b608/_pkg_.a
2025-08-20T20:32:50.9918118Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2sketch=/tmp/go-build3897779518/b648/_pkg_.a
2025-08-20T20:32:50.9918822Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:50.9919417Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:50.9920077Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/d2themes/d2themescatalog=/tmp/go-build3897779518/b631/_pkg_.a
2025-08-20T20:32:50.9920752Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:50.9921354Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:50.9921962Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/jsrunner=/tmp/go-build3897779518/b609/_pkg_.a
2025-08-20T20:32:50.9922564Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:50.9923158Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:50.9923912Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/svg=/tmp/go-build3897779518/b629/_pkg_.a
2025-08-20T20:32:50.9924593Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:50.9925218Z [00:03:06.642]➜  packagefile oss.terrastruct.com/d2/lib/version=/tmp/go-build3897779518/b649/_pkg_.a
2025-08-20T20:32:50.9925816Z [00:03:06.642]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:50.9926315Z [00:03:06.642]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:50.9926837Z [00:03:06.642]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:50.9927226Z [00:03:06.642]➜  EOF
2025-08-20T20:32:50.9927558Z [00:03:06.642]➜  cat >/tmp/go-build3897779518/b647/embedcfg << 'EOF' # internal
2025-08-20T20:32:50.9928056Z [00:03:06.642]➜  {
2025-08-20T20:32:50.9928277Z [00:03:06.642]➜  	"Patterns": {
2025-08-20T20:32:50.9928510Z [00:03:06.642]➜  		"dots.txt": [
2025-08-20T20:32:50.9928751Z [00:03:06.642]➜  			"dots.txt"
2025-08-20T20:32:50.9928966Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9929201Z [00:03:06.642]➜  		"github-markdown.css": [
2025-08-20T20:32:50.9929485Z [00:03:06.642]➜  			"github-markdown.css"
2025-08-20T20:32:50.9929736Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9929988Z [00:03:06.642]➜  		"grain.txt": [
2025-08-20T20:32:50.9930251Z [00:03:06.642]➜  			"grain.txt"
2025-08-20T20:32:50.9930476Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9930930Z [00:03:06.642]➜  		"lines.txt": [
2025-08-20T20:32:50.9931172Z [00:03:06.642]➜  			"lines.txt"
2025-08-20T20:32:50.9931386Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9931604Z [00:03:06.642]➜  		"link.svg": [
2025-08-20T20:32:50.9931851Z [00:03:06.642]➜  			"link.svg"
2025-08-20T20:32:50.9932065Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9932276Z [00:03:06.642]➜  		"paper.txt": [
2025-08-20T20:32:50.9932515Z [00:03:06.642]➜  			"paper.txt"
2025-08-20T20:32:50.9932734Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9932944Z [00:03:06.642]➜  		"style.css": [
2025-08-20T20:32:50.9933184Z [00:03:06.642]➜  			"style.css"
2025-08-20T20:32:50.9933398Z [00:03:06.642]➜  		],
2025-08-20T20:32:50.9933646Z [00:03:06.642]➜  		"tooltip.svg": [
2025-08-20T20:32:50.9934080Z [00:03:06.642]➜  			"tooltip.svg"
2025-08-20T20:32:50.9934305Z [00:03:06.642]➜  		]
2025-08-20T20:32:50.9934494Z [00:03:06.642]➜  	},
2025-08-20T20:32:50.9934697Z [00:03:06.642]➜  	"Files": {
2025-08-20T20:32:50.9935138Z [00:03:06.642]➜  		"dots.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/dots.txt",
2025-08-20T20:32:50.9935847Z [00:03:06.642]➜  		"github-markdown.css": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/github-markdown.css",
2025-08-20T20:32:50.9936540Z [00:03:06.642]➜  		"grain.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/grain.txt",
2025-08-20T20:32:50.9937163Z [00:03:06.642]➜  		"lines.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/lines.txt",
2025-08-20T20:32:50.9938168Z [00:03:06.642]➜  		"link.svg": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/link.svg",
2025-08-20T20:32:50.9938870Z [00:03:06.642]➜  		"paper.txt": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/paper.txt",
2025-08-20T20:32:50.9939505Z [00:03:06.642]➜  		"style.css": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/style.css",
2025-08-20T20:32:50.9940144Z [00:03:06.642]➜  		"tooltip.svg": "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/tooltip.svg"
2025-08-20T20:32:50.9940563Z [00:03:06.642]➜  	}
2025-08-20T20:32:50.9940751Z [00:03:06.642]➜  }EOF
2025-08-20T20:32:50.9943784Z [00:03:06.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg=>oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg;$WORK/b647=>" -p oss.terrastruct.com/d2/d2renderers/d2svg -lang=go1.23 -complete -installsuffix shared -buildid 27QcIf_rTQuUCxDLPk56/27QcIf_rTQuUCxDLPk56 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -embedcfg $WORK/b647/embedcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/class.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/code.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/d2svg.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2renderers/d2svg/table.go
2025-08-20T20:32:50.9946387Z [00:03:06.644]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T20:32:50.9947134Z [00:03:06.645]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/3e/3e016cd08947216762bc06bb42db97579e97b60a73b1ea269ef63eee6329c220-d # internal
2025-08-20T20:32:51.0249120Z [00:03:06.677]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T20:32:51.0274129Z [00:03:06.679]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/56/56c8c928c06ecdb52cfac86d092791077cc72b561f9639d47e568336eedd3007-d # internal
2025-08-20T20:32:51.0278148Z [00:03:06.679]➜  oss.terrastruct.com/d2/d2oracle
2025-08-20T20:32:51.0279645Z [00:03:06.679]➜  mkdir -p $WORK/b650/
2025-08-20T20:32:51.0281264Z [00:03:06.680]➜  cat >/tmp/go-build3897779518/b650/importcfg << 'EOF' # internal
2025-08-20T20:32:51.0282622Z [00:03:06.680]➜  # import config
2025-08-20T20:32:51.0284078Z [00:03:06.680]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.0284700Z [00:03:06.680]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:51.0288385Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:51.0289285Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2compiler=/tmp/go-build3897779518/b640/_pkg_.a
2025-08-20T20:32:51.0290137Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:51.0290956Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:51.0291833Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2ir=/tmp/go-build3897779518/b641/_pkg_.a
2025-08-20T20:32:51.0292662Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:51.0293515Z [00:03:06.680]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:51.0294625Z [00:03:06.680]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:51.0295656Z [00:03:06.680]➜  packagefile oss.terrastruct.com/util-go/xdefer=/tmp/go-build3897779518/b597/_pkg_.a
2025-08-20T20:32:51.0296582Z [00:03:06.680]➜  packagefile oss.terrastruct.com/util-go/xrand=/tmp/go-build3897779518/b651/_pkg_.a
2025-08-20T20:32:51.0297196Z [00:03:06.680]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:51.0297741Z [00:03:06.680]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.0298238Z [00:03:06.680]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:51.0298824Z [00:03:06.680]➜  EOF
2025-08-20T20:32:51.0301216Z [00:03:06.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2oracle=>oss.terrastruct.com/d2@v0.7.0/d2oracle;$WORK/b650=>" -p oss.terrastruct.com/d2/d2oracle -lang=go1.23 -complete -installsuffix shared -buildid cZEGDEL9_NoY_Jih18BF/cZEGDEL9_NoY_Jih18BF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2oracle/edit.go /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2oracle/get.go
2025-08-20T20:32:51.0334725Z [00:03:06.686]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T20:32:51.0348386Z [00:03:06.687]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/07/07379782d03d4c0407f16c28cbf2636fa0d524b04f9c35a86a4c7eca207cc461-d # internal
2025-08-20T20:32:51.0349914Z [00:03:06.687]➜  oss.terrastruct.com/d2/d2layouts
2025-08-20T20:32:51.0350400Z [00:03:06.687]➜  mkdir -p $WORK/b643/
2025-08-20T20:32:51.0357585Z [00:03:06.688]➜  cat >/tmp/go-build3897779518/b643/importcfg << 'EOF' # internal
2025-08-20T20:32:51.0358749Z [00:03:06.688]➜  # import config
2025-08-20T20:32:51.0361184Z [00:03:06.688]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:51.0361680Z [00:03:06.688]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:51.0362112Z [00:03:06.688]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:51.0362545Z [00:03:06.688]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:51.0363220Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:51.0363900Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2grid=/tmp/go-build3897779518/b644/_pkg_.a
2025-08-20T20:32:51.0364547Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2near=/tmp/go-build3897779518/b645/_pkg_.a
2025-08-20T20:32:51.0365213Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2sequence=/tmp/go-build3897779518/b646/_pkg_.a
2025-08-20T20:32:51.0365840Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:51.0366432Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:51.0367019Z [00:03:06.688]➜  packagefile oss.terrastruct.com/d2/lib/log=/tmp/go-build3897779518/b638/_pkg_.a
2025-08-20T20:32:51.0375602Z [00:03:06.688]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:51.0376184Z [00:03:06.688]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:51.0376607Z [00:03:06.688]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.0376921Z [00:03:06.688]➜  EOF
2025-08-20T20:32:51.0378843Z [00:03:06.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts=>oss.terrastruct.com/d2@v0.7.0/d2layouts;$WORK/b643=>" -p oss.terrastruct.com/d2/d2layouts -lang=go1.23 -complete -installsuffix shared -buildid vKJflRV2kZUWMg6Vh9CH/vKJflRV2kZUWMg6Vh9CH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2layouts/d2layouts.go
2025-08-20T20:32:51.0935131Z [00:03:06.745]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T20:32:51.0938442Z [00:03:06.745]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/45/45826326eda015c76f49b32432d845717ac8cf18037ec8d40473b9db85bed5d8-d # internal
2025-08-20T20:32:51.2123902Z [00:03:06.864]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T20:32:51.2176277Z [00:03:06.870]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/8b/8b6a78c9180176deb00a728f769b45f00d0cbf2de0f32be317c7e6de81e98e6c-d # internal
2025-08-20T20:32:51.2180021Z [00:03:06.870]➜  oss.terrastruct.com/d2/d2lib
2025-08-20T20:32:51.2180573Z [00:03:06.870]➜  mkdir -p $WORK/b639/
2025-08-20T20:32:51.2200807Z [00:03:06.871]➜  cat >/tmp/go-build3897779518/b639/importcfg << 'EOF' # internal
2025-08-20T20:32:51.2202375Z [00:03:06.871]➜  # import config
2025-08-20T20:32:51.2203046Z [00:03:06.871]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:51.2203882Z [00:03:06.871]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.2204537Z [00:03:06.871]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:51.2205229Z [00:03:06.871]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:51.2206324Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:51.2207009Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2compiler=/tmp/go-build3897779518/b640/_pkg_.a
2025-08-20T20:32:51.2207623Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2exporter=/tmp/go-build3897779518/b642/_pkg_.a
2025-08-20T20:32:51.2208383Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:51.2209321Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2layouts=/tmp/go-build3897779518/b643/_pkg_.a
2025-08-20T20:32:51.2210058Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2dagrelayout=/tmp/go-build3897779518/b637/_pkg_.a
2025-08-20T20:32:51.2210714Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:51.2211370Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:51.2212154Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2svg=/tmp/go-build3897779518/b647/_pkg_.a
2025-08-20T20:32:51.2212834Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:51.2213492Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/d2themes/d2themescatalog=/tmp/go-build3897779518/b631/_pkg_.a
2025-08-20T20:32:51.2214169Z [00:03:06.871]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:51.2214811Z [00:03:06.871]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:51.2215331Z [00:03:06.871]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.2215645Z [00:03:06.871]➜  EOF
2025-08-20T20:32:51.2217385Z [00:03:06.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2lib=>oss.terrastruct.com/d2@v0.7.0/d2lib;$WORK/b639=>" -p oss.terrastruct.com/d2/d2lib -lang=go1.23 -complete -installsuffix shared -buildid tKQYBXOmGfd3OkI_AH8Z/tKQYBXOmGfd3OkI_AH8Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/oss.terrastruct.com/d2@v0.7.0/d2lib/d2.go
2025-08-20T20:32:51.2623210Z [00:03:06.914]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T20:32:51.2639198Z [00:03:06.916]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/c8/c8676420a76bcf437ee1d7b359415c077e1f80d0c972232c6711469b226abd6b-d # internal
2025-08-20T20:32:51.3612121Z [00:03:07.013]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T20:32:51.3641560Z [00:03:07.016]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/fd/fd58ecb98a175c81bc606dc02c19179093982665dd754d2510872841c01999a2-d # internal
2025-08-20T20:32:51.3643129Z [00:03:07.016]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster/graph
2025-08-20T20:32:51.3643601Z [00:03:07.017]➜  mkdir -p $WORK/b577/
2025-08-20T20:32:51.3647101Z [00:03:07.017]➜  cat >/tmp/go-build3897779518/b577/importcfg << 'EOF' # internal
2025-08-20T20:32:51.3648614Z [00:03:07.017]➜  # import config
2025-08-20T20:32:51.3649066Z [00:03:07.017]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:51.3649507Z [00:03:07.017]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:51.3649956Z [00:03:07.017]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:51.3650410Z [00:03:07.017]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.3650827Z [00:03:07.017]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:51.3651325Z [00:03:07.017]➜  packagefile github.com/coder/websocket=/tmp/go-build3897779518/b578/_pkg_.a
2025-08-20T20:32:51.3651870Z [00:03:07.017]➜  packagefile github.com/pkg/browser=/tmp/go-build3897779518/b581/_pkg_.a
2025-08-20T20:32:51.3652405Z [00:03:07.017]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:51.3652990Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:51.3653624Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:51.3654284Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:51.3655244Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:51.3655996Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:51.3656667Z [00:03:07.017]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:51.3657175Z [00:03:07.017]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:51.3657913Z [00:03:07.017]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:51.3658748Z [00:03:07.017]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:51.3659353Z [00:03:07.017]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3897779518/b531/_pkg_.a
2025-08-20T20:32:51.3659816Z [00:03:07.017]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:51.3660271Z [00:03:07.017]➜  packagefile mime/multipart=/tmp/go-build3897779518/b192/_pkg_.a
2025-08-20T20:32:51.3660713Z [00:03:07.017]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:51.3661131Z [00:03:07.017]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:51.3661588Z [00:03:07.017]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:51.3662122Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:51.3662941Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:51.3663598Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2dagrelayout=/tmp/go-build3897779518/b637/_pkg_.a
2025-08-20T20:32:51.3664227Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2lib=/tmp/go-build3897779518/b639/_pkg_.a
2025-08-20T20:32:51.3664806Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2oracle=/tmp/go-build3897779518/b650/_pkg_.a
2025-08-20T20:32:51.3665433Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2svg=/tmp/go-build3897779518/b647/_pkg_.a
2025-08-20T20:32:51.3666043Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/lib/log=/tmp/go-build3897779518/b638/_pkg_.a
2025-08-20T20:32:51.3666827Z [00:03:07.017]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:51.3667352Z [00:03:07.017]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.3667934Z [00:03:07.017]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:51.3668302Z [00:03:07.017]➜  EOF
2025-08-20T20:32:51.3668641Z [00:03:07.017]➜  cat >/tmp/go-build3897779518/b577/embedcfg << 'EOF' # internal
2025-08-20T20:32:51.3668963Z [00:03:07.017]➜  {
2025-08-20T20:32:51.3669167Z [00:03:07.017]➜  	"Patterns": {
2025-08-20T20:32:51.3669412Z [00:03:07.017]➜  		"example.md": [
2025-08-20T20:32:51.3669653Z [00:03:07.017]➜  			"example.md"
2025-08-20T20:32:51.3669872Z [00:03:07.017]➜  		],
2025-08-20T20:32:51.3670080Z [00:03:07.017]➜  		"long.md": [
2025-08-20T20:32:51.3670309Z [00:03:07.017]➜  			"long.md"
2025-08-20T20:32:51.3670522Z [00:03:07.017]➜  		]
2025-08-20T20:32:51.3670715Z [00:03:07.017]➜  	},
2025-08-20T20:32:51.3670923Z [00:03:07.017]➜  	"Files": {
2025-08-20T20:32:51.3671372Z [00:03:07.017]➜  		"example.md": "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/example.md",
2025-08-20T20:32:51.3671980Z [00:03:07.017]➜  		"long.md": "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/long.md"
2025-08-20T20:32:51.3672373Z [00:03:07.017]➜  	}
2025-08-20T20:32:51.3672564Z [00:03:07.017]➜  }EOF
2025-08-20T20:32:51.3676214Z [00:03:07.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph=>gitlab.com/gitlab-org/cli/internal/commands/cluster/graph;$WORK/b577=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster/graph -lang=go1.25 -complete -installsuffix shared -buildid ocDUygQAbwwKvmWxHzu-/ocDUygQAbwwKvmWxHzu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -embedcfg $WORK/b577/embedcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/globals.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph_builder.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/json_types.go /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/server.go
2025-08-20T20:32:51.5046463Z [00:03:07.157]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T20:32:51.5099470Z [00:03:07.162]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/41/4162a25791455b883a00f6d3fda7752fb812b7641179c743b84f223e7ca02c85-d # internal
2025-08-20T20:32:51.5100213Z [00:03:07.162]➜  gitlab.com/gitlab-org/cli/internal/commands/cluster
2025-08-20T20:32:51.5100562Z [00:03:07.162]➜  mkdir -p $WORK/b460/
2025-08-20T20:32:51.5102237Z [00:03:07.162]➜  cat >/tmp/go-build3897779518/b460/importcfg << 'EOF' # internal
2025-08-20T20:32:51.5102679Z [00:03:07.162]➜  # import config
2025-08-20T20:32:51.5103089Z [00:03:07.162]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:51.5103713Z [00:03:07.162]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:51.5104475Z [00:03:07.162]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent=/tmp/go-build3897779518/b461/_pkg_.a
2025-08-20T20:32:51.5105548Z [00:03:07.162]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/graph=/tmp/go-build3897779518/b577/_pkg_.a
2025-08-20T20:32:51.5106036Z [00:03:07.162]➜  EOF
2025-08-20T20:32:51.5108595Z [00:03:07.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster=>gitlab.com/gitlab-org/cli/internal/commands/cluster;$WORK/b460=>" -p gitlab.com/gitlab-org/cli/internal/commands/cluster -lang=go1.25 -complete -installsuffix shared -buildid 0TI06i_65Uvy_Z1Q-gMy/0TI06i_65Uvy_Z1Q-gMy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/cluster.go
2025-08-20T20:32:51.5668535Z [00:03:07.219]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T20:32:51.5692507Z [00:03:07.221]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/0d/0dfc53162010b4272630b228c5503c446160533f51fe4d90d9b32aa0e45e8a7b-d # internal
2025-08-20T20:32:51.5693241Z [00:03:07.221]➜  gitlab.com/gitlab-org/cli/internal/commands
2025-08-20T20:32:51.5693564Z [00:03:07.221]➜  mkdir -p $WORK/b354/
2025-08-20T20:32:51.5695360Z [00:03:07.222]➜  cat >/tmp/go-build3897779518/b354/importcfg << 'EOF' # internal
2025-08-20T20:32:51.5696170Z [00:03:07.222]➜  # import config
2025-08-20T20:32:51.5696756Z [00:03:07.222]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.5697428Z [00:03:07.222]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:51.5698147Z [00:03:07.222]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:51.5698687Z [00:03:07.222]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:51.5699315Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:51.5700029Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias=/tmp/go-build3897779518/b356/_pkg_.a
2025-08-20T20:32:51.5701004Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/api=/tmp/go-build3897779518/b362/_pkg_.a
2025-08-20T20:32:51.5701822Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth=/tmp/go-build3897779518/b364/_pkg_.a
2025-08-20T20:32:51.5702574Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/changelog=/tmp/go-build3897779518/b392/_pkg_.a
2025-08-20T20:32:51.5703425Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci=/tmp/go-build3897779518/b394/_pkg_.a
2025-08-20T20:32:51.5704257Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster=/tmp/go-build3897779518/b460/_pkg_.a
2025-08-20T20:32:51.5705023Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/completion=/tmp/go-build3897779518/b652/_pkg_.a
2025-08-20T20:32:51.5705773Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/config=/tmp/go-build3897779518/b653/_pkg_.a
2025-08-20T20:32:51.5706527Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key=/tmp/go-build3897779518/b654/_pkg_.a
2025-08-20T20:32:51.5707285Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/duo=/tmp/go-build3897779518/b659/_pkg_.a
2025-08-20T20:32:51.5708300Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/help=/tmp/go-build3897779518/b661/_pkg_.a
2025-08-20T20:32:51.5709063Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident=/tmp/go-build3897779518/b662/_pkg_.a
2025-08-20T20:32:51.5709814Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue=/tmp/go-build3897779518/b679/_pkg_.a
2025-08-20T20:32:51.5710570Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/iteration=/tmp/go-build3897779518/b694/_pkg_.a
2025-08-20T20:32:51.5711301Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/job=/tmp/go-build3897779518/b696/_pkg_.a
2025-08-20T20:32:51.5712248Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label=/tmp/go-build3897779518/b697/_pkg_.a
2025-08-20T20:32:51.5712961Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr=/tmp/go-build3897779518/b701/_pkg_.a
2025-08-20T20:32:51.5713690Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu=/tmp/go-build3897779518/b722/_pkg_.a
2025-08-20T20:32:51.5714438Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project=/tmp/go-build3897779518/b730/_pkg_.a
2025-08-20T20:32:51.5715175Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release=/tmp/go-build3897779518/b746/_pkg_.a
2025-08-20T20:32:51.5716128Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule=/tmp/go-build3897779518/b756/_pkg_.a
2025-08-20T20:32:51.5716924Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile=/tmp/go-build3897779518/b762/_pkg_.a
2025-08-20T20:32:51.5717895Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/snippet=/tmp/go-build3897779518/b768/_pkg_.a
2025-08-20T20:32:51.5718720Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key=/tmp/go-build3897779518/b770/_pkg_.a
2025-08-20T20:32:51.5719449Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack=/tmp/go-build3897779518/b775/_pkg_.a
2025-08-20T20:32:51.5720170Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token=/tmp/go-build3897779518/b786/_pkg_.a
2025-08-20T20:32:51.5720891Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/update=/tmp/go-build3897779518/b794/_pkg_.a
2025-08-20T20:32:51.5721613Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/user=/tmp/go-build3897779518/b796/_pkg_.a
2025-08-20T20:32:51.5722339Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable=/tmp/go-build3897779518/b798/_pkg_.a
2025-08-20T20:32:51.5723208Z [00:03:07.222]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/version=/tmp/go-build3897779518/b806/_pkg_.a
2025-08-20T20:32:51.5723723Z [00:03:07.222]➜  EOF
2025-08-20T20:32:51.5725621Z [00:03:07.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands=>gitlab.com/gitlab-org/cli/internal/commands;$WORK/b354=>" -p gitlab.com/gitlab-org/cli/internal/commands -lang=go1.25 -complete -installsuffix shared -buildid JIMs6UDaFekou3yIFP-i/JIMs6UDaFekou3yIFP-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/root.go
2025-08-20T20:32:51.6749064Z [00:03:07.327]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T20:32:51.6776903Z [00:03:07.330]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/5f/5f0f2b9dd4f840018cd73bdf0bd8d004db9eae84d19abd3b892d2765d01c55a1-d # internal
2025-08-20T20:32:51.6778263Z [00:03:07.330]➜  gitlab.com/gitlab-org/cli/cmd/glab
2025-08-20T20:32:51.6778848Z [00:03:07.330]➜  mkdir -p $WORK/b001/
2025-08-20T20:32:51.6782085Z [00:03:07.330]➜  cat >/tmp/go-build3897779518/b001/importcfg << 'EOF' # internal
2025-08-20T20:32:51.6783050Z [00:03:07.330]➜  # import config
2025-08-20T20:32:51.6783953Z [00:03:07.330]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.6784393Z [00:03:07.330]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:51.6785151Z [00:03:07.330]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build3897779518/b062/_pkg_.a
2025-08-20T20:32:51.6785749Z [00:03:07.330]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3897779518/b064/_pkg_.a
2025-08-20T20:32:51.6786292Z [00:03:07.330]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:51.6786983Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:51.6788097Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:51.6788832Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:51.6789522Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands=/tmp/go-build3897779518/b354/_pkg_.a
2025-08-20T20:32:51.6790264Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/expand=/tmp/go-build3897779518/b807/_pkg_.a
2025-08-20T20:32:51.6791018Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/help=/tmp/go-build3897779518/b661/_pkg_.a
2025-08-20T20:32:51.6791745Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/update=/tmp/go-build3897779518/b794/_pkg_.a
2025-08-20T20:32:51.6792646Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:51.6793300Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:51.6793996Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:51.6794659Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:51.6795338Z [00:03:07.330]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:51.6795893Z [00:03:07.330]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:51.6796295Z [00:03:07.330]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:51.6796708Z [00:03:07.330]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:51.6797143Z [00:03:07.330]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:51.6797569Z [00:03:07.330]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:51.6798259Z [00:03:07.330]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.6798901Z [00:03:07.330]➜  packagefile runtime/cgo=/tmp/go-build3897779518/b092/_pkg_.a
2025-08-20T20:32:51.6799293Z [00:03:07.330]➜  EOF
2025-08-20T20:32:51.6800907Z [00:03:07.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab=>gitlab.com/gitlab-org/cli/cmd/glab;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid y4mW4ZmRCS7hLwkpr_Gg/y4mW4ZmRCS7hLwkpr_Gg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go ./telemetry.go
2025-08-20T20:32:51.7428256Z [00:03:07.395]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:32:51.7436913Z [00:03:07.396]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/e4/e40b38c95d6cd01ab22279fce0847b162cd80a2538a130895dbbeb72ab2eb7ab-d # internal
2025-08-20T20:32:51.7468139Z [00:03:07.399]➜  cat >/tmp/go-build3897779518/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:32:51.7468848Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/cmd/glab=/tmp/go-build3897779518/b001/_pkg_.a
2025-08-20T20:32:51.7469384Z [00:03:07.399]➜  packagefile errors=/tmp/go-build3897779518/b002/_pkg_.a
2025-08-20T20:32:51.7469801Z [00:03:07.399]➜  packagefile fmt=/tmp/go-build3897779518/b032/_pkg_.a
2025-08-20T20:32:51.7470336Z [00:03:07.399]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build3897779518/b062/_pkg_.a
2025-08-20T20:32:51.7470930Z [00:03:07.399]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3897779518/b064/_pkg_.a
2025-08-20T20:32:51.7471456Z [00:03:07.399]➜  packagefile github.com/spf13/cobra=/tmp/go-build3897779518/b076/_pkg_.a
2025-08-20T20:32:51.7472030Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3897779518/b095/_pkg_.a
2025-08-20T20:32:51.7472674Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/api=/tmp/go-build3897779518/b202/_pkg_.a
2025-08-20T20:32:51.7473679Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/cmdutils=/tmp/go-build3897779518/b299/_pkg_.a
2025-08-20T20:32:51.7474366Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands=/tmp/go-build3897779518/b354/_pkg_.a
2025-08-20T20:32:51.7475104Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/expand=/tmp/go-build3897779518/b807/_pkg_.a
2025-08-20T20:32:51.7475854Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/help=/tmp/go-build3897779518/b661/_pkg_.a
2025-08-20T20:32:51.7476585Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/update=/tmp/go-build3897779518/b794/_pkg_.a
2025-08-20T20:32:51.7477278Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/config=/tmp/go-build3897779518/b203/_pkg_.a
2025-08-20T20:32:51.7478271Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/dbg=/tmp/go-build3897779518/b336/_pkg_.a
2025-08-20T20:32:51.7478937Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/iostreams=/tmp/go-build3897779518/b351/_pkg_.a
2025-08-20T20:32:51.7479607Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/run=/tmp/go-build3897779518/b294/_pkg_.a
2025-08-20T20:32:51.7480285Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/tableprinter=/tmp/go-build3897779518/b359/_pkg_.a
2025-08-20T20:32:51.7480831Z [00:03:07.399]➜  packagefile net=/tmp/go-build3897779518/b085/_pkg_.a
2025-08-20T20:32:51.7481225Z [00:03:07.399]➜  packagefile os=/tmp/go-build3897779518/b049/_pkg_.a
2025-08-20T20:32:51.7481640Z [00:03:07.399]➜  packagefile os/exec=/tmp/go-build3897779518/b207/_pkg_.a
2025-08-20T20:32:51.7482064Z [00:03:07.399]➜  packagefile runtime=/tmp/go-build3897779518/b008/_pkg_.a
2025-08-20T20:32:51.7482492Z [00:03:07.399]➜  packagefile strconv=/tmp/go-build3897779518/b040/_pkg_.a
2025-08-20T20:32:51.7482916Z [00:03:07.399]➜  packagefile strings=/tmp/go-build3897779518/b070/_pkg_.a
2025-08-20T20:32:51.7483360Z [00:03:07.399]➜  packagefile runtime/cgo=/tmp/go-build3897779518/b092/_pkg_.a
2025-08-20T20:32:51.7483861Z [00:03:07.399]➜  packagefile internal/reflectlite=/tmp/go-build3897779518/b003/_pkg_.a
2025-08-20T20:32:51.7484549Z [00:03:07.399]➜  packagefile internal/fmtsort=/tmp/go-build3897779518/b033/_pkg_.a
2025-08-20T20:32:51.7485122Z [00:03:07.399]➜  packagefile io=/tmp/go-build3897779518/b048/_pkg_.a
2025-08-20T20:32:51.7485903Z [00:03:07.399]➜  packagefile math=/tmp/go-build3897779518/b038/_pkg_.a
2025-08-20T20:32:51.7486330Z [00:03:07.399]➜  packagefile reflect=/tmp/go-build3897779518/b035/_pkg_.a
2025-08-20T20:32:51.7486888Z [00:03:07.399]➜  packagefile slices=/tmp/go-build3897779518/b047/_pkg_.a
2025-08-20T20:32:51.7487369Z [00:03:07.399]➜  packagefile sync=/tmp/go-build3897779518/b042/_pkg_.a
2025-08-20T20:32:51.7487986Z [00:03:07.399]➜  packagefile unicode/utf8=/tmp/go-build3897779518/b041/_pkg_.a
2025-08-20T20:32:51.7488689Z [00:03:07.399]➜  packagefile bytes=/tmp/go-build3897779518/b063/_pkg_.a
2025-08-20T20:32:51.7489142Z [00:03:07.399]➜  packagefile text/template=/tmp/go-build3897779518/b071/_pkg_.a
2025-08-20T20:32:51.7489578Z [00:03:07.399]➜  packagefile time=/tmp/go-build3897779518/b054/_pkg_.a
2025-08-20T20:32:51.7490082Z [00:03:07.399]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3897779518/b065/_pkg_.a
2025-08-20T20:32:51.7490569Z [00:03:07.399]➜  packagefile sort=/tmp/go-build3897779518/b069/_pkg_.a
2025-08-20T20:32:51.7490990Z [00:03:07.399]➜  packagefile context=/tmp/go-build3897779518/b077/_pkg_.a
2025-08-20T20:32:51.7491475Z [00:03:07.399]➜  packagefile github.com/spf13/pflag=/tmp/go-build3897779518/b078/_pkg_.a
2025-08-20T20:32:51.7491979Z [00:03:07.399]➜  packagefile path/filepath=/tmp/go-build3897779518/b074/_pkg_.a
2025-08-20T20:32:51.7492419Z [00:03:07.399]➜  packagefile regexp=/tmp/go-build3897779518/b093/_pkg_.a
2025-08-20T20:32:51.7493067Z [00:03:07.399]➜  packagefile unicode=/tmp/go-build3897779518/b046/_pkg_.a
2025-08-20T20:32:51.7493523Z [00:03:07.399]➜  packagefile encoding/json=/tmp/go-build3897779518/b096/_pkg_.a
2025-08-20T20:32:51.7494218Z [00:03:07.399]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3897779518/b098/_pkg_.a
2025-08-20T20:32:51.7494842Z [00:03:07.399]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3897779518/b099/_pkg_.a
2025-08-20T20:32:51.7495459Z [00:03:07.399]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3897779518/b198/_pkg_.a
2025-08-20T20:32:51.7496029Z [00:03:07.399]➜  packagefile golang.org/x/oauth2=/tmp/go-build3897779518/b199/_pkg_.a
2025-08-20T20:32:51.7496556Z [00:03:07.399]➜  packagefile golang.org/x/time/rate=/tmp/go-build3897779518/b201/_pkg_.a
2025-08-20T20:32:51.7497024Z [00:03:07.399]➜  packagefile iter=/tmp/go-build3897779518/b037/_pkg_.a
2025-08-20T20:32:51.7497435Z [00:03:07.399]➜  packagefile maps=/tmp/go-build3897779518/b072/_pkg_.a
2025-08-20T20:32:51.7498478Z [00:03:07.399]➜  packagefile math/big=/tmp/go-build3897779518/b132/_pkg_.a
2025-08-20T20:32:51.7498938Z [00:03:07.399]➜  packagefile math/rand=/tmp/go-build3897779518/b133/_pkg_.a
2025-08-20T20:32:51.7499415Z [00:03:07.399]➜  packagefile mime/multipart=/tmp/go-build3897779518/b192/_pkg_.a
2025-08-20T20:32:51.7499871Z [00:03:07.399]➜  packagefile net/http=/tmp/go-build3897779518/b100/_pkg_.a
2025-08-20T20:32:51.7500301Z [00:03:07.399]➜  packagefile net/url=/tmp/go-build3897779518/b073/_pkg_.a
2025-08-20T20:32:51.7500744Z [00:03:07.399]➜  packagefile crypto/tls=/tmp/go-build3897779518/b134/_pkg_.a
2025-08-20T20:32:51.7501197Z [00:03:07.399]➜  packagefile crypto/x509=/tmp/go-build3897779518/b176/_pkg_.a
2025-08-20T20:32:51.7501787Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/glinstance=/tmp/go-build3897779518/b212/_pkg_.a
2025-08-20T20:32:51.7502468Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/oauth2=/tmp/go-build3897779518/b214/_pkg_.a
2025-08-20T20:32:51.7503080Z [00:03:07.399]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3897779518/b297/_pkg_.a
2025-08-20T20:32:51.7503608Z [00:03:07.399]➜  packagefile net/http/httputil=/tmp/go-build3897779518/b298/_pkg_.a
2025-08-20T20:32:51.7504170Z [00:03:07.399]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build3897779518/b218/_pkg_.a
2025-08-20T20:32:51.7505006Z [00:03:07.399]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build3897779518/b219/_pkg_.a
2025-08-20T20:32:51.7505686Z [00:03:07.399]➜  packagefile github.com/spf13/viper=/tmp/go-build3897779518/b300/_pkg_.a
2025-08-20T20:32:51.7506277Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/git=/tmp/go-build3897779518/b337/_pkg_.a
2025-08-20T20:32:51.7507014Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/glrepo=/tmp/go-build3897779518/b348/_pkg_.a
2025-08-20T20:32:51.7507906Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/prompt=/tmp/go-build3897779518/b293/_pkg_.a
2025-08-20T20:32:51.7508632Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/surveyext=/tmp/go-build3897779518/b295/_pkg_.a
2025-08-20T20:32:51.7509302Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/utils=/tmp/go-build3897779518/b217/_pkg_.a
2025-08-20T20:32:51.7510094Z [00:03:07.399]➜  packagefile github.com/MakeNowJust/heredoc/v2=/tmp/go-build3897779518/b355/_pkg_.a
2025-08-20T20:32:51.7510768Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias=/tmp/go-build3897779518/b356/_pkg_.a
2025-08-20T20:32:51.7511482Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/api=/tmp/go-build3897779518/b362/_pkg_.a
2025-08-20T20:32:51.7512195Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth=/tmp/go-build3897779518/b364/_pkg_.a
2025-08-20T20:32:51.7512935Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/changelog=/tmp/go-build3897779518/b392/_pkg_.a
2025-08-20T20:32:51.7513801Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci=/tmp/go-build3897779518/b394/_pkg_.a
2025-08-20T20:32:51.7514528Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster=/tmp/go-build3897779518/b460/_pkg_.a
2025-08-20T20:32:51.7515293Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/completion=/tmp/go-build3897779518/b652/_pkg_.a
2025-08-20T20:32:51.7516040Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/config=/tmp/go-build3897779518/b653/_pkg_.a
2025-08-20T20:32:51.7516783Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key=/tmp/go-build3897779518/b654/_pkg_.a
2025-08-20T20:32:51.7517519Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/duo=/tmp/go-build3897779518/b659/_pkg_.a
2025-08-20T20:32:51.7518458Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident=/tmp/go-build3897779518/b662/_pkg_.a
2025-08-20T20:32:51.7519200Z [00:03:07.399]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue=/tmp/go-build3897779518/b679/_pkg_.a
2025-08-20T20:32:51.7519939Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/iteration=/tmp/go-build3897779518/b694/_pkg_.a
2025-08-20T20:32:51.7520674Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/job=/tmp/go-build3897779518/b696/_pkg_.a
2025-08-20T20:32:51.7521385Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label=/tmp/go-build3897779518/b697/_pkg_.a
2025-08-20T20:32:51.7522095Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr=/tmp/go-build3897779518/b701/_pkg_.a
2025-08-20T20:32:51.7522939Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu=/tmp/go-build3897779518/b722/_pkg_.a
2025-08-20T20:32:51.7523755Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project=/tmp/go-build3897779518/b730/_pkg_.a
2025-08-20T20:32:51.7524503Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release=/tmp/go-build3897779518/b746/_pkg_.a
2025-08-20T20:32:51.7525245Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule=/tmp/go-build3897779518/b756/_pkg_.a
2025-08-20T20:32:51.7526086Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile=/tmp/go-build3897779518/b762/_pkg_.a
2025-08-20T20:32:51.7526906Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/snippet=/tmp/go-build3897779518/b768/_pkg_.a
2025-08-20T20:32:51.7527648Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key=/tmp/go-build3897779518/b770/_pkg_.a
2025-08-20T20:32:51.7528667Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack=/tmp/go-build3897779518/b775/_pkg_.a
2025-08-20T20:32:51.7529391Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token=/tmp/go-build3897779518/b786/_pkg_.a
2025-08-20T20:32:51.7530114Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/user=/tmp/go-build3897779518/b796/_pkg_.a
2025-08-20T20:32:51.7530847Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable=/tmp/go-build3897779518/b798/_pkg_.a
2025-08-20T20:32:51.7531793Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/version=/tmp/go-build3897779518/b806/_pkg_.a
2025-08-20T20:32:51.7532432Z [00:03:07.400]➜  packagefile github.com/google/shlex=/tmp/go-build3897779518/b292/_pkg_.a
2025-08-20T20:32:51.7533041Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/execext=/tmp/go-build3897779518/b296/_pkg_.a
2025-08-20T20:32:51.7533676Z [00:03:07.400]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3897779518/b231/_pkg_.a
2025-08-20T20:32:51.7534275Z [00:03:07.400]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3897779518/b795/_pkg_.a
2025-08-20T20:32:51.7534859Z [00:03:07.400]➜  packagefile github.com/google/renameio/v2=/tmp/go-build3897779518/b204/_pkg_.a
2025-08-20T20:32:51.7535585Z [00:03:07.400]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3897779518/b206/_pkg_.a
2025-08-20T20:32:51.7536177Z [00:03:07.400]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build3897779518/b208/_pkg_.a
2025-08-20T20:32:51.7536705Z [00:03:07.400]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3897779518/b213/_pkg_.a
2025-08-20T20:32:51.7537158Z [00:03:07.400]➜  packagefile io/fs=/tmp/go-build3897779518/b051/_pkg_.a
2025-08-20T20:32:51.7537571Z [00:03:07.400]➜  packagefile path=/tmp/go-build3897779518/b053/_pkg_.a
2025-08-20T20:32:51.7538284Z [00:03:07.400]➜  packagefile syscall=/tmp/go-build3897779518/b057/_pkg_.a
2025-08-20T20:32:51.7538699Z [00:03:07.400]➜  packagefile log=/tmp/go-build3897779518/b185/_pkg_.a
2025-08-20T20:32:51.7539115Z [00:03:07.400]➜  packagefile bufio=/tmp/go-build3897779518/b081/_pkg_.a
2025-08-20T20:32:51.7539650Z [00:03:07.400]➜  packagefile github.com/briandowns/spinner=/tmp/go-build3897779518/b352/_pkg_.a
2025-08-20T20:32:51.7540248Z [00:03:07.400]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3897779518/b066/_pkg_.a
2025-08-20T20:32:51.7540801Z [00:03:07.400]➜  packagefile github.com/muesli/termenv=/tmp/go-build3897779518/b263/_pkg_.a
2025-08-20T20:32:51.7541328Z [00:03:07.400]➜  packagefile golang.org/x/term=/tmp/go-build3897779518/b223/_pkg_.a
2025-08-20T20:32:51.7541905Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/text=/tmp/go-build3897779518/b360/_pkg_.a
2025-08-20T20:32:51.7542426Z [00:03:07.400]➜  packagefile cmp=/tmp/go-build3897779518/b034/_pkg_.a
2025-08-20T20:32:51.7542957Z [00:03:07.400]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3897779518/b086/_pkg_.a
2025-08-20T20:32:51.7543695Z [00:03:07.400]➜  packagefile internal/bytealg=/tmp/go-build3897779518/b009/_pkg_.a
2025-08-20T20:32:51.7544261Z [00:03:07.400]➜  packagefile internal/godebug=/tmp/go-build3897779518/b055/_pkg_.a
2025-08-20T20:32:51.7544743Z [00:03:07.400]➜  packagefile internal/itoa=/tmp/go-build3897779518/b036/_pkg_.a
2025-08-20T20:32:51.7545226Z [00:03:07.400]➜  packagefile internal/nettrace=/tmp/go-build3897779518/b087/_pkg_.a
2025-08-20T20:32:51.7545709Z [00:03:07.400]➜  packagefile internal/poll=/tmp/go-build3897779518/b058/_pkg_.a
2025-08-20T20:32:51.7546217Z [00:03:07.400]➜  packagefile internal/singleflight=/tmp/go-build3897779518/b088/_pkg_.a
2025-08-20T20:32:51.7546825Z [00:03:07.400]➜  packagefile internal/stringslite=/tmp/go-build3897779518/b030/_pkg_.a
2025-08-20T20:32:51.7547460Z [00:03:07.400]➜  packagefile internal/syscall/unix=/tmp/go-build3897779518/b059/_pkg_.a
2025-08-20T20:32:51.7548241Z [00:03:07.400]➜  packagefile net/netip=/tmp/go-build3897779518/b089/_pkg_.a
2025-08-20T20:32:51.7548700Z [00:03:07.400]➜  packagefile sync/atomic=/tmp/go-build3897779518/b044/_pkg_.a
2025-08-20T20:32:51.7549184Z [00:03:07.400]➜  packagefile internal/byteorder=/tmp/go-build3897779518/b011/_pkg_.a
2025-08-20T20:32:51.7549703Z [00:03:07.400]➜  packagefile internal/filepathlite=/tmp/go-build3897779518/b050/_pkg_.a
2025-08-20T20:32:51.7550214Z [00:03:07.400]➜  packagefile internal/goarch=/tmp/go-build3897779518/b005/_pkg_.a
2025-08-20T20:32:51.7550730Z [00:03:07.400]➜  packagefile internal/syscall/execenv=/tmp/go-build3897779518/b060/_pkg_.a
2025-08-20T20:32:51.7551443Z [00:03:07.400]➜  packagefile internal/testlog=/tmp/go-build3897779518/b061/_pkg_.a
2025-08-20T20:32:51.7551926Z [00:03:07.400]➜  packagefile internal/abi=/tmp/go-build3897779518/b004/_pkg_.a
2025-08-20T20:32:51.7552418Z [00:03:07.400]➜  packagefile internal/chacha8rand=/tmp/go-build3897779518/b012/_pkg_.a
2025-08-20T20:32:51.7552948Z [00:03:07.400]➜  packagefile internal/coverage/rtcov=/tmp/go-build3897779518/b013/_pkg_.a
2025-08-20T20:32:51.7553449Z [00:03:07.400]➜  packagefile internal/cpu=/tmp/go-build3897779518/b010/_pkg_.a
2025-08-20T20:32:51.7553930Z [00:03:07.400]➜  packagefile internal/godebugs=/tmp/go-build3897779518/b014/_pkg_.a
2025-08-20T20:32:51.7554444Z [00:03:07.400]➜  packagefile internal/goexperiment=/tmp/go-build3897779518/b015/_pkg_.a
2025-08-20T20:32:51.7555112Z [00:03:07.400]➜  packagefile internal/goos=/tmp/go-build3897779518/b016/_pkg_.a
2025-08-20T20:32:51.7555619Z [00:03:07.400]➜  packagefile internal/profilerecord=/tmp/go-build3897779518/b017/_pkg_.a
2025-08-20T20:32:51.7556165Z [00:03:07.400]➜  packagefile internal/runtime/atomic=/tmp/go-build3897779518/b018/_pkg_.a
2025-08-20T20:32:51.7556705Z [00:03:07.400]➜  packagefile internal/runtime/cgroup=/tmp/go-build3897779518/b019/_pkg_.a
2025-08-20T20:32:51.7557259Z [00:03:07.400]➜  packagefile internal/runtime/exithook=/tmp/go-build3897779518/b023/_pkg_.a
2025-08-20T20:32:51.7558016Z [00:03:07.400]➜  packagefile internal/runtime/gc=/tmp/go-build3897779518/b024/_pkg_.a
2025-08-20T20:32:51.7558627Z [00:03:07.400]➜  packagefile internal/runtime/maps=/tmp/go-build3897779518/b025/_pkg_.a
2025-08-20T20:32:51.7559153Z [00:03:07.400]➜  packagefile internal/runtime/math=/tmp/go-build3897779518/b021/_pkg_.a
2025-08-20T20:32:51.7559697Z [00:03:07.400]➜  packagefile internal/runtime/strconv=/tmp/go-build3897779518/b020/_pkg_.a
2025-08-20T20:32:51.7560237Z [00:03:07.400]➜  packagefile internal/runtime/sys=/tmp/go-build3897779518/b029/_pkg_.a
2025-08-20T20:32:51.7560781Z [00:03:07.400]➜  packagefile internal/runtime/syscall=/tmp/go-build3897779518/b022/_pkg_.a
2025-08-20T20:32:51.7561322Z [00:03:07.400]➜  packagefile internal/trace/tracev2=/tmp/go-build3897779518/b031/_pkg_.a
2025-08-20T20:32:51.7561809Z [00:03:07.400]➜  packagefile math/bits=/tmp/go-build3897779518/b039/_pkg_.a
2025-08-20T20:32:51.7562293Z [00:03:07.400]➜  packagefile internal/unsafeheader=/tmp/go-build3897779518/b007/_pkg_.a
2025-08-20T20:32:51.7562790Z [00:03:07.400]➜  packagefile internal/race=/tmp/go-build3897779518/b028/_pkg_.a
2025-08-20T20:32:51.7563464Z [00:03:07.400]➜  packagefile internal/sync=/tmp/go-build3897779518/b043/_pkg_.a
2025-08-20T20:32:51.7564016Z [00:03:07.400]➜  packagefile internal/synctest=/tmp/go-build3897779518/b045/_pkg_.a
2025-08-20T20:32:51.7564526Z [00:03:07.400]➜  packagefile text/template/parse=/tmp/go-build3897779518/b075/_pkg_.a
2025-08-20T20:32:51.7565024Z [00:03:07.400]➜  packagefile encoding/base64=/tmp/go-build3897779518/b079/_pkg_.a
2025-08-20T20:32:51.7565501Z [00:03:07.400]➜  packagefile encoding/csv=/tmp/go-build3897779518/b080/_pkg_.a
2025-08-20T20:32:51.7565962Z [00:03:07.400]➜  packagefile encoding/hex=/tmp/go-build3897779518/b082/_pkg_.a
2025-08-20T20:32:51.7566482Z [00:03:07.400]➜  packagefile flag=/tmp/go-build3897779518/b083/_pkg_.a
2025-08-20T20:32:51.7566999Z [00:03:07.400]➜  packagefile regexp/syntax=/tmp/go-build3897779518/b094/_pkg_.a
2025-08-20T20:32:51.7567449Z [00:03:07.400]➜  packagefile encoding=/tmp/go-build3897779518/b084/_pkg_.a
2025-08-20T20:32:51.7568143Z [00:03:07.400]➜  packagefile unicode/utf16=/tmp/go-build3897779518/b097/_pkg_.a
2025-08-20T20:32:51.7568621Z [00:03:07.400]➜  packagefile crypto/rand=/tmp/go-build3897779518/b106/_pkg_.a
2025-08-20T20:32:51.7569085Z [00:03:07.400]➜  packagefile crypto/sha256=/tmp/go-build3897779518/b173/_pkg_.a
2025-08-20T20:32:51.7569614Z [00:03:07.400]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3897779518/b200/_pkg_.a
2025-08-20T20:32:51.7570101Z [00:03:07.400]➜  packagefile mime=/tmp/go-build3897779518/b191/_pkg_.a
2025-08-20T20:32:51.7570833Z [00:03:07.400]➜  packagefile mime/quotedprintable=/tmp/go-build3897779518/b193/_pkg_.a
2025-08-20T20:32:51.7571345Z [00:03:07.400]➜  packagefile net/textproto=/tmp/go-build3897779518/b188/_pkg_.a
2025-08-20T20:32:51.7571818Z [00:03:07.400]➜  packagefile compress/gzip=/tmp/go-build3897779518/b101/_pkg_.a
2025-08-20T20:32:51.7572287Z [00:03:07.400]➜  packagefile container/list=/tmp/go-build3897779518/b105/_pkg_.a
2025-08-20T20:32:51.7572766Z [00:03:07.400]➜  packagefile encoding/binary=/tmp/go-build3897779518/b068/_pkg_.a
2025-08-20T20:32:51.7573338Z [00:03:07.400]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b180/_pkg_.a
2025-08-20T20:32:51.7573989Z [00:03:07.400]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3897779518/b189/_pkg_.a
2025-08-20T20:32:51.7574777Z [00:03:07.400]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b190/_pkg_.a
2025-08-20T20:32:51.7575375Z [00:03:07.400]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3897779518/b181/_pkg_.a
2025-08-20T20:32:51.7575917Z [00:03:07.400]➜  packagefile net/http/httptrace=/tmp/go-build3897779518/b194/_pkg_.a
2025-08-20T20:32:51.7576426Z [00:03:07.400]➜  packagefile net/http/internal=/tmp/go-build3897779518/b195/_pkg_.a
2025-08-20T20:32:51.7576945Z [00:03:07.400]➜  packagefile net/http/internal/ascii=/tmp/go-build3897779518/b196/_pkg_.a
2025-08-20T20:32:51.7577506Z [00:03:07.400]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3897779518/b197/_pkg_.a
2025-08-20T20:32:51.7578217Z [00:03:07.400]➜  packagefile crypto=/tmp/go-build3897779518/b108/_pkg_.a
2025-08-20T20:32:51.7578659Z [00:03:07.400]➜  packagefile crypto/aes=/tmp/go-build3897779518/b135/_pkg_.a
2025-08-20T20:32:51.7579126Z [00:03:07.400]➜  packagefile crypto/cipher=/tmp/go-build3897779518/b109/_pkg_.a
2025-08-20T20:32:51.7579583Z [00:03:07.400]➜  packagefile crypto/des=/tmp/go-build3897779518/b136/_pkg_.a
2025-08-20T20:32:51.7580034Z [00:03:07.400]➜  packagefile crypto/ecdh=/tmp/go-build3897779518/b137/_pkg_.a
2025-08-20T20:32:51.7580495Z [00:03:07.400]➜  packagefile crypto/ecdsa=/tmp/go-build3897779518/b142/_pkg_.a
2025-08-20T20:32:51.7580965Z [00:03:07.400]➜  packagefile crypto/ed25519=/tmp/go-build3897779518/b154/_pkg_.a
2025-08-20T20:32:51.7581441Z [00:03:07.400]➜  packagefile crypto/elliptic=/tmp/go-build3897779518/b143/_pkg_.a
2025-08-20T20:32:51.7581916Z [00:03:07.400]➜  packagefile crypto/hkdf=/tmp/go-build3897779518/b157/_pkg_.a
2025-08-20T20:32:51.7582374Z [00:03:07.400]➜  packagefile crypto/hmac=/tmp/go-build3897779518/b159/_pkg_.a
2025-08-20T20:32:51.7583151Z [00:03:07.400]➜  packagefile crypto/internal/boring=/tmp/go-build3897779518/b107/_pkg_.a
2025-08-20T20:32:51.7583786Z [00:03:07.400]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3897779518/b110/_pkg_.a
2025-08-20T20:32:51.7584378Z [00:03:07.400]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3897779518/b123/_pkg_.a
2025-08-20T20:32:51.7584968Z [00:03:07.400]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3897779518/b160/_pkg_.a
2025-08-20T20:32:51.7585602Z [00:03:07.400]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3897779518/b161/_pkg_.a
2025-08-20T20:32:51.7586283Z [00:03:07.400]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3897779518/b162/_pkg_.a
2025-08-20T20:32:51.7586907Z [00:03:07.400]➜  packagefile crypto/internal/hpke=/tmp/go-build3897779518/b163/_pkg_.a
2025-08-20T20:32:51.7587392Z [00:03:07.400]➜  packagefile crypto/md5=/tmp/go-build3897779518/b168/_pkg_.a
2025-08-20T20:32:51.7588078Z [00:03:07.400]➜  packagefile crypto/rc4=/tmp/go-build3897779518/b169/_pkg_.a
2025-08-20T20:32:51.7588548Z [00:03:07.400]➜  packagefile crypto/rsa=/tmp/go-build3897779518/b170/_pkg_.a
2025-08-20T20:32:51.7589004Z [00:03:07.400]➜  packagefile crypto/sha1=/tmp/go-build3897779518/b172/_pkg_.a
2025-08-20T20:32:51.7589476Z [00:03:07.400]➜  packagefile crypto/sha512=/tmp/go-build3897779518/b150/_pkg_.a
2025-08-20T20:32:51.7589944Z [00:03:07.400]➜  packagefile crypto/subtle=/tmp/go-build3897779518/b130/_pkg_.a
2025-08-20T20:32:51.7590661Z [00:03:07.400]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3897779518/b174/_pkg_.a
2025-08-20T20:32:51.7591192Z [00:03:07.400]➜  packagefile encoding/pem=/tmp/go-build3897779518/b179/_pkg_.a
2025-08-20T20:32:51.7591777Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3897779518/b164/_pkg_.a
2025-08-20T20:32:51.7592436Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3897779518/b151/_pkg_.a
2025-08-20T20:32:51.7592957Z [00:03:07.400]➜  packagefile hash=/tmp/go-build3897779518/b104/_pkg_.a
2025-08-20T20:32:51.7593372Z [00:03:07.400]➜  packagefile weak=/tmp/go-build3897779518/b091/_pkg_.a
2025-08-20T20:32:51.7593957Z [00:03:07.400]➜  packagefile crypto/dsa=/tmp/go-build3897779518/b177/_pkg_.a
2025-08-20T20:32:51.7594431Z [00:03:07.400]➜  packagefile crypto/x509/pkix=/tmp/go-build3897779518/b178/_pkg_.a
2025-08-20T20:32:51.7594908Z [00:03:07.400]➜  packagefile encoding/asn1=/tmp/go-build3897779518/b152/_pkg_.a
2025-08-20T20:32:51.7595502Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3897779518/b153/_pkg_.a
2025-08-20T20:32:51.7596198Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/api/client-go/gitlaboauth2=/tmp/go-build3897779518/b215/_pkg_.a
2025-08-20T20:32:51.7596849Z [00:03:07.400]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build3897779518/b222/_pkg_.a
2025-08-20T20:32:51.7597422Z [00:03:07.400]➜  packagefile golang.org/x/text/cases=/tmp/go-build3897779518/b224/_pkg_.a
2025-08-20T20:32:51.7598189Z [00:03:07.400]➜  packagefile golang.org/x/text/language=/tmp/go-build3897779518/b226/_pkg_.a
2025-08-20T20:32:51.7598686Z [00:03:07.400]➜  packagefile io/ioutil=/tmp/go-build3897779518/b205/_pkg_.a
2025-08-20T20:32:51.7599179Z [00:03:07.400]➜  packagefile golang.org/x/text/width=/tmp/go-build3897779518/b220/_pkg_.a
2025-08-20T20:32:51.7599736Z [00:03:07.400]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3897779518/b301/_pkg_.a
2025-08-20T20:32:51.7600340Z [00:03:07.400]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3897779518/b303/_pkg_.a
2025-08-20T20:32:51.7600960Z [00:03:07.400]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3897779518/b305/_pkg_.a
2025-08-20T20:32:51.7601522Z [00:03:07.400]➜  packagefile github.com/spf13/afero=/tmp/go-build3897779518/b311/_pkg_.a
2025-08-20T20:32:51.7602050Z [00:03:07.400]➜  packagefile github.com/spf13/cast=/tmp/go-build3897779518/b315/_pkg_.a
2025-08-20T20:32:51.7602865Z [00:03:07.400]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3897779518/b317/_pkg_.a
2025-08-20T20:32:51.7603641Z [00:03:07.400]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3897779518/b324/_pkg_.a
2025-08-20T20:32:51.7604348Z [00:03:07.400]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3897779518/b325/_pkg_.a
2025-08-20T20:32:51.7605051Z [00:03:07.400]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3897779518/b331/_pkg_.a
2025-08-20T20:32:51.7605812Z [00:03:07.400]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3897779518/b332/_pkg_.a
2025-08-20T20:32:51.7606409Z [00:03:07.400]➜  packagefile log/slog=/tmp/go-build3897779518/b333/_pkg_.a
2025-08-20T20:32:51.7606949Z [00:03:07.400]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build3897779518/b338/_pkg_.a
2025-08-20T20:32:51.7607465Z [00:03:07.400]➜  packagefile testing=/tmp/go-build3897779518/b345/_pkg_.a
2025-08-20T20:32:51.7608234Z [00:03:07.400]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3897779518/b349/_pkg_.a
2025-08-20T20:32:51.7608882Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/browser=/tmp/go-build3897779518/b291/_pkg_.a
2025-08-20T20:32:51.7609615Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/delete=/tmp/go-build3897779518/b357/_pkg_.a
2025-08-20T20:32:51.7610383Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/list=/tmp/go-build3897779518/b358/_pkg_.a
2025-08-20T20:32:51.7611369Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/alias/set=/tmp/go-build3897779518/b361/_pkg_.a
2025-08-20T20:32:51.7612018Z [00:03:07.400]➜  packagefile github.com/tidwall/pretty=/tmp/go-build3897779518/b363/_pkg_.a
2025-08-20T20:32:51.7612689Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/docker=/tmp/go-build3897779518/b365/_pkg_.a
2025-08-20T20:32:51.7613473Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/generate=/tmp/go-build3897779518/b375/_pkg_.a
2025-08-20T20:32:51.7614248Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/login=/tmp/go-build3897779518/b388/_pkg_.a
2025-08-20T20:32:51.7615179Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/logout=/tmp/go-build3897779518/b390/_pkg_.a
2025-08-20T20:32:51.7615951Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/status=/tmp/go-build3897779518/b391/_pkg_.a
2025-08-20T20:32:51.7616762Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/changelog/generate=/tmp/go-build3897779518/b393/_pkg_.a
2025-08-20T20:32:51.7617562Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/artifact=/tmp/go-build3897779518/b395/_pkg_.a
2025-08-20T20:32:51.7618552Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel=/tmp/go-build3897779518/b398/_pkg_.a
2025-08-20T20:32:51.7619316Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/config=/tmp/go-build3897779518/b402/_pkg_.a
2025-08-20T20:32:51.7620067Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/delete=/tmp/go-build3897779518/b404/_pkg_.a
2025-08-20T20:32:51.7620809Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/get=/tmp/go-build3897779518/b405/_pkg_.a
2025-08-20T20:32:51.7621563Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/legacyci=/tmp/go-build3897779518/b407/_pkg_.a
2025-08-20T20:32:51.7622323Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/lint=/tmp/go-build3897779518/b408/_pkg_.a
2025-08-20T20:32:51.7623061Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/list=/tmp/go-build3897779518/b453/_pkg_.a
2025-08-20T20:32:51.7623800Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/retry=/tmp/go-build3897779518/b454/_pkg_.a
2025-08-20T20:32:51.7624695Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/run=/tmp/go-build3897779518/b455/_pkg_.a
2025-08-20T20:32:51.7625499Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/run_trig=/tmp/go-build3897779518/b456/_pkg_.a
2025-08-20T20:32:51.7626257Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/status=/tmp/go-build3897779518/b457/_pkg_.a
2025-08-20T20:32:51.7627009Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/trace=/tmp/go-build3897779518/b409/_pkg_.a
2025-08-20T20:32:51.7627999Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/trigger=/tmp/go-build3897779518/b459/_pkg_.a
2025-08-20T20:32:51.7628815Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/view=/tmp/go-build3897779518/b410/_pkg_.a
2025-08-20T20:32:51.7629577Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent=/tmp/go-build3897779518/b461/_pkg_.a
2025-08-20T20:32:51.7630365Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/graph=/tmp/go-build3897779518/b577/_pkg_.a
2025-08-20T20:32:51.7631147Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/add=/tmp/go-build3897779518/b655/_pkg_.a
2025-08-20T20:32:51.7631950Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/delete=/tmp/go-build3897779518/b656/_pkg_.a
2025-08-20T20:32:51.7632898Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/get=/tmp/go-build3897779518/b657/_pkg_.a
2025-08-20T20:32:51.7633692Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/deploy-key/list=/tmp/go-build3897779518/b658/_pkg_.a
2025-08-20T20:32:51.7634453Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/duo/ask=/tmp/go-build3897779518/b660/_pkg_.a
2025-08-20T20:32:51.7635224Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/close=/tmp/go-build3897779518/b663/_pkg_.a
2025-08-20T20:32:51.7636011Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/list=/tmp/go-build3897779518/b667/_pkg_.a
2025-08-20T20:32:51.7636936Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/note=/tmp/go-build3897779518/b669/_pkg_.a
2025-08-20T20:32:51.7637868Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/reopen=/tmp/go-build3897779518/b671/_pkg_.a
2025-08-20T20:32:51.7638760Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/subscribe=/tmp/go-build3897779518/b673/_pkg_.a
2025-08-20T20:32:51.7639603Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/unsubscribe=/tmp/go-build3897779518/b675/_pkg_.a
2025-08-20T20:32:51.7640412Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/incident/view=/tmp/go-build3897779518/b677/_pkg_.a
2025-08-20T20:32:51.7641191Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board=/tmp/go-build3897779518/b680/_pkg_.a
2025-08-20T20:32:51.7641961Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/close=/tmp/go-build3897779518/b683/_pkg_.a
2025-08-20T20:32:51.7642736Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/create=/tmp/go-build3897779518/b684/_pkg_.a
2025-08-20T20:32:51.7643515Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/delete=/tmp/go-build3897779518/b686/_pkg_.a
2025-08-20T20:32:51.7644288Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/list=/tmp/go-build3897779518/b687/_pkg_.a
2025-08-20T20:32:51.7645052Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/note=/tmp/go-build3897779518/b688/_pkg_.a
2025-08-20T20:32:51.7645821Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/reopen=/tmp/go-build3897779518/b689/_pkg_.a
2025-08-20T20:32:51.7646756Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/subscribe=/tmp/go-build3897779518/b690/_pkg_.a
2025-08-20T20:32:51.7647631Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/unsubscribe=/tmp/go-build3897779518/b691/_pkg_.a
2025-08-20T20:32:51.7648624Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/update=/tmp/go-build3897779518/b692/_pkg_.a
2025-08-20T20:32:51.7649401Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/view=/tmp/go-build3897779518/b693/_pkg_.a
2025-08-20T20:32:51.7650273Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/iteration/list=/tmp/go-build3897779518/b695/_pkg_.a
2025-08-20T20:32:51.7651120Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/job/artifact=/tmp/go-build3897779518/b396/_pkg_.a
2025-08-20T20:32:51.7651901Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/create=/tmp/go-build3897779518/b698/_pkg_.a
2025-08-20T20:32:51.7652673Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/delete=/tmp/go-build3897779518/b699/_pkg_.a
2025-08-20T20:32:51.7653436Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/label/list=/tmp/go-build3897779518/b700/_pkg_.a
2025-08-20T20:32:51.7654195Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/approve=/tmp/go-build3897779518/b702/_pkg_.a
2025-08-20T20:32:51.7655096Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/approvers=/tmp/go-build3897779518/b703/_pkg_.a
2025-08-20T20:32:51.7655871Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/checkout=/tmp/go-build3897779518/b704/_pkg_.a
2025-08-20T20:32:51.7656626Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/close=/tmp/go-build3897779518/b705/_pkg_.a
2025-08-20T20:32:51.7657373Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/create=/tmp/go-build3897779518/b706/_pkg_.a
2025-08-20T20:32:51.7658314Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/delete=/tmp/go-build3897779518/b707/_pkg_.a
2025-08-20T20:32:51.7659265Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/diff=/tmp/go-build3897779518/b708/_pkg_.a
2025-08-20T20:32:51.7660006Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/for=/tmp/go-build3897779518/b709/_pkg_.a
2025-08-20T20:32:51.7660754Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/issues=/tmp/go-build3897779518/b710/_pkg_.a
2025-08-20T20:32:51.7661499Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/list=/tmp/go-build3897779518/b711/_pkg_.a
2025-08-20T20:32:51.7662241Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/merge=/tmp/go-build3897779518/b712/_pkg_.a
2025-08-20T20:32:51.7662980Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/note=/tmp/go-build3897779518/b713/_pkg_.a
2025-08-20T20:32:51.7663778Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/rebase=/tmp/go-build3897779518/b714/_pkg_.a
2025-08-20T20:32:51.7664537Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/reopen=/tmp/go-build3897779518/b715/_pkg_.a
2025-08-20T20:32:51.7665286Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/revoke=/tmp/go-build3897779518/b716/_pkg_.a
2025-08-20T20:32:51.7666057Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/subscribe=/tmp/go-build3897779518/b717/_pkg_.a
2025-08-20T20:32:51.7666811Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/todo=/tmp/go-build3897779518/b718/_pkg_.a
2025-08-20T20:32:51.7667577Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/unsubscribe=/tmp/go-build3897779518/b719/_pkg_.a
2025-08-20T20:32:51.7668687Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/update=/tmp/go-build3897779518/b720/_pkg_.a
2025-08-20T20:32:51.7669534Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/view=/tmp/go-build3897779518/b721/_pkg_.a
2025-08-20T20:32:51.7670312Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/init=/tmp/go-build3897779518/b723/_pkg_.a
2025-08-20T20:32:51.7671107Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state=/tmp/go-build3897779518/b724/_pkg_.a
2025-08-20T20:32:51.7671989Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/archive=/tmp/go-build3897779518/b731/_pkg_.a
2025-08-20T20:32:51.7672893Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/clone=/tmp/go-build3897779518/b733/_pkg_.a
2025-08-20T20:32:51.7673715Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/contributors=/tmp/go-build3897779518/b734/_pkg_.a
2025-08-20T20:32:51.7674537Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/create=/tmp/go-build3897779518/b735/_pkg_.a
2025-08-20T20:32:51.7675332Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/delete=/tmp/go-build3897779518/b736/_pkg_.a
2025-08-20T20:32:51.7676119Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/fork=/tmp/go-build3897779518/b737/_pkg_.a
2025-08-20T20:32:51.7677091Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/list=/tmp/go-build3897779518/b738/_pkg_.a
2025-08-20T20:32:51.7678082Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/mirror=/tmp/go-build3897779518/b739/_pkg_.a
2025-08-20T20:32:51.7678961Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/publish=/tmp/go-build3897779518/b740/_pkg_.a
2025-08-20T20:32:51.7679769Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/search=/tmp/go-build3897779518/b742/_pkg_.a
2025-08-20T20:32:51.7680579Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/transfer=/tmp/go-build3897779518/b743/_pkg_.a
2025-08-20T20:32:51.7681594Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/update=/tmp/go-build3897779518/b744/_pkg_.a
2025-08-20T20:32:51.7682379Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/view=/tmp/go-build3897779518/b745/_pkg_.a
2025-08-20T20:32:51.7683175Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/create=/tmp/go-build3897779518/b747/_pkg_.a
2025-08-20T20:32:51.7683968Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/delete=/tmp/go-build3897779518/b751/_pkg_.a
2025-08-20T20:32:51.7684771Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/download=/tmp/go-build3897779518/b752/_pkg_.a
2025-08-20T20:32:51.7685607Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/list=/tmp/go-build3897779518/b753/_pkg_.a
2025-08-20T20:32:51.7686399Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/upload=/tmp/go-build3897779518/b754/_pkg_.a
2025-08-20T20:32:51.7687186Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/view=/tmp/go-build3897779518/b755/_pkg_.a
2025-08-20T20:32:51.7688115Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/create=/tmp/go-build3897779518/b757/_pkg_.a
2025-08-20T20:32:51.7688977Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/delete=/tmp/go-build3897779518/b758/_pkg_.a
2025-08-20T20:32:51.7689772Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/list=/tmp/go-build3897779518/b759/_pkg_.a
2025-08-20T20:32:51.7690551Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/run=/tmp/go-build3897779518/b760/_pkg_.a
2025-08-20T20:32:51.7691471Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/schedule/update=/tmp/go-build3897779518/b761/_pkg_.a
2025-08-20T20:32:51.7692392Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/create=/tmp/go-build3897779518/b763/_pkg_.a
2025-08-20T20:32:51.7693239Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/download=/tmp/go-build3897779518/b764/_pkg_.a
2025-08-20T20:32:51.7694063Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/get=/tmp/go-build3897779518/b765/_pkg_.a
2025-08-20T20:32:51.7694940Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/list=/tmp/go-build3897779518/b766/_pkg_.a
2025-08-20T20:32:51.7695860Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/securefile/remove=/tmp/go-build3897779518/b767/_pkg_.a
2025-08-20T20:32:51.7696675Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/snippet/create=/tmp/go-build3897779518/b769/_pkg_.a
2025-08-20T20:32:51.7697454Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/add=/tmp/go-build3897779518/b771/_pkg_.a
2025-08-20T20:32:51.7698490Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/delete=/tmp/go-build3897779518/b772/_pkg_.a
2025-08-20T20:32:51.7699274Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/get=/tmp/go-build3897779518/b773/_pkg_.a
2025-08-20T20:32:51.7700255Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ssh-key/list=/tmp/go-build3897779518/b774/_pkg_.a
2025-08-20T20:32:51.7701031Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/create=/tmp/go-build3897779518/b776/_pkg_.a
2025-08-20T20:32:51.7701802Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/list=/tmp/go-build3897779518/b777/_pkg_.a
2025-08-20T20:32:51.7702583Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/navigate=/tmp/go-build3897779518/b778/_pkg_.a
2025-08-20T20:32:51.7703376Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/reorder=/tmp/go-build3897779518/b779/_pkg_.a
2025-08-20T20:32:51.7704306Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/save=/tmp/go-build3897779518/b781/_pkg_.a
2025-08-20T20:32:51.7705079Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/switch=/tmp/go-build3897779518/b784/_pkg_.a
2025-08-20T20:32:51.7705846Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/stack/sync=/tmp/go-build3897779518/b785/_pkg_.a
2025-08-20T20:32:51.7706610Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/create=/tmp/go-build3897779518/b787/_pkg_.a
2025-08-20T20:32:51.7707372Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/list=/tmp/go-build3897779518/b791/_pkg_.a
2025-08-20T20:32:51.7708327Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/revoke=/tmp/go-build3897779518/b792/_pkg_.a
2025-08-20T20:32:51.7709104Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/rotate=/tmp/go-build3897779518/b793/_pkg_.a
2025-08-20T20:32:51.7709883Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/user/events=/tmp/go-build3897779518/b797/_pkg_.a
2025-08-20T20:32:51.7710673Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/delete=/tmp/go-build3897779518/b799/_pkg_.a
2025-08-20T20:32:51.7711480Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/export=/tmp/go-build3897779518/b801/_pkg_.a
2025-08-20T20:32:51.7712271Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/get=/tmp/go-build3897779518/b802/_pkg_.a
2025-08-20T20:32:51.7713186Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/list=/tmp/go-build3897779518/b803/_pkg_.a
2025-08-20T20:32:51.7714052Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/set=/tmp/go-build3897779518/b804/_pkg_.a
2025-08-20T20:32:51.7714854Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/update=/tmp/go-build3897779518/b805/_pkg_.a
2025-08-20T20:32:51.7715571Z [00:03:07.400]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3897779518/b232/_pkg_.a
2025-08-20T20:32:51.7716218Z [00:03:07.400]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3897779518/b285/_pkg_.a
2025-08-20T20:32:51.7716901Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3897779518/b286/_pkg_.a
2025-08-20T20:32:51.7717542Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build3897779518/b289/_pkg_.a
2025-08-20T20:32:51.7718286Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build3897779518/b290/_pkg_.a
2025-08-20T20:32:51.7718897Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3897779518/b287/_pkg_.a
2025-08-20T20:32:51.7719494Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3897779518/b284/_pkg_.a
2025-08-20T20:32:51.7720088Z [00:03:07.400]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3897779518/b282/_pkg_.a
2025-08-20T20:32:51.7720626Z [00:03:07.400]➜  packagefile database/sql/driver=/tmp/go-build3897779518/b256/_pkg_.a
2025-08-20T20:32:51.7721362Z [00:03:07.400]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build3897779518/b209/_pkg_.a
2025-08-20T20:32:51.7721992Z [00:03:07.400]➜  packagefile github.com/zalando/go-keyring/secret_service=/tmp/go-build3897779518/b211/_pkg_.a
2025-08-20T20:32:51.7722568Z [00:03:07.400]➜  packagefile internal/oserror=/tmp/go-build3897779518/b052/_pkg_.a
2025-08-20T20:32:51.7723052Z [00:03:07.400]➜  packagefile internal/asan=/tmp/go-build3897779518/b026/_pkg_.a
2025-08-20T20:32:51.7723528Z [00:03:07.400]➜  packagefile internal/msan=/tmp/go-build3897779518/b027/_pkg_.a
2025-08-20T20:32:51.7723992Z [00:03:07.400]➜  packagefile log/internal=/tmp/go-build3897779518/b186/_pkg_.a
2025-08-20T20:32:51.7724487Z [00:03:07.400]➜  packagefile github.com/fatih/color=/tmp/go-build3897779518/b353/_pkg_.a
2025-08-20T20:32:51.7725181Z [00:03:07.400]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3897779518/b067/_pkg_.a
2025-08-20T20:32:51.7725758Z [00:03:07.400]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3897779518/b264/_pkg_.a
2025-08-20T20:32:51.7726375Z [00:03:07.400]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3897779518/b255/_pkg_.a
2025-08-20T20:32:51.7726939Z [00:03:07.400]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3897779518/b258/_pkg_.a
2025-08-20T20:32:51.7727432Z [00:03:07.400]➜  packagefile image/color=/tmp/go-build3897779518/b252/_pkg_.a
2025-08-20T20:32:51.7728172Z [00:03:07.400]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3897779518/b257/_pkg_.a
2025-08-20T20:32:51.7728708Z [00:03:07.400]➜  packagefile internal/bisect=/tmp/go-build3897779518/b056/_pkg_.a
2025-08-20T20:32:51.7729159Z [00:03:07.400]➜  packagefile unique=/tmp/go-build3897779518/b090/_pkg_.a
2025-08-20T20:32:51.7729647Z [00:03:07.400]➜  packagefile crypto/internal/fips140=/tmp/go-build3897779518/b111/_pkg_.a
2025-08-20T20:32:51.7730209Z [00:03:07.400]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3897779518/b124/_pkg_.a
2025-08-20T20:32:51.7730794Z [00:03:07.400]➜  packagefile crypto/internal/fips140only=/tmp/go-build3897779518/b129/_pkg_.a
2025-08-20T20:32:51.7731358Z [00:03:07.400]➜  packagefile crypto/internal/randutil=/tmp/go-build3897779518/b127/_pkg_.a
2025-08-20T20:32:51.7731898Z [00:03:07.400]➜  packagefile crypto/internal/sysrand=/tmp/go-build3897779518/b126/_pkg_.a
2025-08-20T20:32:51.7732468Z [00:03:07.400]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3897779518/b116/_pkg_.a
2025-08-20T20:32:51.7732995Z [00:03:07.400]➜  packagefile compress/flate=/tmp/go-build3897779518/b102/_pkg_.a
2025-08-20T20:32:51.7733615Z [00:03:07.400]➜  packagefile hash/crc32=/tmp/go-build3897779518/b103/_pkg_.a
2025-08-20T20:32:51.7734240Z [00:03:07.400]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3897779518/b182/_pkg_.a
2025-08-20T20:32:51.7734892Z [00:03:07.400]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b184/_pkg_.a
2025-08-20T20:32:51.7735526Z [00:03:07.400]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b187/_pkg_.a
2025-08-20T20:32:51.7736134Z [00:03:07.400]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3897779518/b113/_pkg_.a
2025-08-20T20:32:51.7736790Z [00:03:07.400]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3897779518/b138/_pkg_.a
2025-08-20T20:32:51.7737488Z [00:03:07.400]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3897779518/b141/_pkg_.a
2025-08-20T20:32:51.7738307Z [00:03:07.400]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3897779518/b144/_pkg_.a
2025-08-20T20:32:51.7738887Z [00:03:07.400]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3897779518/b145/_pkg_.a
2025-08-20T20:32:51.7739470Z [00:03:07.400]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3897779518/b139/_pkg_.a
2025-08-20T20:32:51.7740057Z [00:03:07.400]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3897779518/b147/_pkg_.a
2025-08-20T20:32:51.7740633Z [00:03:07.400]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3897779518/b148/_pkg_.a
2025-08-20T20:32:51.7741294Z [00:03:07.400]➜  packagefile math/rand/v2=/tmp/go-build3897779518/b128/_pkg_.a
2025-08-20T20:32:51.7741833Z [00:03:07.400]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3897779518/b155/_pkg_.a
2025-08-20T20:32:51.7742417Z [00:03:07.400]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3897779518/b158/_pkg_.a
2025-08-20T20:32:51.7742989Z [00:03:07.400]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3897779518/b115/_pkg_.a
2025-08-20T20:32:51.7743560Z [00:03:07.400]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3897779518/b131/_pkg_.a
2025-08-20T20:32:51.7744134Z [00:03:07.400]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3897779518/b114/_pkg_.a
2025-08-20T20:32:51.7744967Z [00:03:07.400]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3897779518/b121/_pkg_.a
2025-08-20T20:32:51.7745593Z [00:03:07.400]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3897779518/b117/_pkg_.a
2025-08-20T20:32:51.7746222Z [00:03:07.400]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3897779518/b118/_pkg_.a
2025-08-20T20:32:51.7746842Z [00:03:07.400]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3897779518/b112/_pkg_.a
2025-08-20T20:32:51.7747409Z [00:03:07.400]➜  packagefile crypto/internal/impl=/tmp/go-build3897779518/b119/_pkg_.a
2025-08-20T20:32:51.7748191Z [00:03:07.400]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3897779518/b120/_pkg_.a
2025-08-20T20:32:51.7748784Z [00:03:07.400]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3897779518/b122/_pkg_.a
2025-08-20T20:32:51.7749368Z [00:03:07.400]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3897779518/b146/_pkg_.a
2025-08-20T20:32:51.7749948Z [00:03:07.400]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3897779518/b171/_pkg_.a
2025-08-20T20:32:51.7750463Z [00:03:07.400]➜  packagefile crypto/fips140=/tmp/go-build3897779518/b175/_pkg_.a
2025-08-20T20:32:51.7751022Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3897779518/b165/_pkg_.a
2025-08-20T20:32:51.7751813Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3897779518/b166/_pkg_.a
2025-08-20T20:32:51.7752554Z [00:03:07.400]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3897779518/b167/_pkg_.a
2025-08-20T20:32:51.7753182Z [00:03:07.400]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build3897779518/b216/_pkg_.a
2025-08-20T20:32:51.7753827Z [00:03:07.400]➜  packagefile golang.org/x/text/internal=/tmp/go-build3897779518/b225/_pkg_.a
2025-08-20T20:32:51.7754450Z [00:03:07.400]➜  packagefile golang.org/x/text/transform=/tmp/go-build3897779518/b221/_pkg_.a
2025-08-20T20:32:51.7755029Z [00:03:07.400]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3897779518/b230/_pkg_.a
2025-08-20T20:32:51.7755637Z [00:03:07.400]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3897779518/b227/_pkg_.a
2025-08-20T20:32:51.7756297Z [00:03:07.400]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3897779518/b229/_pkg_.a
2025-08-20T20:32:51.7756969Z [00:03:07.400]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3897779518/b302/_pkg_.a
2025-08-20T20:32:51.7757800Z [00:03:07.400]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3897779518/b304/_pkg_.a
2025-08-20T20:32:51.7758531Z [00:03:07.400]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3897779518/b306/_pkg_.a
2025-08-20T20:32:51.7759165Z [00:03:07.400]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3897779518/b312/_pkg_.a
2025-08-20T20:32:51.7759758Z [00:03:07.400]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3897779518/b313/_pkg_.a
2025-08-20T20:32:51.7760306Z [00:03:07.400]➜  packagefile golang.org/x/text/runes=/tmp/go-build3897779518/b314/_pkg_.a
2025-08-20T20:32:51.7760805Z [00:03:07.400]➜  packagefile html/template=/tmp/go-build3897779518/b316/_pkg_.a
2025-08-20T20:32:51.7761534Z [00:03:07.400]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3897779518/b318/_pkg_.a
2025-08-20T20:32:51.7762114Z [00:03:07.400]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3897779518/b326/_pkg_.a
2025-08-20T20:32:51.7762651Z [00:03:07.400]➜  packagefile log/slog/internal=/tmp/go-build3897779518/b334/_pkg_.a
2025-08-20T20:32:51.7763174Z [00:03:07.400]➜  packagefile log/slog/internal/buffer=/tmp/go-build3897779518/b335/_pkg_.a
2025-08-20T20:32:51.7763754Z [00:03:07.400]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3897779518/b339/_pkg_.a
2025-08-20T20:32:51.7764304Z [00:03:07.400]➜  packagefile internal/sysinfo=/tmp/go-build3897779518/b346/_pkg_.a
2025-08-20T20:32:51.7764791Z [00:03:07.400]➜  packagefile runtime/debug=/tmp/go-build3897779518/b309/_pkg_.a
2025-08-20T20:32:51.7765414Z [00:03:07.400]➜  packagefile runtime/trace=/tmp/go-build3897779518/b347/_pkg_.a
2025-08-20T20:32:51.7765944Z [00:03:07.400]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3897779518/b350/_pkg_.a
2025-08-20T20:32:51.7766536Z [00:03:07.400]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3897779518/b366/_pkg_.a
2025-08-20T20:32:51.7767237Z [00:03:07.400]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3897779518/b371/_pkg_.a
2025-08-20T20:32:51.7768173Z [00:03:07.400]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3897779518/b376/_pkg_.a
2025-08-20T20:32:51.7768731Z [00:03:07.400]➜  packagefile github.com/google/uuid=/tmp/go-build3897779518/b377/_pkg_.a
2025-08-20T20:32:51.7769435Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/generate/dpop=/tmp/go-build3897779518/b378/_pkg_.a
2025-08-20T20:32:51.7770122Z [00:03:07.400]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3897779518/b379/_pkg_.a
2025-08-20T20:32:51.7770669Z [00:03:07.400]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3897779518/b380/_pkg_.a
2025-08-20T20:32:51.7771377Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/auth/authutils=/tmp/go-build3897779518/b389/_pkg_.a
2025-08-20T20:32:51.7772331Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/job=/tmp/go-build3897779518/b399/_pkg_.a
2025-08-20T20:32:51.7773228Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/cancel/pipeline=/tmp/go-build3897779518/b401/_pkg_.a
2025-08-20T20:32:51.7774057Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/config/compile=/tmp/go-build3897779518/b403/_pkg_.a
2025-08-20T20:32:51.7774929Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/ci/ciutils=/tmp/go-build3897779518/b400/_pkg_.a
2025-08-20T20:32:51.7775749Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/mr/mrutils=/tmp/go-build3897779518/b406/_pkg_.a
2025-08-20T20:32:51.7776400Z [00:03:07.400]➜  packagefile github.com/gosuri/uilive=/tmp/go-build3897779518/b458/_pkg_.a
2025-08-20T20:32:51.7776951Z [00:03:07.400]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build3897779518/b411/_pkg_.a
2025-08-20T20:32:51.7777528Z [00:03:07.400]➜  packagefile github.com/lunixbochs/vtclean=/tmp/go-build3897779518/b451/_pkg_.a
2025-08-20T20:32:51.7778372Z [00:03:07.400]➜  packagefile github.com/pkg/errors=/tmp/go-build3897779518/b373/_pkg_.a
2025-08-20T20:32:51.7778910Z [00:03:07.400]➜  packagefile github.com/rivo/tview=/tmp/go-build3897779518/b452/_pkg_.a
2025-08-20T20:32:51.7779622Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/bootstrap=/tmp/go-build3897779518/b462/_pkg_.a
2025-08-20T20:32:51.7780554Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/check_manifest_usage=/tmp/go-build3897779518/b464/_pkg_.a
2025-08-20T20:32:51.7781468Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/get_token=/tmp/go-build3897779518/b465/_pkg_.a
2025-08-20T20:32:51.7782312Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/list=/tmp/go-build3897779518/b534/_pkg_.a
2025-08-20T20:32:51.7783336Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token=/tmp/go-build3897779518/b535/_pkg_.a
2025-08-20T20:32:51.7784222Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/update_kubeconfig=/tmp/go-build3897779518/b537/_pkg_.a
2025-08-20T20:32:51.7784878Z [00:03:07.400]➜  packagefile embed=/tmp/go-build3897779518/b243/_pkg_.a
2025-08-20T20:32:51.7785370Z [00:03:07.400]➜  packagefile github.com/coder/websocket=/tmp/go-build3897779518/b578/_pkg_.a
2025-08-20T20:32:51.7785968Z [00:03:07.400]➜  packagefile github.com/pkg/browser=/tmp/go-build3897779518/b581/_pkg_.a
2025-08-20T20:32:51.7786563Z [00:03:07.400]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3897779518/b507/_pkg_.a
2025-08-20T20:32:51.7787351Z [00:03:07.400]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3897779518/b482/_pkg_.a
2025-08-20T20:32:51.7788076Z [00:03:07.400]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3897779518/b531/_pkg_.a
2025-08-20T20:32:51.7788629Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2format=/tmp/go-build3897779518/b582/_pkg_.a
2025-08-20T20:32:51.7789215Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2graph=/tmp/go-build3897779518/b600/_pkg_.a
2025-08-20T20:32:51.7789860Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2dagrelayout=/tmp/go-build3897779518/b637/_pkg_.a
2025-08-20T20:32:51.7790486Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2lib=/tmp/go-build3897779518/b639/_pkg_.a
2025-08-20T20:32:51.7791068Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2oracle=/tmp/go-build3897779518/b650/_pkg_.a
2025-08-20T20:32:51.7791689Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2svg=/tmp/go-build3897779518/b647/_pkg_.a
2025-08-20T20:32:51.7792302Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/lib/log=/tmp/go-build3897779518/b638/_pkg_.a
2025-08-20T20:32:51.7792910Z [00:03:07.400]➜  packagefile oss.terrastruct.com/d2/lib/textmeasure=/tmp/go-build3897779518/b632/_pkg_.a
2025-08-20T20:32:51.7793745Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable=/tmp/go-build3897779518/b664/_pkg_.a
2025-08-20T20:32:51.7794583Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/close=/tmp/go-build3897779518/b665/_pkg_.a
2025-08-20T20:32:51.7795375Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/list=/tmp/go-build3897779518/b668/_pkg_.a
2025-08-20T20:32:51.7796245Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/note=/tmp/go-build3897779518/b670/_pkg_.a
2025-08-20T20:32:51.7797097Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/reopen=/tmp/go-build3897779518/b672/_pkg_.a
2025-08-20T20:32:51.7798069Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/subscribe=/tmp/go-build3897779518/b674/_pkg_.a
2025-08-20T20:32:51.7798968Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/unsubscribe=/tmp/go-build3897779518/b676/_pkg_.a
2025-08-20T20:32:51.7799787Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issuable/view=/tmp/go-build3897779518/b678/_pkg_.a
2025-08-20T20:32:51.7800591Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board/create=/tmp/go-build3897779518/b681/_pkg_.a
2025-08-20T20:32:51.7801411Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/board/view=/tmp/go-build3897779518/b682/_pkg_.a
2025-08-20T20:32:51.7802223Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/issue/issueutils=/tmp/go-build3897779518/b666/_pkg_.a
2025-08-20T20:32:51.7802967Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/recovery=/tmp/go-build3897779518/b685/_pkg_.a
2025-08-20T20:32:51.7803525Z [00:03:07.400]➜  packagefile archive/zip=/tmp/go-build3897779518/b397/_pkg_.a
2025-08-20T20:32:51.7804197Z [00:03:07.400]➜  packagefile github.com/avast/retry-go/v4=/tmp/go-build3897779518/b463/_pkg_.a
2025-08-20T20:32:51.7804920Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/delete=/tmp/go-build3897779518/b725/_pkg_.a
2025-08-20T20:32:51.7805781Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/download=/tmp/go-build3897779518/b726/_pkg_.a
2025-08-20T20:32:51.7806631Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/list=/tmp/go-build3897779518/b727/_pkg_.a
2025-08-20T20:32:51.7807471Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/lock=/tmp/go-build3897779518/b728/_pkg_.a
2025-08-20T20:32:51.7808589Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/opentofu/state/unlock=/tmp/go-build3897779518/b729/_pkg_.a
2025-08-20T20:32:51.7809293Z [00:03:07.400]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3897779518/b732/_pkg_.a
2025-08-20T20:32:51.7810030Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/project/publish/catalog=/tmp/go-build3897779518/b741/_pkg_.a
2025-08-20T20:32:51.7810781Z [00:03:07.400]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3897779518/b748/_pkg_.a
2025-08-20T20:32:51.7811531Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils=/tmp/go-build3897779518/b749/_pkg_.a
2025-08-20T20:32:51.7812417Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/release/releaseutils/upload=/tmp/go-build3897779518/b750/_pkg_.a
2025-08-20T20:32:51.7813179Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/auth=/tmp/go-build3897779518/b780/_pkg_.a
2025-08-20T20:32:51.7813768Z [00:03:07.400]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3897779518/b782/_pkg_.a
2025-08-20T20:32:51.7814457Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/accesslevel=/tmp/go-build3897779518/b788/_pkg_.a
2025-08-20T20:32:51.7815401Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/expirationdate=/tmp/go-build3897779518/b789/_pkg_.a
2025-08-20T20:32:51.7816291Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/token/filter=/tmp/go-build3897779518/b790/_pkg_.a
2025-08-20T20:32:51.7817120Z [00:03:07.400]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/variable/variableutils=/tmp/go-build3897779518/b800/_pkg_.a
2025-08-20T20:32:51.7818077Z [00:03:07.400]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3897779518/b233/_pkg_.a
2025-08-20T20:32:51.7818761Z [00:03:07.400]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3897779518/b237/_pkg_.a
2025-08-20T20:32:51.7819407Z [00:03:07.400]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3897779518/b244/_pkg_.a
2025-08-20T20:32:51.7820104Z [00:03:07.401]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3897779518/b245/_pkg_.a
2025-08-20T20:32:51.7820780Z [00:03:07.401]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3897779518/b246/_pkg_.a
2025-08-20T20:32:51.7821417Z [00:03:07.401]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3897779518/b265/_pkg_.a
2025-08-20T20:32:51.7822037Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3897779518/b247/_pkg_.a
2025-08-20T20:32:51.7822655Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3897779518/b266/_pkg_.a
2025-08-20T20:32:51.7823280Z [00:03:07.401]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3897779518/b267/_pkg_.a
2025-08-20T20:32:51.7823874Z [00:03:07.401]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3897779518/b274/_pkg_.a
2025-08-20T20:32:51.7824473Z [00:03:07.401]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3897779518/b276/_pkg_.a
2025-08-20T20:32:51.7825076Z [00:03:07.401]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3897779518/b277/_pkg_.a
2025-08-20T20:32:51.7825851Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3897779518/b278/_pkg_.a
2025-08-20T20:32:51.7826443Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3897779518/b280/_pkg_.a
2025-08-20T20:32:51.7827050Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3897779518/b283/_pkg_.a
2025-08-20T20:32:51.7827565Z [00:03:07.401]➜  packagefile html=/tmp/go-build3897779518/b240/_pkg_.a
2025-08-20T20:32:51.7828381Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3897779518/b288/_pkg_.a
2025-08-20T20:32:51.7828989Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3897779518/b281/_pkg_.a
2025-08-20T20:32:51.7829799Z [00:03:07.401]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3897779518/b279/_pkg_.a
2025-08-20T20:32:51.7830340Z [00:03:07.401]➜  packagefile os/user=/tmp/go-build3897779518/b210/_pkg_.a
2025-08-20T20:32:51.7830834Z [00:03:07.401]➜  packagefile crypto/internal/entropy=/tmp/go-build3897779518/b125/_pkg_.a
2025-08-20T20:32:51.7831421Z [00:03:07.401]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3897779518/b183/_pkg_.a
2025-08-20T20:32:51.7832044Z [00:03:07.401]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3897779518/b140/_pkg_.a
2025-08-20T20:32:51.7832582Z [00:03:07.401]➜  packagefile crypto/sha3=/tmp/go-build3897779518/b149/_pkg_.a
2025-08-20T20:32:51.7833141Z [00:03:07.401]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3897779518/b156/_pkg_.a
2025-08-20T20:32:51.7833747Z [00:03:07.401]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3897779518/b228/_pkg_.a
2025-08-20T20:32:51.7834319Z [00:03:07.401]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3897779518/b307/_pkg_.a
2025-08-20T20:32:51.7834978Z [00:03:07.401]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3897779518/b310/_pkg_.a
2025-08-20T20:32:51.7835651Z [00:03:07.401]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3897779518/b319/_pkg_.a
2025-08-20T20:32:51.7836431Z [00:03:07.401]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3897779518/b327/_pkg_.a
2025-08-20T20:32:51.7837224Z [00:03:07.401]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3897779518/b328/_pkg_.a
2025-08-20T20:32:51.7838129Z [00:03:07.401]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3897779518/b329/_pkg_.a
2025-08-20T20:32:51.7838961Z [00:03:07.401]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3897779518/b330/_pkg_.a
2025-08-20T20:32:51.7839652Z [00:03:07.401]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3897779518/b340/_pkg_.a
2025-08-20T20:32:51.7840271Z [00:03:07.401]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3897779518/b341/_pkg_.a
2025-08-20T20:32:51.7840908Z [00:03:07.401]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3897779518/b342/_pkg_.a
2025-08-20T20:32:51.7841482Z [00:03:07.401]➜  packagefile net/http/httptest=/tmp/go-build3897779518/b343/_pkg_.a
2025-08-20T20:32:51.7842082Z [00:03:07.401]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3897779518/b367/_pkg_.a
2025-08-20T20:32:51.7842770Z [00:03:07.401]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3897779518/b368/_pkg_.a
2025-08-20T20:32:51.7843432Z [00:03:07.401]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3897779518/b369/_pkg_.a
2025-08-20T20:32:51.7843981Z [00:03:07.401]➜  packagefile crypto/mlkem=/tmp/go-build3897779518/b381/_pkg_.a
2025-08-20T20:32:51.7844503Z [00:03:07.401]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3897779518/b382/_pkg_.a
2025-08-20T20:32:51.7845255Z [00:03:07.401]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3897779518/b384/_pkg_.a
2025-08-20T20:32:51.7845869Z [00:03:07.401]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3897779518/b385/_pkg_.a
2025-08-20T20:32:51.7846671Z [00:03:07.401]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3897779518/b386/_pkg_.a
2025-08-20T20:32:51.7847303Z [00:03:07.401]➜  packagefile github.com/gdamore/encoding=/tmp/go-build3897779518/b412/_pkg_.a
2025-08-20T20:32:51.7848070Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build3897779518/b413/_pkg_.a
2025-08-20T20:32:51.7848759Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build3897779518/b414/_pkg_.a
2025-08-20T20:32:51.7849443Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build3897779518/b420/_pkg_.a
2025-08-20T20:32:51.7850141Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build3897779518/b421/_pkg_.a
2025-08-20T20:32:51.7850766Z [00:03:07.401]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3897779518/b320/_pkg_.a
2025-08-20T20:32:51.7851262Z [00:03:07.401]➜  packagefile os/signal=/tmp/go-build3897779518/b450/_pkg_.a
2025-08-20T20:32:51.7851687Z [00:03:07.401]➜  packagefile image=/tmp/go-build3897779518/b251/_pkg_.a
2025-08-20T20:32:51.7852357Z [00:03:07.401]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/agentutils=/tmp/go-build3897779518/b466/_pkg_.a
2025-08-20T20:32:51.7853102Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3897779518/b467/_pkg_.a
2025-08-20T20:32:51.7853792Z [00:03:07.401]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3897779518/b532/_pkg_.a
2025-08-20T20:32:51.7854600Z [00:03:07.401]➜  packagefile gitlab.com/gitlab-org/cli/internal/commands/cluster/agent/token/list=/tmp/go-build3897779518/b536/_pkg_.a
2025-08-20T20:32:51.7855325Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3897779518/b538/_pkg_.a
2025-08-20T20:32:51.7855931Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3897779518/b561/_pkg_.a
2025-08-20T20:32:51.7856576Z [00:03:07.401]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build3897779518/b579/_pkg_.a
2025-08-20T20:32:51.7857405Z [00:03:07.401]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build3897779518/b580/_pkg_.a
2025-08-20T20:32:51.7858233Z [00:03:07.401]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3897779518/b468/_pkg_.a
2025-08-20T20:32:51.7858806Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2ast=/tmp/go-build3897779518/b583/_pkg_.a
2025-08-20T20:32:51.7859469Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2parser=/tmp/go-build3897779518/b601/_pkg_.a
2025-08-20T20:32:51.7860167Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2fonts=/tmp/go-build3897779518/b605/_pkg_.a
2025-08-20T20:32:51.7860842Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2latex=/tmp/go-build3897779518/b608/_pkg_.a
2025-08-20T20:32:51.7861465Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2target=/tmp/go-build3897779518/b625/_pkg_.a
2025-08-20T20:32:51.7862190Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2themes=/tmp/go-build3897779518/b630/_pkg_.a
2025-08-20T20:32:51.7862851Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2themes/d2themescatalog=/tmp/go-build3897779518/b631/_pkg_.a
2025-08-20T20:32:51.7863498Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/color=/tmp/go-build3897779518/b626/_pkg_.a
2025-08-20T20:32:51.7864086Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/geo=/tmp/go-build3897779518/b585/_pkg_.a
2025-08-20T20:32:51.7864675Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/label=/tmp/go-build3897779518/b584/_pkg_.a
2025-08-20T20:32:51.7865265Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/shape=/tmp/go-build3897779518/b628/_pkg_.a
2025-08-20T20:32:51.7865982Z [00:03:07.401]➜  packagefile oss.terrastruct.com/util-go/go2=/tmp/go-build3897779518/b602/_pkg_.a
2025-08-20T20:32:51.7866581Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/jsrunner=/tmp/go-build3897779518/b609/_pkg_.a
2025-08-20T20:32:51.7867198Z [00:03:07.401]➜  packagefile oss.terrastruct.com/util-go/xdefer=/tmp/go-build3897779518/b597/_pkg_.a
2025-08-20T20:32:51.7867950Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2compiler=/tmp/go-build3897779518/b640/_pkg_.a
2025-08-20T20:32:51.7868621Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2exporter=/tmp/go-build3897779518/b642/_pkg_.a
2025-08-20T20:32:51.7869224Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2layouts=/tmp/go-build3897779518/b643/_pkg_.a
2025-08-20T20:32:51.7869807Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2ir=/tmp/go-build3897779518/b641/_pkg_.a
2025-08-20T20:32:51.7870386Z [00:03:07.401]➜  packagefile oss.terrastruct.com/util-go/xrand=/tmp/go-build3897779518/b651/_pkg_.a
2025-08-20T20:32:51.7871031Z [00:03:07.401]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3897779518/b238/_pkg_.a
2025-08-20T20:32:51.7871725Z [00:03:07.401]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3897779518/b241/_pkg_.a
2025-08-20T20:32:51.7872407Z [00:03:07.401]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3897779518/b242/_pkg_.a
2025-08-20T20:32:51.7872939Z [00:03:07.401]➜  packagefile hash/fnv=/tmp/go-build3897779518/b604/_pkg_.a
2025-08-20T20:32:51.7873506Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2renderers/d2sketch=/tmp/go-build3897779518/b648/_pkg_.a
2025-08-20T20:32:51.7874132Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/svg=/tmp/go-build3897779518/b629/_pkg_.a
2025-08-20T20:32:51.7874868Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/version=/tmp/go-build3897779518/b649/_pkg_.a
2025-08-20T20:32:51.7875531Z [00:03:07.401]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3897779518/b633/_pkg_.a
2025-08-20T20:32:51.7876147Z [00:03:07.401]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build3897779518/b635/_pkg_.a
2025-08-20T20:32:51.7876718Z [00:03:07.401]➜  packagefile golang.org/x/image/font=/tmp/go-build3897779518/b587/_pkg_.a
2025-08-20T20:32:51.7877280Z [00:03:07.401]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build3897779518/b588/_pkg_.a
2025-08-20T20:32:51.7878061Z [00:03:07.401]➜  packagefile golang.org/x/net/html=/tmp/go-build3897779518/b272/_pkg_.a
2025-08-20T20:32:51.7878650Z [00:03:07.401]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3897779518/b783/_pkg_.a
2025-08-20T20:32:51.7879141Z [00:03:07.401]➜  packagefile encoding/xml=/tmp/go-build3897779518/b234/_pkg_.a
2025-08-20T20:32:51.7879659Z [00:03:07.401]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3897779518/b235/_pkg_.a
2025-08-20T20:32:51.7880248Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3897779518/b259/_pkg_.a
2025-08-20T20:32:51.7880885Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3897779518/b248/_pkg_.a
2025-08-20T20:32:51.7881527Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3897779518/b254/_pkg_.a
2025-08-20T20:32:51.7882336Z [00:03:07.401]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3897779518/b268/_pkg_.a
2025-08-20T20:32:51.7882970Z [00:03:07.401]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3897779518/b271/_pkg_.a
2025-08-20T20:32:51.7883575Z [00:03:07.401]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3897779518/b275/_pkg_.a
2025-08-20T20:32:51.7884170Z [00:03:07.401]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3897779518/b308/_pkg_.a
2025-08-20T20:32:51.7884795Z [00:03:07.401]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3897779518/b322/_pkg_.a
2025-08-20T20:32:51.7885467Z [00:03:07.401]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3897779518/b321/_pkg_.a
2025-08-20T20:32:51.7886330Z [00:03:07.401]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3897779518/b323/_pkg_.a
2025-08-20T20:32:51.7886934Z [00:03:07.401]➜  packagefile net/http/internal/testcert=/tmp/go-build3897779518/b344/_pkg_.a
2025-08-20T20:32:51.7887572Z [00:03:07.401]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build3897779518/b372/_pkg_.a
2025-08-20T20:32:51.7888419Z [00:03:07.401]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3897779518/b374/_pkg_.a
2025-08-20T20:32:51.7889075Z [00:03:07.401]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3897779518/b370/_pkg_.a
2025-08-20T20:32:51.7889775Z [00:03:07.401]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3897779518/b383/_pkg_.a
2025-08-20T20:32:51.7890369Z [00:03:07.401]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3897779518/b387/_pkg_.a
2025-08-20T20:32:51.7891003Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build3897779518/b415/_pkg_.a
2025-08-20T20:32:51.7891690Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build3897779518/b416/_pkg_.a
2025-08-20T20:32:51.7892378Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build3897779518/b417/_pkg_.a
2025-08-20T20:32:51.7893063Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build3897779518/b418/_pkg_.a
2025-08-20T20:32:51.7893745Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build3897779518/b419/_pkg_.a
2025-08-20T20:32:51.7894438Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build3897779518/b422/_pkg_.a
2025-08-20T20:32:51.7895310Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build3897779518/b423/_pkg_.a
2025-08-20T20:32:51.7896087Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build3897779518/b424/_pkg_.a
2025-08-20T20:32:51.7896792Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build3897779518/b425/_pkg_.a
2025-08-20T20:32:51.7897485Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build3897779518/b426/_pkg_.a
2025-08-20T20:32:51.7898500Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build3897779518/b427/_pkg_.a
2025-08-20T20:32:51.7899251Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build3897779518/b428/_pkg_.a
2025-08-20T20:32:51.7899938Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build3897779518/b429/_pkg_.a
2025-08-20T20:32:51.7900635Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build3897779518/b430/_pkg_.a
2025-08-20T20:32:51.7901336Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build3897779518/b431/_pkg_.a
2025-08-20T20:32:51.7902039Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build3897779518/b432/_pkg_.a
2025-08-20T20:32:51.7902727Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build3897779518/b433/_pkg_.a
2025-08-20T20:32:51.7903674Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build3897779518/b434/_pkg_.a
2025-08-20T20:32:51.7904375Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build3897779518/b435/_pkg_.a
2025-08-20T20:32:51.7905063Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build3897779518/b436/_pkg_.a
2025-08-20T20:32:51.7905777Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build3897779518/b437/_pkg_.a
2025-08-20T20:32:51.7906484Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build3897779518/b438/_pkg_.a
2025-08-20T20:32:51.7907160Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build3897779518/b439/_pkg_.a
2025-08-20T20:32:51.7908182Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build3897779518/b440/_pkg_.a
2025-08-20T20:32:51.7908922Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build3897779518/b441/_pkg_.a
2025-08-20T20:32:51.7909613Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build3897779518/b442/_pkg_.a
2025-08-20T20:32:51.7910291Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build3897779518/b443/_pkg_.a
2025-08-20T20:32:51.7910967Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build3897779518/b444/_pkg_.a
2025-08-20T20:32:51.7911644Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build3897779518/b445/_pkg_.a
2025-08-20T20:32:51.7912338Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build3897779518/b446/_pkg_.a
2025-08-20T20:32:51.7913036Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build3897779518/b447/_pkg_.a
2025-08-20T20:32:51.7913757Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build3897779518/b448/_pkg_.a
2025-08-20T20:32:51.7914506Z [00:03:07.401]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build3897779518/b449/_pkg_.a
2025-08-20T20:32:51.7915174Z [00:03:07.401]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3897779518/b469/_pkg_.a
2025-08-20T20:32:51.7915796Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3897779518/b470/_pkg_.a
2025-08-20T20:32:51.7916544Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3897779518/b477/_pkg_.a
2025-08-20T20:32:51.7917252Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3897779518/b479/_pkg_.a
2025-08-20T20:32:51.7917977Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3897779518/b481/_pkg_.a
2025-08-20T20:32:51.7918614Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3897779518/b496/_pkg_.a
2025-08-20T20:32:51.7919311Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3897779518/b472/_pkg_.a
2025-08-20T20:32:51.7920101Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3897779518/b480/_pkg_.a
2025-08-20T20:32:51.7920797Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3897779518/b518/_pkg_.a
2025-08-20T20:32:51.7921406Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3897779518/b519/_pkg_.a
2025-08-20T20:32:51.7922026Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3897779518/b508/_pkg_.a
2025-08-20T20:32:51.7922639Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3897779518/b512/_pkg_.a
2025-08-20T20:32:51.7923241Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3897779518/b522/_pkg_.a
2025-08-20T20:32:51.7923783Z [00:03:07.401]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3897779518/b520/_pkg_.a
2025-08-20T20:32:51.7924555Z [00:03:07.401]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3897779518/b533/_pkg_.a
2025-08-20T20:32:51.7925220Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3897779518/b485/_pkg_.a
2025-08-20T20:32:51.7925862Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3897779518/b483/_pkg_.a
2025-08-20T20:32:51.7926436Z [00:03:07.401]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3897779518/b539/_pkg_.a
2025-08-20T20:32:51.7926975Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/auth=/tmp/go-build3897779518/b573/_pkg_.a
2025-08-20T20:32:51.7927590Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3897779518/b574/_pkg_.a
2025-08-20T20:32:51.7928532Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3897779518/b576/_pkg_.a
2025-08-20T20:32:51.7929050Z [00:03:07.401]➜  packagefile k8s.io/klog/v2=/tmp/go-build3897779518/b486/_pkg_.a
2025-08-20T20:32:51.7929587Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/font=/tmp/go-build3897779518/b606/_pkg_.a
2025-08-20T20:32:51.7930191Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/lib/syncmap=/tmp/go-build3897779518/b607/_pkg_.a
2025-08-20T20:32:51.7930807Z [00:03:07.401]➜  packagefile github.com/mazznoer/csscolorparser=/tmp/go-build3897779518/b627/_pkg_.a
2025-08-20T20:32:51.7931374Z [00:03:07.401]➜  packagefile gonum.org/v1/plot/font=/tmp/go-build3897779518/b586/_pkg_.a
2025-08-20T20:32:51.7931924Z [00:03:07.401]➜  packagefile gonum.org/v1/plot/tools/bezier=/tmp/go-build3897779518/b595/_pkg_.a
2025-08-20T20:32:51.7932465Z [00:03:07.401]➜  packagefile gonum.org/v1/plot/vg=/tmp/go-build3897779518/b596/_pkg_.a
2025-08-20T20:32:51.7933004Z [00:03:07.401]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3897779518/b603/_pkg_.a
2025-08-20T20:32:51.7933552Z [00:03:07.401]➜  packagefile github.com/dop251/goja=/tmp/go-build3897779518/b610/_pkg_.a
2025-08-20T20:32:51.7934067Z [00:03:07.401]➜  packagefile golang.org/x/xerrors=/tmp/go-build3897779518/b598/_pkg_.a
2025-08-20T20:32:51.7934672Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2grid=/tmp/go-build3897779518/b644/_pkg_.a
2025-08-20T20:32:51.7935311Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2near=/tmp/go-build3897779518/b645/_pkg_.a
2025-08-20T20:32:51.7935972Z [00:03:07.401]➜  packagefile oss.terrastruct.com/d2/d2layouts/d2sequence=/tmp/go-build3897779518/b646/_pkg_.a
2025-08-20T20:32:51.7936798Z [00:03:07.401]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3897779518/b239/_pkg_.a
2025-08-20T20:32:51.7937473Z [00:03:07.401]➜  packagefile encoding/base32=/tmp/go-build3897779518/b475/_pkg_.a
2025-08-20T20:32:51.7938264Z [00:03:07.401]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3897779518/b634/_pkg_.a
2025-08-20T20:32:51.7938885Z [00:03:07.401]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build3897779518/b636/_pkg_.a
2025-08-20T20:32:51.7939413Z [00:03:07.401]➜  packagefile image/draw=/tmp/go-build3897779518/b589/_pkg_.a
2025-08-20T20:32:51.7940024Z [00:03:07.401]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3897779518/b273/_pkg_.a
2025-08-20T20:32:51.7940711Z [00:03:07.401]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3897779518/b236/_pkg_.a
2025-08-20T20:32:51.7941337Z [00:03:07.401]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3897779518/b260/_pkg_.a
2025-08-20T20:32:51.7941950Z [00:03:07.401]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3897779518/b261/_pkg_.a
2025-08-20T20:32:51.7942481Z [00:03:07.401]➜  packagefile compress/zlib=/tmp/go-build3897779518/b249/_pkg_.a
2025-08-20T20:32:51.7942941Z [00:03:07.401]➜  packagefile image/png=/tmp/go-build3897779518/b253/_pkg_.a
2025-08-20T20:32:51.7943467Z [00:03:07.401]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3897779518/b269/_pkg_.a
2025-08-20T20:32:51.7944050Z [00:03:07.401]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3897779518/b270/_pkg_.a
2025-08-20T20:32:51.7944749Z [00:03:07.401]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3897779518/b471/_pkg_.a
2025-08-20T20:32:51.7945382Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3897779518/b478/_pkg_.a
2025-08-20T20:32:51.7946100Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3897779518/b484/_pkg_.a
2025-08-20T20:32:51.7946647Z [00:03:07.401]➜  packagefile go/ast=/tmp/go-build3897779518/b497/_pkg_.a
2025-08-20T20:32:51.7947071Z [00:03:07.401]➜  packagefile go/doc=/tmp/go-build3897779518/b500/_pkg_.a
2025-08-20T20:32:51.7947499Z [00:03:07.401]➜  packagefile go/parser=/tmp/go-build3897779518/b503/_pkg_.a
2025-08-20T20:32:51.7948166Z [00:03:07.401]➜  packagefile go/token=/tmp/go-build3897779518/b499/_pkg_.a
2025-08-20T20:32:51.7948856Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/api/operation=/tmp/go-build3897779518/b505/_pkg_.a
2025-08-20T20:32:51.7949536Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3897779518/b506/_pkg_.a
2025-08-20T20:32:51.7950211Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3897779518/b511/_pkg_.a
2025-08-20T20:32:51.7950851Z [00:03:07.401]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3897779518/b513/_pkg_.a
2025-08-20T20:32:51.7951607Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3897779518/b473/_pkg_.a
2025-08-20T20:32:51.7952259Z [00:03:07.401]➜  packagefile sigs.k8s.io/json=/tmp/go-build3897779518/b509/_pkg_.a
2025-08-20T20:32:51.7952802Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3897779518/b523/_pkg_.a
2025-08-20T20:32:51.7953396Z [00:03:07.401]➜  packagefile sigs.k8s.io/randfill/bytesource=/tmp/go-build3897779518/b521/_pkg_.a
2025-08-20T20:32:51.7953923Z [00:03:07.401]➜  packagefile k8s.io/utils/net=/tmp/go-build3897779518/b494/_pkg_.a
2025-08-20T20:32:51.7954459Z [00:03:07.401]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3897779518/b540/_pkg_.a
2025-08-20T20:32:51.7955012Z [00:03:07.401]➜  packagefile golang.org/x/net/http2=/tmp/go-build3897779518/b524/_pkg_.a
2025-08-20T20:32:51.7955592Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3897779518/b541/_pkg_.a
2025-08-20T20:32:51.7956198Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3897779518/b542/_pkg_.a
2025-08-20T20:32:51.7956956Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3897779518/b543/_pkg_.a
2025-08-20T20:32:51.7957933Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor=/tmp/go-build3897779518/b552/_pkg_.a
2025-08-20T20:32:51.7958737Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3897779518/b553/_pkg_.a
2025-08-20T20:32:51.7959379Z [00:03:07.401]➜  packagefile k8s.io/client-go/features=/tmp/go-build3897779518/b554/_pkg_.a
2025-08-20T20:32:51.7959936Z [00:03:07.401]➜  packagefile k8s.io/client-go/pkg/version=/tmp/go-build3897779518/b555/_pkg_.a
2025-08-20T20:32:51.7960661Z [00:03:07.401]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3897779518/b557/_pkg_.a
2025-08-20T20:32:51.7961320Z [00:03:07.401]➜  packagefile k8s.io/client-go/rest/watch=/tmp/go-build3897779518/b569/_pkg_.a
2025-08-20T20:32:51.7961880Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3897779518/b562/_pkg_.a
2025-08-20T20:32:51.7962440Z [00:03:07.401]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3897779518/b563/_pkg_.a
2025-08-20T20:32:51.7962991Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/cert=/tmp/go-build3897779518/b570/_pkg_.a
2025-08-20T20:32:51.7963568Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3897779518/b572/_pkg_.a
2025-08-20T20:32:51.7964109Z [00:03:07.401]➜  packagefile k8s.io/utils/clock=/tmp/go-build3897779518/b565/_pkg_.a
2025-08-20T20:32:51.7964891Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3897779518/b544/_pkg_.a
2025-08-20T20:32:51.7965645Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3897779518/b551/_pkg_.a
2025-08-20T20:32:51.7966350Z [00:03:07.401]➜  packagefile k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3897779518/b575/_pkg_.a
2025-08-20T20:32:51.7966929Z [00:03:07.401]➜  packagefile github.com/go-logr/logr=/tmp/go-build3897779518/b487/_pkg_.a
2025-08-20T20:32:51.7967489Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build3897779518/b488/_pkg_.a
2025-08-20T20:32:51.7968258Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build3897779518/b490/_pkg_.a
2025-08-20T20:32:51.7969036Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build3897779518/b491/_pkg_.a
2025-08-20T20:32:51.7969621Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build3897779518/b492/_pkg_.a
2025-08-20T20:32:51.7970225Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3897779518/b489/_pkg_.a
2025-08-20T20:32:51.7970838Z [00:03:07.401]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build3897779518/b493/_pkg_.a
2025-08-20T20:32:51.7971443Z [00:03:07.401]➜  packagefile golang.org/x/image/font/opentype=/tmp/go-build3897779518/b591/_pkg_.a
2025-08-20T20:32:51.7972038Z [00:03:07.401]➜  packagefile golang.org/x/image/font/sfnt=/tmp/go-build3897779518/b592/_pkg_.a
2025-08-20T20:32:51.7972607Z [00:03:07.401]➜  packagefile github.com/dop251/goja/ast=/tmp/go-build3897779518/b611/_pkg_.a
2025-08-20T20:32:51.7973165Z [00:03:07.401]➜  packagefile github.com/dop251/goja/file=/tmp/go-build3897779518/b612/_pkg_.a
2025-08-20T20:32:51.7973727Z [00:03:07.401]➜  packagefile github.com/dop251/goja/ftoa=/tmp/go-build3897779518/b617/_pkg_.a
2025-08-20T20:32:51.7974295Z [00:03:07.401]➜  packagefile github.com/dop251/goja/parser=/tmp/go-build3897779518/b619/_pkg_.a
2025-08-20T20:32:51.7974871Z [00:03:07.401]➜  packagefile github.com/dop251/goja/token=/tmp/go-build3897779518/b615/_pkg_.a
2025-08-20T20:32:51.7975458Z [00:03:07.401]➜  packagefile github.com/dop251/goja/unistring=/tmp/go-build3897779518/b616/_pkg_.a
2025-08-20T20:32:51.7976051Z [00:03:07.401]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3897779518/b621/_pkg_.a
2025-08-20T20:32:51.7976615Z [00:03:07.401]➜  packagefile golang.org/x/text/collate=/tmp/go-build3897779518/b622/_pkg_.a
2025-08-20T20:32:51.7977116Z [00:03:07.401]➜  packagefile hash/maphash=/tmp/go-build3897779518/b624/_pkg_.a
2025-08-20T20:32:51.7977931Z [00:03:07.401]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3897779518/b599/_pkg_.a
2025-08-20T20:32:51.7978575Z [00:03:07.401]➜  packagefile image/internal/imageutil=/tmp/go-build3897779518/b590/_pkg_.a
2025-08-20T20:32:51.7979125Z [00:03:07.401]➜  packagefile github.com/xo/terminfo=/tmp/go-build3897779518/b262/_pkg_.a
2025-08-20T20:32:51.7979616Z [00:03:07.401]➜  packagefile hash/adler32=/tmp/go-build3897779518/b250/_pkg_.a
2025-08-20T20:32:51.7980075Z [00:03:07.401]➜  packagefile go/scanner=/tmp/go-build3897779518/b498/_pkg_.a
2025-08-20T20:32:51.7980629Z [00:03:07.401]➜  packagefile go/doc/comment=/tmp/go-build3897779518/b501/_pkg_.a
2025-08-20T20:32:51.7981174Z [00:03:07.401]➜  packagefile internal/lazyregexp=/tmp/go-build3897779518/b502/_pkg_.a
2025-08-20T20:32:51.7981688Z [00:03:07.401]➜  packagefile go/build/constraint=/tmp/go-build3897779518/b504/_pkg_.a
2025-08-20T20:32:51.7982226Z [00:03:07.401]➜  packagefile github.com/json-iterator/go=/tmp/go-build3897779518/b514/_pkg_.a
2025-08-20T20:32:51.7982789Z [00:03:07.401]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3897779518/b517/_pkg_.a
2025-08-20T20:32:51.7983348Z [00:03:07.401]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3897779518/b474/_pkg_.a
2025-08-20T20:32:51.7983997Z [00:03:07.401]➜  packagefile sigs.k8s.io/json/internal/golang/encoding/json=/tmp/go-build3897779518/b510/_pkg_.a
2025-08-20T20:32:51.7984874Z [00:03:07.401]➜  packagefile k8s.io/utils/internal/third_party/forked/golang/net=/tmp/go-build3897779518/b495/_pkg_.a
2025-08-20T20:32:51.7985531Z [00:03:07.401]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3897779518/b525/_pkg_.a
2025-08-20T20:32:51.7986153Z [00:03:07.401]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3897779518/b529/_pkg_.a
2025-08-20T20:32:51.7986694Z [00:03:07.401]➜  packagefile golang.org/x/net/idna=/tmp/go-build3897779518/b526/_pkg_.a
2025-08-20T20:32:51.7987279Z [00:03:07.401]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3897779518/b530/_pkg_.a
2025-08-20T20:32:51.7988159Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3897779518/b550/_pkg_.a
2025-08-20T20:32:51.7989095Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3897779518/b546/_pkg_.a
2025-08-20T20:32:51.7989846Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3897779518/b545/_pkg_.a
2025-08-20T20:32:51.7990507Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3897779518/b556/_pkg_.a
2025-08-20T20:32:51.7991109Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3897779518/b558/_pkg_.a
2025-08-20T20:32:51.7991799Z [00:03:07.401]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3897779518/b559/_pkg_.a
2025-08-20T20:32:51.7992568Z [00:03:07.401]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3897779518/b560/_pkg_.a
2025-08-20T20:32:51.7993250Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3897779518/b566/_pkg_.a
2025-08-20T20:32:51.7993856Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3897779518/b564/_pkg_.a
2025-08-20T20:32:51.7994449Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/workqueue=/tmp/go-build3897779518/b567/_pkg_.a
2025-08-20T20:32:51.7995019Z [00:03:07.401]➜  packagefile k8s.io/client-go/util/keyutil=/tmp/go-build3897779518/b571/_pkg_.a
2025-08-20T20:32:51.7995621Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3897779518/b547/_pkg_.a
2025-08-20T20:32:51.7996232Z [00:03:07.401]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3897779518/b548/_pkg_.a
2025-08-20T20:32:51.7996771Z [00:03:07.401]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3897779518/b549/_pkg_.a
2025-08-20T20:32:51.7997293Z [00:03:07.401]➜  packagefile golang.org/x/image/vector=/tmp/go-build3897779518/b594/_pkg_.a
2025-08-20T20:32:51.7998162Z [00:03:07.401]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3897779518/b593/_pkg_.a
2025-08-20T20:32:51.7998841Z [00:03:07.401]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3897779518/b613/_pkg_.a
2025-08-20T20:32:51.7999484Z [00:03:07.401]➜  packagefile github.com/dop251/goja/ftoa/internal/fast=/tmp/go-build3897779518/b618/_pkg_.a
2025-08-20T20:32:51.8000129Z [00:03:07.401]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build3897779518/b620/_pkg_.a
2025-08-20T20:32:51.8000836Z [00:03:07.401]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build3897779518/b623/_pkg_.a
2025-08-20T20:32:51.8014819Z [00:03:07.401]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3897779518/b515/_pkg_.a
2025-08-20T20:32:51.8015441Z [00:03:07.401]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3897779518/b516/_pkg_.a
2025-08-20T20:32:51.8016001Z [00:03:07.401]➜  packagefile github.com/x448/float16=/tmp/go-build3897779518/b476/_pkg_.a
2025-08-20T20:32:51.8016593Z [00:03:07.401]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3897779518/b527/_pkg_.a
2025-08-20T20:32:51.8017188Z [00:03:07.401]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3897779518/b528/_pkg_.a
2025-08-20T20:32:51.8018007Z [00:03:07.401]➜  packagefile container/heap=/tmp/go-build3897779518/b568/_pkg_.a
2025-08-20T20:32:51.8018726Z [00:03:07.401]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build3897779518/b614/_pkg_.a
2025-08-20T20:32:51.8063068Z [00:03:07.401]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgitlab.com/gitlab-org/cli/cmd/glab\nmod\tgitlab.com/gitlab-org/cli\tv1.67.1-0.20250820064939-318bc52a935a\t\ndep\tgithub.com/AlecAivazis/survey/v2\tv2.3.7\th1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=\ndep\tgithub.com/MakeNowJust/heredoc/v2\tv2.0.1\th1:rlCHh70XXXv7toz95ajQWOWQnN4WNLt0TdpZYIR/J6A=\ndep\tgithub.com/PuerkitoBio/goquery\tv1.10.0\th1:6fiXdLuUvYs2OJSvNRqlNPoBm6YABE226xrbavY5Wv4=\ndep\tgithub.com/alecthomas/chroma/v2\tv2.14.0\th1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=\ndep\tgithub.com/andybalholm/cascadia\tv1.3.2\th1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=\ndep\tgithub.com/avast/retry-go/v4\tv4.6.1\th1:VkOLRubHdisGrHnTu89g08aQEWEgRU7LVEop3GbIcMk=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/aymerick/douceur\tv0.2.0\th1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=\ndep\tgithub.com/briandowns/spinner\tv1.23.2\th1:Zc6ecUnI+YzLmJniCfDNaMbW0Wid1d5+qcTq4L2FW8w=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.2.3-0.20250311203215-f60798e515dc\th1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=\ndep\tgithub.com/charmbracelet/glamour\tv0.10.0\th1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.1-0.20250404203927-76690c660834\th1:ZR7e0ro+SZZiIZD7msJyA+NjkCNNavuiPBLgerbOziE=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.8.0\th1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/exp/slice\tv0.0.0-20250327172914-2fdc97757edf\th1:rLG0Yb6MQSDKdB52aGX55JT1oi0P0Kuaj7wi1bLUpnI=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/coder/websocket\tv1.8.13\th1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/davecgh/go-spew\tv1.1.2-0.20180830191138-d8f796af33cc\th1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=\ndep\tgithub.com/dlclark/regexp2\tv1.11.4\th1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=\ndep\tgithub.com/docker/cli\tv28.3.3+incompatible\th1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo=\ndep\tgithub.com/docker/docker-credential-helpers\tv0.9.3\th1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=\ndep\tgithub.com/dop251/goja\tv0.0.0-20240927123429-241b342198c2\th1:Ux9RXuPQmTB4C1MKagNLme0krvq8ulewfor+ORO/QL4=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/fatih/color\tv1.16.0\th1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=\ndep\tgithub.com/fsnotify/fsnotify\tv1.8.0\th1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=\ndep\tgithub.com/fxamacker/cbor/v2\tv2.7.0\th1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=\ndep\tgithub.com/gdamore/encoding\tv1.0.1\th1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=\ndep\tgithub.com/gdamore/tcell/v2\tv2.8.1\th1:KPNxyqclpWpWQlPLx6Xui1pMk8S+7+R37h3g07997NU=\ndep\tgithub.com/go-logr/logr\tv1.4.2\th1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=\ndep\tgithub.com/go-sourcemap/sourcemap\tv2.1.4+incompatible\th1:a+iTbH5auLKxaNwQFg0B+TCYl6lbukKPc7b5x0n1s6Q=\ndep\tgithub.com/go-viper/mapstructure/v2\tv2.2.1\th1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.0\th1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang-jwt/jwt/v5\tv5.3.0\th1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=\ndep\tgithub.com/golang/freetype\tv0.0.0-20170609003504-e2365dfdc4a0\th1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=\ndep\tgithub.com/google/go-querystring\tv1.1.0\th1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=\ndep\tgithub.com/google/pprof\tv0.0.0-20241029153458-d1b30febd7db\th1:097atOisP2aRj7vFgYQBbFN4U4JNXUNYpxael3UzMyo=\ndep\tgithub.com/google/renameio/v2\tv2.0.0\th1:UifI23ZTGY8Tt29JbYFiuyIU3eX+RNFtUwefq9qAhxg=\ndep\tgithub.com/google/shlex\tv0.0.0-20191202100458-e7afc7fbc510\th1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/gorilla/css\tv1.0.1\th1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=\ndep\tgithub.com/gosuri/uilive\tv0.0.4\th1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY=\ndep\tgithub.com/hashicorp/errwrap\tv1.1.0\th1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=\ndep\tgithub.com/hashicorp/go-cleanhttp\tv0.5.2\th1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=\ndep\tgithub.com/hashicorp/go-multierror\tv1.1.1\th1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=\ndep\tgithub.com/hashicorp/go-retryablehttp\tv0.7.8\th1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/lunixbochs/vtclean\tv1.0.0\th1:xu2sLAri4lGiovBDQKxl5mrXyESr3gUr5m5SM5+LVb8=\ndep\tgithub.com/mattn/go-colorable\tv0.1.14\th1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/mazznoer/csscolorparser\tv0.1.5\th1:Wr4uNIE+pHWN3TqZn2SGpA2nLRG064gB7WdSfSS5cz4=\ndep\tgithub.com/mgutz/ansi\tv0.0.0-20200706080929-d51e80ef957d\th1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=\ndep\tgithub.com/microcosm-cc/bluemonday\tv1.0.27\th1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/modern-go/concurrent\tv0.0.0-20180306012644-bacd9c7ef1dd\th1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=\ndep\tgithub.com/modern-go/reflect2\tv1.0.2\th1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=\ndep\tgithub.com/muesli/reflow\tv0.3.0\th1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=\ndep\tgithub.com/muesli/termenv\tv0.16.0\th1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/pelletier/go-toml/v2\tv2.2.3\th1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=\ndep\tgithub.com/pkg/browser\tv0.0.0-20240102092130-5ac0b6a4141c\th1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/pmezard/go-difflib\tv1.0.1-0.20181226105442-5d4384ee4fb2\th1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=\ndep\tgithub.com/rivo/tview\tv0.0.0-20230621164836-6cc0565babaf\th1:IchpMMtnfvzg7T3je672bP1nKWz1M4tW3kMZT6CbgoM=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/sagikazarmark/locafero\tv0.7.0\th1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/sourcegraph/conc\tv0.3.0\th1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=\ndep\tgithub.com/spf13/afero\tv1.12.0\th1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=\ndep\tgithub.com/spf13/cast\tv1.7.1\th1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.6\th1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=\ndep\tgithub.com/spf13/viper\tv1.20.1\th1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=\ndep\tgithub.com/stretchr/testify\tv1.10.0\th1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=\ndep\tgithub.com/subosito/gotenv\tv1.6.0\th1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=\ndep\tgithub.com/tidwall/pretty\tv1.2.1\th1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=\ndep\tgithub.com/x448/float16\tv0.8.4\th1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/yuin/goldmark\tv1.7.8\th1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=\ndep\tgithub.com/yuin/goldmark-emoji\tv1.0.5\th1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=\ndep\tgithub.com/zalando/go-keyring\tv0.2.6\th1:r7Yc3+H+Ux0+M72zacZoItR3UDxeWfKTcabvkI8ua9s=\ndep\tgitlab.com/gitlab-org/api/client-go\tv0.141.1\th1:d27K2wKSAzp6ytoc7pwJrNGQy5PRAVNXgVav16KfEMg=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20240909161429-701f63a606c0\th1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=\ndep\tgolang.org/x/image\tv0.20.0\th1:7cVCUjQwfL18gyBJOmYvptfSHS8Fb3YUDtfLIZ7Nbpw=\ndep\tgolang.org/x/net\tv0.42.0\th1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.34.0\th1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=\ndep\tgolang.org/x/text\tv0.28.0\th1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgolang.org/x/xerrors\tv0.0.0-20240903120638-7835f813f4da\th1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=\ndep\tgonum.org/v1/plot\tv0.14.0\th1:+LBDVFYwFe4LHhdP8coW6296MBEY4nQ+Y4vuUpJopcE=\ndep\tgopkg.in/inf.v0\tv0.9.1\th1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tk8s.io/apimachinery\tv0.33.4\th1:SOf/JW33TP0eppJMkIgQ+L6atlDiP/090oaX0y9pd9s=\ndep\tk8s.io/client-go\tv0.33.4\th1:TNH+CSu8EmXfitntjUPwaKVPN0AYMbc9F1bBS8/ABpw=\ndep\tk8s.io/klog/v2\tv2.130.1\th1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=\ndep\tk8s.io/utils\tv0.0.0-20241104100929-3ea5e8cea738\th1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=\ndep\toss.terrastruct.com/d2\tv0.7.0\th1:nFTap/RgAQtm1aAmUOOJxO8vgSCj3SLILcOkStnyHeI=\ndep\toss.terrastruct.com/util-go\tv0.0.0-20250213174338-243d8661088a\th1:UXF/Z9i9tOx/wqGUOn/T12wZeez1Gg0sAVKKl7YUDwM=\ndep\tsigs.k8s.io/json\tv0.0.0-20241010143419-9aa6b5e7a4b3\th1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8=\ndep\tsigs.k8s.io/randfill\tv1.0.0\th1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=\ndep\tsigs.k8s.io/structured-merge-diff/v4\tv4.6.0\th1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=\ndep\tsigs.k8s.io/yaml\tv1.4.0\th1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=318bc52a935a57e140e85977fb1b557a70ea4853\nbuild\tvcs.time=2025-08-20T06:49:39Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:32:51.8100091Z [00:03:07.401]➜  EOF
2025-08-20T20:32:51.8100329Z [00:03:07.401]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:32:51.8100585Z [00:03:07.401]➜  cd .
2025-08-20T20:32:51.8102129Z [00:03:07.401]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=Hk0t6af1FO7nIbsB7PJT/y4mW4ZmRCS7hLwkpr_Gg/BIQKNPMgKm-Nup3WZ7x8/Hk0t6af1FO7nIbsB7PJT -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:32:53.0133438Z [00:03:08.665]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:32:53.0450229Z [00:03:08.697]➜  mkdir -p /build-bins/
2025-08-20T20:32:53.0459009Z [00:03:08.698]➜  cp $WORK/b001/exe/a.out /build-bins/glab
2025-08-20T20:32:53.0687623Z [00:03:08.721]➜  rm -rf $WORK/b001/
2025-08-20T20:32:53.1907210Z [00:03:08.843]➜  + cp -fv /build-bins/glab /build-bins/gitlab-cli
2025-08-20T20:32:53.1921788Z [00:03:08.844]➜  '/build-bins/glab' -> '/build-bins/gitlab-cli'
2025-08-20T20:32:53.3357031Z [00:03:08.988]➜  '/tmp/tmp.NhlN4ZeHcO/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:32:53.3515175Z [00:03:09.004]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:32:53.4817027Z [00:03:09.134]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:32:53.5660300Z [00:03:09.218]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:32:53.5973507Z [00:03:09.249]➜  copy from `/build-bins/glab' [elf64-littleaarch64] to `/build-bins/stHoCAjd' [elf64-littleaarch64]
2025-08-20T20:32:53.7490129Z [00:03:09.401]➜  copy from `/build-bins/gitlab-cli' [elf64-littleaarch64] to `/build-bins/stolcjJi' [elf64-littleaarch64]
2025-08-20T20:32:53.9144266Z [00:03:09.566]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:32:53.9169599Z [00:03:09.569]➜  
2025-08-20T20:32:53.9183966Z [00:03:09.571]➜  /build-bins/glab
2025-08-20T20:32:53.9215874Z [00:03:09.574]➜  There are 24 section headers, starting at offset 0x2b33f38:
2025-08-20T20:32:53.9216689Z [00:03:09.574]➜  
2025-08-20T20:32:53.9216963Z [00:03:09.574]➜  Section Headers:
2025-08-20T20:32:53.9217312Z [00:03:09.574]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:32:53.9217882Z [00:03:09.574]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:32:53.9218357Z [00:03:09.574]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:32:53.9218755Z [00:03:09.574]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:32:53.9219183Z [00:03:09.574]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:32:53.9219595Z [00:03:09.574]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:32:53.9220021Z [00:03:09.574]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:32:53.9220440Z [00:03:09.574]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:32:53.9220851Z [00:03:09.574]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:32:53.9221264Z [00:03:09.574]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:32:53.9221673Z [00:03:09.574]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:32:53.9222392Z [00:03:09.574]➜         00000000003af698  0000000000000018   A       2     0     8
2025-08-20T20:32:53.9222907Z [00:03:09.574]➜    [ 5] .init             PROGBITS         00000000003af948  003af948
2025-08-20T20:32:53.9223325Z [00:03:09.574]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:32:53.9223730Z [00:03:09.574]➜    [ 6] .text             PROGBITS         00000000003af960  003af960
2025-08-20T20:32:53.9224150Z [00:03:09.574]➜         0000000000da4c70  0000000000000000  AX       0     0     32
2025-08-20T20:32:53.9224688Z [00:03:09.574]➜    [ 7] .fini             PROGBITS         00000000011545d0  011545d0
2025-08-20T20:32:53.9225184Z [00:03:09.574]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:32:53.9225603Z [00:03:09.574]➜    [ 8] .rodata           PROGBITS         00000000011545e0  011545e0
2025-08-20T20:32:53.9226027Z [00:03:09.574]➜         0000000000a20a4c  0000000000000000   A       0     0     32
2025-08-20T20:32:53.9226456Z [00:03:09.574]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000001b7502c  01b7502c
2025-08-20T20:32:53.9226879Z [00:03:09.574]➜         000000000000011c  0000000000000000   A       0     0     4
2025-08-20T20:32:53.9227300Z [00:03:09.574]➜    [10] .eh_frame         PROGBITS         0000000001b75148  01b75148
2025-08-20T20:32:53.9227950Z [00:03:09.574]➜         0000000000000530  0000000000000000   A       0     0     8
2025-08-20T20:32:53.9228573Z [00:03:09.574]➜    [11] .tbss             NOBITS           0000000001b88ad0  01b78ad0
2025-08-20T20:32:53.9228991Z [00:03:09.574]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:32:53.9229415Z [00:03:09.574]➜    [12] .init_array       INIT_ARRAY       0000000001b88ad0  01b78ad0
2025-08-20T20:32:53.9229837Z [00:03:09.574]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9230258Z [00:03:09.574]➜    [13] .fini_array       FINI_ARRAY       0000000001b88ad8  01b78ad8
2025-08-20T20:32:53.9230685Z [00:03:09.574]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9231110Z [00:03:09.574]➜    [14] .data.rel.ro      PROGBITS         0000000001b88ae0  01b78ae0
2025-08-20T20:32:53.9231755Z [00:03:09.574]➜         0000000000d672f8  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9232185Z [00:03:09.574]➜    [15] .dynamic          DYNAMIC          00000000028efdd8  028dfdd8
2025-08-20T20:32:53.9232613Z [00:03:09.574]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:32:53.9233022Z [00:03:09.574]➜    [16] .got              PROGBITS         00000000028eff48  028dff48
2025-08-20T20:32:53.9233429Z [00:03:09.574]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9233843Z [00:03:09.574]➜    [17] .data             PROGBITS         00000000028f0000  028e0000
2025-08-20T20:32:53.9234256Z [00:03:09.574]➜         0000000000056a30  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9234689Z [00:03:09.574]➜    [18] .go.buildinfo     PROGBITS         0000000002946a30  02936a30
2025-08-20T20:32:53.9235155Z [00:03:09.574]➜         00000000000029b0  0000000000000000  WA       0     0     16
2025-08-20T20:32:53.9235590Z [00:03:09.574]➜    [19] .go.fipsinfo      PROGBITS         00000000029493e0  029393e0
2025-08-20T20:32:53.9236022Z [00:03:09.574]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9236454Z [00:03:09.574]➜    [20] .noptrdata        PROGBITS         0000000002949460  02939460
2025-08-20T20:32:53.9236881Z [00:03:09.574]➜         00000000001faa01  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9237301Z [00:03:09.574]➜    [21] .bss              NOBITS           0000000002b43e80  02b33e61
2025-08-20T20:32:53.9237871Z [00:03:09.574]➜         0000000000037298  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9238343Z [00:03:09.574]➜    [22] .noptrbss         NOBITS           0000000002b7b120  02b33e61
2025-08-20T20:32:53.9238930Z [00:03:09.574]➜         0000000000020460  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9239474Z [00:03:09.574]➜    [23] .shstrtab         STRTAB           0000000000000000  02b33e61
2025-08-20T20:32:53.9239903Z [00:03:09.574]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:32:53.9240222Z [00:03:09.574]➜  Key to Flags:
2025-08-20T20:32:53.9240567Z [00:03:09.574]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:32:53.9241033Z [00:03:09.574]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:32:53.9241571Z [00:03:09.574]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:32:53.9242002Z [00:03:09.574]➜    D (mbind), p (processor specific)
2025-08-20T20:32:53.9242275Z [00:03:09.576]➜  
2025-08-20T20:32:53.9254237Z [00:03:09.578]➜  /build-bins/LICENSE
2025-08-20T20:32:53.9285660Z [00:03:09.581]➜  
2025-08-20T20:32:53.9299993Z [00:03:09.582]➜  /build-bins/gitlab-cli
2025-08-20T20:32:53.9311994Z [00:03:09.583]➜  There are 24 section headers, starting at offset 0x2b33f38:
2025-08-20T20:32:53.9312387Z [00:03:09.583]➜  
2025-08-20T20:32:53.9312602Z [00:03:09.583]➜  Section Headers:
2025-08-20T20:32:53.9312955Z [00:03:09.583]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:32:53.9313365Z [00:03:09.583]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:32:53.9314111Z [00:03:09.583]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:32:53.9314519Z [00:03:09.583]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:32:53.9314935Z [00:03:09.583]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:32:53.9315351Z [00:03:09.583]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:32:53.9315766Z [00:03:09.583]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:32:53.9316182Z [00:03:09.583]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:32:53.9316591Z [00:03:09.583]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:32:53.9317223Z [00:03:09.583]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:32:53.9317641Z [00:03:09.583]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:32:53.9318651Z [00:03:09.583]➜         00000000003af698  0000000000000018   A       2     0     8
2025-08-20T20:32:53.9319077Z [00:03:09.583]➜    [ 5] .init             PROGBITS         00000000003af948  003af948
2025-08-20T20:32:53.9319491Z [00:03:09.583]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:32:53.9319904Z [00:03:09.583]➜    [ 6] .text             PROGBITS         00000000003af960  003af960
2025-08-20T20:32:53.9320319Z [00:03:09.583]➜         0000000000da4c70  0000000000000000  AX       0     0     32
2025-08-20T20:32:53.9320733Z [00:03:09.583]➜    [ 7] .fini             PROGBITS         00000000011545d0  011545d0
2025-08-20T20:32:53.9321144Z [00:03:09.583]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:32:53.9321563Z [00:03:09.583]➜    [ 8] .rodata           PROGBITS         00000000011545e0  011545e0
2025-08-20T20:32:53.9322024Z [00:03:09.583]➜         0000000000a20a4c  0000000000000000   A       0     0     32
2025-08-20T20:32:53.9322457Z [00:03:09.583]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000001b7502c  01b7502c
2025-08-20T20:32:53.9322879Z [00:03:09.583]➜         000000000000011c  0000000000000000   A       0     0     4
2025-08-20T20:32:53.9323295Z [00:03:09.583]➜    [10] .eh_frame         PROGBITS         0000000001b75148  01b75148
2025-08-20T20:32:53.9323712Z [00:03:09.583]➜         0000000000000530  0000000000000000   A       0     0     8
2025-08-20T20:32:53.9324122Z [00:03:09.583]➜    [11] .tbss             NOBITS           0000000001b88ad0  01b78ad0
2025-08-20T20:32:53.9324790Z [00:03:09.583]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:32:53.9325287Z [00:03:09.583]➜    [12] .init_array       INIT_ARRAY       0000000001b88ad0  01b78ad0
2025-08-20T20:32:53.9325714Z [00:03:09.583]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9326136Z [00:03:09.583]➜    [13] .fini_array       FINI_ARRAY       0000000001b88ad8  01b78ad8
2025-08-20T20:32:53.9326562Z [00:03:09.583]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9327072Z [00:03:09.583]➜    [14] .data.rel.ro      PROGBITS         0000000001b88ae0  01b78ae0
2025-08-20T20:32:53.9327559Z [00:03:09.583]➜         0000000000d672f8  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9328250Z [00:03:09.583]➜    [15] .dynamic          DYNAMIC          00000000028efdd8  028dfdd8
2025-08-20T20:32:53.9328678Z [00:03:09.583]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:32:53.9329091Z [00:03:09.583]➜    [16] .got              PROGBITS         00000000028eff48  028dff48
2025-08-20T20:32:53.9329505Z [00:03:09.583]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:32:53.9329920Z [00:03:09.583]➜    [17] .data             PROGBITS         00000000028f0000  028e0000
2025-08-20T20:32:53.9330334Z [00:03:09.583]➜         0000000000056a30  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9330938Z [00:03:09.583]➜    [18] .go.buildinfo     PROGBITS         0000000002946a30  02936a30
2025-08-20T20:32:53.9331374Z [00:03:09.583]➜         00000000000029b0  0000000000000000  WA       0     0     16
2025-08-20T20:32:53.9331803Z [00:03:09.583]➜    [19] .go.fipsinfo      PROGBITS         00000000029493e0  029393e0
2025-08-20T20:32:53.9332230Z [00:03:09.583]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9332656Z [00:03:09.583]➜    [20] .noptrdata        PROGBITS         0000000002949460  02939460
2025-08-20T20:32:53.9333085Z [00:03:09.583]➜         00000000001faa01  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9333536Z [00:03:09.583]➜    [21] .bss              NOBITS           0000000002b43e80  02b33e61
2025-08-20T20:32:53.9334101Z [00:03:09.583]➜         0000000000037298  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9334529Z [00:03:09.583]➜    [22] .noptrbss         NOBITS           0000000002b7b120  02b33e61
2025-08-20T20:32:53.9334957Z [00:03:09.583]➜         0000000000020460  0000000000000000  WA       0     0     32
2025-08-20T20:32:53.9335385Z [00:03:09.583]➜    [23] .shstrtab         STRTAB           0000000000000000  02b33e61
2025-08-20T20:32:53.9335806Z [00:03:09.583]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:32:53.9336125Z [00:03:09.583]➜  Key to Flags:
2025-08-20T20:32:53.9336471Z [00:03:09.583]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:32:53.9336936Z [00:03:09.583]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:32:53.9337385Z [00:03:09.583]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:32:53.9337939Z [00:03:09.583]➜    D (mbind), p (processor specific)
2025-08-20T20:32:53.9338443Z [00:03:09.584]➜  + file /build-bins/LICENSE /build-bins/gitlab-cli /build-bins/glab
2025-08-20T20:32:54.3663895Z [00:03:10.018]➜  /build-bins/LICENSE:    ASCII text
2025-08-20T20:32:54.3794307Z [00:03:10.031]➜  /build-bins/gitlab-cli: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:32:54.3795477Z [00:03:10.032]➜  /build-bins/glab:       ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:32:54.3799135Z [00:03:10.032]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/gitlab-cli /build-bins/glab
2025-08-20T20:32:54.3819459Z [00:03:10.034]➜  /build-bins/LICENSE:         1107 Bytes
2025-08-20T20:32:54.3820140Z [00:03:10.034]➜  /build-bins/gitlab-cli:         45303096 Bytes
2025-08-20T20:32:54.3820602Z [00:03:10.034]➜  /build-bins/glab:         45303096 Bytes
2025-08-20T20:32:54.3822384Z [00:03:10.034]➜  + du /build-bins/LICENSE /build-bins/gitlab-cli /build-bins/glab --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:32:54.3837382Z [00:03:10.036]➜  1.1K	2025-08-20 20:32:53.334281215 +0000	/build-bins/LICENSE
2025-08-20T20:32:54.3838031Z [00:03:10.036]➜  44M	2025-08-20 20:32:53.895296029 +0000	/build-bins/gitlab-cli
2025-08-20T20:32:54.3838479Z [00:03:10.036]➜  44M	2025-08-20 20:32:53.665289955 +0000	/build-bins/glab
2025-08-20T20:32:54.3841065Z [00:03:10.036]➜  + popd
2025-08-20T20:32:57.5807147Z [00:03:13.233]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:32:58.1738906Z [00:03:13.826]➜  + '[' -s /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:32:58.1739893Z [00:03:13.826]➜  + cp -fv /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:32:58.1757897Z [00:03:13.828]➜  '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:32:58.1764795Z [00:03:13.829]➜  + find /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:32:58.1766124Z [00:03:13.829]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:32:58.1767412Z [00:03:13.829]➜  + cut -d: -f1
2025-08-20T20:32:58.1768639Z [00:03:13.829]➜  + xargs realpath --no-symlinks
2025-08-20T20:32:58.1774624Z [00:03:13.830]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:32:58.3145304Z [00:03:13.967]➜  sending incremental file list
2025-08-20T20:32:58.3267951Z [00:03:13.979]➜  glab
2025-08-20T20:32:58.4108776Z [00:03:14.063]➜  
2025-08-20T20:32:58.4109151Z [00:03:14.063]➜  sent 45.31M bytes  received 35 bytes  90.63M bytes/sec
2025-08-20T20:32:58.4109530Z [00:03:14.063]➜  total size is 45.30M  speedup is 1.00
2025-08-20T20:32:58.4131206Z [00:03:14.065]➜  sending incremental file list
2025-08-20T20:32:58.4255046Z [00:03:14.078]➜  gitlab-cli
2025-08-20T20:32:58.5093810Z [00:03:14.161]➜  
2025-08-20T20:32:58.5094260Z [00:03:14.162]➜  sent 45.31M bytes  received 35 bytes  90.63M bytes/sec
2025-08-20T20:32:58.5094684Z [00:03:14.162]➜  total size is 45.30M  speedup is 1.00
2025-08-20T20:32:58.5108117Z [00:03:14.163]➜  
2025-08-20T20:32:59.4706742Z [00:03:15.123]➜  
2025-08-20T20:32:59.4812921Z [00:03:15.133]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.version' retained as runner:runner
2025-08-20T20:32:59.4813892Z [00:03:15.133]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/glab' retained as runner:runner
2025-08-20T20:32:59.4814783Z [00:03:15.133]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:32:59.4815636Z [00:03:15.133]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:32:59.4816717Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.projections.json.example' from root:root to runner:runner
2025-08-20T20:32:59.4818517Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:32:59.4819791Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/helpers.go' from root:root to runner:runner
2025-08-20T20:32:59.4821178Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/somefile.txt' from root:root to runner:runner
2025-08-20T20:32:59.4822526Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab-ci.yml' from root:root to runner:runner
2025-08-20T20:32:59.4823898Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.glab-cli/config/config.yml' from root:root to runner:runner
2025-08-20T20:32:59.4825285Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.glab-cli/config' from root:root to runner:runner
2025-08-20T20:32:59.4826593Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.glab-cli' from root:root to runner:runner
2025-08-20T20:32:59.4828087Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/packed-refs' from root:root to runner:runner
2025-08-20T20:32:59.4829586Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.4831289Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:32:59.4832733Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:32:59.4834162Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:32:59.4835789Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:32:59.4837234Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.4838822Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:32:59.4840257Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:32:59.4841714Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:32:59.4843349Z [00:03:15.133]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:32:59.4844952Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.4846505Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:32:59.4848049Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks' from root:root to runner:runner
2025-08-20T20:32:59.4849368Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/index' from root:root to runner:runner
2025-08-20T20:32:59.4850682Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/FETCH_HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4851997Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/ORIG_HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4853295Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/config' from root:root to runner:runner
2025-08-20T20:32:59.4854617Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/COMMIT_EDITMSG' from root:root to runner:runner
2025-08-20T20:32:59.4856309Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/70/1ea5fe3cbfed95824c168ac1575008086e503e' from root:root to runner:runner
2025-08-20T20:32:59.4858031Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/70' from root:root to runner:runner
2025-08-20T20:32:59.4859585Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/36/912a78f64d85a834388325eae87a40beb6ff32' from root:root to runner:runner
2025-08-20T20:32:59.4861244Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/36' from root:root to runner:runner
2025-08-20T20:32:59.4862751Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0a/c6aab9e6e89c94f7166f12840177b0d9c11156' from root:root to runner:runner
2025-08-20T20:32:59.4864215Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0a' from root:root to runner:runner
2025-08-20T20:32:59.4865786Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b5de3cbb71c3cc55492bbf55c2faaf4f4d24bf61.idx' from root:root to runner:runner
2025-08-20T20:32:59.4867577Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b5de3cbb71c3cc55492bbf55c2faaf4f4d24bf61.pack' from root:root to runner:runner
2025-08-20T20:32:59.4869628Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b1d82c55862586ab56b1a27320a34164d1b24ede.pack' from root:root to runner:runner
2025-08-20T20:32:59.4871500Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b1d82c55862586ab56b1a27320a34164d1b24ede.idx' from root:root to runner:runner
2025-08-20T20:32:59.4873081Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack' from root:root to runner:runner
2025-08-20T20:32:59.4874582Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/e3/7c12a0be49028ec947377b209c430223d3847f' from root:root to runner:runner
2025-08-20T20:32:59.4876051Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/e3' from root:root to runner:runner
2025-08-20T20:32:59.4877548Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/b3/a111e8e509da62d0c4caedb0a36193ddd732b5' from root:root to runner:runner
2025-08-20T20:32:59.4879335Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/b3/8dd911e39fe6c64e383e4fa1ffd7345a1ad82e' from root:root to runner:runner
2025-08-20T20:32:59.4880806Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/b3' from root:root to runner:runner
2025-08-20T20:32:59.4882500Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0f/94241b3b5f046269fd2b2ae823d22de930301d' from root:root to runner:runner
2025-08-20T20:32:59.4883962Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0f' from root:root to runner:runner
2025-08-20T20:32:59.4885445Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/19/c85226a2c811366776a95617a705f79f617d31' from root:root to runner:runner
2025-08-20T20:32:59.4887060Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/19' from root:root to runner:runner
2025-08-20T20:32:59.4888715Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a9/adc3cd1e94242afb3b7f948bf91cabdf765fd2' from root:root to runner:runner
2025-08-20T20:32:59.4890192Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a9' from root:root to runner:runner
2025-08-20T20:32:59.4891686Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/f9/3e3a1a1525fb5b91020da86e44810c87a2d7bc' from root:root to runner:runner
2025-08-20T20:32:59.4893147Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/f9' from root:root to runner:runner
2025-08-20T20:32:59.4894752Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a2/5fb990be59913967ae419c8efc0f482f3aee10' from root:root to runner:runner
2025-08-20T20:32:59.4896327Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a2' from root:root to runner:runner
2025-08-20T20:32:59.4897839Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects' from root:root to runner:runner
2025-08-20T20:32:59.4899282Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/info/exclude' from root:root to runner:runner
2025-08-20T20:32:59.4900610Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/info' from root:root to runner:runner
2025-08-20T20:32:59.4901922Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/description' from root:root to runner:runner
2025-08-20T20:32:59.4903250Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4904666Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/mr-autofill-test-br' from root:root to runner:runner
2025-08-20T20:32:59.4906344Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/test-cli' from root:root to runner:runner
2025-08-20T20:32:59.4908150Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:32:59.4909619Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:32:59.4911107Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/mr-autofill-test-br' from root:root to runner:runner
2025-08-20T20:32:59.4912704Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/1-ci-failure-occured' from root:root to runner:runner
2025-08-20T20:32:59.4914243Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/trunk' from root:root to runner:runner
2025-08-20T20:32:59.4915758Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/fixed-branch' from root:root to runner:runner
2025-08-20T20:32:59.4917273Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-br' from root:root to runner:runner
2025-08-20T20:32:59.4918916Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/ft-pager' from root:root to runner:runner
2025-08-20T20:32:59.4920586Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-cli' from root:root to runner:runner
2025-08-20T20:32:59.4922245Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4923833Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-ci' from root:root to runner:runner
2025-08-20T20:32:59.4925333Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/master' from root:root to runner:runner
2025-08-20T20:32:59.4926797Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:32:59.4928307Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:32:59.4929709Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs' from root:root to runner:runner
2025-08-20T20:32:59.4931222Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs' from root:root to runner:runner
2025-08-20T20:32:59.4932691Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4934043Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/tags/v0.0.1-beta' from root:root to runner:runner
2025-08-20T20:32:59.4935399Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/tags' from root:root to runner:runner
2025-08-20T20:32:59.4936854Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/mr-autofill-test-br' from root:root to runner:runner
2025-08-20T20:32:59.4938433Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/test-cli' from root:root to runner:runner
2025-08-20T20:32:59.4939874Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:32:59.4941221Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads' from root:root to runner:runner
2025-08-20T20:32:59.4942661Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/mr-autofill-test-br' from root:root to runner:runner
2025-08-20T20:32:59.4944396Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/1-ci-failure-occured' from root:root to runner:runner
2025-08-20T20:32:59.4946009Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/trunk' from root:root to runner:runner
2025-08-20T20:32:59.4947625Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/fixed-branch' from root:root to runner:runner
2025-08-20T20:32:59.4949268Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-br' from root:root to runner:runner
2025-08-20T20:32:59.4950734Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/ft-pager' from root:root to runner:runner
2025-08-20T20:32:59.4952205Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-cli' from root:root to runner:runner
2025-08-20T20:32:59.4953650Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.4955091Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-ci' from root:root to runner:runner
2025-08-20T20:32:59.4956757Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/master' from root:root to runner:runner
2025-08-20T20:32:59.4958457Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:32:59.4959837Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:32:59.4961149Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs' from root:root to runner:runner
2025-08-20T20:32:59.4962406Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git' from root:root to runner:runner
2025-08-20T20:32:59.4963658Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/README.md' from root:root to runner:runner
2025-08-20T20:32:59.4965031Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/.gitkeep-for-tests' from root:root to runner:runner
2025-08-20T20:32:59.4966472Z [00:03:15.134]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/Bug.md' from root:root to runner:runner
2025-08-20T20:32:59.4968010Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/Feature Request.md' from root:root to runner:runner
2025-08-20T20:32:59.4969785Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/non-markdown-file-for-tests.txt' from root:root to runner:runner
2025-08-20T20:32:59.4971323Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates' from root:root to runner:runner
2025-08-20T20:32:59.4972827Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/merge_request_templates/Default.md' from root:root to runner:runner
2025-08-20T20:32:59.4974337Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/merge_request_templates' from root:root to runner:runner
2025-08-20T20:32:59.4975692Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/.gitkeep' from root:root to runner:runner
2025-08-20T20:32:59.4977089Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab' from root:root to runner:runner
2025-08-20T20:32:59.4978487Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata' from root:root to runner:runner
2025-08-20T20:32:59.4979632Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test' from root:root to runner:runner
2025-08-20T20:32:59.4980945Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T20:32:59.4982117Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Dangerfile' from root:root to runner:runner
2025-08-20T20:32:59.4983322Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.markdownlint-cli2.yaml' from root:root to runner:runner
2025-08-20T20:32:59.4984531Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab-ci.yml' from root:root to runner:runner
2025-08-20T20:32:59.4985785Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/package.json' from root:root to runner:runner
2025-08-20T20:32:59.4987126Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/package-lock.json' from root:root to runner:runner
2025-08-20T20:32:59.4988662Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/lint.sh' from root:root to runner:runner
2025-08-20T20:32:59.4989944Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/lint.js' from root:root to runner:runner
2025-08-20T20:32:59.4991330Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint' from root:root to runner:runner
2025-08-20T20:32:59.4992633Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/security-harness' from root:root to runner:runner
2025-08-20T20:32:59.4993900Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/setup_windows.iss' from root:root to runner:runner
2025-08-20T20:32:59.4995211Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/changelog' from root:root to runner:runner
2025-08-20T20:32:59.4996499Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T20:32:59.4997649Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitpod.yml' from root:root to runner:runner
2025-08-20T20:32:59.4999020Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:32:59.5000413Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.tool-versions' from root:root to runner:runner
2025-08-20T20:32:59.5001621Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.vscode/launch.json' from root:root to runner:runner
2025-08-20T20:32:59.5002788Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.vscode' from root:root to runner:runner
2025-08-20T20:32:59.5003963Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/run/run.go' from root:root to runner:runner
2025-08-20T20:32:59.5005307Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/run' from root:root to runner:runner
2025-08-20T20:32:59.5006550Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/utils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5007918Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/utils.go' from root:root to runner:runner
2025-08-20T20:32:59.5009228Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/manip.go' from root:root to runner:runner
2025-08-20T20:32:59.5010497Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/manip_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5011797Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/display_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5013086Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/display.go' from root:root to runner:runner
2025-08-20T20:32:59.5014301Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils' from root:root to runner:runner
2025-08-20T20:32:59.5015623Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth/auth.go' from root:root to runner:runner
2025-08-20T20:32:59.5016951Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth/auth_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5018270Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth' from root:root to runner:runner
2025-08-20T20:32:59.5019671Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/recovery_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5021054Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/recovery.go' from root:root to runner:runner
2025-08-20T20:32:59.5022482Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata/recover/repo/name/struct.json' from root:root to runner:runner
2025-08-20T20:32:59.5023972Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata/recover/repo/name' from root:root to runner:runner
2025-08-20T20:32:59.5025518Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata/recover/repo' from root:root to runner:runner
2025-08-20T20:32:59.5026882Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata/recover' from root:root to runner:runner
2025-08-20T20:32:59.5028281Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5029705Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery' from root:root to runner:runner
2025-08-20T20:32:59.5030971Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance/host.go' from root:root to runner:runner
2025-08-20T20:32:59.5032279Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance/host_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5033553Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance' from root:root to runner:runner
2025-08-20T20:32:59.5034815Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/cmdutils.go' from root:root to runner:runner
2025-08-20T20:32:59.5036185Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/enum_flag_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5037516Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/enum_flag.go' from root:root to runner:runner
2025-08-20T20:32:59.5038968Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/remote_resolver_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5040463Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/repo_override.go' from root:root to runner:runner
2025-08-20T20:32:59.5041863Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/cmdutils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5043269Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/flag_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5044616Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/flag.go' from root:root to runner:runner
2025-08-20T20:32:59.5045905Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/factory.go' from root:root to runner:runner
2025-08-20T20:32:59.5047227Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/remote_resolver.go' from root:root to runner:runner
2025-08-20T20:32:59.5048692Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/errors.go' from root:root to runner:runner
2025-08-20T20:32:59.5050094Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils' from root:root to runner:runner
2025-08-20T20:32:59.5051363Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/test_helpers.go' from root:root to runner:runner
2025-08-20T20:32:59.5052680Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/remote_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5054151Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/repo.go' from root:root to runner:runner
2025-08-20T20:32:59.5055437Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/resolver.go' from root:root to runner:runner
2025-08-20T20:32:59.5056742Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/resolver_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5058162Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/remote.go' from root:root to runner:runner
2025-08-20T20:32:59.5059509Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/repo_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5060749Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo' from root:root to runner:runner
2025-08-20T20:32:59.5061984Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5063274Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stack_struct_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5064701Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/test_helpers.go' from root:root to runner:runner
2025-08-20T20:32:59.5066096Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stacked_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5067355Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/url.go' from root:root to runner:runner
2025-08-20T20:32:59.5068849Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git.go' from root:root to runner:runner
2025-08-20T20:32:59.5070196Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/ssh_config_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5071474Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stacked.go' from root:root to runner:runner
2025-08-20T20:32:59.5072738Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/ssh_config.go' from root:root to runner:runner
2025-08-20T20:32:59.5074178Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stack_struct.go' from root:root to runner:runner
2025-08-20T20:32:59.5075449Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/url_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5076712Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git_runner.go' from root:root to runner:runner
2025-08-20T20:32:59.5078095Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/testing/api.go' from root:root to runner:runner
2025-08-20T20:32:59.5079559Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/testing/git_runner.go' from root:root to runner:runner
2025-08-20T20:32:59.5080843Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/testing' from root:root to runner:runner
2025-08-20T20:32:59.5082035Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git' from root:root to runner:runner
2025-08-20T20:32:59.5083256Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/oauth2.go' from root:root to runner:runner
2025-08-20T20:32:59.5084525Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/config.go' from root:root to runner:runner
2025-08-20T20:32:59.5085817Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/oauth2_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5087117Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/config_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5088689Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/token_source.go' from root:root to runner:runner
2025-08-20T20:32:59.5089995Z [00:03:15.135]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2' from root:root to runner:runner
2025-08-20T20:32:59.5091238Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5092606Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp_windows.go' from root:root to runner:runner
2025-08-20T20:32:59.5093931Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp.go' from root:root to runner:runner
2025-08-20T20:32:59.5095241Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git.bat' from root:root to runner:runner
2025-08-20T20:32:59.5096592Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git' from root:root to runner:runner
2025-08-20T20:32:59.5098162Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git.exe' from root:root to runner:runner
2025-08-20T20:32:59.5099554Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd' from root:root to runner:runner
2025-08-20T20:32:59.5100907Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git.bat' from root:root to runner:runner
2025-08-20T20:32:59.5102264Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git' from root:root to runner:runner
2025-08-20T20:32:59.5103778Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git.exe' from root:root to runner:runner
2025-08-20T20:32:59.5105128Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH' from root:root to runner:runner
2025-08-20T20:32:59.5106415Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5107646Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext' from root:root to runner:runner
2025-08-20T20:32:59.5109081Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser/browser_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5110398Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser/browser.go' from root:root to runner:runner
2025-08-20T20:32:59.5111634Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser' from root:root to runner:runner
2025-08-20T20:32:59.5113021Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/surveyext/surveyext.go' from root:root to runner:runner
2025-08-20T20:32:59.5114354Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/surveyext' from root:root to runner:runner
2025-08-20T20:32:59.5115624Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/local_config.go' from root:root to runner:runner
2025-08-20T20:32:59.5116988Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T20:32:59.5118536Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/local_config_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5119904Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_file_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5121232Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/alias_config.go' from root:root to runner:runner
2025-08-20T20:32:59.5122683Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/Readme.md' from root:root to runner:runner
2025-08-20T20:32:59.5123968Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5125255Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/perms.go' from root:root to runner:runner
2025-08-20T20:32:59.5126507Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/gen.go' from root:root to runner:runner
2025-08-20T20:32:59.5128041Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/host_config.go' from root:root to runner:runner
2025-08-20T20:32:59.5129401Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_file.go' from root:root to runner:runner
2025-08-20T20:32:59.5130704Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_stub.go' from root:root to runner:runner
2025-08-20T20:32:59.5132025Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5133336Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/file_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5134646Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile.go' from root:root to runner:runner
2025-08-20T20:32:59.5135998Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_mapping.go' from root:root to runner:runner
2025-08-20T20:32:59.5137439Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/testing.go' from root:root to runner:runner
2025-08-20T20:32:59.5138897Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/file.go' from root:root to runner:runner
2025-08-20T20:32:59.5140209Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config.yaml.lock' from root:root to runner:runner
2025-08-20T20:32:59.5141636Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile_windows.go' from root:root to runner:runner
2025-08-20T20:32:59.5142973Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T20:32:59.5144228Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/pager.go' from root:root to runner:runner
2025-08-20T20:32:59.5145531Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/logger.go' from root:root to runner:runner
2025-08-20T20:32:59.5146856Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/iostreams_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5148467Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/icons.go' from root:root to runner:runner
2025-08-20T20:32:59.5149794Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/terminal.go' from root:root to runner:runner
2025-08-20T20:32:59.5151115Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/color_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5152578Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/iostreams.go' from root:root to runner:runner
2025-08-20T20:32:59.5153886Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/color.go' from root:root to runner:runner
2025-08-20T20:32:59.5155134Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams' from root:root to runner:runner
2025-08-20T20:32:59.5156355Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/user.go' from root:root to runner:runner
2025-08-20T20:32:59.5157603Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/pipeline.go' from root:root to runner:runner
2025-08-20T20:32:59.5159012Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/project.go' from root:root to runner:runner
2025-08-20T20:32:59.5160275Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/client.go' from root:root to runner:runner
2025-08-20T20:32:59.5161567Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/default_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5162990Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/merge_request.go' from root:root to runner:runner
2025-08-20T20:32:59.5164314Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/issue.go' from root:root to runner:runner
2025-08-20T20:32:59.5165645Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/milestone.go' from root:root to runner:runner
2025-08-20T20:32:59.5167010Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/debug_transport.go' from root:root to runner:runner
2025-08-20T20:32:59.5168455Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/default.go' from root:root to runner:runner
2025-08-20T20:32:59.5169672Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api' from root:root to runner:runner
2025-08-20T20:32:59.5170882Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/text.go' from root:root to runner:runner
2025-08-20T20:32:59.5172331Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/truncate_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5173624Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/truncate.go' from root:root to runner:runner
2025-08-20T20:32:59.5174890Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/text_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5176237Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text' from root:root to runner:runner
2025-08-20T20:32:59.5177451Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/dbg/debug.go' from root:root to runner:runner
2025-08-20T20:32:59.5178964Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/dbg' from root:root to runner:runner
2025-08-20T20:32:59.5180208Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/duo.go' from root:root to runner:runner
2025-08-20T20:32:59.5181514Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask.go' from root:root to runner:runner
2025-08-20T20:32:59.5182904Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5184308Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5185615Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask' from root:root to runner:runner
2025-08-20T20:32:59.5187025Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo' from root:root to runner:runner
2025-08-20T20:32:59.5188575Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version/version.go' from root:root to runner:runner
2025-08-20T20:32:59.5190075Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version/version_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5191472Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version' from root:root to runner:runner
2025-08-20T20:32:59.5192767Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/root_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5194075Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/auth.go' from root:root to runner:runner
2025-08-20T20:32:59.5195407Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/auth_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5197008Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout/logout_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5198583Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout/logout.go' from root:root to runner:runner
2025-08-20T20:32:59.5199939Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout' from root:root to runner:runner
2025-08-20T20:32:59.5201497Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/login_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5202903Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/helper.go' from root:root to runner:runner
2025-08-20T20:32:59.5204294Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/helper_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5205682Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/login.go' from root:root to runner:runner
2025-08-20T20:32:59.5207011Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login' from root:root to runner:runner
2025-08-20T20:32:59.5208496Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/helper.go' from root:root to runner:runner
2025-08-20T20:32:59.5209924Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/helper_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5211469Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/configure.go' from root:root to runner:runner
2025-08-20T20:32:59.5212927Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/docker.go' from root:root to runner:runner
2025-08-20T20:32:59.5214267Z [00:03:15.136]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker' from root:root to runner:runner
2025-08-20T20:32:59.5215995Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils/git_credentials.go' from root:root to runner:runner
2025-08-20T20:32:59.5217558Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils/git_credentials_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5219128Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils' from root:root to runner:runner
2025-08-20T20:32:59.5220511Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop/dpop.go' from root:root to runner:runner
2025-08-20T20:32:59.5222137Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop' from root:root to runner:runner
2025-08-20T20:32:59.5223550Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop_generate.go' from root:root to runner:runner
2025-08-20T20:32:59.5225022Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop_generate_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5226659Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/no_password.pem' from root:root to runner:runner
2025-08-20T20:32:59.5228299Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p224_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5229946Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p384_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5231493Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_2047_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5233024Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_2048_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5234557Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_8192_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5236121Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p256_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5237870Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p521_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5239470Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/not_a_key.txt' from root:root to runner:runner
2025-08-20T20:32:59.5241068Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_8193_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5242671Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/with_password.pem' from root:root to runner:runner
2025-08-20T20:32:59.5244239Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/generate_test_keys.go' from root:root to runner:runner
2025-08-20T20:32:59.5245796Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ed25519_key.pem' from root:root to runner:runner
2025-08-20T20:32:59.5247402Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5248961Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate' from root:root to runner:runner
2025-08-20T20:32:59.5250356Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status/status_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5251761Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status/status.go' from root:root to runner:runner
2025-08-20T20:32:59.5253255Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status' from root:root to runner:runner
2025-08-20T20:32:59.5254537Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth' from root:root to runner:runner
2025-08-20T20:32:59.5255909Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete/label_delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5257363Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete/label_delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5258911Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete' from root:root to runner:runner
2025-08-20T20:32:59.5260241Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/label.go' from root:root to runner:runner
2025-08-20T20:32:59.5261587Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/label_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5263101Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list/label_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5264586Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list/label_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5266024Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list' from root:root to runner:runner
2025-08-20T20:32:59.5267454Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create/label_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5269064Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create/label_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5270452Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create' from root:root to runner:runner
2025-08-20T20:32:59.5271736Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label' from root:root to runner:runner
2025-08-20T20:32:59.5273267Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/add_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5274671Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/add.go' from root:root to runner:runner
2025-08-20T20:32:59.5276055Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/http.go' from root:root to runner:runner
2025-08-20T20:32:59.5277620Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/testdata/testkey.key' from root:root to runner:runner
2025-08-20T20:32:59.5279255Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5280625Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add' from root:root to runner:runner
2025-08-20T20:32:59.5282010Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5283460Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5284869Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete' from root:root to runner:runner
2025-08-20T20:32:59.5286247Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/deploy-key.go' from root:root to runner:runner
2025-08-20T20:32:59.5287868Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5289352Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5290715Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list' from root:root to runner:runner
2025-08-20T20:32:59.5292172Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get/get_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5293629Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get/get.go' from root:root to runner:runner
2025-08-20T20:32:59.5294979Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get' from root:root to runner:runner
2025-08-20T20:32:59.5296291Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key' from root:root to runner:runner
2025-08-20T20:32:59.5297897Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/iteration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5299374Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/iteration.go' from root:root to runner:runner
2025-08-20T20:32:59.5300819Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list/iteration_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5302483Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list/iteration_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5303913Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list' from root:root to runner:runner
2025-08-20T20:32:59.5305217Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration' from root:root to runner:runner
2025-08-20T20:32:59.5306516Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run/run.go' from root:root to runner:runner
2025-08-20T20:32:59.5307947Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run/run_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5309321Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run' from root:root to runner:runner
2025-08-20T20:32:59.5310657Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig/run_trig.go' from root:root to runner:runner
2025-08-20T20:32:59.5312158Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig/run_trig_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5313587Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig' from root:root to runner:runner
2025-08-20T20:32:59.5314896Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ci_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5316321Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry/retry_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5317835Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry/retry.go' from root:root to runner:runner
2025-08-20T20:32:59.5319209Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry' from root:root to runner:runner
2025-08-20T20:32:59.5320518Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view/view.go' from root:root to runner:runner
2025-08-20T20:32:59.5322019Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view/view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5323335Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view' from root:root to runner:runner
2025-08-20T20:32:59.5324696Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/artifact_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5326111Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/artifact.go' from root:root to runner:runner
2025-08-20T20:32:59.5327768Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/testdata/file.txt' from root:root to runner:runner
2025-08-20T20:32:59.5329253Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5330584Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact' from root:root to runner:runner
2025-08-20T20:32:59.5331917Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5333336Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5334735Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint.go' from root:root to runner:runner
2025-08-20T20:32:59.5336175Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/testdata/.gitlab-ci.yaml' from root:root to runner:runner
2025-08-20T20:32:59.5337770Z [00:03:15.137]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5339172Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint' from root:root to runner:runner
2025-08-20T20:32:59.5340622Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci/pipeline_ci_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5342177Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci/pipeline_ci.go' from root:root to runner:runner
2025-08-20T20:32:59.5343549Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci' from root:root to runner:runner
2025-08-20T20:32:59.5344894Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5346289Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5347945Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete' from root:root to runner:runner
2025-08-20T20:32:59.5349350Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/config.go' from root:root to runner:runner
2025-08-20T20:32:59.5350781Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile/compile_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5352414Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile/compile.go' from root:root to runner:runner
2025-08-20T20:32:59.5353817Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile' from root:root to runner:runner
2025-08-20T20:32:59.5355132Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config' from root:root to runner:runner
2025-08-20T20:32:59.5356451Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace/trace.go' from root:root to runner:runner
2025-08-20T20:32:59.5357913Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace/trace_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5359302Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace' from root:root to runner:runner
2025-08-20T20:32:59.5360577Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ci.go' from root:root to runner:runner
2025-08-20T20:32:59.5362012Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger/trigger.go' from root:root to runner:runner
2025-08-20T20:32:59.5363484Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger/trigger_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5364840Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger' from root:root to runner:runner
2025-08-20T20:32:59.5366239Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/cancel.go' from root:root to runner:runner
2025-08-20T20:32:59.5367806Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline/pipeline.go' from root:root to runner:runner
2025-08-20T20:32:59.5369350Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline/pipeline_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5370781Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline' from root:root to runner:runner
2025-08-20T20:32:59.5372362Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job/job_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5373766Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job/job.go' from root:root to runner:runner
2025-08-20T20:32:59.5375112Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job' from root:root to runner:runner
2025-08-20T20:32:59.5376468Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/cancel_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5378021Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel' from root:root to runner:runner
2025-08-20T20:32:59.5379429Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils/utils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5380811Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils/utils.go' from root:root to runner:runner
2025-08-20T20:32:59.5382140Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils' from root:root to runner:runner
2025-08-20T20:32:59.5383437Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/symlink' from root:root to runner:runner
2025-08-20T20:32:59.5384782Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/status/status.go' from root:root to runner:runner
2025-08-20T20:32:59.5386102Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/status' from root:root to runner:runner
2025-08-20T20:32:59.5387531Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5389029Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5390515Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/testdata/ciList.json' from root:root to runner:runner
2025-08-20T20:32:59.5391960Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5393264Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list' from root:root to runner:runner
2025-08-20T20:32:59.5394582Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/get_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5395916Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/get.go' from root:root to runner:runner
2025-08-20T20:32:59.5397428Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get.result' from root:root to runner:runner
2025-08-20T20:32:59.5398997Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get-1.json' from root:root to runner:runner
2025-08-20T20:32:59.5400461Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get-0.json' from root:root to runner:runner
2025-08-20T20:32:59.5401988Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5403291Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get' from root:root to runner:runner
2025-08-20T20:32:59.5404535Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci' from root:root to runner:runner
2025-08-20T20:32:59.5405852Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/events/events.go' from root:root to runner:runner
2025-08-20T20:32:59.5407198Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/events' from root:root to runner:runner
2025-08-20T20:32:59.5408734Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/user.go' from root:root to runner:runner
2025-08-20T20:32:59.5410079Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/user_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5411490Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user' from root:root to runner:runner
2025-08-20T20:32:59.5412905Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run/run.go' from root:root to runner:runner
2025-08-20T20:32:59.5414304Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run/run_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5415802Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run' from root:root to runner:runner
2025-08-20T20:32:59.5417209Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/schedule.go' from root:root to runner:runner
2025-08-20T20:32:59.5418772Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5420211Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5421800Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete' from root:root to runner:runner
2025-08-20T20:32:59.5423189Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update/update.go' from root:root to runner:runner
2025-08-20T20:32:59.5424632Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update/update_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5426026Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update' from root:root to runner:runner
2025-08-20T20:32:59.5427553Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5429104Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5430459Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list' from root:root to runner:runner
2025-08-20T20:32:59.5431828Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create/create.go' from root:root to runner:runner
2025-08-20T20:32:59.5433293Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create/create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5434692Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create' from root:root to runner:runner
2025-08-20T20:32:59.5436032Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule' from root:root to runner:runner
2025-08-20T20:32:59.5437408Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/root.go' from root:root to runner:runner
2025-08-20T20:32:59.5438871Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/incident.go' from root:root to runner:runner
2025-08-20T20:32:59.5440377Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/view/incident_view.go' from root:root to runner:runner
2025-08-20T20:32:59.5441871Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/view' from root:root to runner:runner
2025-08-20T20:32:59.5443279Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/close/incident_close.go' from root:root to runner:runner
2025-08-20T20:32:59.5444669Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/close' from root:root to runner:runner
2025-08-20T20:32:59.5446085Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/reopen/incident_reopen.go' from root:root to runner:runner
2025-08-20T20:32:59.5447764Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/reopen' from root:root to runner:runner
2025-08-20T20:32:59.5449269Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/note/incident_note_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5450682Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/note' from root:root to runner:runner
2025-08-20T20:32:59.5452196Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/incident_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5453650Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/list/incident_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5455030Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/list' from root:root to runner:runner
2025-08-20T20:32:59.5456492Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/unsubscribe/incident_unsubscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5458071Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/unsubscribe' from root:root to runner:runner
2025-08-20T20:32:59.5459596Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/subscribe/incident_subscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5461047Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/subscribe' from root:root to runner:runner
2025-08-20T20:32:59.5462478Z [00:03:15.138]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident' from root:root to runner:runner
2025-08-20T20:32:59.5463888Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/long.md' from root:root to runner:runner
2025-08-20T20:32:59.5465370Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/globals.go' from root:root to runner:runner
2025-08-20T20:32:59.5466898Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/server.go' from root:root to runner:runner
2025-08-20T20:32:59.5468410Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph.go' from root:root to runner:runner
2025-08-20T20:32:59.5469845Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/json_types.go' from root:root to runner:runner
2025-08-20T20:32:59.5471295Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph_builder.go' from root:root to runner:runner
2025-08-20T20:32:59.5472889Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/example.md' from root:root to runner:runner
2025-08-20T20:32:59.5474254Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph' from root:root to runner:runner
2025-08-20T20:32:59.5475759Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/check_manifest_usage/check_manifest_usage.go' from root:root to runner:runner
2025-08-20T20:32:59.5477516Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/check_manifest_usage' from root:root to runner:runner
2025-08-20T20:32:59.5479118Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agent.go' from root:root to runner:runner
2025-08-20T20:32:59.5480614Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/agentutils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5482187Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/token_cache_mode.go' from root:root to runner:runner
2025-08-20T20:32:59.5483743Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/agentutils.go' from root:root to runner:runner
2025-08-20T20:32:59.5485321Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils' from root:root to runner:runner
2025-08-20T20:32:59.5487011Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig/agent_update_kubeconfig_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5488844Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig/agent_update_kubeconfig.go' from root:root to runner:runner
2025-08-20T20:32:59.5490413Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig' from root:root to runner:runner
2025-08-20T20:32:59.5491954Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/stdlib_mocks_for_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5493510Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/kubectl.go' from root:root to runner:runner
2025-08-20T20:32:59.5495071Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/api_wrapper.go' from root:root to runner:runner
2025-08-20T20:32:59.5496644Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/agent_bootstrap_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5498458Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/flux.go' from root:root to runner:runner
2025-08-20T20:32:59.5499951Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/exec.go' from root:root to runner:runner
2025-08-20T20:32:59.5501459Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/kubectl_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5503148Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/flux_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5504686Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/mocks_for_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5506242Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/agent_bootstrap.go' from root:root to runner:runner
2025-08-20T20:32:59.5507794Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap' from root:root to runner:runner
2025-08-20T20:32:59.5509293Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/token.go' from root:root to runner:runner
2025-08-20T20:32:59.5510890Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5512476Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5514001Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list' from root:root to runner:runner
2025-08-20T20:32:59.5515463Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token' from root:root to runner:runner
2025-08-20T20:32:59.5516879Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agent_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5518433Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list/agent_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5519938Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list/agent_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5521369Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list' from root:root to runner:runner
2025-08-20T20:32:59.5522974Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/file_mutex.go' from root:root to runner:runner
2025-08-20T20:32:59.5524516Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/agent_get_token_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5526042Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/cache.go' from root:root to runner:runner
2025-08-20T20:32:59.5527777Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/cache_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5529369Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/agent_get_token.go' from root:root to runner:runner
2025-08-20T20:32:59.5530907Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/file_mutex_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5532376Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token' from root:root to runner:runner
2025-08-20T20:32:59.5533738Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent' from root:root to runner:runner
2025-08-20T20:32:59.5535204Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/cluster_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5536683Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/cluster.go' from root:root to runner:runner
2025-08-20T20:32:59.5538164Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster' from root:root to runner:runner
2025-08-20T20:32:59.5539538Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config/config.go' from root:root to runner:runner
2025-08-20T20:32:59.5540904Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config/config_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5542235Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config' from root:root to runner:runner
2025-08-20T20:32:59.5543540Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help/help_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5544870Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help/help.go' from root:root to runner:runner
2025-08-20T20:32:59.5546149Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help' from root:root to runner:runner
2025-08-20T20:32:59.5547752Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion/completion_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5549267Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion/completion.go' from root:root to runner:runner
2025-08-20T20:32:59.5550626Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion' from root:root to runner:runner
2025-08-20T20:32:59.5551998Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate/rotate_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5553614Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate/rotate.go' from root:root to runner:runner
2025-08-20T20:32:59.5554979Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate' from root:root to runner:runner
2025-08-20T20:32:59.5556328Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke/revoke.go' from root:root to runner:runner
2025-08-20T20:32:59.5557836Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke/revoke_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5559269Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke' from root:root to runner:runner
2025-08-20T20:32:59.5560822Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel/accesslevelvalue_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5562445Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel/accesslevelvalue.go' from root:root to runner:runner
2025-08-20T20:32:59.5563972Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel' from root:root to runner:runner
2025-08-20T20:32:59.5565377Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/token.go' from root:root to runner:runner
2025-08-20T20:32:59.5566744Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter/filter.go' from root:root to runner:runner
2025-08-20T20:32:59.5568252Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter/filter_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5569676Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter' from root:root to runner:runner
2025-08-20T20:32:59.5571132Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate/expirationdate_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5572696Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate/expirationdate.go' from root:root to runner:runner
2025-08-20T20:32:59.5574364Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate' from root:root to runner:runner
2025-08-20T20:32:59.5575764Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5577152Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/helpers.go' from root:root to runner:runner
2025-08-20T20:32:59.5578750Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5580093Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list' from root:root to runner:runner
2025-08-20T20:32:59.5581439Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create/create.go' from root:root to runner:runner
2025-08-20T20:32:59.5582854Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create/create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5584224Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create' from root:root to runner:runner
2025-08-20T20:32:59.5585616Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token' from root:root to runner:runner
2025-08-20T20:32:59.5587076Z [00:03:15.139]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update/check_update_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5588764Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update/check_update.go' from root:root to runner:runner
2025-08-20T20:32:59.5590151Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update' from root:root to runner:runner
2025-08-20T20:32:59.5591428Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mr.go' from root:root to runner:runner
2025-08-20T20:32:59.5592780Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo/mr_todo_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5594149Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo/mr_todo.go' from root:root to runner:runner
2025-08-20T20:32:59.5595455Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo' from root:root to runner:runner
2025-08-20T20:32:59.5596769Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view/mr_view.go' from root:root to runner:runner
2025-08-20T20:32:59.5598420Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view/mr_view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5599758Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view' from root:root to runner:runner
2025-08-20T20:32:59.5601101Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close/mr_close_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5602648Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close/mr_close.go' from root:root to runner:runner
2025-08-20T20:32:59.5603979Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close' from root:root to runner:runner
2025-08-20T20:32:59.5605271Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mr_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5606644Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete/mr_delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5608156Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete/mr_delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5609550Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete' from root:root to runner:runner
2025-08-20T20:32:59.5611113Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout/mr_checkout_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5612605Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout/mr_checkout.go' from root:root to runner:runner
2025-08-20T20:32:59.5614026Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout' from root:root to runner:runner
2025-08-20T20:32:59.5615452Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke/mr_revoke_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5616858Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke/mr_revoke.go' from root:root to runner:runner
2025-08-20T20:32:59.5618297Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke' from root:root to runner:runner
2025-08-20T20:32:59.5619693Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/mr_issues.go' from root:root to runner:runner
2025-08-20T20:32:59.5621169Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/testdata/closesIssuesList.json' from root:root to runner:runner
2025-08-20T20:32:59.5622837Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5624240Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/mr_issues_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5625592Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues' from root:root to runner:runner
2025-08-20T20:32:59.5626899Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/for/mr_for.go' from root:root to runner:runner
2025-08-20T20:32:59.5628484Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/for' from root:root to runner:runner
2025-08-20T20:32:59.5629858Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/mr_merge_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5631244Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/mr_merge.go' from root:root to runner:runner
2025-08-20T20:32:59.5632673Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/testdata/mergedMr.json' from root:root to runner:runner
2025-08-20T20:32:59.5634155Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/testdata/mergeableMr.json' from root:root to runner:runner
2025-08-20T20:32:59.5635673Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5637086Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge' from root:root to runner:runner
2025-08-20T20:32:59.5638606Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen/mr_reopen_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5640067Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen/mr_reopen.go' from root:root to runner:runner
2025-08-20T20:32:59.5641403Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen' from root:root to runner:runner
2025-08-20T20:32:59.5642742Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note/mr_note_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5644158Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note/mr_note_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5645528Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note' from root:root to runner:runner
2025-08-20T20:32:59.5647026Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve/mr_approve.go' from root:root to runner:runner
2025-08-20T20:32:59.5648678Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve/mr_approve_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5650042Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve' from root:root to runner:runner
2025-08-20T20:32:59.5651409Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase/mr_rebase_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5652812Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase/mr_rebase.go' from root:root to runner:runner
2025-08-20T20:32:59.5654148Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase' from root:root to runner:runner
2025-08-20T20:32:59.5655506Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update/mr_update_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5656904Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update/mr_update.go' from root:root to runner:runner
2025-08-20T20:32:59.5658361Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update' from root:root to runner:runner
2025-08-20T20:32:59.5659882Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils/mrutils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5661330Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils/mrutils.go' from root:root to runner:runner
2025-08-20T20:32:59.5662743Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils' from root:root to runner:runner
2025-08-20T20:32:59.5664146Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/mr_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5665517Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/mr_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5666923Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/testdata/mrList.json' from root:root to runner:runner
2025-08-20T20:32:59.5668457Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5669781Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list' from root:root to runner:runner
2025-08-20T20:32:59.5671327Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe/mr_unsubscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5672944Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe/mr_unsubscribe_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5674351Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe' from root:root to runner:runner
2025-08-20T20:32:59.5675687Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff/diff.go' from root:root to runner:runner
2025-08-20T20:32:59.5677040Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff/diff_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5678499Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff' from root:root to runner:runner
2025-08-20T20:32:59.5679886Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe/mr_subscribe_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5681337Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe/mr_subscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5682702Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe' from root:root to runner:runner
2025-08-20T20:32:59.5684103Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/mr_approvers_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5685686Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/mr_approvers.go' from root:root to runner:runner
2025-08-20T20:32:59.5687348Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/testdata/approvalState.json' from root:root to runner:runner
2025-08-20T20:32:59.5688971Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5690324Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers' from root:root to runner:runner
2025-08-20T20:32:59.5691678Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create/mr_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5693081Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create/mr_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5694427Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create' from root:root to runner:runner
2025-08-20T20:32:59.5695898Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr' from root:root to runner:runner
2025-08-20T20:32:59.5697321Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/api_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5698804Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/pagination.go' from root:root to runner:runner
2025-08-20T20:32:59.5700140Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/http.go' from root:root to runner:runner
2025-08-20T20:32:59.5701489Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/pagination_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5702831Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/api.go' from root:root to runner:runner
2025-08-20T20:32:59.5704159Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/http_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5705444Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api' from root:root to runner:runner
2025-08-20T20:32:59.5706843Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/job_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5708410Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/logic.go' from root:root to runner:runner
2025-08-20T20:32:59.5709926Z [00:03:15.140]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/logic_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5711402Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/artifact.go' from root:root to runner:runner
2025-08-20T20:32:59.5712766Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact' from root:root to runner:runner
2025-08-20T20:32:59.5714066Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/job.go' from root:root to runner:runner
2025-08-20T20:32:59.5715327Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job' from root:root to runner:runner
2025-08-20T20:32:59.5716781Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/snippet.go' from root:root to runner:runner
2025-08-20T20:32:59.5718277Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/snippet_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5719738Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/create.go' from root:root to runner:runner
2025-08-20T20:32:59.5721323Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5722815Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/snippet.txt' from root:root to runner:runner
2025-08-20T20:32:59.5724310Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/file2.md' from root:root to runner:runner
2025-08-20T20:32:59.5725789Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/file1.md' from root:root to runner:runner
2025-08-20T20:32:59.5727228Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5728729Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create' from root:root to runner:runner
2025-08-20T20:32:59.5730032Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet' from root:root to runner:runner
2025-08-20T20:32:59.5731505Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/view/issue_view.go' from root:root to runner:runner
2025-08-20T20:32:59.5732911Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/view' from root:root to runner:runner
2025-08-20T20:32:59.5734277Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/close/issue_close.go' from root:root to runner:runner
2025-08-20T20:32:59.5735731Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/close' from root:root to runner:runner
2025-08-20T20:32:59.5737240Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete/issue_delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5738833Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete/issue_delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5740212Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete' from root:root to runner:runner
2025-08-20T20:32:59.5741777Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view/issue_board_view.go' from root:root to runner:runner
2025-08-20T20:32:59.5743290Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view/issue_board_view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5744727Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view' from root:root to runner:runner
2025-08-20T20:32:59.5746229Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/board.go' from root:root to runner:runner
2025-08-20T20:32:59.5747633Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/board_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5749334Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create/issue_board_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5750895Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create/issue_board_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5752340Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create' from root:root to runner:runner
2025-08-20T20:32:59.5753678Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board' from root:root to runner:runner
2025-08-20T20:32:59.5755055Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/reopen/issue_reopen.go' from root:root to runner:runner
2025-08-20T20:32:59.5756562Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/reopen' from root:root to runner:runner
2025-08-20T20:32:59.5758116Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/note/issue_note_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5759551Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/note' from root:root to runner:runner
2025-08-20T20:32:59.5760948Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issue.go' from root:root to runner:runner
2025-08-20T20:32:59.5762407Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issue_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5763880Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update/issue_update_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5765386Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update/issue_update.go' from root:root to runner:runner
2025-08-20T20:32:59.5766947Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update' from root:root to runner:runner
2025-08-20T20:32:59.5768479Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils/utils_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5769938Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils/utils.go' from root:root to runner:runner
2025-08-20T20:32:59.5771506Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils' from root:root to runner:runner
2025-08-20T20:32:59.5772894Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/list/issue_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5774234Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/list' from root:root to runner:runner
2025-08-20T20:32:59.5775711Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/unsubscribe/issue_unsubscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5777155Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/unsubscribe' from root:root to runner:runner
2025-08-20T20:32:59.5778734Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/subscribe/issue_subscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.5780145Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/subscribe' from root:root to runner:runner
2025-08-20T20:32:59.5781644Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5783204Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5784733Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5786247Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create' from root:root to runner:runner
2025-08-20T20:32:59.5787634Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue' from root:root to runner:runner
2025-08-20T20:32:59.5789148Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/securefile_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5790592Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove/remove.go' from root:root to runner:runner
2025-08-20T20:32:59.5792262Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove/remove_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5793679Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove' from root:root to runner:runner
2025-08-20T20:32:59.5795104Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/download.go' from root:root to runner:runner
2025-08-20T20:32:59.5796833Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/download_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5798541Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/testdata/localfile.txt' from root:root to runner:runner
2025-08-20T20:32:59.5800077Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5801491Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download' from root:root to runner:runner
2025-08-20T20:32:59.5802889Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/securefile.go' from root:root to runner:runner
2025-08-20T20:32:59.5804320Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5805736Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5807226Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list' from root:root to runner:runner
2025-08-20T20:32:59.5808758Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get/get_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5810164Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get/get.go' from root:root to runner:runner
2025-08-20T20:32:59.5811598Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get' from root:root to runner:runner
2025-08-20T20:32:59.5813074Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/create.go' from root:root to runner:runner
2025-08-20T20:32:59.5814531Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5816051Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/testdata/localfile.txt' from root:root to runner:runner
2025-08-20T20:32:59.5817762Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5819205Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create' from root:root to runner:runner
2025-08-20T20:32:59.5820532Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile' from root:root to runner:runner
2025-08-20T20:32:59.5822021Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/view.go' from root:root to runner:runner
2025-08-20T20:32:59.5823422Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5824882Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/testdata/release.json' from root:root to runner:runner
2025-08-20T20:32:59.5826394Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/testdata/releases.json' from root:root to runner:runner
2025-08-20T20:32:59.5827942Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5829348Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view' from root:root to runner:runner
2025-08-20T20:32:59.5830710Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5832254Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5833739Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete' from root:root to runner:runner
2025-08-20T20:32:59.5835180Z [00:03:15.141]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/releaseutils.go' from root:root to runner:runner
2025-08-20T20:32:59.5836822Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload/upload.go' from root:root to runner:runner
2025-08-20T20:32:59.5838600Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload/upload_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5840132Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload' from root:root to runner:runner
2025-08-20T20:32:59.5841552Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils' from root:root to runner:runner
2025-08-20T20:32:59.5843116Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/upload.go' from root:root to runner:runner
2025-08-20T20:32:59.5844591Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/testdata/test_file.txt' from root:root to runner:runner
2025-08-20T20:32:59.5846047Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5847656Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/upload_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5849218Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload' from root:root to runner:runner
2025-08-20T20:32:59.5850614Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download/download.go' from root:root to runner:runner
2025-08-20T20:32:59.5852089Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download/download_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5853502Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download' from root:root to runner:runner
2025-08-20T20:32:59.5854857Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/release.go' from root:root to runner:runner
2025-08-20T20:32:59.5856279Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list/release_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5857941Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list/release_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5859413Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list' from root:root to runner:runner
2025-08-20T20:32:59.5860792Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/release_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5862277Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/create.go' from root:root to runner:runner
2025-08-20T20:32:59.5863818Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5865307Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/testdata/test_file.txt' from root:root to runner:runner
2025-08-20T20:32:59.5866767Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5868425Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create' from root:root to runner:runner
2025-08-20T20:32:59.5869781Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release' from root:root to runner:runner
2025-08-20T20:32:59.5871143Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete/alias_delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5872755Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete/alias_delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5874146Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete' from root:root to runner:runner
2025-08-20T20:32:59.5875549Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand/alias_expand_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5877006Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand/alias_expand.go' from root:root to runner:runner
2025-08-20T20:32:59.5878526Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand' from root:root to runner:runner
2025-08-20T20:32:59.5879888Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/alias_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5881284Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set/alias_set_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5882802Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set/alias_set.go' from root:root to runner:runner
2025-08-20T20:32:59.5884200Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set' from root:root to runner:runner
2025-08-20T20:32:59.5885517Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/alias.go' from root:root to runner:runner
2025-08-20T20:32:59.5886966Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list/alias_list.go' from root:root to runner:runner
2025-08-20T20:32:59.5888569Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list/alias_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5889983Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list' from root:root to runner:runner
2025-08-20T20:32:59.5891263Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias' from root:root to runner:runner
2025-08-20T20:32:59.5892798Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view/project_view.go' from root:root to runner:runner
2025-08-20T20:32:59.5894258Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view/project_view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5895643Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view' from root:root to runner:runner
2025-08-20T20:32:59.5897195Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5898773Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone.go' from root:root to runner:runner
2025-08-20T20:32:59.5900278Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5901716Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone' from root:root to runner:runner
2025-08-20T20:32:59.5903113Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/search/project_search.go' from root:root to runner:runner
2025-08-20T20:32:59.5904514Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/search' from root:root to runner:runner
2025-08-20T20:32:59.5905890Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5907454Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5908988Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete' from root:root to runner:runner
2025-08-20T20:32:59.5910322Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/repo.go' from root:root to runner:runner
2025-08-20T20:32:59.5911858Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/publish_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5913481Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/publish.go' from root:root to runner:runner
2025-08-20T20:32:59.5915172Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates/not_a_component.yml' from root:root to runner:runner
2025-08-20T20:32:59.5917057Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates/not_a_component2/template.yml' from root:root to runner:runner
2025-08-20T20:32:59.5919142Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates/not_a_component2' from root:root to runner:runner
2025-08-20T20:32:59.5920889Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates' from root:root to runner:runner
2025-08-20T20:32:59.5922622Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-1.yml' from root:root to runner:runner
2025-08-20T20:32:59.5924605Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-2.yml' from root:root to runner:runner
2025-08-20T20:32:59.5926433Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-3/template.yml' from root:root to runner:runner
2025-08-20T20:32:59.5928426Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-3/another_helper_file.yml' from root:root to runner:runner
2025-08-20T20:32:59.5930331Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-3' from root:root to runner:runner
2025-08-20T20:32:59.5932197Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/contains-no-template/just_a_file.yml' from root:root to runner:runner
2025-08-20T20:32:59.5934172Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/contains-no-template' from root:root to runner:runner
2025-08-20T20:32:59.5936019Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates' from root:root to runner:runner
2025-08-20T20:32:59.5937831Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo' from root:root to runner:runner
2025-08-20T20:32:59.5939435Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5940883Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog' from root:root to runner:runner
2025-08-20T20:32:59.5942304Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/publish.go' from root:root to runner:runner
2025-08-20T20:32:59.5943690Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish' from root:root to runner:runner
2025-08-20T20:32:59.5945349Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/repo_contributors.go' from root:root to runner:runner
2025-08-20T20:32:59.5946937Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/repo_contributors_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5948760Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/testdata/contributors.json' from root:root to runner:runner
2025-08-20T20:32:59.5950514Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/testdata' from root:root to runner:runner
2025-08-20T20:32:59.5951942Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors' from root:root to runner:runner
2025-08-20T20:32:59.5953346Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork/fork_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5954741Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork/fork.go' from root:root to runner:runner
2025-08-20T20:32:59.5956086Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork' from root:root to runner:runner
2025-08-20T20:32:59.5957484Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update/update.go' from root:root to runner:runner
2025-08-20T20:32:59.5959060Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update/update_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5960585Z [00:03:15.142]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update' from root:root to runner:runner
2025-08-20T20:32:59.5962074Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/transfer/project_transfer.go' from root:root to runner:runner
2025-08-20T20:32:59.5963568Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/transfer' from root:root to runner:runner
2025-08-20T20:32:59.5965011Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5966409Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.5967847Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list' from root:root to runner:runner
2025-08-20T20:32:59.5969256Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/repo_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5970827Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/mirror/project_mirror.go' from root:root to runner:runner
2025-08-20T20:32:59.5972228Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/mirror' from root:root to runner:runner
2025-08-20T20:32:59.5973655Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create/project_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5975283Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create/project_create.go' from root:root to runner:runner
2025-08-20T20:32:59.5976687Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create' from root:root to runner:runner
2025-08-20T20:32:59.5978175Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive/repo_archive.go' from root:root to runner:runner
2025-08-20T20:32:59.5979771Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive/repo_archive_integration_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5981236Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive' from root:root to runner:runner
2025-08-20T20:32:59.5982547Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project' from root:root to runner:runner
2025-08-20T20:32:59.5983897Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variable_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5985425Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export/export.go' from root:root to runner:runner
2025-08-20T20:32:59.5986933Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export/export_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5988590Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export' from root:root to runner:runner
2025-08-20T20:32:59.5990042Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.5991488Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5992884Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete' from root:root to runner:runner
2025-08-20T20:32:59.5994310Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/key_test.go' from root:root to runner:runner
2025-08-20T20:32:59.5995997Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/value.go' from root:root to runner:runner
2025-08-20T20:32:59.5997469Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/key.go' from root:root to runner:runner
2025-08-20T20:32:59.5999075Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/value_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6000677Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils' from root:root to runner:runner
2025-08-20T20:32:59.6002086Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set/set_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6003474Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set/set.go' from root:root to runner:runner
2025-08-20T20:32:59.6004809Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set' from root:root to runner:runner
2025-08-20T20:32:59.6006183Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update/update.go' from root:root to runner:runner
2025-08-20T20:32:59.6007628Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update/update_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6009157Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update' from root:root to runner:runner
2025-08-20T20:32:59.6010691Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6012162Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.6013597Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list' from root:root to runner:runner
2025-08-20T20:32:59.6015025Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get/get_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6016411Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get/get.go' from root:root to runner:runner
2025-08-20T20:32:59.6017839Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get' from root:root to runner:runner
2025-08-20T20:32:59.6019251Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variable.go' from root:root to runner:runner
2025-08-20T20:32:59.6020787Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable' from root:root to runner:runner
2025-08-20T20:32:59.6022108Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/add.go' from root:root to runner:runner
2025-08-20T20:32:59.6023461Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/http.go' from root:root to runner:runner
2025-08-20T20:32:59.6024938Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add' from root:root to runner:runner
2025-08-20T20:32:59.6026294Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.6027647Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/delete' from root:root to runner:runner
2025-08-20T20:32:59.6029095Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/ssh-key.go' from root:root to runner:runner
2025-08-20T20:32:59.6030470Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6031846Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.6033187Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list' from root:root to runner:runner
2025-08-20T20:32:59.6034625Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/get/get.go' from root:root to runner:runner
2025-08-20T20:32:59.6036075Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/get' from root:root to runner:runner
2025-08-20T20:32:59.6037369Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key' from root:root to runner:runner
2025-08-20T20:32:59.6038999Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view/issuable_view_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6040533Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view/issuable_view.go' from root:root to runner:runner
2025-08-20T20:32:59.6041925Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view' from root:root to runner:runner
2025-08-20T20:32:59.6043333Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close/issuable_close.go' from root:root to runner:runner
2025-08-20T20:32:59.6044984Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close/issuable_close_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6046401Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close' from root:root to runner:runner
2025-08-20T20:32:59.6047906Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen/issuable_reopen.go' from root:root to runner:runner
2025-08-20T20:32:59.6049479Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen/issuable_reopen_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6051073Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen' from root:root to runner:runner
2025-08-20T20:32:59.6052519Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note/issuable_note_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6054047Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note/issuable_note_create.go' from root:root to runner:runner
2025-08-20T20:32:59.6055451Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note' from root:root to runner:runner
2025-08-20T20:32:59.6056823Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/issuable_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6058305Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/issuable.go' from root:root to runner:runner
2025-08-20T20:32:59.6059896Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/issuable_list.go' from root:root to runner:runner
2025-08-20T20:32:59.6061432Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/issuable_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6062969Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/issueListFull.json' from root:root to runner:runner
2025-08-20T20:32:59.6064609Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/issuableList.json' from root:root to runner:runner
2025-08-20T20:32:59.6066226Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/incidentList.json' from root:root to runner:runner
2025-08-20T20:32:59.6067786Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata' from root:root to runner:runner
2025-08-20T20:32:59.6069210Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list' from root:root to runner:runner
2025-08-20T20:32:59.6070831Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe/issuable_unsubscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.6072435Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe/issuable_unsubscribe_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6073930Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe' from root:root to runner:runner
2025-08-20T20:32:59.6075559Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe/issuable_subscribe_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6077134Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe/issuable_subscribe.go' from root:root to runner:runner
2025-08-20T20:32:59.6078741Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe' from root:root to runner:runner
2025-08-20T20:32:59.6080070Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable' from root:root to runner:runner
2025-08-20T20:32:59.6081405Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/opentofu.go' from root:root to runner:runner
2025-08-20T20:32:59.6082807Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init/init.go' from root:root to runner:runner
2025-08-20T20:32:59.6084212Z [00:03:15.143]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init/init_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6085712Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init' from root:root to runner:runner
2025-08-20T20:32:59.6087215Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock/unlock.go' from root:root to runner:runner
2025-08-20T20:32:59.6088832Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock/unlock_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6090373Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock' from root:root to runner:runner
2025-08-20T20:32:59.6091847Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock/lock_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6093309Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock/lock.go' from root:root to runner:runner
2025-08-20T20:32:59.6094710Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock' from root:root to runner:runner
2025-08-20T20:32:59.6096260Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete/delete.go' from root:root to runner:runner
2025-08-20T20:32:59.6097860Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6099371Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete' from root:root to runner:runner
2025-08-20T20:32:59.6100979Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download/download.go' from root:root to runner:runner
2025-08-20T20:32:59.6102517Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download/download_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6103990Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download' from root:root to runner:runner
2025-08-20T20:32:59.6105390Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/state.go' from root:root to runner:runner
2025-08-20T20:32:59.6106827Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list/list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6108377Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list/list.go' from root:root to runner:runner
2025-08-20T20:32:59.6109788Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list' from root:root to runner:runner
2025-08-20T20:32:59.6111256Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state' from root:root to runner:runner
2025-08-20T20:32:59.6112613Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu' from root:root to runner:runner
2025-08-20T20:32:59.6113912Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/stack.go' from root:root to runner:runner
2025-08-20T20:32:59.6115376Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync/stack_sync.go' from root:root to runner:runner
2025-08-20T20:32:59.6116873Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync/stack_sync_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6118366Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync' from root:root to runner:runner
2025-08-20T20:32:59.6119746Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/switch/switch.go' from root:root to runner:runner
2025-08-20T20:32:59.6121265Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/switch' from root:root to runner:runner
2025-08-20T20:32:59.6122607Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/stack_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6123996Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/prompt.go' from root:root to runner:runner
2025-08-20T20:32:59.6125571Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/stack_reorder_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6127056Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/stack_reorder.go' from root:root to runner:runner
2025-08-20T20:32:59.6128647Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/prompt_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6130029Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder' from root:root to runner:runner
2025-08-20T20:32:59.6131423Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list/stack_list_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6132855Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list/stack_list.go' from root:root to runner:runner
2025-08-20T20:32:59.6134201Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list' from root:root to runner:runner
2025-08-20T20:32:59.6135674Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_amend.go' from root:root to runner:runner
2025-08-20T20:32:59.6137178Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_save.go' from root:root to runner:runner
2025-08-20T20:32:59.6138813Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/prompt.go' from root:root to runner:runner
2025-08-20T20:32:59.6140344Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_save_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6141890Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_amend_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6143330Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/prompt_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6144683Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save' from root:root to runner:runner
2025-08-20T20:32:59.6146258Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/navigate/stack_navigate.go' from root:root to runner:runner
2025-08-20T20:32:59.6147656Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/navigate' from root:root to runner:runner
2025-08-20T20:32:59.6149216Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create/stack_create.go' from root:root to runner:runner
2025-08-20T20:32:59.6150818Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create/stack_create_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6152210Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create' from root:root to runner:runner
2025-08-20T20:32:59.6153497Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack' from root:root to runner:runner
2025-08-20T20:32:59.6154832Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/changelog.go' from root:root to runner:runner
2025-08-20T20:32:59.6156305Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate/changelog_generate.go' from root:root to runner:runner
2025-08-20T20:32:59.6157961Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate/changelog_generate_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6159491Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate' from root:root to runner:runner
2025-08-20T20:32:59.6160920Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog' from root:root to runner:runner
2025-08-20T20:32:59.6162223Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands' from root:root to runner:runner
2025-08-20T20:32:59.6163519Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter/table_printer.go' from root:root to runner:runner
2025-08-20T20:32:59.6164988Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter/table_printer_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6166372Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter' from root:root to runner:runner
2025-08-20T20:32:59.6167749Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/httpmock/stub.go' from root:root to runner:runner
2025-08-20T20:32:59.6169197Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/httpmock/mocker.go' from root:root to runner:runner
2025-08-20T20:32:59.6170659Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/httpmock' from root:root to runner:runner
2025-08-20T20:32:59.6171952Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/gittest/api.go' from root:root to runner:runner
2025-08-20T20:32:59.6173298Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/gittest/git_runner.go' from root:root to runner:runner
2025-08-20T20:32:59.6174602Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/gittest' from root:root to runner:runner
2025-08-20T20:32:59.6176094Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/stacks/stacks.go' from root:root to runner:runner
2025-08-20T20:32:59.6177400Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/stacks' from root:root to runner:runner
2025-08-20T20:32:59.6178859Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/cmdtest/helper.go' from root:root to runner:runner
2025-08-20T20:32:59.6180164Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/cmdtest' from root:root to runner:runner
2025-08-20T20:32:59.6181397Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing' from root:root to runner:runner
2025-08-20T20:32:59.6182637Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/prompt.go' from root:root to runner:runner
2025-08-20T20:32:59.6183908Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/stubber.go' from root:root to runner:runner
2025-08-20T20:32:59.6185263Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt' from root:root to runner:runner
2025-08-20T20:32:59.6186484Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:32:59.6187629Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T20:32:59.6189075Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:32:59.6190294Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T20:32:59.6191438Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:32:59.6192576Z [00:03:15.144]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:32:59.6193730Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:32:59.6195009Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.vale.ini' from root:root to runner:runner
2025-08-20T20:32:59.6196144Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:32:59.6197329Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/snap/snapcraft.yaml' from root:root to runner:runner
2025-08-20T20:32:59.6198641Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/snap' from root:root to runner:runner
2025-08-20T20:32:59.6199922Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:32:59.6201054Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:32:59.6202349Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Vulnerability Disclosure.md' from root:root to runner:runner
2025-08-20T20:32:59.6203714Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Bug.md' from root:root to runner:runner
2025-08-20T20:32:59.6205044Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Feature Request.md' from root:root to runner:runner
2025-08-20T20:32:59.6206442Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Maintainer Onboarding.md' from root:root to runner:runner
2025-08-20T20:32:59.6207863Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates' from root:root to runner:runner
2025-08-20T20:32:59.6209370Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/merge_request_templates/Documentation.md' from root:root to runner:runner
2025-08-20T20:32:59.6210820Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/merge_request_templates/Default.md' from root:root to runner:runner
2025-08-20T20:32:59.6212149Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/merge_request_templates' from root:root to runner:runner
2025-08-20T20:32:59.6213467Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/CODEOWNERS' from root:root to runner:runner
2025-08-20T20:32:59.6214669Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab' from root:root to runner:runner
2025-08-20T20:32:59.6215838Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:32:59.6217048Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/gen-docs/docs.go' from root:root to runner:runner
2025-08-20T20:32:59.6218394Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/gen-docs' from root:root to runner:runner
2025-08-20T20:32:59.6219757Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/main.go' from root:root to runner:runner
2025-08-20T20:32:59.6220990Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/telemetry_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6222240Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/telemetry.go' from root:root to runner:runner
2025-08-20T20:32:59.6223662Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/main_test.go' from root:root to runner:runner
2025-08-20T20:32:59.6224851Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab' from root:root to runner:runner
2025-08-20T20:32:59.6225957Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T20:32:59.6227105Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:32:59.6228505Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.6229860Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:32:59.6231278Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:32:59.6232637Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:32:59.6233993Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:32:59.6235340Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:32:59.6236672Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.6238111Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:32:59.6239468Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:32:59.6240745Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:32:59.6242053Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:32:59.6243542Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:32:59.6244821Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:32:59.6246131Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:32:59.6247363Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:32:59.6248753Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:32:59.6249920Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:32:59.6251317Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.rev' from root:root to runner:runner
2025-08-20T20:32:59.6252914Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.idx' from root:root to runner:runner
2025-08-20T20:32:59.6254506Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.rev' from root:root to runner:runner
2025-08-20T20:32:59.6256200Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.idx' from root:root to runner:runner
2025-08-20T20:32:59.6258137Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.promisor' from root:root to runner:runner
2025-08-20T20:32:59.6259817Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.pack' from root:root to runner:runner
2025-08-20T20:32:59.6261455Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.promisor' from root:root to runner:runner
2025-08-20T20:32:59.6263092Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.pack' from root:root to runner:runner
2025-08-20T20:32:59.6264480Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:32:59.6265672Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:32:59.6266848Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:32:59.6268305Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:32:59.6269483Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:32:59.6270648Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:32:59.6271823Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.6273204Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:32:59.6274446Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:32:59.6275720Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.6277024Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:32:59.6278428Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:32:59.6279653Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:32:59.6280913Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:32:59.6282151Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.6283392Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:32:59.6284692Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:32:59.6285896Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:32:59.6287135Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:32:59.6287879Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:32:59.6288543Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:32:59.6289129Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:32:59.6289892Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:32:59.6290559Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/development_process.md' from root:root to runner:runner
2025-08-20T20:32:59.6291241Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/testing_against_staging.md' from root:root to runner:runner
2025-08-20T20:32:59.6291844Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T20:32:59.6292604Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/maintainer.md' from root:root to runner:runner
2025-08-20T20:32:59.6293255Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/triaging_bugs.md' from root:root to runner:runner
2025-08-20T20:32:59.6293993Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MeaningfulLinkWords.yml' from root:root to runner:runner
2025-08-20T20:32:59.6294678Z [00:03:15.145]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/British.yml' from root:root to runner:runner
2025-08-20T20:32:59.6295405Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/NonStandardQuotes.yml' from root:root to runner:runner
2025-08-20T20:32:59.6296208Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/OutdatedVersions.yml' from root:root to runner:runner
2025-08-20T20:32:59.6296961Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Level.yml' from root:root to runner:runner
2025-08-20T20:32:59.6297855Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/EOLWhitespace.yml' from root:root to runner:runner
2025-08-20T20:32:59.6298594Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Ability.yml' from root:root to runner:runner
2025-08-20T20:32:59.6299321Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CodeblockFences.yml' from root:root to runner:runner
2025-08-20T20:32:59.6300066Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SubstitutionWarning.yml' from root:root to runner:runner
2025-08-20T20:32:59.6300810Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CommandStringsQuoted.yml' from root:root to runner:runner
2025-08-20T20:32:59.6301542Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ElementDescriptors.yml' from root:root to runner:runner
2025-08-20T20:32:59.6302232Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Dropdown.yml' from root:root to runner:runner
2025-08-20T20:32:59.6303016Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Repetition.yml' from root:root to runner:runner
2025-08-20T20:32:59.6303713Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Simplicity.yml' from root:root to runner:runner
2025-08-20T20:32:59.6304383Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Zip.yml' from root:root to runner:runner
2025-08-20T20:32:59.6305198Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingLink.yml' from root:root to runner:runner
2025-08-20T20:32:59.6305915Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Substitutions.yml' from root:root to runner:runner
2025-08-20T20:32:59.6306619Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingDepth.yml' from root:root to runner:runner
2025-08-20T20:32:59.6307329Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MultiLineLinks.yml' from root:root to runner:runner
2025-08-20T20:32:59.6308139Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CurrentStatus.yml' from root:root to runner:runner
2025-08-20T20:32:59.6308978Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/OxfordComma.yml' from root:root to runner:runner
2025-08-20T20:32:59.6309731Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CIConfigFile.yml' from root:root to runner:runner
2025-08-20T20:32:59.6310481Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Spelling.yml' from root:root to runner:runner
2025-08-20T20:32:59.6311313Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/UnclearAntecedent.yml' from root:root to runner:runner
2025-08-20T20:32:59.6312024Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Possessive.yml' from root:root to runner:runner
2025-08-20T20:32:59.6312701Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ToDo.yml' from root:root to runner:runner
2025-08-20T20:32:59.6313418Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SentenceLength.yml' from root:root to runner:runner
2025-08-20T20:32:59.6314092Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Wordy.yml' from root:root to runner:runner
2025-08-20T20:32:59.6314815Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SelfReferential.yml' from root:root to runner:runner
2025-08-20T20:32:59.6315670Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingContent.yml' from root:root to runner:runner
2025-08-20T20:32:59.6316376Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ReadingLevel.yml' from root:root to runner:runner
2025-08-20T20:32:59.6317132Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/PossessiveProperNouns.yml' from root:root to runner:runner
2025-08-20T20:32:59.6318068Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ListIndentation.yml' from root:root to runner:runner
2025-08-20T20:32:59.6318854Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/spelling-exceptions.txt' from root:root to runner:runner
2025-08-20T20:32:59.6319555Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/FutureTense.yml' from root:root to runner:runner
2025-08-20T20:32:59.6320250Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Uppercase.yml' from root:root to runner:runner
2025-08-20T20:32:59.6320940Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/BadPlurals.yml' from root:root to runner:runner
2025-08-20T20:32:59.6321683Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MergeConflictMarkers.yml' from root:root to runner:runner
2025-08-20T20:32:59.6322468Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/LatinTerms.yml' from root:root to runner:runner
2025-08-20T20:32:59.6323314Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/NonStandardSpaces.yml' from root:root to runner:runner
2025-08-20T20:32:59.6324027Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Units.yml' from root:root to runner:runner
2025-08-20T20:32:59.6324747Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SentenceSpacing.yml' from root:root to runner:runner
2025-08-20T20:32:59.6325444Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Offerings.yml' from root:root to runner:runner
2025-08-20T20:32:59.6326168Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/InclusiveLanguage.yml' from root:root to runner:runner
2025-08-20T20:32:59.6326880Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Prerequisites.yml' from root:root to runner:runner
2025-08-20T20:32:59.6327630Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/GitLabFlavoredMarkdown.yml' from root:root to runner:runner
2025-08-20T20:32:59.6328621Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/DefaultBranch.yml' from root:root to runner:runner
2025-08-20T20:32:59.6329264Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base' from root:root to runner:runner
2025-08-20T20:32:59.6329864Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale' from root:root to runner:runner
2025-08-20T20:32:59.6330479Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/index.rst' from root:root to runner:runner
2025-08-20T20:32:59.6331247Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/installation_options.md' from root:root to runner:runner
2025-08-20T20:32:59.6331899Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/ask.md' from root:root to runner:runner
2025-08-20T20:32:59.6332543Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6333200Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6333814Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo' from root:root to runner:runner
2025-08-20T20:32:59.6334502Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/check-update/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6335278Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/check-update' from root:root to runner:runner
2025-08-20T20:32:59.6336057Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/version/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6336723Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/version' from root:root to runner:runner
2025-08-20T20:32:59.6337423Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/git-credential.md' from root:root to runner:runner
2025-08-20T20:32:59.6338354Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/status.md' from root:root to runner:runner
2025-08-20T20:32:59.6339075Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/dpop-gen.md' from root:root to runner:runner
2025-08-20T20:32:59.6339734Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6340437Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/configure-docker.md' from root:root to runner:runner
2025-08-20T20:32:59.6341283Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/logout.md' from root:root to runner:runner
2025-08-20T20:32:59.6342095Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6342755Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/login.md' from root:root to runner:runner
2025-08-20T20:32:59.6343451Z [00:03:15.146]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/docker-helper.md' from root:root to runner:runner
2025-08-20T20:32:59.6344071Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth' from root:root to runner:runner
2025-08-20T20:32:59.6344733Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6345386Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6346056Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6346716Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6347384Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6348209Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label' from root:root to runner:runner
2025-08-20T20:32:59.6348945Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6349688Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6350386Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6351078Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6351757Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6352430Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/add.md' from root:root to runner:runner
2025-08-20T20:32:59.6353071Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key' from root:root to runner:runner
2025-08-20T20:32:59.6353829Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6354580Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6355260Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6355905Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration' from root:root to runner:runner
2025-08-20T20:32:59.6356541Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6357184Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/lint.md' from root:root to runner:runner
2025-08-20T20:32:59.6358026Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6358737Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/lint.md' from root:root to runner:runner
2025-08-20T20:32:59.6359397Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/trace.md' from root:root to runner:runner
2025-08-20T20:32:59.6360055Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6360818Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6361455Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci' from root:root to runner:runner
2025-08-20T20:32:59.6362162Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/trace.md' from root:root to runner:runner
2025-08-20T20:32:59.6362820Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/retry.md' from root:root to runner:runner
2025-08-20T20:32:59.6363480Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/status.md' from root:root to runner:runner
2025-08-20T20:32:59.6364125Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6364811Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/config/compile.md' from root:root to runner:runner
2025-08-20T20:32:59.6365488Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/config/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6366266Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/config' from root:root to runner:runner
2025-08-20T20:32:59.6366981Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6367645Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/artifact.md' from root:root to runner:runner
2025-08-20T20:32:59.6368432Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6369079Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/run.md' from root:root to runner:runner
2025-08-20T20:32:59.6369740Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/trigger.md' from root:root to runner:runner
2025-08-20T20:32:59.6370413Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/job.md' from root:root to runner:runner
2025-08-20T20:32:59.6371135Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/pipeline.md' from root:root to runner:runner
2025-08-20T20:32:59.6371900Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6372580Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel' from root:root to runner:runner
2025-08-20T20:32:59.6373233Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6373962Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/run-trig.md' from root:root to runner:runner
2025-08-20T20:32:59.6374585Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci' from root:root to runner:runner
2025-08-20T20:32:59.6375260Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/transfer.md' from root:root to runner:runner
2025-08-20T20:32:59.6375959Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/contributors.md' from root:root to runner:runner
2025-08-20T20:32:59.6376795Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6377469Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/search.md' from root:root to runner:runner
2025-08-20T20:32:59.6378281Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/archive.md' from root:root to runner:runner
2025-08-20T20:32:59.6378970Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6379778Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/publish/catalog.md' from root:root to runner:runner
2025-08-20T20:32:59.6380486Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/publish/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6381140Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/publish' from root:root to runner:runner
2025-08-20T20:32:59.6381800Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/mirror.md' from root:root to runner:runner
2025-08-20T20:32:59.6382454Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6383118Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6383773Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/clone.md' from root:root to runner:runner
2025-08-20T20:32:59.6384497Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/update.md' from root:root to runner:runner
2025-08-20T20:32:59.6385165Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6385820Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/fork.md' from root:root to runner:runner
2025-08-20T20:32:59.6386550Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6387178Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo' from root:root to runner:runner
2025-08-20T20:32:59.6387943Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/events.md' from root:root to runner:runner
2025-08-20T20:32:59.6388646Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6389430Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6390051Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user' from root:root to runner:runner
2025-08-20T20:32:59.6390726Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6391393Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6392196Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6392872Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/run.md' from root:root to runner:runner
2025-08-20T20:32:59.6393549Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/update.md' from root:root to runner:runner
2025-08-20T20:32:59.6394229Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6394908Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6395544Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule' from root:root to runner:runner
2025-08-20T20:32:59.6396215Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/note.md' from root:root to runner:runner
2025-08-20T20:32:59.6396942Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6397778Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/subscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6398506Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6399297Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/unsubscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6400031Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/reopen.md' from root:root to runner:runner
2025-08-20T20:32:59.6400712Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6401392Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6402064Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/close.md' from root:root to runner:runner
2025-08-20T20:32:59.6402788Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident' from root:root to runner:runner
2025-08-20T20:32:59.6403548Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/check_manifest_usage.md' from root:root to runner:runner
2025-08-20T20:32:59.6404264Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/get-token.md' from root:root to runner:runner
2025-08-20T20:32:59.6405068Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6405832Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/update-kubeconfig.md' from root:root to runner:runner
2025-08-20T20:32:59.6406524Z [00:03:15.147]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token.md' from root:root to runner:runner
2025-08-20T20:32:59.6407247Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6408061Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6408804Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token' from root:root to runner:runner
2025-08-20T20:32:59.6409502Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6410310Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/bootstrap.md' from root:root to runner:runner
2025-08-20T20:32:59.6410995Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent' from root:root to runner:runner
2025-08-20T20:32:59.6411666Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6412407Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/graph.md' from root:root to runner:runner
2025-08-20T20:32:59.6413081Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6413717Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster' from root:root to runner:runner
2025-08-20T20:32:59.6414378Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6415102Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/set.md' from root:root to runner:runner
2025-08-20T20:32:59.6415764Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/init.md' from root:root to runner:runner
2025-08-20T20:32:59.6416425Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6417088Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/edit.md' from root:root to runner:runner
2025-08-20T20:32:59.6417910Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6418572Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config' from root:root to runner:runner
2025-08-20T20:32:59.6419256Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/completion/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6419901Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/completion' from root:root to runner:runner
2025-08-20T20:32:59.6420559Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6421226Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/revoke.md' from root:root to runner:runner
2025-08-20T20:32:59.6421893Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/rotate.md' from root:root to runner:runner
2025-08-20T20:32:59.6422631Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6423369Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6424040Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6424738Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token' from root:root to runner:runner
2025-08-20T20:32:59.6425406Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/checkout.md' from root:root to runner:runner
2025-08-20T20:32:59.6426062Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/rebase.md' from root:root to runner:runner
2025-08-20T20:32:59.6426701Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/note.md' from root:root to runner:runner
2025-08-20T20:32:59.6427342Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/todo.md' from root:root to runner:runner
2025-08-20T20:32:59.6428157Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6428818Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/revoke.md' from root:root to runner:runner
2025-08-20T20:32:59.6429487Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/subscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6430305Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6430990Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/unsubscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6431642Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/approve.md' from root:root to runner:runner
2025-08-20T20:32:59.6432296Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/reopen.md' from root:root to runner:runner
2025-08-20T20:32:59.6432932Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6433575Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/for.md' from root:root to runner:runner
2025-08-20T20:32:59.6434233Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6434878Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/issues.md' from root:root to runner:runner
2025-08-20T20:32:59.6435606Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/update.md' from root:root to runner:runner
2025-08-20T20:32:59.6436296Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6436951Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6437659Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/close.md' from root:root to runner:runner
2025-08-20T20:32:59.6438477Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/merge.md' from root:root to runner:runner
2025-08-20T20:32:59.6439124Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/diff.md' from root:root to runner:runner
2025-08-20T20:32:59.6439795Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/approvers.md' from root:root to runner:runner
2025-08-20T20:32:59.6440503Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr' from root:root to runner:runner
2025-08-20T20:32:59.6441155Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/api/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6441773Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/api' from root:root to runner:runner
2025-08-20T20:32:59.6442405Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6443152Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6443826Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/artifact.md' from root:root to runner:runner
2025-08-20T20:32:59.6444475Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6445088Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job' from root:root to runner:runner
2025-08-20T20:32:59.6445758Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6446432Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6447106Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6447929Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet' from root:root to runner:runner
2025-08-20T20:32:59.6448645Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/note.md' from root:root to runner:runner
2025-08-20T20:32:59.6449308Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6450050Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/subscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6450738Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6451426Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6452118Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6452773Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board' from root:root to runner:runner
2025-08-20T20:32:59.6453501Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6454194Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/unsubscribe.md' from root:root to runner:runner
2025-08-20T20:32:59.6454856Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/reopen.md' from root:root to runner:runner
2025-08-20T20:32:59.6455592Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6456260Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6456925Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/update.md' from root:root to runner:runner
2025-08-20T20:32:59.6457583Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6458394Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6459096Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/close.md' from root:root to runner:runner
2025-08-20T20:32:59.6459725Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue' from root:root to runner:runner
2025-08-20T20:32:59.6460403Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6461167Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6461870Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6462629Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6463362Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6464058Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/download.md' from root:root to runner:runner
2025-08-20T20:32:59.6464749Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/remove.md' from root:root to runner:runner
2025-08-20T20:32:59.6465395Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile' from root:root to runner:runner
2025-08-20T20:32:59.6466189Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6466857Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/view.md' from root:root to runner:runner
2025-08-20T20:32:59.6467524Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6468403Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6469095Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/upload.md' from root:root to runner:runner
2025-08-20T20:32:59.6469766Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6470439Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6471122Z [00:03:15.148]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/download.md' from root:root to runner:runner
2025-08-20T20:32:59.6471754Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release' from root:root to runner:runner
2025-08-20T20:32:59.6472409Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/set.md' from root:root to runner:runner
2025-08-20T20:32:59.6473066Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6473792Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6474475Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6475201Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6475841Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias' from root:root to runner:runner
2025-08-20T20:32:59.6476505Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6477169Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/set.md' from root:root to runner:runner
2025-08-20T20:32:59.6477939Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6478797Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6479479Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6480159Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/export.md' from root:root to runner:runner
2025-08-20T20:32:59.6480914Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/update.md' from root:root to runner:runner
2025-08-20T20:32:59.6481588Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6482229Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable' from root:root to runner:runner
2025-08-20T20:32:59.6482886Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/get.md' from root:root to runner:runner
2025-08-20T20:32:59.6483552Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6484214Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6484894Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6485558Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6486280Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/add.md' from root:root to runner:runner
2025-08-20T20:32:59.6486955Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key' from root:root to runner:runner
2025-08-20T20:32:59.6487629Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/init.md' from root:root to runner:runner
2025-08-20T20:32:59.6488677Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6489413Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/unlock.md' from root:root to runner:runner
2025-08-20T20:32:59.6490125Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/delete.md' from root:root to runner:runner
2025-08-20T20:32:59.6490828Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6491643Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/lock.md' from root:root to runner:runner
2025-08-20T20:32:59.6492366Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/download.md' from root:root to runner:runner
2025-08-20T20:32:59.6493029Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state' from root:root to runner:runner
2025-08-20T20:32:59.6493823Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6494501Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6495146Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu' from root:root to runner:runner
2025-08-20T20:32:59.6495808Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/amend.md' from root:root to runner:runner
2025-08-20T20:32:59.6496466Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/prev.md' from root:root to runner:runner
2025-08-20T20:32:59.6497124Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/list.md' from root:root to runner:runner
2025-08-20T20:32:59.6497922Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/sync.md' from root:root to runner:runner
2025-08-20T20:32:59.6498638Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/first.md' from root:root to runner:runner
2025-08-20T20:32:59.6499391Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/move.md' from root:root to runner:runner
2025-08-20T20:32:59.6500053Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/next.md' from root:root to runner:runner
2025-08-20T20:32:59.6500710Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6501445Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/switch.md' from root:root to runner:runner
2025-08-20T20:32:59.6502134Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/last.md' from root:root to runner:runner
2025-08-20T20:32:59.6502797Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6503463Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/create.md' from root:root to runner:runner
2025-08-20T20:32:59.6504270Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/reorder.md' from root:root to runner:runner
2025-08-20T20:32:59.6504931Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/save.md' from root:root to runner:runner
2025-08-20T20:32:59.6505556Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack' from root:root to runner:runner
2025-08-20T20:32:59.6506248Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/generate.md' from root:root to runner:runner
2025-08-20T20:32:59.6507036Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/help.md' from root:root to runner:runner
2025-08-20T20:32:59.6507826Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/index.md' from root:root to runner:runner
2025-08-20T20:32:59.6508544Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog' from root:root to runner:runner
2025-08-20T20:32:59.6509151Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source' from root:root to runner:runner
2025-08-20T20:32:59.6509797Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/release_process.md' from root:root to runner:runner
2025-08-20T20:32:59.6510458Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/security_releases.md' from root:root to runner:runner
2025-08-20T20:32:59.6511163Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/glabgettingstarted.gif' from root:root to runner:runner
2025-08-20T20:32:59.6511935Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/command-example.png' from root:root to runner:runner
2025-08-20T20:32:59.6512615Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/glab-logo.png' from root:root to runner:runner
2025-08-20T20:32:59.6513214Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets' from root:root to runner:runner
2025-08-20T20:32:59.6513851Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T20:32:59.6514417Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO' from root:root to runner:runner
2025-08-20T20:32:59.6514940Z [00:03:15.149]➜  changed ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO' from root:root to runner:runner
2025-08-20T20:32:59.6515344Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:32:59.6515786Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gitlab-cli' retained as runner:runner
2025-08-20T20:32:59.6516178Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:32:59.6516650Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/glab' retained as runner:runner
2025-08-20T20:32:59.6517023Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:32:59.6517473Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.version' retained as runner:runner
2025-08-20T20:32:59.6518107Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:32:59.6518539Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli' retained as runner:runner
2025-08-20T20:32:59.6519070Z [00:03:15.149]➜  ownership of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:32:59.6519562Z [00:03:15.157]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6519967Z [00:03:15.163]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/glab' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6520474Z [00:03:15.169]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6521024Z [00:03:15.175]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6521692Z [00:03:15.181]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.projections.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6522326Z [00:03:15.187]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6522953Z [00:03:15.192]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6523629Z [00:03:15.198]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/somefile.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6524375Z [00:03:15.204]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab-ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6525178Z [00:03:15.211]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.glab-cli/config/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6525950Z [00:03:15.217]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6526696Z [00:03:15.222]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6527379Z [00:03:15.229]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6528177Z [00:03:15.234]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6528905Z [00:03:15.241]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6529757Z [00:03:15.247]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6530462Z [00:03:15.253]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6531140Z [00:03:15.259]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6531928Z [00:03:15.265]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6532639Z [00:03:15.271]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6533318Z [00:03:15.277]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6534001Z [00:03:15.283]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6534713Z [00:03:15.289]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6535396Z [00:03:15.295]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6536133Z [00:03:15.301]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/FETCH_HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6552539Z [00:03:15.307]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/ORIG_HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6612098Z [00:03:15.313]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6672406Z [00:03:15.319]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/COMMIT_EDITMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6733034Z [00:03:15.325]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/70/1ea5fe3cbfed95824c168ac1575008086e503e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6792867Z [00:03:15.331]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/36/912a78f64d85a834388325eae87a40beb6ff32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6854342Z [00:03:15.337]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0a/c6aab9e6e89c94f7166f12840177b0d9c11156' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6916208Z [00:03:15.344]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b5de3cbb71c3cc55492bbf55c2faaf4f4d24bf61.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.6976231Z [00:03:15.350]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b5de3cbb71c3cc55492bbf55c2faaf4f4d24bf61.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7037579Z [00:03:15.356]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b1d82c55862586ab56b1a27320a34164d1b24ede.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7099245Z [00:03:15.362]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/pack/pack-b1d82c55862586ab56b1a27320a34164d1b24ede.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7158761Z [00:03:15.368]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/e3/7c12a0be49028ec947377b209c430223d3847f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7223629Z [00:03:15.374]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/b3/a111e8e509da62d0c4caedb0a36193ddd732b5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7285433Z [00:03:15.381]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/b3/8dd911e39fe6c64e383e4fa1ffd7345a1ad82e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7345482Z [00:03:15.387]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/0f/94241b3b5f046269fd2b2ae823d22de930301d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7404463Z [00:03:15.392]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/19/c85226a2c811366776a95617a705f79f617d31' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7464764Z [00:03:15.398]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a9/adc3cd1e94242afb3b7f948bf91cabdf765fd2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7523688Z [00:03:15.404]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/f9/3e3a1a1525fb5b91020da86e44810c87a2d7bc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7582789Z [00:03:15.410]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/objects/a2/5fb990be59913967ae419c8efc0f482f3aee10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7642424Z [00:03:15.416]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7703102Z [00:03:15.422]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7764612Z [00:03:15.428]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7825482Z [00:03:15.435]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/mr-autofill-test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7882387Z [00:03:15.440]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/test-cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7938645Z [00:03:15.446]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.7996416Z [00:03:15.452]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/mr-autofill-test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8055630Z [00:03:15.458]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/1-ci-failure-occured' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8114468Z [00:03:15.464]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/trunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8173483Z [00:03:15.469]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/fixed-branch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8232524Z [00:03:15.475]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8292718Z [00:03:15.481]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/ft-pager' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8352423Z [00:03:15.487]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8410043Z [00:03:15.493]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8469355Z [00:03:15.499]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/test-ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8527404Z [00:03:15.505]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/logs/refs/remotes/origin/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8585314Z [00:03:15.511]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8644010Z [00:03:15.516]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/tags/v0.0.1-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8703338Z [00:03:15.522]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/mr-autofill-test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8762136Z [00:03:15.528]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/test-cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8820839Z [00:03:15.534]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8880391Z [00:03:15.540]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/mr-autofill-test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8940859Z [00:03:15.546]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/1-ci-failure-occured' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.8997092Z [00:03:15.552]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/trunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9055991Z [00:03:15.558]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/fixed-branch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9116649Z [00:03:15.564]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-br' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9178610Z [00:03:15.570]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/ft-pager' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9241049Z [00:03:15.576]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9303608Z [00:03:15.582]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9364728Z [00:03:15.589]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/test-ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9425363Z [00:03:15.595]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/test.git/refs/remotes/origin/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9486390Z [00:03:15.601]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9548648Z [00:03:15.607]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/.gitkeep-for-tests' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9611729Z [00:03:15.613]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/Bug.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9675001Z [00:03:15.619]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/Feature Request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9735791Z [00:03:15.626]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/issue_templates/non-markdown-file-for-tests.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9793855Z [00:03:15.631]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/merge_request_templates/Default.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9852349Z [00:03:15.637]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/test/testdata/.gitlab/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9911496Z [00:03:15.643]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:32:59.9969314Z [00:03:15.649]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Dangerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0030258Z [00:03:15.655]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.markdownlint-cli2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0090495Z [00:03:15.661]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab-ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0150681Z [00:03:15.667]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0211170Z [00:03:15.673]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0270404Z [00:03:15.679]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/lint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0330858Z [00:03:15.685]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/commit-lint/lint.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0390620Z [00:03:15.691]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/security-harness' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0449485Z [00:03:15.697]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/setup_windows.iss' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0507836Z [00:03:15.703]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/scripts/changelog' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0567939Z [00:03:15.709]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitpod.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0626772Z [00:03:15.715]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0687161Z [00:03:15.721]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.tool-versions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0746855Z [00:03:15.727]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.vscode/launch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0806234Z [00:03:15.733]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0865589Z [00:03:15.739]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0925386Z [00:03:15.745]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.0985097Z [00:03:15.751]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/manip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1044739Z [00:03:15.757]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/manip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1104761Z [00:03:15.763]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/display_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1168514Z [00:03:15.769]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/utils/display.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1232727Z [00:03:15.775]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1294861Z [00:03:15.782]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/auth/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1358089Z [00:03:15.788]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/recovery_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1420936Z [00:03:15.794]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/recovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1484991Z [00:03:15.801]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/recovery/testdata/recover/repo/name/struct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1549850Z [00:03:15.807]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1612640Z [00:03:15.813]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glinstance/host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1676124Z [00:03:15.820]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/cmdutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1739048Z [00:03:15.826]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/enum_flag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1801897Z [00:03:15.832]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/enum_flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1861728Z [00:03:15.838]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/remote_resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1921585Z [00:03:15.844]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/repo_override.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.1980074Z [00:03:15.850]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/cmdutils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2037049Z [00:03:15.856]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/flag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2096275Z [00:03:15.862]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2156853Z [00:03:15.868]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/factory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2215573Z [00:03:15.874]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/remote_resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2279856Z [00:03:15.880]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/cmdutils/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2341127Z [00:03:15.886]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/test_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2402772Z [00:03:15.892]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2463036Z [00:03:15.898]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2525510Z [00:03:15.905]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2588856Z [00:03:15.911]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2651647Z [00:03:15.917]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2715292Z [00:03:15.924]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/glrepo/repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2781650Z [00:03:15.930]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2844255Z [00:03:15.936]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stack_struct_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2907801Z [00:03:15.943]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/test_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.2971579Z [00:03:15.949]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stacked_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3036049Z [00:03:15.956]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3100045Z [00:03:15.962]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3163354Z [00:03:15.968]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/ssh_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3228706Z [00:03:15.975]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stacked.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3292509Z [00:03:15.981]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/ssh_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3358732Z [00:03:15.988]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/stack_struct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3422489Z [00:03:15.994]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/url_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3486966Z [00:03:16.001]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/git_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3551834Z [00:03:16.007]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/testing/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3616244Z [00:03:16.014]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/git/testing/git_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3678938Z [00:03:16.020]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/oauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3738345Z [00:03:16.026]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3797469Z [00:03:16.032]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/oauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3855692Z [00:03:16.038]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3913460Z [00:03:16.043]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/oauth2/token_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.3973981Z [00:03:16.049]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4032700Z [00:03:16.055]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4093063Z [00:03:16.061]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/lp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4157184Z [00:03:16.068]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4216910Z [00:03:16.074]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4277286Z [00:03:16.080]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/cwd/git.exe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4335766Z [00:03:16.086]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4394750Z [00:03:16.092]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4452772Z [00:03:16.097]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/execext/testdata/PATH/git.exe' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4511735Z [00:03:16.103]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser/browser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4568725Z [00:03:16.109]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/browser/browser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4626425Z [00:03:16.115]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/surveyext/surveyext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4685965Z [00:03:16.121]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/local_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4745694Z [00:03:16.127]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4806550Z [00:03:16.133]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/local_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4869490Z [00:03:16.139]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4932553Z [00:03:16.145]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/alias_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.4996329Z [00:03:16.152]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/Readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5061428Z [00:03:16.158]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5126213Z [00:03:16.165]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/perms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5190232Z [00:03:16.171]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5254104Z [00:03:16.177]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/host_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5319622Z [00:03:16.184]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5381635Z [00:03:16.190]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5442569Z [00:03:16.196]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5500741Z [00:03:16.202]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5559254Z [00:03:16.208]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5618118Z [00:03:16.214]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config_mapping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5679544Z [00:03:16.220]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/testing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5741156Z [00:03:16.226]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5799779Z [00:03:16.232]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/config.yaml.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5860210Z [00:03:16.238]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/config/writefile_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5922337Z [00:03:16.244]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/pager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.5983292Z [00:03:16.250]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6044115Z [00:03:16.256]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/iostreams_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6103972Z [00:03:16.262]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/icons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6167343Z [00:03:16.269]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6229500Z [00:03:16.275]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6289485Z [00:03:16.281]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/iostreams.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6350468Z [00:03:16.287]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/iostreams/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6413302Z [00:03:16.293]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6474027Z [00:03:16.299]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/pipeline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6536018Z [00:03:16.306]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/project.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6600979Z [00:03:16.312]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6664786Z [00:03:16.319]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/default_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6726248Z [00:03:16.325]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/merge_request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6787281Z [00:03:16.331]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/issue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6849101Z [00:03:16.337]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/milestone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6908744Z [00:03:16.343]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/debug_transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.6970268Z [00:03:16.349]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/api/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7032538Z [00:03:16.355]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7091071Z [00:03:16.361]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/truncate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7150441Z [00:03:16.367]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/truncate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7209230Z [00:03:16.373]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/text/text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7269848Z [00:03:16.379]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/dbg/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7332643Z [00:03:16.385]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/duo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7393581Z [00:03:16.391]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7452512Z [00:03:16.397]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7511498Z [00:03:16.403]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/duo/ask/ask_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7572195Z [00:03:16.409]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7632995Z [00:03:16.415]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/version/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7695701Z [00:03:16.422]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/root_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7758873Z [00:03:16.428]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7821079Z [00:03:16.434]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7882648Z [00:03:16.440]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout/logout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.7942553Z [00:03:16.446]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/logout/logout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8002740Z [00:03:16.452]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/login_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8063428Z [00:03:16.458]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8125107Z [00:03:16.465]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8186195Z [00:03:16.471]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/login/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8247543Z [00:03:16.477]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8306619Z [00:03:16.483]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8364923Z [00:03:16.489]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8424796Z [00:03:16.495]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8485129Z [00:03:16.501]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils/git_credentials.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8545043Z [00:03:16.507]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/authutils/git_credentials_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8604144Z [00:03:16.513]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop/dpop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8665336Z [00:03:16.519]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop_generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8726082Z [00:03:16.525]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/dpop_generate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8785988Z [00:03:16.531]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/no_password.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8847358Z [00:03:16.537]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p224_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8909724Z [00:03:16.543]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p384_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.8972371Z [00:03:16.549]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_2047_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9034627Z [00:03:16.556]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_2048_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9096766Z [00:03:16.562]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_8192_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9158516Z [00:03:16.568]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p256_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9221239Z [00:03:16.574]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ecdsa_p521_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9283568Z [00:03:16.580]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/not_a_key.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9346018Z [00:03:16.587]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/rsa_8193_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9406416Z [00:03:16.593]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/with_password.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9466108Z [00:03:16.599]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/generate_test_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9529109Z [00:03:16.605]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/generate/testdata/ed25519_key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9591468Z [00:03:16.611]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9654375Z [00:03:16.617]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/auth/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9715256Z [00:03:16.624]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete/label_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9775051Z [00:03:16.630]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/delete/label_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9833626Z [00:03:16.635]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/label.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9892042Z [00:03:16.641]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/label_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:00.9952115Z [00:03:16.647]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list/label_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0010941Z [00:03:16.653]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/list/label_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0071203Z [00:03:16.659]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create/label_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0133250Z [00:03:16.665]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/label/create/label_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0192375Z [00:03:16.671]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0252395Z [00:03:16.677]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0310940Z [00:03:16.683]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0369637Z [00:03:16.689]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/add/testdata/testkey.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0426938Z [00:03:16.695]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0486076Z [00:03:16.701]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0546050Z [00:03:16.707]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/deploy-key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0607525Z [00:03:16.713]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0668093Z [00:03:16.719]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0728073Z [00:03:16.725]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0787130Z [00:03:16.731]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/deploy-key/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0845652Z [00:03:16.737]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/iteration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0905024Z [00:03:16.743]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/iteration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.0963938Z [00:03:16.748]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list/iteration_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1023638Z [00:03:16.754]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/iteration/list/iteration_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1084783Z [00:03:16.760]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1144783Z [00:03:16.767]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run/run_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1206975Z [00:03:16.773]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig/run_trig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1270233Z [00:03:16.779]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/run_trig/run_trig_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1336222Z [00:03:16.786]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1401109Z [00:03:16.792]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry/retry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1464796Z [00:03:16.798]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/retry/retry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1527035Z [00:03:16.805]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1590977Z [00:03:16.811]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1650957Z [00:03:16.817]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/artifact_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1713198Z [00:03:16.823]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/artifact.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1777083Z [00:03:16.830]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/artifact/testdata/file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1841439Z [00:03:16.836]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1905706Z [00:03:16.843]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.1965932Z [00:03:16.849]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/lint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2027012Z [00:03:16.855]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/lint/testdata/.gitlab-ci.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2086013Z [00:03:16.861]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci/pipeline_ci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2147200Z [00:03:16.867]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/legacyci/pipeline_ci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2207329Z [00:03:16.873]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2265464Z [00:03:16.879]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2322563Z [00:03:16.884]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2382865Z [00:03:16.890]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile/compile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2441058Z [00:03:16.896]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/config/compile/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2500587Z [00:03:16.902]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2561491Z [00:03:16.908]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trace/trace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2623105Z [00:03:16.914]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2684864Z [00:03:16.921]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger/trigger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2746139Z [00:03:16.927]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/trigger/trigger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2810392Z [00:03:16.933]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/cancel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2872840Z [00:03:16.939]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline/pipeline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.2969161Z [00:03:16.949]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/pipeline/pipeline_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3034435Z [00:03:16.955]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job/job_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3097913Z [00:03:16.962]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/job/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3163782Z [00:03:16.968]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/cancel/cancel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3231566Z [00:03:16.975]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3295424Z [00:03:16.982]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/ciutils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3358675Z [00:03:16.988]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/symlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3421687Z [00:03:16.994]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3482335Z [00:03:17.000]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3545675Z [00:03:17.007]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3609693Z [00:03:17.013]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/list/testdata/ciList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3671399Z [00:03:17.019]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3729367Z [00:03:17.025]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3789563Z [00:03:17.031]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get.result' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3847156Z [00:03:17.037]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get-1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3906653Z [00:03:17.043]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ci/get/testdata/ci_get-0.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.3965100Z [00:03:17.049]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/events/events.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4024038Z [00:03:17.054]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4085571Z [00:03:17.061]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/user/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4145852Z [00:03:17.067]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4206923Z [00:03:17.073]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/run/run_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4270312Z [00:03:17.079]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/schedule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4330888Z [00:03:17.085]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4389665Z [00:03:17.091]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4450203Z [00:03:17.097]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4511187Z [00:03:17.103]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/update/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4573211Z [00:03:17.109]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4634179Z [00:03:17.115]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4694297Z [00:03:17.121]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4753619Z [00:03:17.127]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/schedule/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4813037Z [00:03:17.133]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4873702Z [00:03:17.139]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/incident.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4934769Z [00:03:17.145]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/view/incident_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.4994589Z [00:03:17.152]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/close/incident_close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5055801Z [00:03:17.158]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/reopen/incident_reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5115903Z [00:03:17.164]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/note/incident_note_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5176097Z [00:03:17.170]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/incident_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5235348Z [00:03:17.176]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/list/incident_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5294713Z [00:03:17.182]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/unsubscribe/incident_unsubscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5354266Z [00:03:17.187]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/incident/subscribe/incident_subscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5415217Z [00:03:17.194]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/long.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5475792Z [00:03:17.200]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/globals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5536284Z [00:03:17.206]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5595645Z [00:03:17.212]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5655267Z [00:03:17.218]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/json_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5715336Z [00:03:17.224]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/graph_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5775130Z [00:03:17.230]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/graph/example.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5837760Z [00:03:17.236]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/check_manifest_usage/check_manifest_usage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5898114Z [00:03:17.242]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.5963451Z [00:03:17.248]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/agentutils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6022573Z [00:03:17.254]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/token_cache_mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6084571Z [00:03:17.260]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agentutils/agentutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6146257Z [00:03:17.267]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig/agent_update_kubeconfig_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6204951Z [00:03:17.273]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/update_kubeconfig/agent_update_kubeconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6266634Z [00:03:17.279]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/stdlib_mocks_for_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6327857Z [00:03:17.285]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/kubectl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6388694Z [00:03:17.291]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/api_wrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6447229Z [00:03:17.297]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/agent_bootstrap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6507111Z [00:03:17.303]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/flux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6568643Z [00:03:17.309]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6629039Z [00:03:17.315]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/kubectl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6690782Z [00:03:17.321]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/flux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6750182Z [00:03:17.327]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/mocks_for_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6810310Z [00:03:17.333]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/bootstrap/agent_bootstrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6874498Z [00:03:17.339]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.6940177Z [00:03:17.346]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7006802Z [00:03:17.353]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/token/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7073478Z [00:03:17.359]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/agent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7135141Z [00:03:17.366]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list/agent_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7199587Z [00:03:17.372]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/list/agent_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7263902Z [00:03:17.378]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/file_mutex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7332600Z [00:03:17.385]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/agent_get_token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7397042Z [00:03:17.392]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7460699Z [00:03:17.398]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7521489Z [00:03:17.404]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/agent_get_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7587846Z [00:03:17.411]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/agent/get_token/file_mutex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7652411Z [00:03:17.417]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7718209Z [00:03:17.424]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/cluster/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7781272Z [00:03:17.430]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7842441Z [00:03:17.436]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7905545Z [00:03:17.443]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help/help_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.7965245Z [00:03:17.449]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/help/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8028708Z [00:03:17.455]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion/completion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8090413Z [00:03:17.461]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/completion/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8151962Z [00:03:17.467]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate/rotate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8213331Z [00:03:17.473]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/rotate/rotate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8274338Z [00:03:17.480]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke/revoke.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8334869Z [00:03:17.486]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/revoke/revoke_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8395989Z [00:03:17.492]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel/accesslevelvalue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8454997Z [00:03:17.498]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/accesslevel/accesslevelvalue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8515775Z [00:03:17.504]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8575399Z [00:03:17.510]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8634652Z [00:03:17.516]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/filter/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8694512Z [00:03:17.522]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate/expirationdate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8753951Z [00:03:17.527]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/expirationdate/expirationdate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8815526Z [00:03:17.534]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8876360Z [00:03:17.540]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8936020Z [00:03:17.546]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.8996479Z [00:03:17.552]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9056599Z [00:03:17.558]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/token/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9116229Z [00:03:17.564]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update/check_update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9177794Z [00:03:17.570]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/update/check_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9241141Z [00:03:17.576]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9303393Z [00:03:17.582]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo/mr_todo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9364810Z [00:03:17.589]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/todo/mr_todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9425364Z [00:03:17.595]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view/mr_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9490711Z [00:03:17.601]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/view/mr_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9556257Z [00:03:17.608]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close/mr_close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9620688Z [00:03:17.614]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/close/mr_close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9684003Z [00:03:17.620]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9746050Z [00:03:17.627]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete/mr_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9808158Z [00:03:17.633]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/delete/mr_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9870686Z [00:03:17.639]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout/mr_checkout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9931616Z [00:03:17.645]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/checkout/mr_checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:01.9994253Z [00:03:17.651]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke/mr_revoke_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0055628Z [00:03:17.658]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/revoke/mr_revoke.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0116268Z [00:03:17.664]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/mr_issues.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0177399Z [00:03:17.670]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/testdata/closesIssuesList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0235890Z [00:03:17.676]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/issues/mr_issues_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0297535Z [00:03:17.682]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/for/mr_for.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0355313Z [00:03:17.688]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/mr_merge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0413807Z [00:03:17.693]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/mr_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0475686Z [00:03:17.700]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/testdata/mergedMr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0536594Z [00:03:17.706]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/merge/testdata/mergeableMr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0602228Z [00:03:17.712]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen/mr_reopen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0663832Z [00:03:17.718]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/reopen/mr_reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0725902Z [00:03:17.725]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note/mr_note_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0787482Z [00:03:17.731]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/note/mr_note_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0849332Z [00:03:17.737]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve/mr_approve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0909666Z [00:03:17.743]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approve/mr_approve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.0968531Z [00:03:17.749]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase/mr_rebase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1031380Z [00:03:17.755]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/rebase/mr_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1093034Z [00:03:17.761]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update/mr_update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1156336Z [00:03:17.768]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/update/mr_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1217427Z [00:03:17.774]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils/mrutils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1277581Z [00:03:17.780]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/mrutils/mrutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1336085Z [00:03:17.786]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/mr_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1393695Z [00:03:17.791]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/mr_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1452259Z [00:03:17.797]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/list/testdata/mrList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1513415Z [00:03:17.803]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe/mr_unsubscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1572336Z [00:03:17.809]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/unsubscribe/mr_unsubscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1633791Z [00:03:17.815]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1696218Z [00:03:17.822]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/diff/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1758473Z [00:03:17.828]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe/mr_subscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1818660Z [00:03:17.834]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/subscribe/mr_subscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1878966Z [00:03:17.840]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/mr_approvers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.1938905Z [00:03:17.846]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/mr_approvers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2001172Z [00:03:17.852]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/approvers/testdata/approvalState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2061262Z [00:03:17.858]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create/mr_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2122765Z [00:03:17.864]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/mr/create/mr_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2182246Z [00:03:17.870]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2242758Z [00:03:17.876]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/pagination.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2303383Z [00:03:17.882]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2364003Z [00:03:17.888]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/pagination_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2423512Z [00:03:17.894]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2482637Z [00:03:17.900]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/api/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2543998Z [00:03:17.906]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/job_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2605675Z [00:03:17.913]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/logic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2668332Z [00:03:17.919]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/logic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2729667Z [00:03:17.925]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/artifact/artifact.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2789764Z [00:03:17.931]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/job/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2850399Z [00:03:17.937]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/snippet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2908340Z [00:03:17.943]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/snippet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.2967260Z [00:03:17.949]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3027162Z [00:03:17.955]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3087350Z [00:03:17.961]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/snippet.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3147524Z [00:03:17.967]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/file2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3207064Z [00:03:17.973]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/snippet/create/testdata/file1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3270150Z [00:03:17.979]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/view/issue_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3333386Z [00:03:17.985]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/close/issue_close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3395413Z [00:03:17.992]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete/issue_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3454699Z [00:03:17.998]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/delete/issue_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3515835Z [00:03:18.004]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view/issue_board_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3574877Z [00:03:18.010]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/view/issue_board_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3634825Z [00:03:18.016]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/board.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3694508Z [00:03:18.022]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/board_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3754204Z [00:03:18.027]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create/issue_board_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3814277Z [00:03:18.034]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/board/create/issue_board_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3873481Z [00:03:18.039]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/reopen/issue_reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3933063Z [00:03:18.045]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/note/issue_note_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.3990996Z [00:03:18.051]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4047352Z [00:03:18.057]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4107018Z [00:03:18.063]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update/issue_update_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4166428Z [00:03:18.069]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/update/issue_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4226016Z [00:03:18.075]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4286165Z [00:03:18.081]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/issueutils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4345341Z [00:03:18.087]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/list/issue_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4403472Z [00:03:18.092]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/unsubscribe/issue_unsubscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4462701Z [00:03:18.098]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/subscribe/issue_subscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4522371Z [00:03:18.104]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4579962Z [00:03:18.110]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4641686Z [00:03:18.116]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issue/create/issue_create_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4703340Z [00:03:18.122]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/securefile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4763491Z [00:03:18.128]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove/remove.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4822940Z [00:03:18.134]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/remove/remove_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4884247Z [00:03:18.140]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.4944639Z [00:03:18.146]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5004648Z [00:03:18.153]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/download/testdata/localfile.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5063813Z [00:03:18.158]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/securefile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5125970Z [00:03:18.165]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5185616Z [00:03:18.171]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5247606Z [00:03:18.177]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5305740Z [00:03:18.183]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5366267Z [00:03:18.189]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5424412Z [00:03:18.194]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5482962Z [00:03:18.200]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/securefile/create/testdata/localfile.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5541249Z [00:03:18.206]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5599514Z [00:03:18.212]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5660813Z [00:03:18.218]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/testdata/release.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5721645Z [00:03:18.224]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/view/testdata/releases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5782369Z [00:03:18.230]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5843330Z [00:03:18.236]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5904241Z [00:03:18.242]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/releaseutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.5965768Z [00:03:18.249]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6025661Z [00:03:18.255]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/releaseutils/upload/upload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6086781Z [00:03:18.261]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6148345Z [00:03:18.267]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/testdata/test_file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6207438Z [00:03:18.273]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/upload/upload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6269586Z [00:03:18.279]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6329641Z [00:03:18.285]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6389657Z [00:03:18.291]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/release.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6449987Z [00:03:18.297]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list/release_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6508916Z [00:03:18.303]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/list/release_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6571686Z [00:03:18.309]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/release_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6634455Z [00:03:18.315]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6694392Z [00:03:18.321]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6753177Z [00:03:18.327]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/release/create/testdata/test_file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6812484Z [00:03:18.333]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete/alias_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6869229Z [00:03:18.339]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/delete/alias_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6927841Z [00:03:18.345]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand/alias_expand_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.6986323Z [00:03:18.351]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/expand/alias_expand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7045976Z [00:03:18.357]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7106329Z [00:03:18.363]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set/alias_set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7167353Z [00:03:18.369]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/set/alias_set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7228376Z [00:03:18.375]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7288998Z [00:03:18.381]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list/alias_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7348749Z [00:03:18.387]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/alias/list/alias_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7411633Z [00:03:18.393]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view/project_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7472076Z [00:03:18.399]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/view/project_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7530160Z [00:03:18.405]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7592752Z [00:03:18.411]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7655271Z [00:03:18.418]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/clone/repo_clone_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7718907Z [00:03:18.424]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/search/project_search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7781034Z [00:03:18.430]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7841782Z [00:03:18.436]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7903232Z [00:03:18.442]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.7964525Z [00:03:18.448]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/publish_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8024568Z [00:03:18.454]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/publish.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8086575Z [00:03:18.461]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates/not_a_component.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8147462Z [00:03:18.467]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/abc_templates/not_a_component2/template.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8207386Z [00:03:18.473]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-1.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8267602Z [00:03:18.479]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-2.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8328954Z [00:03:18.485]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-3/template.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8390470Z [00:03:18.491]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/component-3/another_helper_file.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8449967Z [00:03:18.497]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/catalog/testdata/test-repo/templates/contains-no-template/just_a_file.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8511972Z [00:03:18.503]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/publish/publish.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8572138Z [00:03:18.509]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/repo_contributors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8632909Z [00:03:18.515]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/repo_contributors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8694282Z [00:03:18.521]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/contributors/testdata/contributors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8756066Z [00:03:18.528]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork/fork_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8816437Z [00:03:18.534]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/fork/fork.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8876507Z [00:03:18.540]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8933174Z [00:03:18.545]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/update/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.8993907Z [00:03:18.551]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/transfer/project_transfer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9055723Z [00:03:18.558]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9117822Z [00:03:18.564]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9181730Z [00:03:18.570]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9247084Z [00:03:18.577]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/mirror/project_mirror.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9310768Z [00:03:18.583]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create/project_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9367426Z [00:03:18.589]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/create/project_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9426691Z [00:03:18.595]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive/repo_archive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9488487Z [00:03:18.601]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/project/archive/repo_archive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9553537Z [00:03:18.607]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9619716Z [00:03:18.614]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export/export.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9679913Z [00:03:18.620]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/export/export_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9743694Z [00:03:18.626]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9804153Z [00:03:18.632]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9863887Z [00:03:18.638]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9922042Z [00:03:18.644]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/value.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:02.9982686Z [00:03:18.650]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0041573Z [00:03:18.656]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variableutils/value_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0104795Z [00:03:18.662]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0166467Z [00:03:18.669]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0227886Z [00:03:18.675]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0286945Z [00:03:18.681]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/update/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0346861Z [00:03:18.687]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0408377Z [00:03:18.693]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0470110Z [00:03:18.699]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0532146Z [00:03:18.705]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0599535Z [00:03:18.712]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/variable/variable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0666150Z [00:03:18.719]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0729136Z [00:03:18.725]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/add/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0794664Z [00:03:18.732]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0858371Z [00:03:18.738]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/ssh-key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0921009Z [00:03:18.744]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.0982497Z [00:03:18.750]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1048816Z [00:03:18.757]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/ssh-key/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1164800Z [00:03:18.768]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view/issuable_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1228392Z [00:03:18.775]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/view/issuable_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1288971Z [00:03:18.781]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close/issuable_close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1349680Z [00:03:18.787]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/close/issuable_close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1407600Z [00:03:18.793]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen/issuable_reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1466373Z [00:03:18.799]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/reopen/issuable_reopen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1527305Z [00:03:18.805]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note/issuable_note_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1591799Z [00:03:18.811]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/note/issuable_note_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1654682Z [00:03:18.818]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/issuable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1716370Z [00:03:18.824]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/issuable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1777637Z [00:03:18.830]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/issuable_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1837320Z [00:03:18.836]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/issuable_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1897124Z [00:03:18.842]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/issueListFull.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.1958243Z [00:03:18.848]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/issuableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2020145Z [00:03:18.854]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/list/testdata/incidentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2084596Z [00:03:18.860]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe/issuable_unsubscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2146097Z [00:03:18.867]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/unsubscribe/issuable_unsubscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2207612Z [00:03:18.873]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe/issuable_subscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2267971Z [00:03:18.879]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/issuable/subscribe/issuable_subscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2330164Z [00:03:18.885]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/opentofu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2391674Z [00:03:18.891]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2454295Z [00:03:18.897]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/init/init_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2517189Z [00:03:18.904]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock/unlock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2580126Z [00:03:18.910]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/unlock/unlock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2643439Z [00:03:18.916]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock/lock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2705035Z [00:03:18.922]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/lock/lock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2766105Z [00:03:18.929]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2836438Z [00:03:18.936]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2899084Z [00:03:18.942]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.2959236Z [00:03:18.948]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3020219Z [00:03:18.954]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3080737Z [00:03:18.960]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3165105Z [00:03:18.969]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/opentofu/state/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3227970Z [00:03:18.975]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3290931Z [00:03:18.981]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync/stack_sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3354643Z [00:03:18.987]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/sync/stack_sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3417102Z [00:03:18.994]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/switch/switch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3476122Z [00:03:19.000]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/stack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3536027Z [00:03:19.006]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3595967Z [00:03:19.012]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/stack_reorder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3658511Z [00:03:19.018]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/stack_reorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3719985Z [00:03:19.024]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/reorder/prompt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3783139Z [00:03:19.030]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list/stack_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3842855Z [00:03:19.036]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/list/stack_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3906271Z [00:03:19.043]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_amend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.3966080Z [00:03:19.049]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_save.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4032148Z [00:03:19.055]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4099896Z [00:03:19.062]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_save_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4160336Z [00:03:19.068]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/stack_amend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4221520Z [00:03:19.074]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/save/prompt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4284117Z [00:03:19.080]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/navigate/stack_navigate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4346730Z [00:03:19.087]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create/stack_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4405845Z [00:03:19.093]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/stack/create/stack_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4466500Z [00:03:19.099]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/changelog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4528456Z [00:03:19.105]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate/changelog_generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4593145Z [00:03:19.111]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/commands/changelog/generate/changelog_generate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4657889Z [00:03:19.118]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter/table_printer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4722296Z [00:03:19.124]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/tableprinter/table_printer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4787367Z [00:03:19.131]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/httpmock/stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4852609Z [00:03:19.137]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/httpmock/mocker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4918313Z [00:03:19.144]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/gittest/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.4983627Z [00:03:19.150]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/gittest/git_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5050477Z [00:03:19.157]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/stacks/stacks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5116075Z [00:03:19.164]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/testing/cmdtest/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5182160Z [00:03:19.170]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5244316Z [00:03:19.177]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/internal/prompt/stubber.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5307293Z [00:03:19.183]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5369607Z [00:03:19.189]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5431633Z [00:03:19.195]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5492900Z [00:03:19.201]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5553180Z [00:03:19.207]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5614750Z [00:03:19.214]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5675455Z [00:03:19.220]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.vale.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5735432Z [00:03:19.226]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5796999Z [00:03:19.232]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/snap/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5858674Z [00:03:19.238]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5921821Z [00:03:19.244]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.5983543Z [00:03:19.250]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Vulnerability Disclosure.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6045085Z [00:03:19.257]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Bug.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6109000Z [00:03:19.263]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Feature Request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6173187Z [00:03:19.269]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/issue_templates/Maintainer Onboarding.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6238423Z [00:03:19.276]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/merge_request_templates/Documentation.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6300523Z [00:03:19.282]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/merge_request_templates/Default.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6361456Z [00:03:19.288]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.gitlab/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6420528Z [00:03:19.294]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6482261Z [00:03:19.300]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/gen-docs/docs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6541945Z [00:03:19.306]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6603481Z [00:03:19.312]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/telemetry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6664347Z [00:03:19.319]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/telemetry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6723574Z [00:03:19.324]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/cmd/glab/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6785054Z [00:03:19.331]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6847215Z [00:03:19.337]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6908396Z [00:03:19.343]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.6966495Z [00:03:19.349]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7027975Z [00:03:19.355]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7089165Z [00:03:19.361]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7150284Z [00:03:19.367]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7208307Z [00:03:19.373]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7270800Z [00:03:19.379]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7330124Z [00:03:19.385]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7390529Z [00:03:19.391]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7451335Z [00:03:19.397]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7512991Z [00:03:19.403]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7575985Z [00:03:19.410]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7636944Z [00:03:19.416]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7699070Z [00:03:19.422]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7760303Z [00:03:19.428]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7822037Z [00:03:19.434]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7884096Z [00:03:19.440]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.7946028Z [00:03:19.447]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8007886Z [00:03:19.453]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8068778Z [00:03:19.459]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8131265Z [00:03:19.465]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-556988a197bf8525fa63d484454a1705d151bd9f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8190150Z [00:03:19.471]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8249909Z [00:03:19.477]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/objects/pack/pack-faf7839b341dc2902ac2c200af59a476b956723a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8309183Z [00:03:19.483]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8368653Z [00:03:19.489]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8427638Z [00:03:19.495]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8489890Z [00:03:19.501]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8553681Z [00:03:19.507]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8615591Z [00:03:19.514]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8677068Z [00:03:19.520]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8738025Z [00:03:19.526]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8799838Z [00:03:19.532]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/development_process.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8862442Z [00:03:19.538]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/testing_against_staging.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8924916Z [00:03:19.545]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.8990103Z [00:03:19.551]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/maintainer.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9052127Z [00:03:19.557]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/triaging_bugs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9114301Z [00:03:19.563]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MeaningfulLinkWords.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9174752Z [00:03:19.570]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/British.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9235373Z [00:03:19.576]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/NonStandardQuotes.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9295355Z [00:03:19.582]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/OutdatedVersions.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9356367Z [00:03:19.588]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Level.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9415143Z [00:03:19.594]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/EOLWhitespace.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9476068Z [00:03:19.600]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Ability.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9537180Z [00:03:19.606]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CodeblockFences.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9597890Z [00:03:19.612]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SubstitutionWarning.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9657147Z [00:03:19.618]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CommandStringsQuoted.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9718516Z [00:03:19.624]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ElementDescriptors.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9780770Z [00:03:19.630]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Dropdown.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9841049Z [00:03:19.636]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Repetition.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9901760Z [00:03:19.642]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Simplicity.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:03.9962167Z [00:03:19.648]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Zip.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0023395Z [00:03:19.654]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingLink.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0084400Z [00:03:19.660]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Substitutions.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0146979Z [00:03:19.667]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingDepth.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0208336Z [00:03:19.673]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MultiLineLinks.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0266607Z [00:03:19.679]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CurrentStatus.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0325739Z [00:03:19.685]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/OxfordComma.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0384140Z [00:03:19.690]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/CIConfigFile.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0443286Z [00:03:19.696]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Spelling.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0503872Z [00:03:19.702]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/UnclearAntecedent.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0565436Z [00:03:19.709]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Possessive.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0627539Z [00:03:19.715]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ToDo.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0689313Z [00:03:19.721]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SentenceLength.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0749611Z [00:03:19.727]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Wordy.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0806825Z [00:03:19.733]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SelfReferential.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0865485Z [00:03:19.739]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/HeadingContent.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0926158Z [00:03:19.745]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ReadingLevel.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.0989543Z [00:03:19.751]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/PossessiveProperNouns.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1053911Z [00:03:19.757]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/ListIndentation.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1118043Z [00:03:19.764]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/spelling-exceptions.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1181746Z [00:03:19.770]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/FutureTense.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1243432Z [00:03:19.776]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Uppercase.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1305387Z [00:03:19.783]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/BadPlurals.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1367101Z [00:03:19.789]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/MergeConflictMarkers.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1426320Z [00:03:19.795]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/LatinTerms.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1487919Z [00:03:19.801]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/NonStandardSpaces.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1546569Z [00:03:19.807]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Units.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1608261Z [00:03:19.813]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/SentenceSpacing.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1668597Z [00:03:19.819]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Offerings.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1730328Z [00:03:19.825]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/InclusiveLanguage.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1790094Z [00:03:19.831]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/Prerequisites.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1847313Z [00:03:19.837]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/GitLabFlavoredMarkdown.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1907207Z [00:03:19.843]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/.vale/gitlab_base/DefaultBranch.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.1967294Z [00:03:19.849]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/index.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2028311Z [00:03:19.855]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/installation_options.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2090815Z [00:03:19.861]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/ask.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2151444Z [00:03:19.867]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2212033Z [00:03:19.873]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/duo/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2272616Z [00:03:19.879]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/check-update/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2334536Z [00:03:19.885]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/version/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2397201Z [00:03:19.892]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/git-credential.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2461575Z [00:03:19.898]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2524817Z [00:03:19.905]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/dpop-gen.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2589668Z [00:03:19.911]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2651681Z [00:03:19.917]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/configure-docker.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2714907Z [00:03:19.924]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/logout.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2782290Z [00:03:19.930]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2846727Z [00:03:19.937]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/login.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2913313Z [00:03:19.943]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/auth/docker-helper.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.2977212Z [00:03:19.950]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3041218Z [00:03:19.956]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3106320Z [00:03:19.963]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3174705Z [00:03:19.970]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3239106Z [00:03:19.976]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/label/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3304254Z [00:03:19.982]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3367270Z [00:03:19.989]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3429593Z [00:03:19.995]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3492548Z [00:03:20.001]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3555724Z [00:03:20.008]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3617267Z [00:03:20.014]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/deploy-key/add.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3680201Z [00:03:20.020]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3741185Z [00:03:20.026]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3803437Z [00:03:20.032]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/iteration/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3864506Z [00:03:20.039]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3923595Z [00:03:20.044]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/lint.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.3984336Z [00:03:20.051]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4045384Z [00:03:20.057]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/lint.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4108064Z [00:03:20.063]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/trace.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4171614Z [00:03:20.069]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4233058Z [00:03:20.075]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/ci/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4294141Z [00:03:20.082]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/trace.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4352565Z [00:03:20.087]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/retry.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4411197Z [00:03:20.093]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4472075Z [00:03:20.099]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4538324Z [00:03:20.106]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/config/compile.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4599433Z [00:03:20.112]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/config/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4657785Z [00:03:20.118]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4718157Z [00:03:20.124]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/artifact.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4778644Z [00:03:20.130]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4835822Z [00:03:20.136]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/run.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4894541Z [00:03:20.141]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/trigger.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.4953244Z [00:03:20.147]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/job.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5011677Z [00:03:20.153]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/pipeline.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5070349Z [00:03:20.159]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/cancel/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5129536Z [00:03:20.165]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5187305Z [00:03:20.171]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ci/run-trig.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5248136Z [00:03:20.177]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/transfer.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5309583Z [00:03:20.183]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/contributors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5367334Z [00:03:20.189]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5428589Z [00:03:20.195]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/search.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5485570Z [00:03:20.201]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/archive.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5545690Z [00:03:20.207]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5607490Z [00:03:20.213]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/publish/catalog.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5671286Z [00:03:20.219]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/publish/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5734125Z [00:03:20.225]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/mirror.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5797292Z [00:03:20.232]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5863379Z [00:03:20.238]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5926001Z [00:03:20.245]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/clone.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.5989741Z [00:03:20.251]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/update.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6053862Z [00:03:20.257]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6121701Z [00:03:20.264]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/fork.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6189371Z [00:03:20.271]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/repo/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6256158Z [00:03:20.278]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/events.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6322747Z [00:03:20.284]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6387473Z [00:03:20.291]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/user/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6454091Z [00:03:20.297]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6517924Z [00:03:20.304]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6579161Z [00:03:20.310]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6638379Z [00:03:20.316]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/run.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6698180Z [00:03:20.322]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/update.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6756998Z [00:03:20.328]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6815242Z [00:03:20.334]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/schedule/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6877486Z [00:03:20.340]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/note.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6937877Z [00:03:20.346]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.6998331Z [00:03:20.352]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/subscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7059507Z [00:03:20.358]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7121252Z [00:03:20.364]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/unsubscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7183343Z [00:03:20.370]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/reopen.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7244846Z [00:03:20.377]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7306333Z [00:03:20.383]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7368303Z [00:03:20.389]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/incident/close.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7431111Z [00:03:20.395]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/check_manifest_usage.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7492678Z [00:03:20.401]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/get-token.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7554380Z [00:03:20.407]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7615741Z [00:03:20.414]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/update-kubeconfig.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7676503Z [00:03:20.420]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7736068Z [00:03:20.426]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7799302Z [00:03:20.432]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/token/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7859375Z [00:03:20.438]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7919125Z [00:03:20.444]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/agent/bootstrap.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.7977051Z [00:03:20.450]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8037418Z [00:03:20.456]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/graph.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8096555Z [00:03:20.462]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/cluster/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8158058Z [00:03:20.468]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8218781Z [00:03:20.474]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/set.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8278147Z [00:03:20.480]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/init.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8340511Z [00:03:20.486]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8401591Z [00:03:20.492]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/edit.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8465507Z [00:03:20.499]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/config/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8526902Z [00:03:20.505]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/completion/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8588050Z [00:03:20.511]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8648483Z [00:03:20.517]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/revoke.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8707359Z [00:03:20.523]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/rotate.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8767434Z [00:03:20.529]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8825724Z [00:03:20.535]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8884469Z [00:03:20.541]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/token/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.8945295Z [00:03:20.547]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/checkout.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9006569Z [00:03:20.553]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/rebase.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9069164Z [00:03:20.559]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/note.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9128145Z [00:03:20.565]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/todo.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9189114Z [00:03:20.571]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9247544Z [00:03:20.577]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/revoke.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9306811Z [00:03:20.583]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/subscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9365339Z [00:03:20.589]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9424865Z [00:03:20.595]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/unsubscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9485511Z [00:03:20.601]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/approve.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9545360Z [00:03:20.607]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/reopen.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9607831Z [00:03:20.613]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9671153Z [00:03:20.619]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/for.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9733943Z [00:03:20.625]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9793677Z [00:03:20.631]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/issues.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9853782Z [00:03:20.637]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/update.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9915521Z [00:03:20.644]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:04.9977226Z [00:03:20.650]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0039115Z [00:03:20.656]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/close.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0105632Z [00:03:20.663]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/merge.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0171348Z [00:03:20.669]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/diff.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0233631Z [00:03:20.675]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/mr/approvers.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0299721Z [00:03:20.682]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/api/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0362844Z [00:03:20.688]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0428845Z [00:03:20.695]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0491900Z [00:03:20.701]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/artifact.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0554909Z [00:03:20.708]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/job/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0619274Z [00:03:20.714]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0682812Z [00:03:20.720]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0744198Z [00:03:20.727]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/snippet/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0807900Z [00:03:20.733]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/note.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0869660Z [00:03:20.739]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0930582Z [00:03:20.745]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/subscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.0992750Z [00:03:20.751]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1055048Z [00:03:20.758]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1116970Z [00:03:20.764]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/board/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1179188Z [00:03:20.770]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1241455Z [00:03:20.776]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/unsubscribe.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1304082Z [00:03:20.782]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/reopen.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1364832Z [00:03:20.789]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1425367Z [00:03:20.795]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1484980Z [00:03:20.801]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/update.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1546753Z [00:03:20.807]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1612439Z [00:03:20.813]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1676608Z [00:03:20.820]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/issue/close.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1741585Z [00:03:20.826]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1802802Z [00:03:20.832]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1863878Z [00:03:20.838]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1924707Z [00:03:20.844]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.1985041Z [00:03:20.851]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2048784Z [00:03:20.857]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/download.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2111263Z [00:03:20.863]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/securefile/remove.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2175292Z [00:03:20.870]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2239464Z [00:03:20.876]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/view.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2302661Z [00:03:20.882]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2363983Z [00:03:20.888]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2424676Z [00:03:20.895]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/upload.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2486488Z [00:03:20.901]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2549531Z [00:03:20.907]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2612715Z [00:03:20.913]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/release/download.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2678369Z [00:03:20.920]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/set.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2742382Z [00:03:20.926]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2805340Z [00:03:20.933]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2868039Z [00:03:20.939]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2929851Z [00:03:20.945]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/alias/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.2993932Z [00:03:20.951]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3054349Z [00:03:20.958]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/set.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3114459Z [00:03:20.964]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3174925Z [00:03:20.970]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3235032Z [00:03:20.976]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3296117Z [00:03:20.982]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/export.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3356285Z [00:03:20.988]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/update.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3416967Z [00:03:20.994]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/variable/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3475157Z [00:03:21.000]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/get.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3533794Z [00:03:21.005]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3596033Z [00:03:21.012]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3659051Z [00:03:21.018]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3722735Z [00:03:21.024]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3785828Z [00:03:21.031]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/ssh-key/add.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3848012Z [00:03:21.037]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/init.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3909266Z [00:03:21.043]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.3970274Z [00:03:21.049]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/unlock.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4028146Z [00:03:21.055]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/delete.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4086949Z [00:03:21.061]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4148210Z [00:03:21.067]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/lock.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4209783Z [00:03:21.073]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/state/download.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4272204Z [00:03:21.079]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4335459Z [00:03:21.086]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/opentofu/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4396438Z [00:03:21.092]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/amend.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4457188Z [00:03:21.098]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/prev.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4518473Z [00:03:21.104]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/list.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4578092Z [00:03:21.110]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/sync.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4638275Z [00:03:21.116]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/first.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4699628Z [00:03:21.122]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/move.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4760848Z [00:03:21.128]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/next.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4820315Z [00:03:21.134]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4879761Z [00:03:21.140]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/switch.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.4940856Z [00:03:21.146]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/last.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5002547Z [00:03:21.152]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5066918Z [00:03:21.159]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/create.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5131844Z [00:03:21.165]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/reorder.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5194808Z [00:03:21.172]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/stack/save.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5256731Z [00:03:21.178]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/generate.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5316651Z [00:03:21.184]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5375847Z [00:03:21.190]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/source/changelog/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5438402Z [00:03:21.196]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/release_process.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5499566Z [00:03:21.202]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/security_releases.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5567093Z [00:03:21.209]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/glabgettingstarted.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5631806Z [00:03:21.215]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/command-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5696876Z [00:03:21.222]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NhlN4ZeHcO/TEMPREPO/docs/assets/glab-logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5760695Z [00:03:21.228]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gitlab-cli' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5821271Z [00:03:21.234]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/glab' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5884502Z [00:03:21.241]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.5948505Z [00:03:21.247]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.6012675Z [00:03:21.253]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:05.6075960Z [00:03:21.260]➜  mode of '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:05.6659444Z [00:03:21.318]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:33:05.6662391Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:33:41.7494906Z 
2025-08-20T20:33:41.7495641Z [+] Sanitizing /tmp/pkgforge/qMBdtcdvB_SBUILD/BUILD.log ==> /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.log
2025-08-20T20:33:43.9885822Z '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.log' -> '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.log'
2025-08-20T20:33:43.9890486Z '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/gitlab-cli.static.log' -> '/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/glab.log'
2025-08-20T20:33:43.9955695Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=glab.log
2025-08-20T20:33:43.9956218Z 
2025-08-20T20:33:43.9956675Z [+] Parsing/Uploading gitlab-cli/glab --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgitlab-cli%2Fglab [aarch64-Linux]
2025-08-20T20:33:43.9957622Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=gitlab-cli.log
2025-08-20T20:33:43.9958271Z 
2025-08-20T20:33:43.9958739Z [+] Parsing/Uploading gitlab-cli/gitlab-cli --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgitlab-cli%2Fgitlab-cli [aarch64-Linux]
2025-08-20T20:33:43.9983272Z {
2025-08-20T20:33:43.9983744Z   "_disabled": "false",
2025-08-20T20:33:43.9984306Z   "host": "aarch64-Linux",
2025-08-20T20:33:43.9984536Z   "rank": "",
2025-08-20T20:33:43.9984714Z   "pkg": "gitlab-cli.static",
2025-08-20T20:33:43.9984931Z   "pkg_family": "gitlab-cli",
2025-08-20T20:33:43.9985156Z   "pkg_id": "gitlab.com.gitlab-org.cli",
2025-08-20T20:33:43.9985386Z   "pkg_name": "glab",
2025-08-20T20:33:43.9985565Z   "pkg_type": "static",
2025-08-20T20:33:43.9986161Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/glab",
2025-08-20T20:33:43.9986569Z   "app_id": "",
2025-08-20T20:33:43.9986735Z   "appstream": "",
2025-08-20T20:33:43.9986909Z   "category": [
2025-08-20T20:33:43.9987071Z     "ConsoleOnly",
2025-08-20T20:33:43.9987255Z     "Utility"
2025-08-20T20:33:43.9987397Z   ],
2025-08-20T20:33:43.9987562Z   "description": "Official Gitlab CLI",
2025-08-20T20:33:43.9987961Z   "desktop": "",
2025-08-20T20:33:43.9988129Z   "homepage": [
2025-08-20T20:33:43.9988534Z     "https://docs.gitlab.com/ee/editor_extensions/gitlab_cli"
2025-08-20T20:33:43.9988817Z   ],
2025-08-20T20:33:43.9989314Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=glab.png",
2025-08-20T20:33:43.9989867Z   "license": [
2025-08-20T20:33:43.9990021Z     "MIT"
2025-08-20T20:33:43.9990160Z   ],
2025-08-20T20:33:43.9990299Z   "maintainer": [
2025-08-20T20:33:43.9990506Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:43.9990742Z   ],
2025-08-20T20:33:43.9990876Z   "provides": [
2025-08-20T20:33:43.9991034Z     "glab",
2025-08-20T20:33:43.9991184Z     "gitlab-cli"
2025-08-20T20:33:43.9991337Z   ],
2025-08-20T20:33:43.9991473Z   "note": [
2025-08-20T20:33:43.9991764Z     "Built From Source (Latest Git HEAD). Check/Report @ https://gitlab.com/gitlab-org/cli"
2025-08-20T20:33:43.9992249Z   ],
2025-08-20T20:33:43.9992389Z   "repology": [
2025-08-20T20:33:43.9992553Z     "glab-gitlab-cli"
2025-08-20T20:33:43.9992723Z   ],
2025-08-20T20:33:43.9992868Z   "screenshots": [],
2025-08-20T20:33:43.9993032Z   "src_url": [
2025-08-20T20:33:43.9993213Z     "https://gitlab.com/gitlab-org/cli"
2025-08-20T20:33:43.9993431Z   ],
2025-08-20T20:33:43.9993568Z   "tag": [
2025-08-20T20:33:43.9993712Z     "gitlab"
2025-08-20T20:33:43.9993854Z   ],
2025-08-20T20:33:43.9994013Z   "version": "HEAD-318bc52-250820T084939",
2025-08-20T20:33:43.9994244Z   "version_upstream": "",
2025-08-20T20:33:43.9994555Z   "bsum": "d284354e4532abc3c3941bc7ff3c655505a3b3df2a0691c82bf0e7290fa1ef93",
2025-08-20T20:33:43.9994895Z   "build_date": "2025-08-20T20:33:26Z",
2025-08-20T20:33:43.9995386Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107887398",
2025-08-20T20:33:43.9995715Z   "build_id": "17107887398",
2025-08-20T20:33:43.9996265Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=glab.log",
2025-08-20T20:33:43.9997095Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitlab-cli/static.official.source.yaml",
2025-08-20T20:33:43.9998665Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=glab",
2025-08-20T20:33:43.9999461Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gitlab-cli/official/glab:HEAD-318bc52-250820T084939-aarch64-linux",
2025-08-20T20:33:43.9999992Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gitlab-cli/official/glab",
2025-08-20T20:33:44.0000638Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&manifest",
2025-08-20T20:33:44.0001316Z   "shasum": "04f9ed9c3360d449ed4d112dfcf57a2b64a90a9d7231e7947f8ec36a3f1bd68d",
2025-08-20T20:33:44.0001651Z   "size": "44 MB",
2025-08-20T20:33:44.0001821Z   "size_raw": "45303096",
2025-08-20T20:33:44.0002007Z   "snapshots": [
2025-08-20T20:33:44.0002199Z     "HEAD-7242cf3-250214T145849-aarch64-linux",
2025-08-20T20:33:44.0002460Z     "HEAD-073f917-250218T190534-aarch64-linux",
2025-08-20T20:33:44.0002719Z     "HEAD-4d3c1b0-250221T071152-aarch64-linux",
2025-08-20T20:33:44.0002977Z     "HEAD-7e6363a-250224T104114-aarch64-linux",
2025-08-20T20:33:44.0003235Z     "HEAD-487a32e-250225T105241-aarch64-linux",
2025-08-20T20:33:44.0003497Z     "HEAD-fb13d62-250227T090418-aarch64-linux",
2025-08-20T20:33:44.0003952Z     "HEAD-3a11432-250304T164154-aarch64-linux",
2025-08-20T20:33:44.0004223Z     "HEAD-f6098f2-250307T095208-aarch64-linux",
2025-08-20T20:33:44.0004478Z     "HEAD-7ea2339-250311T145712-aarch64-linux",
2025-08-20T20:33:44.0004738Z     "HEAD-92cdc8d-250317T133414-aarch64-linux",
2025-08-20T20:33:44.0005054Z     "HEAD-757d13e-250321T132057-aarch64-linux",
2025-08-20T20:33:44.0005309Z     "HEAD-650e9d9-250328T154636-aarch64-linux",
2025-08-20T20:33:44.0005565Z     "HEAD-988d433-250402T111801-aarch64-linux",
2025-08-20T20:33:44.0005818Z     "HEAD-99fb6f8-250407T171104-aarch64-linux",
2025-08-20T20:33:44.0006160Z     "HEAD-f2d04bd-250523T185631-aarch64-linux",
2025-08-20T20:33:44.0006427Z     "HEAD-9cfda2a-250528T133055-aarch64-linux",
2025-08-20T20:33:44.0006684Z     "HEAD-a8566b8-250529T213542-aarch64-linux",
2025-08-20T20:33:44.0006938Z     "HEAD-c0acec3-250604T215829-aarch64-linux",
2025-08-20T20:33:44.0007189Z     "HEAD-b43d620-250610T155927-aarch64-linux",
2025-08-20T20:33:44.0007445Z     "HEAD-d3c15b7-250613T120444-aarch64-linux",
2025-08-20T20:33:44.0029275Z     "HEAD-4d35dc9-250616T163554-aarch64-linux",
2025-08-20T20:33:44.0029656Z     "HEAD-2623fc5-250618T131022-aarch64-linux",
2025-08-20T20:33:44.0029916Z     "HEAD-3841506-250620T145316-aarch64-linux",
2025-08-20T20:33:44.0030183Z     "HEAD-c33dda4-250704T095638-aarch64-linux",
2025-08-20T20:33:44.0030445Z     "HEAD-2d9ef6f-250707T165909-aarch64-linux",
2025-08-20T20:33:44.0030701Z     "HEAD-a49676a-250709T145333-aarch64-linux",
2025-08-20T20:33:44.0031221Z     "HEAD-d9ebe10-250711T152844-aarch64-linux",
2025-08-20T20:33:44.0031476Z     "HEAD-41989f5-250714T114251-aarch64-linux",
2025-08-20T20:33:44.0031737Z     "HEAD-8a78c36-250716T090037-aarch64-linux",
2025-08-20T20:33:44.0031994Z     "HEAD-5350a44-250718T195143-aarch64-linux",
2025-08-20T20:33:44.0032500Z     "HEAD-4d577cf-250721T161358-aarch64-linux",
2025-08-20T20:33:44.0033040Z     "HEAD-9a93bcb-250723T163600-aarch64-linux",
2025-08-20T20:33:44.0033329Z     "HEAD-fe3e1c1-250725T085744-aarch64-linux",
2025-08-20T20:33:44.0033593Z     "HEAD-2a4f6fc-250730T133733-aarch64-linux",
2025-08-20T20:33:44.0033851Z     "HEAD-0545e8f-250801T131346-aarch64-linux",
2025-08-20T20:33:44.0034143Z     "HEAD-a4aabbf-250806T080646-aarch64-linux",
2025-08-20T20:33:44.0049460Z     "HEAD-ace8294-250808T164401-aarch64-linux",
2025-08-20T20:33:44.0049807Z     "HEAD-b32db02-250811T12{
2025-08-20T20:33:44.0050007Z 1151-aarch64-linux",
2025-08-20T20:33:44.0050205Z     "HEAD-8df3702-250813T143601-aarch64-linux",
2025-08-20T20:33:44.0050475Z     "HEAD-4c33d7e-250816T141518-aarch64-linux",
2025-08-20T20:33:44.0050729Z     "HEAD-ab0e277-250818T172218-aarch64-linux"
2025-08-20T20:33:44.0051438Z   ]
2025-08-20T20:33:44.0051602Z }
2025-08-20T20:33:44.0051747Z   "_disabled": "false",
2025-08-20T20:33:44.0051930Z   "host": "aarch64-Linux",
2025-08-20T20:33:44.0052107Z   "rank": "",
2025-08-20T20:33:44.0052273Z   "pkg": "gitlab-cli.static",
2025-08-20T20:33:44.0052484Z   "pkg_family": "gitlab-cli",
2025-08-20T20:33:44.0052697Z   "pkg_id": "gitlab.com.gitlab-org.cli",
2025-08-20T20:33:44.0052936Z   "pkg_name": "gitlab-cli",
2025-08-20T20:33:44.0053129Z   "pkg_type": "static",
2025-08-20T20:33:44.0053520Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli",
2025-08-20T20:33:44.0053933Z   "app_id": "",
2025-08-20T20:33:44.0054093Z   "appstream": "",
2025-08-20T20:33:44.0054255Z   "category": [
2025-08-20T20:33:44.0054414Z     "ConsoleOnly",
2025-08-20T20:33:44.0054578Z     "Utility"
2025-08-20T20:33:44.0054723Z   ],
2025-08-20T20:33:44.0054880Z   "description": "Official Gitlab CLI",
2025-08-20T20:33:44.0055101Z   "desktop": "",
2025-08-20T20:33:44.0055260Z   "homepage": [
2025-08-20T20:33:44.0055488Z     "https://docs.gitlab.com/ee/editor_extensions/gitlab_cli"
2025-08-20T20:33:44.0055757Z   ],
2025-08-20T20:33:44.0056291Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=gitlab-cli.png",
2025-08-20T20:33:44.0056890Z   "license": [
2025-08-20T20:33:44.0057309Z     "MIT"
2025-08-20T20:33:44.0057508Z   ],
2025-08-20T20:33:44.0057652Z   "maintainer": [
2025-08-20T20:33:44.0061215Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:44.0061480Z   ],
2025-08-20T20:33:44.0061622Z   "provides": [
2025-08-20T20:33:44.0061778Z     "glab",
2025-08-20T20:33:44.0061924Z     "gitlab-cli"
2025-08-20T20:33:44.0062079Z   ],
2025-08-20T20:33:44.0062214Z   "note": [
2025-08-20T20:33:44.0062506Z     "Built From Source (Latest Git HEAD). Check/Report @ https://gitlab.com/gitlab-org/cli"
2025-08-20T20:33:44.0062849Z   ],
2025-08-20T20:33:44.0063190Z   "repology": [
2025-08-20T20:33:44.0063411Z     "glab-gitlab-cli"
2025-08-20T20:33:44.0063580Z   ],
2025-08-20T20:33:44.0063721Z   "screenshots": [],
2025-08-20T20:33:44.0063891Z   "src_url": [
2025-08-20T20:33:44.0064071Z     "https://gitlab.com/gitlab-org/cli"
2025-08-20T20:33:44.0064288Z   ],
2025-08-20T20:33:44.0064421Z   "tag": [
2025-08-20T20:33:44.0064557Z     "gitlab"
2025-08-20T20:33:44.0064701Z   ],
2025-08-20T20:33:44.0064863Z   "version": "HEAD-318bc52-250820T084939",
2025-08-20T20:33:44.0065105Z   "version_upstream": "1.67.0",
2025-08-20T20:33:44.0065416Z   "bsum": "d284354e4532abc3c3941bc7ff3c655505a3b3df2a0691c82bf0e7290fa1ef93",
2025-08-20T20:33:44.0065754Z   "build_date": "2025-08-20T20:33:07Z",
2025-08-20T20:33:44.0066080Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107887398",
2025-08-20T20:33:44.0066567Z   "build_id": "17107887398",
2025-08-20T20:33:44.0067169Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=gitlab-cli.log",
2025-08-20T20:33:44.0068264Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitlab-cli/static.official.source.yaml",
2025-08-20T20:33:44.0069126Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&download=gitlab-cli",
2025-08-20T20:33:44.0069963Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux",
2025-08-20T20:33:44.0070528Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli",
2025-08-20T20:33:44.0071346Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&manifest",
2025-08-20T20:33:44.0072035Z   "shasum": "04f9ed9c3360d449ed4d112dfcf57a2b64a90a9d7231e7947f8ec36a3f1bd68d",
2025-08-20T20:33:44.0072368Z   "size": "44 MB",
2025-08-20T20:33:44.0072534Z   "size_raw": "45303096",
2025-08-20T20:33:44.0072714Z   "snapshots": [
2025-08-20T20:33:44.0072916Z     "HEAD-7242cf3-250214T145849-aarch64-linux[1.53.0]",
2025-08-20T20:33:44.0073184Z     "HEAD-073f917-250218T190534-aarch64-linux",
2025-08-20T20:33:44.0073440Z     "HEAD-4d3c1b0-250221T071152-aarch64-linux",
2025-08-20T20:33:44.0073712Z     "HEAD-7e6363a-250224T104114-aarch64-linux[1.53.0]",
2025-08-20T20:33:44.0074023Z     "HEAD-487a32e-250225T105241-aarch64-linux[NA-2025-02-25]",
2025-08-20T20:33:44.0074350Z     "HEAD-fb13d62-250227T090418-aarch64-linux[NA-2025-02-27]",
2025-08-20T20:33:44.0074678Z     "HEAD-3a11432-250304T164154-aarch64-linux[NA-2025-03-04]",
2025-08-20T20:33:44.0074999Z     "HEAD-f6098f2-250307T095208-aarch64-linux[NA-2025-03-07]",
2025-08-20T20:33:44.0075307Z     "HEAD-7ea2339-250311T145712-aarch64-linux[1.53.0]",
2025-08-20T20:33:44.0075601Z     "HEAD-92cdc8d-250317T133414-aarch64-linux[1.53.0]",
2025-08-20T20:33:44.0075890Z     "HEAD-757d13e-250321T132057-aarch64-linux[1.54.0]",
2025-08-20T20:33:44.0076179Z     "HEAD-650e9d9-250328T154636-aarch64-linux[1.55.0]",
2025-08-20T20:33:44.0076463Z     "HEAD-988d433-250402T111801-aarch64-linux[1.55.0]",
2025-08-20T20:33:44.0076750Z     "HEAD-99fb6f8-250407T171104-aarch64-linux[1.55.0]",
2025-08-20T20:33:44.0077036Z     "HEAD-f2d04bd-250523T185631-aarch64-linux[1.57.0]",
2025-08-20T20:33:44.0077469Z     "HEAD-9cfda2a-250528T133055-aarch64-linux[1.58.0]",
2025-08-20T20:33:44.0078370Z     "HEAD-a8566b8-250529T213542-aarch64-linux[1.58.0]",
2025-08-20T20:33:44.0078662Z     "HEAD-c0acec3-250604T215829-aarch64-linux[1.59.1]",
2025-08-20T20:33:44.0078953Z     "HEAD-b43d620-250610T155927-aarch64-linux[1.59.2]",
2025-08-20T20:33:44.0079235Z     "HEAD-d3c15b7-250613T120444-aarch64-linux[1.59.2]",
2025-08-20T20:33:44.0079520Z     "HEAD-4d35dc9-250616T163554-aarch64-linux[1.59.2]",
2025-08-20T20:33:44.0079807Z     "HEAD-2623fc5-250618T131022-aarch64-linux[1.60.1]",
2025-08-20T20:33:44.0080087Z     "HEAD-3841506-250620T145316-aarch64-linux[1.60.2]",
2025-08-20T20:33:44.0080504Z     "HEAD-c33dda4-250704T095638-aarch64-linux[1.61.0]",
2025-08-20T20:33:44.0080854Z     "HEAD-2d9ef6f-250707T165909-aarch64-linux[1.61.0]",
2025-08-20T20:33:44.0081144Z     "HEAD-a49676a-250709T145333-aarch64-linux[1.61.0]",
2025-08-20T20:33:44.0081430Z     "HEAD-d9ebe10-250711T152844-aarch64-linux[1.62.0]",
2025-08-20T20:33:44.0081714Z     "HEAD-41989f5-250714T114251-aarch64-linux[1.62.0]",
2025-08-20T20:33:44.0081997Z     "HEAD-8a78c36-250716T090037-aarch64-linux[1.63.0]",
2025-08-20T20:33:44.0082278Z     "HEAD-5350a44-250718T195143-aarch64-linux[1.63.0]",
2025-08-20T20:33:44.0082564Z     "HEAD-4d577cf-250721T161358-aarch64-linux[1.63.0]",
2025-08-20T20:33:44.0082851Z     "HEAD-9a93bcb-250723T163600-aarch64-linux[1.64.0]",
2025-08-20T20:33:44.0083139Z     "HEAD-fe3e1c1-250725T085744-aarch64-linux[1.64.0]",
2025-08-20T20:33:44.0083573Z     "HEAD-2a4f6fc-250730T133733-aarch64-linux[1.65.0]",
2025-08-20T20:33:44.0083860Z     "HEAD-0545e8f-250801T131346-aarch64-linux[1.65.0]",
2025-08-20T20:33:44.0084153Z     "HEAD-a4aabbf-250806T080646-aarch64-linux[1.65.0]",
2025-08-20T20:33:44.0084443Z     "HEAD-ace8294-250808T164401-aarch64-linux[1.65.0]",
2025-08-20T20:33:44.0084728Z     "HEAD-b32db02-250811T121151-aarch64-linux[1.65.0]",
2025-08-20T20:33:44.0085013Z     "HEAD-8df3702-250813T143601-aarch64-linux[1.66.0]",
2025-08-20T20:33:44.0085295Z     "HEAD-4c33d7e-250816T141518-aarch64-linux[1.67.0]",
2025-08-20T20:33:44.0085587Z     "HEAD-ab0e277-250818T172218-aarch64-linux[1.67.0]"
2025-08-20T20:33:44.0085826Z   ]
2025-08-20T20:33:44.0085958Z }
2025-08-20T20:33:44.0086113Z 
2025-08-20T20:33:44.0086117Z 
2025-08-20T20:33:44.0086121Z 
2025-08-20T20:33:44.0086124Z 
2025-08-20T20:33:44.2497165Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/gitlab-cli/official/glab:HEAD-318bc52-250820T084939-aarch64-linux": ghcr.io/pkgforge/bincache/gitlab-cli/official/glab:HEAD-318bc52-250820T084939-aarch64-linux: not found
2025-08-20T20:33:44.2547911Z Uploading empty artifact
2025-08-20T20:33:44.2550267Z time=2025-08-20T20:33:44Z level=debug msg=Request #0
2025-08-20T20:33:44.2551109Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/glab/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.2551923Z > Request method: "HEAD"
2025-08-20T20:33:44.2552234Z > Request headers:
2025-08-20T20:33:44.2553300Z    "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-20T20:33:44.2554512Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.2951742Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux": ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux: not found
2025-08-20T20:33:44.3000772Z Uploading empty artifact
2025-08-20T20:33:44.3003862Z time=2025-08-20T20:33:44Z level=debug msg=Request #0
2025-08-20T20:33:44.3004705Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/gitlab-cli/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.3005430Z > Request method: "HEAD"
2025-08-20T20:33:44.3009107Z > Request headers:
2025-08-20T20:33:44.3010428Z    "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-20T20:33:44.3011952Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.3719479Z time=2025-08-20T20:33:44Z level=debug msg=Response #0
2025-08-20T20:33:44.3719848Z < Response Status: "401 Unauthorized"
2025-08-20T20:33:44.3720080Z < Response headers:
2025-08-20T20:33:44.3720776Z    "X-Github-Request-Id": "8C06:3324D7:226312:25472D:68A63128"
2025-08-20T20:33:44.3721093Z    "Content-Type": "application/json"
2025-08-20T20:33:44.3722407Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/gitlab-cli/official/glab:pull\""
2025-08-20T20:33:44.3722925Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.3723153Z    "Content-Length": "73"
2025-08-20T20:33:44.3723388Z time=2025-08-20T20:33:44Z level=debug msg=Request #1
2025-08-20T20:33:44.3723939Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fgitlab-cli%2Fofficial%2Fglab%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:33:44.3724459Z > Request method: "GET"
2025-08-20T20:33:44.3724635Z > Request headers:
2025-08-20T20:33:44.3724807Z    "Authorization": "*****"
2025-08-20T20:33:44.3725235Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.4188001Z time=2025-08-20T20:33:44Z level=debug msg=Response #0
2025-08-20T20:33:44.4188384Z < Response Status: "401 Unauthorized"
2025-08-20T20:33:44.4188605Z < Response headers:
2025-08-20T20:33:44.4188787Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.4189010Z    "Content-Length": "73"
2025-08-20T20:33:44.4189259Z    "X-Github-Request-Id": "8C04:33FF59:1EDA5C:21BD62:68A63128"
2025-08-20T20:33:44.4189551Z    "Content-Type": "application/json"
2025-08-20T20:33:44.4190303Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/gitlab-cli/official/gitlab-cli:pull\""
2025-08-20T20:33:44.4190860Z time=2025-08-20T20:33:44Z level=debug msg=Request #1
2025-08-20T20:33:44.4191910Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fgitlab-cli%2Fofficial%2Fgitlab-cli%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:33:44.4192442Z > Request method: "GET"
2025-08-20T20:33:44.4192633Z > Request headers:
2025-08-20T20:33:44.4192846Z    "Authorization": "*****"
2025-08-20T20:33:44.4193044Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.4572575Z time=2025-08-20T20:33:44Z level=debug msg=Response #1
2025-08-20T20:33:44.4572901Z < Response Status: "200 OK"
2025-08-20T20:33:44.4573096Z < Response headers:
2025-08-20T20:33:44.4573389Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.4573737Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.4573961Z    "Content-Length": "69"
2025-08-20T20:33:44.4574216Z    "X-Github-Request-Id": "8C06:3324D7:226322:254738:68A63128"
2025-08-20T20:33:44.4574506Z    "Content-Type": "application/json"
2025-08-20T20:33:44.4574778Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.4575090Z time=2025-08-20T20:33:44Z level=debug msg=Request #2
2025-08-20T20:33:44.4575760Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/glab/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.4576394Z > Request method: "HEAD"
2025-08-20T20:33:44.4576580Z > Request headers:
2025-08-20T20:33:44.4577468Z    "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-20T20:33:44.4578652Z    "Authorization": "*****"
2025-08-20T20:33:44.4578852Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.4965994Z time=2025-08-20T20:33:44Z level=debug msg=Response #1
2025-08-20T20:33:44.4966343Z < Response Status: "200 OK"
2025-08-20T20:33:44.4966541Z < Response headers:
2025-08-20T20:33:44.4966843Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.4967192Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.4967415Z    "Content-Length": "69"
2025-08-20T20:33:44.4967842Z    "X-Github-Request-Id": "8C04:33FF59:1EDA6C:21BD6D:68A63128"
2025-08-20T20:33:44.4968155Z    "Content-Type": "application/json"
2025-08-20T20:33:44.4968582Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.4968894Z time=2025-08-20T20:33:44Z level=debug msg=Request #2
2025-08-20T20:33:44.4969580Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/gitlab-cli/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.4970211Z > Request method: "HEAD"
2025-08-20T20:33:44.4970392Z > Request headers:
2025-08-20T20:33:44.4971276Z    "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-20T20:33:44.4972229Z    "Authorization": "*****"
2025-08-20T20:33:44.4972422Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.4992240Z time=2025-08-20T20:33:44Z level=debug msg=Response #2
2025-08-20T20:33:44.4992526Z < Response Status: "404 Not Found"
2025-08-20T20:33:44.4992736Z < Response headers:
2025-08-20T20:33:44.4992927Z    "Content-Type": "application/json"
2025-08-20T20:33:44.4993197Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.4993572Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.4993916Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.4994150Z    "Content-Length": "70"
2025-08-20T20:33:44.4994398Z    "X-Github-Request-Id": "8C06:3324D7:22633B:254751:68A63128"
2025-08-20T20:33:44.4994714Z time=2025-08-20T20:33:44Z level=debug msg=Request #3
2025-08-20T20:33:44.4995361Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/glab/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:33:44.4996174Z > Request method: "HEAD"
2025-08-20T20:33:44.4996357Z > Request headers:
2025-08-20T20:33:44.4996528Z    "Authorization": "*****"
2025-08-20T20:33:44.4996727Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.5438839Z time=2025-08-20T20:33:44Z level=debug msg=Response #2
2025-08-20T20:33:44.5439172Z < Response Status: "404 Not Found"
2025-08-20T20:33:44.5439381Z < Response headers:
2025-08-20T20:33:44.5439569Z    "Content-Type": "application/json"
2025-08-20T20:33:44.5439842Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.5440221Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.5440574Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.5440800Z    "Content-Length": "70"
2025-08-20T20:33:44.5441049Z    "X-Github-Request-Id": "8C04:33FF59:1EDA8B:21BD89:68A63128"
2025-08-20T20:33:44.5441376Z time=2025-08-20T20:33:44Z level=debug msg=Request #3
2025-08-20T20:33:44.5442046Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/gitlab-cli/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:33:44.5442670Z > Request method: "HEAD"
2025-08-20T20:33:44.5442855Z > Request headers:
2025-08-20T20:33:44.5443029Z    "Authorization": "*****"
2025-08-20T20:33:44.5443234Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.5589960Z time=2025-08-20T20:33:44Z level=debug msg=Response #3
2025-08-20T20:33:44.5590278Z < Response Status: "200 OK"
2025-08-20T20:33:44.5590475Z < Response headers:
2025-08-20T20:33:44.5590782Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:33:44.5591645Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.5592023Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.5592304Z    "X-Github-Request-Id": "8C06:3324D7:226344:25475C:68A63128"
2025-08-20T20:33:44.5592589Z    "Content-Length": "0"
2025-08-20T20:33:44.5592774Z    "Content-Type": ""
2025-08-20T20:33:44.5593140Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:33:44.5593604Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.5594005Z time=2025-08-20T20:33:44Z level=debug msg=Request #4
2025-08-20T20:33:44.5594619Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/glab/manifests/HEAD-318bc52-250820T084939-aarch64-linux"
2025-08-20T20:33:44.5595132Z > Request method: "PUT"
2025-08-20T20:33:44.5595312Z > Request headers:
2025-08-20T20:33:44.5595555Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:33:44.5595850Z    "Authorization": "*****"
2025-08-20T20:33:44.5596048Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.5909956Z time=2025-08-20T20:33:44Z level=debug msg=Response #3
2025-08-20T20:33:44.5910329Z < Response Status: "200 OK"
2025-08-20T20:33:44.5910523Z < Response headers:
2025-08-20T20:33:44.5910708Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.5910990Z    "X-Github-Request-Id": "8C04:33FF59:1EDA98:21BD9A:68A63128"
2025-08-20T20:33:44.5911783Z    "Content-Length": "0"
2025-08-20T20:33:44.5911971Z    "Content-Type": ""
2025-08-20T20:33:44.5912352Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:33:44.5912810Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.5913206Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:33:44.5913676Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.5914055Z time=2025-08-20T20:33:44Z level=debug msg=Request #4
2025-08-20T20:33:44.5914636Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gitlab-cli/official/gitlab-cli/manifests/HEAD-318bc52-250820T084939-aarch64-linux"
2025-08-20T20:33:44.5915299Z > Request method: "PUT"
2025-08-20T20:33:44.5915479Z > Request headers:
2025-08-20T20:33:44.5915724Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:33:44.5916023Z    "Authorization": "*****"
2025-08-20T20:33:44.5916221Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:33:44.8920687Z time=2025-08-20T20:33:44Z level=debug msg=Response #4
2025-08-20T20:33:44.8921066Z < Response Status: "201 Created"
2025-08-20T20:33:44.8921539Z Pushed [registry] ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:33:44.8922026Z < Response headers:
2025-08-20T20:33:44.8922205Z    "Content-Length": "0"
2025-08-20T20:33:44.8922460Z    "X-Github-Request-Id": "8C04:33FF59:1EDAA8:21BDAA:68A63128"
2025-08-20T20:33:44.8922768Z    "Content-Type": "application/json"
2025-08-20T20:33:44.8923180Z    "Docker-Content-Digest": "sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.8923638Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.8924259Z    "Location": "/v2/pkgforge/bincache/gitlab-cli/official/gitlab-cli/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.8924961Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.8925308Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.8925574Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:44.8925949Z Digest: sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62
2025-08-20T20:33:44.9183288Z time=2025-08-20T20:33:44Z level=debug msg=Response #4
2025-08-20T20:33:44.9183633Z < Response Status: "201 Created"
2025-08-20T20:33:44.9183840Z < Response headers:
2025-08-20T20:33:44.9184362Z    "Content-Type": "application/json"
2025-08-20T20:33:44.9184799Z    "Docker-Content-Digest": "sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.9185262Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:33:44.9185869Z    "Location": "/v2/pkgforge/bincache/gitlab-cli/official/glab/manifests/sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62"
2025-08-20T20:33:44.9186560Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:33:44.9186907Z    "Date": "Wed, 20 Aug 2025 20:33:44 GMT"
2025-08-20T20:33:44.9187233Z    "Content-Length": "0"
2025-08-20T20:33:44.9187498Z    "X-Github-Request-Id": "8C06:3324D7:22634D:254764:68A63128"
2025-08-20T20:33:44.9188166Z Pushed [registry] ghcr.io/pkgforge/bincache/gitlab-cli/official/glab:HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:33:44.9188648Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:44.9189025Z Digest: sha256:649aa5f3274146a52c35a14c3d8683c70d6f363fb700ce8c8052d02d5409ce62
2025-08-20T20:33:47.4741684Z Uploading 04f9ed9c3360 gitlab-cli
2025-08-20T20:33:47.4929852Z Uploading 58cb1a706a33 CHECKSUM.sig
2025-08-20T20:33:47.5016808Z Uploading b35bd65a6c19 CHECKSUM
2025-08-20T20:33:47.5054196Z Uploading 63919adbe9ab gitlab-cli.sig
2025-08-20T20:33:47.5125638Z Uploading b35bd65a6c19 CHECKSUM
2025-08-20T20:33:47.5172950Z Uploading 70c68d851625 glab.sig
2025-08-20T20:33:47.5263647Z Exists    98654bbe32fd LICENSE
2025-08-20T20:33:47.5857264Z Uploading d90424d70a2a LICENSE.sig
2025-08-20T20:33:47.6381876Z Uploading 04f9ed9c3360 glab
2025-08-20T20:33:47.6486530Z Uploading 58cb1a706a33 CHECKSUM.sig
2025-08-20T20:33:47.7260228Z Exists    98654bbe32fd LICENSE
2025-08-20T20:33:47.9424906Z Uploading d90424d70a2a LICENSE.sig
2025-08-20T20:33:48.2146867Z Uploaded  58cb1a706a33 CHECKSUM.sig
2025-08-20T20:33:48.3403993Z Exists    bfcebc9a24d5 SBUILD
2025-08-20T20:33:48.4067998Z Uploading 219d80dffb41 SBUILD.sig
2025-08-20T20:33:48.5257319Z Uploaded  58cb1a706a33 CHECKSUM.sig
2025-08-20T20:33:48.5725931Z Uploaded  70c68d851625 glab.sig
2025-08-20T20:33:48.5732301Z Uploaded  63919adbe9ab gitlab-cli.sig
2025-08-20T20:33:48.5745120Z Uploaded  b35bd65a6c19 CHECKSUM
2025-08-20T20:33:48.5911146Z Uploaded  b35bd65a6c19 CHECKSUM
2025-08-20T20:33:48.6216635Z Uploading 219d80dffb41 SBUILD.sig
2025-08-20T20:33:48.6252892Z Exists    11cf0313013e gitlab-cli.png
2025-08-20T20:33:48.6406057Z Uploading ef36e11e58a9 glab.json
2025-08-20T20:33:48.6540799Z Exists    11cf0313013e gitlab-cli.png
2025-08-20T20:33:48.6661077Z Uploaded  d90424d70a2a LICENSE.sig
2025-08-20T20:33:48.6733143Z Uploading 9d962a9f8be4 glab.json.sig
2025-08-20T20:33:48.7032560Z Uploading 1ee1bb5dd718 gitlab-cli.json
2025-08-20T20:33:48.7101905Z Uploaded  04f9ed9c3360 glab
2025-08-20T20:33:48.7118755Z Uploading 8a2a9e84e308 gitlab-cli.json.sig
2025-08-20T20:33:48.7415491Z Exists    bfcebc9a24d5 SBUILD
2025-08-20T20:33:48.7991406Z Uploading 7804f9b806d2 glab.log
2025-08-20T20:33:48.8170937Z Uploading 7804f9b806d2 gitlab-cli.log
2025-08-20T20:33:48.9500266Z Uploaded  d90424d70a2a LICENSE.sig
2025-08-20T20:33:49.0476633Z Uploading 45efba466fc3 glab.log.sig
2025-08-20T20:33:49.1618669Z Uploaded  04f9ed9c3360 gitlab-cli
2025-08-20T20:33:49.2126731Z Uploading 8425c976894e gitlab-cli.log.sig
2025-08-20T20:33:49.2604189Z Uploaded  219d80dffb41 SBUILD.sig
2025-08-20T20:33:49.3314733Z Uploading 53e4240fa36a gitlab-cli.version
2025-08-20T20:33:49.4438120Z Uploaded  219d80dffb41 SBUILD.sig
2025-08-20T20:33:49.5073579Z Uploading 53e4240fa36a glab.version
2025-08-20T20:33:49.6493803Z Uploaded  ef36e11e58a9 glab.json
2025-08-20T20:33:49.8315705Z Uploaded  1ee1bb5dd718 gitlab-cli.json
2025-08-20T20:33:49.8743389Z Uploaded  7804f9b806d2 gitlab-cli.log
2025-08-20T20:33:49.8971051Z Uploaded  7804f9b806d2 glab.log
2025-08-20T20:33:49.9176925Z Uploaded  8a2a9e84e308 gitlab-cli.json.sig
2025-08-20T20:33:50.0483483Z Uploading d31084adc006 glab.version.sig
2025-08-20T20:33:50.0793300Z Uploaded  45efba466fc3 glab.log.sig
2025-08-20T20:33:50.1080710Z Uploaded  53e4240fa36a gitlab-cli.version
2025-08-20T20:33:50.2028737Z Uploaded  8425c976894e gitlab-cli.log.sig
2025-08-20T20:33:50.2332921Z Uploading fb5964fd0229 gitlab-cli.version.sig
2025-08-20T20:33:50.5064546Z Uploaded  53e4240fa36a glab.version
2025-08-20T20:33:51.0215174Z Uploaded  d31084adc006 glab.version.sig
2025-08-20T20:33:51.7704678Z Uploaded  9d962a9f8be4 glab.json.sig
2025-08-20T20:33:51.7705012Z Uploading 5032d0cf2c7b glab
2025-08-20T20:33:51.9344254Z Uploaded  fb5964fd0229 gitlab-cli.version.sig
2025-08-20T20:33:51.9344578Z Uploading 72ec6566ba5a gitlab-cli
2025-08-20T20:33:52.0768194Z Skipped   11cf0313013e glab.png
2025-08-20T20:33:52.0768523Z Uploaded  5032d0cf2c7b glab
2025-08-20T20:33:52.0768977Z Pushed [registry] ghcr.io/pkgforge/bincache/gitlab-cli/official/glab:HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:33:52.0769462Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:52.0769858Z Digest: sha256:5032d0cf2c7bb7da95d1242fb5b89a44dcc967bdd9cc273ab90303d670ad0fe9
2025-08-20T20:33:53.3104321Z Skipped   11cf0313013e glab.png
2025-08-20T20:33:53.3104617Z Uploaded  72ec6566ba5a gitlab-cli
2025-08-20T20:33:53.3105086Z Pushed [registry] ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:33:53.3105621Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:53.3106018Z Digest: sha256:72ec6566ba5afe1bbeff4c1e42964f0ef30667d9dc6aeed31e065ac6ffe71a8a
2025-08-20T20:33:57.3458024Z 
2025-08-20T20:33:57.3458618Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gitlab-cli/official/glab
2025-08-20T20:33:57.3459333Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/glab?tag=HEAD-318bc52-250820T084939-aarch64-linux&manifest 
2025-08-20T20:33:57.3459796Z 
2025-08-20T20:34:00.1230492Z 
2025-08-20T20:34:00.1231141Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:00.1231888Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gitlab-cli/official/gitlab-cli?tag=HEAD-318bc52-250820T084939-aarch64-linux&manifest 
2025-08-20T20:34:00.1232361Z 
2025-08-20T20:34:02.7043857Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:34:03.8149227Z ./BUILD_ARTIFACTS.tar : 42.20%   (   219 MiB =>   92.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:34:03.8546841Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:34:03.8586621Z 
2025-08-20T20:34:03.8587515Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml :: 00(Hr):04(Min):19(Sec)
2025-08-20T20:34:03.8588283Z 
2025-08-20T20:34:03.8603516Z 
2025-08-20T20:34:03.8604040Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:34:03 PM) UTC
2025-08-20T20:34:03.8604294Z 
2025-08-20T20:34:04.4957021Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:34:04.5003796Z ##[group]Run ##Presets
2025-08-20T20:34:04.5004144Z [36;1m##Presets[0m
2025-08-20T20:34:04.5004317Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:04.5004504Z [36;1m#-------------#[0m
2025-08-20T20:34:04.5004682Z [36;1m##Debug?[0m
2025-08-20T20:34:04.5004896Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:04.5005176Z [36;1m  set -x[0m
2025-08-20T20:34:04.5005334Z [36;1mfi[0m
2025-08-20T20:34:04.5005489Z [36;1m#-------------#[0m
2025-08-20T20:34:04.5005667Z [36;1m##Set ENV[0m
2025-08-20T20:34:04.5005891Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:34:04.5006353Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-318bc52-250820T084939-aarch64-linux"[0m
2025-08-20T20:34:04.5006868Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-318bc52-250820T084939-aarch64-linux"[0m
2025-08-20T20:34:04.5007437Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398"[0m
2025-08-20T20:34:04.5008117Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:34:04.5008496Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:04.5008924Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:04.5009245Z [36;1m fi[0m
2025-08-20T20:34:04.5009396Z [36;1m##Push[0m
2025-08-20T20:34:04.5009593Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:34:04.5009858Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:34:04.5010206Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:34:04.5010659Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:34:04.5011077Z [36;1m     ls -sh "/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:34:04.5011392Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:34:04.5011583Z [36;1m       {[0m
2025-08-20T20:34:04.5011753Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:34:04.5012066Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:34:04.5012490Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:34:04.5012907Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:34:04.5013423Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-318bc52-250820T084939-aarch64-linux")[0m
2025-08-20T20:34:04.5014381Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107887398")[0m
2025-08-20T20:34:04.5014950Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107887398")[0m
2025-08-20T20:34:04.5015635Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli:HEAD-318bc52-250820T084939-aarch64-linux")[0m
2025-08-20T20:34:04.5016340Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:33:26Z")[0m
2025-08-20T20:34:04.5016818Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-318bc52-250820T084939")[0m
2025-08-20T20:34:04.5017413Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:33:26Z")[0m
2025-08-20T20:34:04.5018230Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli")[0m
2025-08-20T20:34:04.5018895Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:34:04.5019405Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-318bc52-250820T084939")[0m
2025-08-20T20:34:04.5020115Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-318bc52-250820T084939")[0m
2025-08-20T20:34:04.5020913Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli")[0m
2025-08-20T20:34:04.5021635Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gitlab-cli")[0m
2025-08-20T20:34:04.5022183Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://gitlab.com/gitlab-org/cli")[0m
2025-08-20T20:34:04.5022692Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:34:04.5023193Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-318bc52-250820T084939")[0m
2025-08-20T20:34:04.5023658Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:34:04.5024140Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:34:04.5024553Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:34:04.5024781Z [36;1m         #Check[0m
2025-08-20T20:34:04.5025338Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:33:26Z" ]]; then[0m
2025-08-20T20:34:04.5026036Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:34:04.5026361Z [36;1m            break[0m
2025-08-20T20:34:04.5026550Z [36;1m          else[0m
2025-08-20T20:34:04.5026928Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:34:04.5027338Z [36;1m          fi[0m
2025-08-20T20:34:04.5027538Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:34:04.5027974Z [36;1m        done[0m
2025-08-20T20:34:04.5028155Z [36;1m       }[0m
2025-08-20T20:34:04.5028336Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:34:04.5028563Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:34:04.5029123Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:33:26Z" ]]; then[0m
2025-08-20T20:34:04.5029863Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:04.5030245Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:34:04.5030661Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:34:04.5031232Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:33:26Z" ]]; then[0m
2025-08-20T20:34:04.5031942Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:34:04.5032431Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:04.5032826Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:34:04.5033038Z [36;1m           fi[0m
2025-08-20T20:34:04.5033206Z [36;1m       fi[0m
2025-08-20T20:34:04.5033500Z [36;1m   fi[0m
2025-08-20T20:34:04.5033656Z [36;1m fi[0m
2025-08-20T20:34:04.5033820Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:34:04.5301148Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:04.5301394Z env:
2025-08-20T20:34:04.5301553Z   CROSS_COMPILING: NO
2025-08-20T20:34:04.5301744Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:04.5301954Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:04.5302147Z   ON_QEMU: NO
2025-08-20T20:34:04.5302297Z   DEBUG: 0
2025-08-20T20:34:04.5302456Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:04.5302663Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:04.5303156Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:04.5303459Z   KEEP_LOGS: YES
2025-08-20T20:34:04.5303624Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:04.5303811Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:04.5304013Z   SBUILD_REBUILD: false
2025-08-20T20:34:04.5304526Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:04.5305078Z   BUILD_SYS: docker://go
2025-08-20T20:34:04.5305265Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:04.5305440Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:04.5305620Z   SYSTMP: /tmp
2025-08-20T20:34:04.5305778Z   GHA_MODE: MATRIX
2025-08-20T20:34:04.5306172Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:04.5306654Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:04.5306950Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:04.5307308Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:04.5308031Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:04.5308400Z   PKG_TYPE: static
2025-08-20T20:34:04.5308573Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:04.5308779Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:04.5309134Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:04.5309472Z   BUILD_ID: 17107887398
2025-08-20T20:34:04.5309640Z   PKG_NAME: glab
2025-08-20T20:34:04.5309814Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:04.5310030Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:04.5310261Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:04.5310560Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:04.5310915Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:04.5311365Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:04.5311805Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:04.5312053Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:04.5312530Z   GHCR_TOKEN: ***
2025-08-20T20:34:04.5312826Z   GITHUB_TOKEN: ***
2025-08-20T20:34:04.5313031Z   GITLAB_TOKEN: ***
2025-08-20T20:34:04.5314125Z   MINISIGN_KEY: ***
2025-08-20T20:34:04.5314292Z ##[endgroup]
2025-08-20T20:34:04.5384570Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:34:04.5393788Z 93M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:34:04.5404386Z total 93M
2025-08-20T20:34:04.5404836Z 4.0K CHECKSUM
2025-08-20T20:34:04.5404997Z 4.0K CHECKSUM.sig
2025-08-20T20:34:04.5405156Z 4.0K LICENSE
2025-08-20T20:34:04.5405305Z 4.0K LICENSE.sig
2025-08-20T20:34:04.5405464Z 8.0K SBUILD
2025-08-20T20:34:04.5405612Z 4.0K SBUILD.sig
2025-08-20T20:34:04.5405771Z 4.0K SBUILD_TEMP
2025-08-20T20:34:04.5405930Z  44M gitlab-cli
2025-08-20T20:34:04.5406087Z 8.0K gitlab-cli.json
2025-08-20T20:34:04.5406266Z 4.0K gitlab-cli.json.sig
2025-08-20T20:34:04.5406463Z 2.1M gitlab-cli.log
2025-08-20T20:34:04.5406634Z 4.0K gitlab-cli.log.sig
2025-08-20T20:34:04.5406815Z  40K gitlab-cli.png
2025-08-20T20:34:04.5407131Z 4.0K gitlab-cli.sig
2025-08-20T20:34:04.5407310Z 2.1M gitlab-cli.static.log
2025-08-20T20:34:04.5407510Z 4.0K gitlab-cli.static.version
2025-08-20T20:34:04.5408161Z 4.0K gitlab-cli.static.version.sig
2025-08-20T20:34:04.5408381Z 4.0K gitlab-cli.version
2025-08-20T20:34:04.5408567Z 4.0K gitlab-cli.version.sig
2025-08-20T20:34:04.5408752Z  44M glab
2025-08-20T20:34:04.5408894Z 8.0K glab.json
2025-08-20T20:34:04.5409053Z 4.0K glab.json.sig
2025-08-20T20:34:04.5409208Z 2.1M glab.log
2025-08-20T20:34:04.5409361Z 4.0K glab.log.sig
2025-08-20T20:34:04.5409519Z  40K glab.png
2025-08-20T20:34:04.5409667Z 4.0K glab.sig
2025-08-20T20:34:04.5409818Z 4.0K glab.version
2025-08-20T20:34:04.5409982Z 4.0K glab.version.sig
2025-08-20T20:34:05.9440771Z Uploading 5d6b57334de2 BUILD_ARTIFACTS.zstd
2025-08-20T20:34:20.4092264Z Uploaded  5d6b57334de2 BUILD_ARTIFACTS.zstd
2025-08-20T20:34:20.4093170Z Uploading 9a0f3cca845d SRCBUILD-gitlab-cli
2025-08-20T20:34:20.7168193Z Uploaded  9a0f3cca845d SRCBUILD-gitlab-cli
2025-08-20T20:34:20.7168841Z Pushed [registry] ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398:HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:20.7169458Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:20.7169840Z Digest: sha256:9a0f3cca845d1258380277309f64154789de6685510b166b6820610a8d63abca
2025-08-20T20:34:26.6391368Z 
2025-08-20T20:34:26.6392256Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:26.6392740Z 
2025-08-20T20:34:26.9525329Z ##[group]Run ##Presets
2025-08-20T20:34:26.9525622Z [36;1m##Presets[0m
2025-08-20T20:34:26.9525793Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:26.9525979Z [36;1m#-------------#[0m
2025-08-20T20:34:26.9526157Z [36;1m##Debug?[0m
2025-08-20T20:34:26.9526371Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:26.9526640Z [36;1m  set -x[0m
2025-08-20T20:34:26.9526800Z [36;1mfi[0m
2025-08-20T20:34:26.9526955Z [36;1m#-------------#[0m
2025-08-20T20:34:26.9527193Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:34:26.9527497Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:26.9560232Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:26.9560448Z env:
2025-08-20T20:34:26.9560603Z   CROSS_COMPILING: NO
2025-08-20T20:34:26.9560797Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:26.9561023Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:26.9561217Z   ON_QEMU: NO
2025-08-20T20:34:26.9561416Z   DEBUG: 0
2025-08-20T20:34:26.9561578Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:26.9561784Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:26.9562057Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:26.9562347Z   KEEP_LOGS: YES
2025-08-20T20:34:26.9562518Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:26.9562713Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:26.9562914Z   SBUILD_REBUILD: false
2025-08-20T20:34:26.9563434Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:26.9563976Z   BUILD_SYS: docker://go
2025-08-20T20:34:26.9564173Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:26.9564350Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:26.9564527Z   SYSTMP: /tmp
2025-08-20T20:34:26.9564686Z   GHA_MODE: MATRIX
2025-08-20T20:34:26.9565081Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:26.9565804Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:26.9566103Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:26.9566459Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:26.9566906Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:26.9567252Z   PKG_TYPE: static
2025-08-20T20:34:26.9567423Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:26.9567628Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:26.9568259Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:26.9568750Z   BUILD_ID: 17107887398
2025-08-20T20:34:26.9568928Z   PKG_NAME: glab
2025-08-20T20:34:26.9569099Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:26.9569313Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:26.9569553Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:26.9569857Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:26.9570215Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:26.9570659Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:26.9571097Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:26.9571345Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:26.9571596Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:26.9572075Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:26.9572483Z ##[endgroup]
2025-08-20T20:34:26.9705300Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:34:26.9705599Z with:
2025-08-20T20:34:26.9705829Z   name: Bincache_gitlab-cli_aarch64-Linux
2025-08-20T20:34:26.9706097Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:34:26.9706371Z   compression-level: 0
2025-08-20T20:34:26.9706556Z   retention-days: 30
2025-08-20T20:34:26.9706729Z   overwrite: true
2025-08-20T20:34:26.9706906Z   if-no-files-found: warn
2025-08-20T20:34:26.9707107Z   include-hidden-files: false
2025-08-20T20:34:26.9707302Z env:
2025-08-20T20:34:26.9707450Z   CROSS_COMPILING: NO
2025-08-20T20:34:26.9707637Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:26.9708089Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:26.9708291Z   ON_QEMU: NO
2025-08-20T20:34:26.9708443Z   DEBUG: 0
2025-08-20T20:34:26.9708598Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:26.9708809Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:26.9709084Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:26.9709413Z   KEEP_LOGS: YES
2025-08-20T20:34:26.9709580Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:26.9709772Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:26.9709974Z   SBUILD_REBUILD: false
2025-08-20T20:34:26.9710484Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:26.9711056Z   BUILD_SYS: docker://go
2025-08-20T20:34:26.9711243Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:26.9711421Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:26.9711597Z   SYSTMP: /tmp
2025-08-20T20:34:26.9711752Z   GHA_MODE: MATRIX
2025-08-20T20:34:26.9712147Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:26.9712623Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:26.9712916Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:26.9713273Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:26.9713728Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:26.9714080Z   PKG_TYPE: static
2025-08-20T20:34:26.9714253Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:26.9714722Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:26.9715073Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:26.9715410Z   BUILD_ID: 17107887398
2025-08-20T20:34:26.9715583Z   PKG_NAME: glab
2025-08-20T20:34:26.9715752Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:26.9715962Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:26.9716198Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:26.9716494Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:26.9716851Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:26.9717298Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:26.9718313Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:26.9718567Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:26.9718820Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:26.9719302Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:26.9719715Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:26.9719915Z ##[endgroup]
2025-08-20T20:34:27.6707444Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:34:27.6712975Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:34:27.6713627Z With the provided path, there will be 2 files uploaded
2025-08-20T20:34:27.9577416Z Artifact name is valid!
2025-08-20T20:34:27.9581293Z Root directory input is valid!
2025-08-20T20:34:28.0777571Z Beginning upload of artifact content to blob storage
2025-08-20T20:34:28.8709322Z Uploaded bytes 8388608
2025-08-20T20:34:29.0012324Z Uploaded bytes 16777216
2025-08-20T20:34:29.0096458Z Uploaded bytes 25165824
2025-08-20T20:34:29.1334325Z Uploaded bytes 33554432
2025-08-20T20:34:29.1786120Z Uploaded bytes 41943040
2025-08-20T20:34:29.2282708Z Uploaded bytes 50331648
2025-08-20T20:34:29.2471699Z Uploaded bytes 58720256
2025-08-20T20:34:29.3267274Z Uploaded bytes 67108864
2025-08-20T20:34:29.4598771Z Uploaded bytes 75497472
2025-08-20T20:34:29.4620181Z Uploaded bytes 83886080
2025-08-20T20:34:29.4637826Z Uploaded bytes 92274688
2025-08-20T20:34:29.6716790Z Uploaded bytes 99542882
2025-08-20T20:34:29.7557807Z Finished uploading artifact content to blob storage!
2025-08-20T20:34:29.7569083Z SHA256 digest of uploaded artifact zip is 474b30f5ceaf31fd9e94471fedf77168fbf39272b6e8538a81f5def4bfb13a48
2025-08-20T20:34:29.7569544Z Finalizing artifact upload
2025-08-20T20:34:29.9007068Z Artifact Bincache_gitlab-cli_aarch64-Linux.zip successfully finalized. Artifact ID 3812959685
2025-08-20T20:34:29.9007935Z Artifact Bincache_gitlab-cli_aarch64-Linux has been successfully uploaded! Final size is 99542882 bytes. Artifact ID is 3812959685
2025-08-20T20:34:29.9027010Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107887398/artifacts/3812959685
2025-08-20T20:34:29.9349201Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:34:29.9349525Z with:
2025-08-20T20:34:29.9349814Z   subject-name: gitlab-cli-17107887398-HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:29.9350640Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:29.9351326Z   show-summary: true
2025-08-20T20:34:29.9351513Z   push-to-registry: false
2025-08-20T20:34:29.9351864Z   github-token: ***
2025-08-20T20:34:29.9352033Z env:
2025-08-20T20:34:29.9352187Z   CROSS_COMPILING: NO
2025-08-20T20:34:29.9352380Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:29.9352599Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:29.9352815Z   ON_QEMU: NO
2025-08-20T20:34:29.9352970Z   DEBUG: 0
2025-08-20T20:34:29.9353132Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:29.9353348Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:29.9353897Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:29.9354190Z   KEEP_LOGS: YES
2025-08-20T20:34:29.9354361Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:29.9354558Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:29.9354763Z   SBUILD_REBUILD: false
2025-08-20T20:34:29.9355279Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:29.9355829Z   BUILD_SYS: docker://go
2025-08-20T20:34:29.9356020Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:29.9356204Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:29.9356383Z   SYSTMP: /tmp
2025-08-20T20:34:29.9356545Z   GHA_MODE: MATRIX
2025-08-20T20:34:29.9356947Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:29.9357602Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:29.9358147Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:29.9358512Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:29.9358966Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:29.9359324Z   PKG_TYPE: static
2025-08-20T20:34:29.9359503Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:29.9359715Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:29.9360075Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:29.9360419Z   BUILD_ID: 17107887398
2025-08-20T20:34:29.9360601Z   PKG_NAME: glab
2025-08-20T20:34:29.9360777Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:29.9361001Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:29.9361244Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:29.9361551Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:29.9361913Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:29.9362366Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:29.9362816Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:29.9363070Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:29.9363327Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:29.9363813Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:29.9364238Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:29.9364444Z ##[endgroup]
2025-08-20T20:34:29.9444859Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:34:29.9445267Z env:
2025-08-20T20:34:29.9445425Z   CROSS_COMPILING: NO
2025-08-20T20:34:29.9445631Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:29.9445843Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:29.9446042Z   ON_QEMU: NO
2025-08-20T20:34:29.9446196Z   DEBUG: 0
2025-08-20T20:34:29.9446356Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:29.9446820Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:29.9447111Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:29.9447400Z   KEEP_LOGS: YES
2025-08-20T20:34:29.9447575Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:29.9448102Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:29.9448329Z   SBUILD_REBUILD: false
2025-08-20T20:34:29.9448850Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:29.9449407Z   BUILD_SYS: docker://go
2025-08-20T20:34:29.9449599Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:29.9449783Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:29.9449963Z   SYSTMP: /tmp
2025-08-20T20:34:29.9450126Z   GHA_MODE: MATRIX
2025-08-20T20:34:29.9450535Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:29.9451025Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:29.9451499Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:29.9451864Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:29.9452319Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:29.9452677Z   PKG_TYPE: static
2025-08-20T20:34:29.9452858Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:29.9453070Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:29.9453437Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:29.9453781Z   BUILD_ID: 17107887398
2025-08-20T20:34:29.9453962Z   PKG_NAME: glab
2025-08-20T20:34:29.9454143Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:29.9454372Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:29.9454750Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:29.9455056Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:29.9455422Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:29.9455873Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:29.9456319Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:29.9456574Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:29.9456835Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:29.9457321Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:29.9457954Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:29.9458168Z ##[endgroup]
2025-08-20T20:34:30.5630095Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:34:30.5630416Z with:
2025-08-20T20:34:30.5631039Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:30.5631885Z   subject-name: gitlab-cli-17107887398-HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:30.5632306Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:34:30.5634832Z   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/17107887398/attempts/1"}}}
2025-08-20T20:34:30.5637607Z   push-to-registry: false
2025-08-20T20:34:30.5638234Z   show-summary: true
2025-08-20T20:34:30.5638633Z   github-token: ***
2025-08-20T20:34:30.5638807Z env:
2025-08-20T20:34:30.5638961Z   CROSS_COMPILING: NO
2025-08-20T20:34:30.5639153Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:30.5639371Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:30.5639575Z   ON_QEMU: NO
2025-08-20T20:34:30.5639732Z   DEBUG: 0
2025-08-20T20:34:30.5639895Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:30.5640111Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:30.5640391Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:30.5640682Z   KEEP_LOGS: YES
2025-08-20T20:34:30.5640853Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:30.5641054Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:30.5641276Z   SBUILD_REBUILD: false
2025-08-20T20:34:30.5641793Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:30.5642345Z   BUILD_SYS: docker://go
2025-08-20T20:34:30.5642809Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:30.5642991Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:30.5643170Z   SYSTMP: /tmp
2025-08-20T20:34:30.5643334Z   GHA_MODE: MATRIX
2025-08-20T20:34:30.5643742Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:30.5644231Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:30.5644536Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:30.5644895Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:30.5645346Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:30.5645710Z   PKG_TYPE: static
2025-08-20T20:34:30.5646028Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:30.5646241Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:30.5646611Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:30.5646964Z   BUILD_ID: 17107887398
2025-08-20T20:34:30.5647141Z   PKG_NAME: glab
2025-08-20T20:34:30.5647317Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:30.5647543Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:30.5648136Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:30.5648446Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:30.5648811Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:30.5649266Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:30.5649710Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:30.5649962Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:30.5650218Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:30.5650712Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:30.5651141Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:30.5651350Z ##[endgroup]
2025-08-20T20:34:32.1948709Z Attestation created for 22 subjects
2025-08-20T20:34:32.1952997Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:34:32.1953468Z -----BEGIN CERTIFICATE-----
2025-08-20T20:34:32.1953818Z MIIG7zCCBnagAwIBAgIUHP4sbVcX7hGRPl6bF4BOTr4JjKMwCgYIKoZIzj0EAwMw
2025-08-20T20:34:32.1954284Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:34:32.1954756Z cm1lZGlhdGUwHhcNMjUwODIwMjAzNDMxWhcNMjUwODIwMjA0NDMxWjAAMFkwEwYH
2025-08-20T20:34:32.1955211Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEqVY7GN/x4OhAxbll9/uxy2I6oxBNR0fBjqdE
2025-08-20T20:34:32.1955638Z ++5rL+HNP3pBrX9C/Vh5KA3yDqPRhfPzDobXr+qyPTBqHBEsPaOCBZUwggWRMA4G
2025-08-20T20:34:32.1956113Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU+6mV
2025-08-20T20:34:32.1956560Z Q0UceehqraA/wbyAl3I7k3owHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:34:32.1957342Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:34:32.1957973Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:34:32.1958438Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:34:32.1958882Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:34:32.1959311Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:34:32.1959757Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:34:32.1960222Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:34:32.1960685Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:34:32.1961139Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:34:32.1961592Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:34:32.1962038Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:34:32.1962502Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:34:32.1963116Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:34:32.1963577Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:34:32.1964045Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:34:32.1964510Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:34:32.1964970Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:34:32.1965424Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:34:32.1965874Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:34:32.1966327Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:34:32.1966924Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:34:32.1967388Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:34:32.1967985Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:34:32.1968452Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODg3Mzk4L2F0
2025-08-20T20:34:32.1968911Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:34:32.1969375Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJML2W
2025-08-20T20:34:32.1969825Z AAAEAwBIMEYCIQCqmQRU5Vp9Zg4QZaezzYYMFMS/0ddW5MOR4qlDeCRMmwIhAIlh
2025-08-20T20:34:32.1970266Z Z+XFF7XrYN0r2zz/GArBGKNuFh9CzsgBpZoTO5FUMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T20:34:32.1970703Z MB6G9/Het+Vz+XHE59yx0UGzV7fe7Op+ubF5gCbnyxzFXK6BL6l9Xo5oQQ2KdZt2
2025-08-20T20:34:32.1971153Z lwIwcDqZmCYK8rretooE0/xeYVcYdYs3CLASSMRVMW3/PpPuTpjwueWX2UXxjSbZ
2025-08-20T20:34:32.1971474Z mK5U
2025-08-20T20:34:32.1971630Z -----END CERTIFICATE-----
2025-08-20T20:34:32.1971778Z 
2025-08-20T20:34:32.1972289Z ##[endgroup]
2025-08-20T20:34:32.1972728Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:34:32.1973104Z https://search.sigstore.dev?logIndex=414293808
2025-08-20T20:34:32.1973453Z [36mAttestation uploaded to repository[39m
2025-08-20T20:34:32.1973763Z https://github.com/pkgforge/bincache/attestations/9872130
2025-08-20T20:34:32.2976055Z ##[group]Run ##Presets
2025-08-20T20:34:32.2976332Z [36;1m##Presets[0m
2025-08-20T20:34:32.2976512Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:32.2976706Z [36;1m#-------------#[0m
2025-08-20T20:34:32.2976891Z [36;1m##Debug?[0m
2025-08-20T20:34:32.2977116Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:32.2977389Z [36;1m  set -x[0m
2025-08-20T20:34:32.2977554Z [36;1mfi[0m
2025-08-20T20:34:32.2977921Z [36;1m#-------------#[0m
2025-08-20T20:34:32.2978234Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:32.2978749Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gitlab-cli/official"[0m
2025-08-20T20:34:32.2979143Z [36;1m exit 1[0m
2025-08-20T20:34:32.2979313Z [36;1mfi[0m
2025-08-20T20:34:32.3010810Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:32.3011037Z env:
2025-08-20T20:34:32.3011198Z   CROSS_COMPILING: NO
2025-08-20T20:34:32.3011450Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:32.3011667Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:32.3011868Z   ON_QEMU: NO
2025-08-20T20:34:32.3012028Z   DEBUG: 0
2025-08-20T20:34:32.3012194Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:32.3012410Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:32.3012690Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:32.3012982Z   KEEP_LOGS: YES
2025-08-20T20:34:32.3013154Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:32.3013357Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:32.3013567Z   SBUILD_REBUILD: false
2025-08-20T20:34:32.3014104Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:32.3014661Z   BUILD_SYS: docker://go
2025-08-20T20:34:32.3015066Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:32.3015251Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:32.3015433Z   SYSTMP: /tmp
2025-08-20T20:34:32.3015596Z   GHA_MODE: MATRIX
2025-08-20T20:34:32.3016003Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:32.3016500Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:32.3016804Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:32.3017166Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:32.3017620Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:32.3018174Z   PKG_TYPE: static
2025-08-20T20:34:32.3018499Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:32.3018714Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3019079Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:32.3019429Z   BUILD_ID: 17107887398
2025-08-20T20:34:32.3019607Z   PKG_NAME: glab
2025-08-20T20:34:32.3019782Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:32.3020009Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3020250Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:32.3020554Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3020922Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3021371Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3021817Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:32.3022072Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:32.3022332Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3022825Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:32.3023251Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:32.3023462Z ##[endgroup]
2025-08-20T20:34:32.3096479Z ##[group]Run ##Presets
2025-08-20T20:34:32.3096745Z [36;1m##Presets[0m
2025-08-20T20:34:32.3096925Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:32.3097117Z [36;1m#-------------#[0m
2025-08-20T20:34:32.3097303Z [36;1m##Debug?[0m
2025-08-20T20:34:32.3097524Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:32.3098126Z [36;1m  set -x[0m
2025-08-20T20:34:32.3098303Z [36;1mfi[0m
2025-08-20T20:34:32.3098460Z [36;1m#-------------#[0m
2025-08-20T20:34:32.3098680Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:32.3099114Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gitlab-cli/official"[0m
2025-08-20T20:34:32.3099509Z [36;1m exit 1[0m
2025-08-20T20:34:32.3099683Z [36;1mfi[0m
2025-08-20T20:34:32.3128295Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:32.3128600Z env:
2025-08-20T20:34:32.3128788Z   CROSS_COMPILING: NO
2025-08-20T20:34:32.3129088Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:32.3129361Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:32.3129632Z   ON_QEMU: NO
2025-08-20T20:34:32.3129820Z   DEBUG: 0
2025-08-20T20:34:32.3130054Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:32.3130280Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:32.3130560Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:32.3130855Z   KEEP_LOGS: YES
2025-08-20T20:34:32.3131032Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:32.3131232Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:32.3131444Z   SBUILD_REBUILD: false
2025-08-20T20:34:32.3132067Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:32.3132645Z   BUILD_SYS: docker://go
2025-08-20T20:34:32.3132848Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:32.3133029Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:32.3133210Z   SYSTMP: /tmp
2025-08-20T20:34:32.3133372Z   GHA_MODE: MATRIX
2025-08-20T20:34:32.3134087Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:32.3134575Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:32.3134876Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:32.3135236Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:32.3135697Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:32.3136053Z   PKG_TYPE: static
2025-08-20T20:34:32.3136229Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:32.3136445Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3136805Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:32.3137287Z   BUILD_ID: 17107887398
2025-08-20T20:34:32.3137468Z   PKG_NAME: glab
2025-08-20T20:34:32.3137644Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:32.3138072Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3138332Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:32.3138639Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3139008Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3139468Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3139922Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:32.3140179Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:32.3140439Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3140930Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:32.3141355Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:32.3141570Z ##[endgroup]
2025-08-20T20:34:32.3211203Z ##[group]Run ##Presets
2025-08-20T20:34:32.3211453Z [36;1m##Presets[0m
2025-08-20T20:34:32.3211638Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:32.3211844Z [36;1m#-------------#[0m
2025-08-20T20:34:32.3212029Z [36;1m##Debug?[0m
2025-08-20T20:34:32.3212250Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:32.3212524Z [36;1m  set -x[0m
2025-08-20T20:34:32.3212689Z [36;1mfi[0m
2025-08-20T20:34:32.3212849Z [36;1m#-------------#[0m
2025-08-20T20:34:32.3213169Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:32.3213537Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:34:32.3213814Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:32.3214065Z [36;1mfi[0m
2025-08-20T20:34:32.3241125Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:32.3241356Z env:
2025-08-20T20:34:32.3241532Z   CROSS_COMPILING: NO
2025-08-20T20:34:32.3241783Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:32.3242003Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:32.3242206Z   ON_QEMU: NO
2025-08-20T20:34:32.3242364Z   DEBUG: 0
2025-08-20T20:34:32.3242532Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:32.3242750Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:32.3243038Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitlab-cli/official
2025-08-20T20:34:32.3243338Z   KEEP_LOGS: YES
2025-08-20T20:34:32.3243513Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:32.3243716Z   PKG_FAMILY_LOCAL: gitlab-cli
2025-08-20T20:34:32.3243926Z   SBUILD_REBUILD: false
2025-08-20T20:34:32.3244451Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitlab-cli/static.official.source.yaml
2025-08-20T20:34:32.3245008Z   BUILD_SYS: docker://go
2025-08-20T20:34:32.3245214Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:32.3245406Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:32.3245593Z   SYSTMP: /tmp
2025-08-20T20:34:32.3245768Z   GHA_MODE: MATRIX
2025-08-20T20:34:32.3246174Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:32.3246662Z   INPUT_SBUILD: /tmp/pkgforge/3F8B2DOXc_build.yaml
2025-08-20T20:34:32.3247244Z   BUILD_DIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml
2025-08-20T20:34:32.3247609Z   SBUILD_OUTDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:32.3248341Z   SBUILD_TMPDIR: /tmp/pkgforge/CJnhCbe_3F8B2DOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:32.3248701Z   PKG_TYPE: static
2025-08-20T20:34:32.3248881Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:32.3249097Z   SBUILD_PKGVER: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3249460Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107887398
2025-08-20T20:34:32.3249806Z   BUILD_ID: 17107887398
2025-08-20T20:34:32.3249992Z   PKG_NAME: glab
2025-08-20T20:34:32.3250170Z   PKG_DATE: 2025-08-20T20:33:26Z
2025-08-20T20:34:32.3250597Z   PKG_VERSION: HEAD-318bc52-250820T084939
2025-08-20T20:34:32.3250838Z   PKG_VERSION_UPSTREAM: 1.67.0
2025-08-20T20:34:32.3251145Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3251515Z   GHCRPKG_TAG: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3251968Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gitlab-cli/official/gitlab-cli
2025-08-20T20:34:32.3252423Z   PKG_SRCURL: https://gitlab.com/gitlab-org/cli
2025-08-20T20:34:32.3252680Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:32.3252941Z   GHCRPKG_TAG_SRCBUILD: HEAD-318bc52-250820T084939-aarch64-linux
2025-08-20T20:34:32.3253428Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitlab-cli/official/gitlab-cli-srcbuild-17107887398
2025-08-20T20:34:32.3253852Z   UTC_TIME: 2025_08_20T08_34_26_PM
2025-08-20T20:34:32.3254063Z ##[endgroup]
2025-08-20T20:34:32.3309849Z EXITED
2025-08-20T20:34:32.3358523Z Cleaning up orphan processes
