﻿2025-08-20T22:11:08.9686697Z Current runner version: '2.328.0'
2025-08-20T22:11:08.9711799Z ##[group]Runner Image Provisioner
2025-08-20T22:11:08.9713077Z Hosted Compute Agent
2025-08-20T22:11:08.9713684Z Version: 20250818.377
2025-08-20T22:11:08.9714305Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:11:08.9715127Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:11:08.9716110Z ##[endgroup]
2025-08-20T22:11:08.9716733Z ##[group]Operating System
2025-08-20T22:11:08.9717352Z Ubuntu
2025-08-20T22:11:08.9717865Z 24.04.2
2025-08-20T22:11:08.9718378Z LTS
2025-08-20T22:11:08.9718906Z ##[endgroup]
2025-08-20T22:11:08.9719491Z ##[group]Runner Image
2025-08-20T22:11:08.9720135Z Image: ubuntu-24.04
2025-08-20T22:11:08.9720696Z Version: 20250818.1.0
2025-08-20T22:11:08.9721728Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:11:08.9723414Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:11:08.9724489Z ##[endgroup]
2025-08-20T22:11:08.9725979Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:11:08.9728301Z Attestations: write
2025-08-20T22:11:08.9728995Z Contents: write
2025-08-20T22:11:08.9729605Z Metadata: read
2025-08-20T22:11:08.9730213Z Packages: write
2025-08-20T22:11:08.9730798Z ##[endgroup]
2025-08-20T22:11:08.9733672Z Secret source: Actions
2025-08-20T22:11:08.9734739Z Prepare workflow directory
2025-08-20T22:11:09.0062903Z Prepare all required actions
2025-08-20T22:11:09.0101179Z Getting action download info
2025-08-20T22:11:09.4032978Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:11:09.8706219Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:11:10.2224486Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:11:10.3304018Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:11:10.7249827Z Getting action download info
2025-08-20T22:11:10.8724097Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:11:11.1549920Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:11:11.4377973Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/reviewdog/official)
2025-08-20T22:11:11.5108080Z ##[group]Run ##Presets
2025-08-20T22:11:11.5109095Z [36;1m##Presets[0m
2025-08-20T22:11:11.5109948Z [36;1mset +x ; set +e[0m
2025-08-20T22:11:11.5110841Z [36;1m#-------------#[0m
2025-08-20T22:11:11.5111982Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:11:11.5113403Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:11:11.5114743Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5116082Z [36;1m  fi[0m
2025-08-20T22:11:11.5117136Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:11:11.5118618Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:11:11.5119990Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5121207Z [36;1m  fi[0m
2025-08-20T22:11:11.5122450Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:11:11.5123935Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:11:11.5125285Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5126960Z [36;1m  fi[0m
2025-08-20T22:11:11.5128087Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:11:11.5129570Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:11:11.5131288Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:11:11.5132549Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:11:11.5133982Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5135253Z [36;1m     else[0m
2025-08-20T22:11:11.5136588Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5137914Z [36;1m     fi[0m
2025-08-20T22:11:11.5138790Z [36;1m  fi[0m
2025-08-20T22:11:11.5139628Z [36;1mfi[0m
2025-08-20T22:11:11.5214594Z shell: /usr/bin/bash -e {0}
2025-08-20T22:11:11.5216267Z env:
2025-08-20T22:11:11.5217535Z   GH_TOKEN: ***
2025-08-20T22:11:11.5218518Z ##[endgroup]
2025-08-20T22:11:11.5552163Z ##[group]Run ##Presets
2025-08-20T22:11:11.5553205Z [36;1m##Presets[0m
2025-08-20T22:11:11.5554252Z [36;1mset +x ; set +e[0m
2025-08-20T22:11:11.5555359Z [36;1m#-------------#[0m
2025-08-20T22:11:11.5556881Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:11:11.5558827Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:11:11.5560773Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:11:11.5623671Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:11:11.5625275Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:11:11.5627188Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:11:11.5628518Z [36;1m  exit 1[0m
2025-08-20T22:11:11.5629301Z [36;1mfi[0m
2025-08-20T22:11:11.5671282Z shell: /usr/bin/bash -e {0}
2025-08-20T22:11:11.5672209Z env:
2025-08-20T22:11:11.5673296Z   RO_GHTOKEN: ***
2025-08-20T22:11:11.5674200Z   RO_GLTOKEN: ***
2025-08-20T22:11:11.5678600Z   MINISIGN_KEY: ***
2025-08-20T22:11:11.5679417Z ##[endgroup]
2025-08-20T22:11:11.5854451Z ##[group]Run ##Presets
2025-08-20T22:11:11.5855624Z [36;1m##Presets[0m
2025-08-20T22:11:11.5856552Z [36;1mset +x ; set +e[0m
2025-08-20T22:11:11.5857434Z [36;1m#-------------#[0m
2025-08-20T22:11:11.5858321Z [36;1m##Host Triplet[0m
2025-08-20T22:11:11.5859402Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:11:11.5860698Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:11:11.5861917Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:11:11.5863127Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:11:11.5864268Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:11:11.5865751Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:11:11.5867043Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:11:11.5868333Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:11:11.5869394Z [36;1m   fi[0m
2025-08-20T22:11:11.5870445Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:11:11.5871743Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:11:11.5872935Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:11:11.5874209Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:11:11.5875345Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:11:11.5876499Z [36;1m fi[0m
2025-08-20T22:11:11.5877567Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5879076Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5880564Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5881948Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5883047Z [36;1m##Debug[0m
2025-08-20T22:11:11.5883900Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:11:11.5884955Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:11:11.5885978Z [36;1m else[0m
2025-08-20T22:11:11.5886790Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:11:11.5887895Z [36;1m fi[0m
2025-08-20T22:11:11.5888775Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5889892Z [36;1m##Docker Platform[0m
2025-08-20T22:11:11.5891016Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:11:11.5892280Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:11:11.5893573Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:11:11.5894898Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:11:11.5896290Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:11:11.5897576Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:11:11.5898838Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:11:11.5900094Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:11:11.5901112Z [36;1m fi[0m
2025-08-20T22:11:11.5902238Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5903866Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5905135Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:11:11.5907159Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/reviewdog/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:11:11.5909124Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:11:11.5910321Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5911538Z [36;1m##Logs[0m
2025-08-20T22:11:11.5912381Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:11:11.5913508Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:11:11.5914457Z [36;1m else[0m
2025-08-20T22:11:11.5915278Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:11:11.5916533Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:11:11.5917539Z [36;1m fi[0m
2025-08-20T22:11:11.5918668Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5920146Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5921466Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:11:11.5922864Z [36;1m PKG_FAMILY_LOCAL="$(echo "reviewdog" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:11:11.5924377Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:11:11.5925751Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5927021Z [36;1m##Rebuild[0m
2025-08-20T22:11:11.5927893Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:11:11.5928977Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:11:11.5929979Z [36;1m else[0m
2025-08-20T22:11:11.5930822Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:11:11.5931823Z [36;1m fi[0m
2025-08-20T22:11:11.5932865Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5934103Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:11:11.5935664Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:11:11.5937641Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:11:11.5940666Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:11:11.5943345Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:11:11.5944710Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:11:11.5946426Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:11:11.5947985Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:11:11.5949369Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5950488Z [36;1m    exit 1[0m
2025-08-20T22:11:11.5951301Z [36;1m   else[0m
2025-08-20T22:11:11.5952264Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:11:11.5953510Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5954796Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:11:11.5956243Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:11:11.5957573Z [36;1m      #check if supported[0m
2025-08-20T22:11:11.5958996Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:11:11.5960952Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:11:11.5962529Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:11:11.5963769Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5964915Z [36;1m         exit 1[0m
2025-08-20T22:11:11.5965885Z [36;1m       fi[0m
2025-08-20T22:11:11.5966720Z [36;1m      #get build system[0m
2025-08-20T22:11:11.5968185Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:11:11.5969682Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:11:11.5970809Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5972161Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:11:11.5973481Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5974770Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5976181Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:11:11.5977497Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5978762Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:11.5979865Z [36;1m       fi[0m
2025-08-20T22:11:11.5980804Z [36;1m     fi[0m
2025-08-20T22:11:11.5981577Z [36;1m   fi[0m
2025-08-20T22:11:11.5982390Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:11:11.6021033Z shell: /usr/bin/bash -e {0}
2025-08-20T22:11:11.6021968Z ##[endgroup]
2025-08-20T22:11:12.0196837Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:11:12.0199006Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:11:12.0200074Z 
2025-08-20T22:11:12.1089352Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:11:12.1091622Z 100  4045  100  4045    0     0  44499      0 --:--:-- --:--:-- --:--:-- 44450
2025-08-20T22:11:12.1094005Z 100  4045  100  4045    0     0  44475      0 --:--:-- --:--:-- --:--:-- 44450
2025-08-20T22:11:12.1106201Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:11:12.1366627Z ##[group]Run ##Presets
2025-08-20T22:11:12.1367564Z [36;1m##Presets[0m
2025-08-20T22:11:12.1368389Z [36;1mset +x ; set +e[0m
2025-08-20T22:11:12.1369282Z [36;1m#-------------#[0m
2025-08-20T22:11:12.1370124Z [36;1m##Debug?[0m
2025-08-20T22:11:12.1371073Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:11:12.1372217Z [36;1m  set -x[0m
2025-08-20T22:11:12.1373029Z [36;1mfi[0m
2025-08-20T22:11:12.1373776Z [36;1m#-------------#[0m
2025-08-20T22:11:12.1374635Z [36;1m##CoreUtils[0m
2025-08-20T22:11:12.1375669Z [36;1msudo apt update -y[0m
2025-08-20T22:11:12.1377015Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:11:12.1380637Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:11:12.1383901Z [36;1m##tmp[0m
2025-08-20T22:11:12.1384974Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:11:12.1386638Z [36;1m#GH ENV[0m
2025-08-20T22:11:12.1387553Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:12.1388764Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:12.1389845Z [36;1m#-------------#[0m
2025-08-20T22:11:12.1390758Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:11:12.1391739Z [36;1msudo apt update -y[0m
2025-08-20T22:11:12.1392698Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:11:12.1393715Z [36;1m##Setup Minisign[0m
2025-08-20T22:11:12.1394654Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:11:12.1396213Z [36;1mecho "***[0m
2025-08-20T22:11:12.1400849Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:11:12.1401917Z [36;1m##User-Agent[0m
2025-08-20T22:11:12.1404775Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:11:12.1407940Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:11:12.1451360Z shell: /usr/bin/bash -e {0}
2025-08-20T22:11:12.1452250Z env:
2025-08-20T22:11:12.1452974Z   CROSS_COMPILING: NO
2025-08-20T22:11:12.1453831Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:11:12.1454751Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:11:12.1455769Z   ON_QEMU: NO
2025-08-20T22:11:12.1456512Z   DEBUG: 0
2025-08-20T22:11:12.1457276Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:11:12.1458217Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:11:12.1459381Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:11:12.1460584Z   KEEP_LOGS: YES
2025-08-20T22:11:12.1461383Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:11:12.1462261Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:11:12.1463176Z   SBUILD_REBUILD: false
2025-08-20T22:11:12.1465190Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:11:12.1467469Z   BUILD_SYS: docker://go
2025-08-20T22:11:12.1468351Z   BUILD_ON_HOST: FALSE
2025-08-20T22:11:12.1469180Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:11:12.1469983Z ##[endgroup]
2025-08-20T22:11:12.1809166Z 
2025-08-20T22:11:12.1810414Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:11:12.1811516Z 
2025-08-20T22:11:12.2382086Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:12.2771951Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:11:12.2797445Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:11:12.2917586Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:11:12.2931280Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:11:12.3012100Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:11:12.3158411Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:11:12.4084453Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:11:12.4325885Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:11:12.4340406Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:11:12.4349446Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:11:12.4411611Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:11:12.4438368Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:11:12.4477791Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:11:12.4579076Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:11:12.4608424Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:11:12.4619526Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:11:12.5219992Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:11:12.5233256Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:11:12.5244283Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:11:12.5251698Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:11:12.5260847Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:11:12.5336888Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:11:12.5378827Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:11:12.5397455Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:11:12.5466190Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:11:12.5489873Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:11:12.5499115Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:11:12.5588495Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:11:12.5630888Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:11:12.5639417Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:11:12.6428493Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:11:12.6479299Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:11:12.6502662Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:11:20.8988458Z Fetched 10.6 MB in 1s (8282 kB/s)
2025-08-20T22:11:21.5719431Z Reading package lists...
2025-08-20T22:11:21.7268664Z Building dependency tree...
2025-08-20T22:11:21.7275035Z Reading state information...
2025-08-20T22:11:21.7423486Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:11:21.7537191Z 
2025-08-20T22:11:21.7537661Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:11:21.7538267Z 
2025-08-20T22:11:21.7671974Z Reading package lists...
2025-08-20T22:11:21.9254912Z Building dependency tree...
2025-08-20T22:11:21.9262529Z Reading state information...
2025-08-20T22:11:22.0754519Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:11:22.0755147Z bc set to manually installed.
2025-08-20T22:11:22.0756047Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:11:22.0756710Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:11:22.0757358Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:11:22.0758038Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:11:22.0758675Z The following additional packages will be installed:
2025-08-20T22:11:22.0759341Z   libtime-duration-perl
2025-08-20T22:11:22.1252921Z The following NEW packages will be installed:
2025-08-20T22:11:22.1259508Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:11:22.1422342Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:11:22.1651103Z Need to get 616 kB of archives.
2025-08-20T22:11:22.1651830Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:11:22.1652509Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:22.2067667Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:11:22.2269659Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:11:22.2461352Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:11:22.2710251Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:11:22.5640285Z Fetched 616 kB in 0s (3800 kB/s)
2025-08-20T22:11:22.6290232Z Selecting previously unselected package fdupes.
2025-08-20T22:11:22.7381131Z (Reading database ... 
2025-08-20T22:11:22.7381844Z (Reading database ... 5%
2025-08-20T22:11:22.7382403Z (Reading database ... 10%
2025-08-20T22:11:22.7382895Z (Reading database ... 15%
2025-08-20T22:11:22.7383423Z (Reading database ... 20%
2025-08-20T22:11:22.7383890Z (Reading database ... 25%
2025-08-20T22:11:22.7384367Z (Reading database ... 30%
2025-08-20T22:11:22.7384850Z (Reading database ... 35%
2025-08-20T22:11:22.7385317Z (Reading database ... 40%
2025-08-20T22:11:22.7386061Z (Reading database ... 45%
2025-08-20T22:11:22.7386503Z (Reading database ... 50%
2025-08-20T22:11:22.8767490Z (Reading database ... 55%
2025-08-20T22:11:23.0621480Z (Reading database ... 60%
2025-08-20T22:11:23.3862273Z (Reading database ... 65%
2025-08-20T22:11:23.7129464Z (Reading database ... 70%
2025-08-20T22:11:23.9874303Z (Reading database ... 75%
2025-08-20T22:11:24.5355701Z (Reading database ... 80%
2025-08-20T22:11:25.5241811Z (Reading database ... 85%
2025-08-20T22:11:26.5187098Z (Reading database ... 90%
2025-08-20T22:11:27.3852994Z (Reading database ... 95%
2025-08-20T22:11:27.3853398Z (Reading database ... 100%
2025-08-20T22:11:27.3853841Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:11:27.3899832Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:11:27.3931011Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:11:27.4574811Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:11:27.4711179Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:11:27.4725461Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:11:27.5073964Z Selecting previously unselected package moreutils.
2025-08-20T22:11:27.5209446Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:11:27.5219209Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:11:27.6882007Z Selecting previously unselected package dos2unix.
2025-08-20T22:11:27.7017994Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:11:27.7037167Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:11:28.1643998Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:11:28.1690309Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:11:28.1729435Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:11:28.1768921Z Setting up moreutils (0.69-1) ...
2025-08-20T22:11:28.1802952Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:00.2053854Z 
2025-08-20T22:13:00.2054379Z Running kernel seems to be up-to-date.
2025-08-20T22:13:00.2054744Z 
2025-08-20T22:13:00.2054857Z Restarting services...
2025-08-20T22:13:00.2124581Z 
2025-08-20T22:13:00.2124991Z Service restarts being deferred:
2025-08-20T22:13:00.2126367Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:13:00.2126734Z 
2025-08-20T22:13:00.2127068Z No containers need to be restarted.
2025-08-20T22:13:00.2127362Z 
2025-08-20T22:13:00.2129739Z No user sessions are running outdated binaries.
2025-08-20T22:13:00.2130116Z 
2025-08-20T22:13:00.2130417Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:13:01.0425071Z Reading package lists...
2025-08-20T22:13:01.1954634Z Building dependency tree...
2025-08-20T22:13:01.1962056Z Reading state information...
2025-08-20T22:13:01.3456364Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:13:01.3457175Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:13:01.3458243Z apt-utils set to manually installed.
2025-08-20T22:13:01.3458689Z ca-certificates is already the newest version (20240203).
2025-08-20T22:13:01.3459179Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:01.3459641Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:13:01.3460107Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:13:01.3460588Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:13:01.3461040Z moreutils is already the newest version (0.69-1).
2025-08-20T22:13:01.3461540Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:13:01.3462054Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:13:01.3462502Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:13:01.3462945Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:13:01.3463337Z tmux set to manually installed.
2025-08-20T22:13:01.3463774Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:13:01.3464534Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:01.3465000Z The following additional packages will be installed:
2025-08-20T22:13:01.3465454Z   python3-software-properties
2025-08-20T22:13:01.3466011Z Recommended packages:
2025-08-20T22:13:01.3466294Z   unattended-upgrades
2025-08-20T22:13:01.3800265Z The following NEW packages will be installed:
2025-08-20T22:13:01.3800828Z   rename
2025-08-20T22:13:01.3808743Z The following packages will be upgraded:
2025-08-20T22:13:01.3809406Z   python3-software-properties software-properties-common
2025-08-20T22:13:01.3961954Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:13:01.4189601Z Need to get 64.7 kB of archives.
2025-08-20T22:13:01.4190254Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:13:01.4190924Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:01.4639416Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:13:01.4846968Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:13:01.5036266Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:13:01.7483416Z Fetched 64.7 kB in 0s (679 kB/s)
2025-08-20T22:13:01.7728965Z (Reading database ... 
2025-08-20T22:13:01.7729403Z (Reading database ... 5%
2025-08-20T22:13:01.7729979Z (Reading database ... 10%
2025-08-20T22:13:01.7730555Z (Reading database ... 15%
2025-08-20T22:13:01.7730932Z (Reading database ... 20%
2025-08-20T22:13:01.7731288Z (Reading database ... 25%
2025-08-20T22:13:01.7731644Z (Reading database ... 30%
2025-08-20T22:13:01.7734700Z (Reading database ... 35%
2025-08-20T22:13:01.7735116Z (Reading database ... 40%
2025-08-20T22:13:01.7735674Z (Reading database ... 45%
2025-08-20T22:13:01.7736071Z (Reading database ... 50%
2025-08-20T22:13:01.7753857Z (Reading database ... 55%
2025-08-20T22:13:01.7843663Z (Reading database ... 60%
2025-08-20T22:13:01.7863847Z (Reading database ... 65%
2025-08-20T22:13:01.7895997Z (Reading database ... 70%
2025-08-20T22:13:01.7919388Z (Reading database ... 75%
2025-08-20T22:13:01.7946868Z (Reading database ... 80%
2025-08-20T22:13:01.8079860Z (Reading database ... 85%
2025-08-20T22:13:01.8165179Z (Reading database ... 90%
2025-08-20T22:13:01.8414926Z (Reading database ... 95%
2025-08-20T22:13:01.8415337Z (Reading database ... 100%
2025-08-20T22:13:01.8416051Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:13:01.8455698Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:13:01.9267495Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:02.0031502Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:13:02.0934445Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:02.1192415Z Selecting previously unselected package rename.
2025-08-20T22:13:02.1330436Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:13:02.1342527Z Unpacking rename (2.02-1) ...
2025-08-20T22:13:02.1777776Z Setting up rename (2.02-1) ...
2025-08-20T22:13:02.1844694Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:13:02.1871178Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:13:02.3126801Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:13:02.4131863Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:06.4460589Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:13:07.8991123Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:07.9281530Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:13:07.9310124Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:13:07.9322825Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:13:07.9330572Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:13:07.9360186Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:13:07.9401176Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:13:09.0258659Z Reading package lists...
2025-08-20T22:13:09.1859956Z Building dependency tree...
2025-08-20T22:13:09.1867185Z Reading state information...
2025-08-20T22:13:09.2010863Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:13:09.2162797Z 
2025-08-20T22:13:09.2163287Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:13:09.2163815Z 
2025-08-20T22:13:09.2724586Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:09.3088255Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:13:09.3098392Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:13:09.3108366Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:13:09.3120417Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:13:09.3148056Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:13:09.3198879Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:13:10.4186152Z Reading package lists...
2025-08-20T22:13:10.5633691Z Building dependency tree...
2025-08-20T22:13:10.5640523Z Reading state information...
2025-08-20T22:13:10.5768302Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:13:10.5881187Z 
2025-08-20T22:13:10.5882038Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:13:10.5882561Z 
2025-08-20T22:13:10.6009966Z Reading package lists...
2025-08-20T22:13:10.7560305Z Building dependency tree...
2025-08-20T22:13:10.7567899Z Reading state information...
2025-08-20T22:13:10.9046375Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:13:10.9410701Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:13:10.9693209Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:13:11.0179453Z ##[group]Run ##Presets
2025-08-20T22:13:11.0179737Z [36;1m##Presets[0m
2025-08-20T22:13:11.0179945Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:11.0180162Z [36;1m#-------------#[0m
2025-08-20T22:13:11.0180367Z [36;1m##Debug?[0m
2025-08-20T22:13:11.0180614Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:13:11.0180915Z [36;1m  set -x[0m
2025-08-20T22:13:11.0181142Z [36;1mfi[0m
2025-08-20T22:13:11.0181315Z [36;1m#-------------#[0m
2025-08-20T22:13:11.0181816Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:13:11.0182581Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:13:11.0182960Z [36;1msudo service procps restart[0m
2025-08-20T22:13:11.0183230Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:13:11.0225368Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:11.0225793Z env:
2025-08-20T22:13:11.0226006Z   CROSS_COMPILING: NO
2025-08-20T22:13:11.0226223Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:13:11.0226454Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:13:11.0226683Z   ON_QEMU: NO
2025-08-20T22:13:11.0226862Z   DEBUG: 0
2025-08-20T22:13:11.0227046Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:13:11.0227277Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:13:11.0227576Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:13:11.0227905Z   KEEP_LOGS: YES
2025-08-20T22:13:11.0228105Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:13:11.0228329Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:13:11.0228571Z   SBUILD_REBUILD: false
2025-08-20T22:13:11.0229118Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:13:11.0229692Z   BUILD_SYS: docker://go
2025-08-20T22:13:11.0229910Z   BUILD_ON_HOST: FALSE
2025-08-20T22:13:11.0230113Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:13:11.0230310Z   SYSTMP: /tmp
2025-08-20T22:13:11.0230497Z   GHA_MODE: MATRIX
2025-08-20T22:13:11.0230933Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:13:11.0231399Z ##[endgroup]
2025-08-20T22:13:11.0355939Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:13:11.0426492Z 0
2025-08-20T22:13:11.0808384Z vm.max_map_count = 262144
2025-08-20T22:13:11.0808762Z fs.inotify.max_user_watches = 655360
2025-08-20T22:13:11.0809056Z fs.inotify.max_user_instances = 1280
2025-08-20T22:13:11.0809306Z vm.mmap_rnd_bits = 28
2025-08-20T22:13:11.0884420Z ##[group]Run ##Presets
2025-08-20T22:13:11.0884747Z [36;1m##Presets[0m
2025-08-20T22:13:11.0884952Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:11.0885163Z [36;1m#-------------#[0m
2025-08-20T22:13:11.0885370Z [36;1m##Debug?[0m
2025-08-20T22:13:11.0886692Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:13:11.0886995Z [36;1m  set -x[0m
2025-08-20T22:13:11.0887186Z [36;1mfi[0m
2025-08-20T22:13:11.0887371Z [36;1m#-------------#[0m
2025-08-20T22:13:11.0887574Z [36;1m##Main[0m
2025-08-20T22:13:11.0887796Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:13:11.0888440Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:13:11.0889159Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:13:11.0889529Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:13:11.0889799Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:13:11.0890061Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:13:11.0890359Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:13:11.0890671Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:13:11.0890972Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:13:11.0891288Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:13:11.0891583Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:13:11.0891914Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:13:11.0892282Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:13:11.0892563Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:13:11.0892826Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:13:11.0893104Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:13:11.0893383Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:13:11.0893662Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:13:11.0894125Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:13:11.0894424Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:13:11.0894749Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:13:11.0895044Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:13:11.0895357Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:13:11.0895907Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:13:11.0896210Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:13:11.0896509Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:13:11.0896779Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:13:11.0897126Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:13:11.0897574Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:13:11.0898041Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:13:11.0898504Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:13:11.0898851Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:13:11.0899196Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:13:11.0899816Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:13:11.0900583Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:13:11.0901110Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:11.0901381Z [36;1m else[0m
2025-08-20T22:13:11.0901847Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:13:11.0902212Z [36;1m fi[0m
2025-08-20T22:13:11.0902453Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:13:11.0902838Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:13:11.0903254Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0903636Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0904020Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0904410Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0904810Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0905214Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0905856Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:13:11.0906284Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:13:11.0906621Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:13:11.0948811Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:11.0949046Z env:
2025-08-20T22:13:11.0949227Z   CROSS_COMPILING: NO
2025-08-20T22:13:11.0949441Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:13:11.0949668Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:13:11.0949881Z   ON_QEMU: NO
2025-08-20T22:13:11.0950057Z   DEBUG: 0
2025-08-20T22:13:11.0950244Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:13:11.0950464Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:13:11.0950759Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:13:11.0951073Z   KEEP_LOGS: YES
2025-08-20T22:13:11.0951266Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:13:11.0951487Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:13:11.0951711Z   SBUILD_REBUILD: false
2025-08-20T22:13:11.0952269Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:13:11.0952985Z   BUILD_SYS: docker://go
2025-08-20T22:13:11.0953202Z   BUILD_ON_HOST: FALSE
2025-08-20T22:13:11.0953403Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:13:11.0953598Z   SYSTMP: /tmp
2025-08-20T22:13:11.0953781Z   GHA_MODE: MATRIX
2025-08-20T22:13:11.0954217Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:13:11.0955181Z   GHCR_TOKEN: ***
2025-08-20T22:13:11.0955674Z   GITHUB_TOKEN: ***
2025-08-20T22:13:11.0956014Z   GITLAB_TOKEN: ***
2025-08-20T22:13:11.0957123Z   MINISIGN_KEY: ***
2025-08-20T22:13:11.0957321Z ##[endgroup]
2025-08-20T22:13:11.1536070Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:13:11.2417790Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:13:11.2418661Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:13:11.2419029Z 
2025-08-20T22:13:11.2881892Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:13:11.2882566Z 100  4045  100  4045    0     0  86893      0 --:--:-- --:--:-- --:--:-- 87934
2025-08-20T22:13:11.2893733Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:13:11.2976458Z 
2025-08-20T22:13:11.2977095Z [+] Building [/tmp/tmp.WN7RVNGOKs/SBUILD_INPUT] Locally
2025-08-20T22:13:11.2990454Z 
2025-08-20T22:13:11.2990879Z '/tmp/tmp.WN7RVNGOKs/SBUILD_INPUT' -> '/tmp/pkgforge/31wBY6qTO_build.yaml'
2025-08-20T22:13:11.4016019Z 
2025-08-20T22:13:11.4016280Z [+] Passwordless sudo is Configured
2025-08-20T22:13:11.4692758Z 
2025-08-20T22:13:11.4706234Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:13:11.4706485Z 
2025-08-20T22:13:11.5183502Z 
2025-08-20T22:13:11.5184931Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:13:11.5185452Z 
2025-08-20T22:13:11.5185657Z 
2025-08-20T22:13:11.5186026Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:13:11.5186538Z 
2025-08-20T22:13:11.5333905Z [+] Installing: 7z -> 7z
2025-08-20T22:13:11.7001347Z [+] Installing: actionlint -> actionlint
2025-08-20T22:13:12.1012358Z [+] Installing: anew -> anew
2025-08-20T22:13:12.4702740Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:13:12.6201357Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:13:12.9509264Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:13:13.2978465Z [+] Installing: archey -> archey
2025-08-20T22:13:13.7255071Z [+] Installing: aria2 -> aria2c
2025-08-20T22:13:13.9220009Z [+] Installing: askalono -> askalono
2025-08-20T22:13:14.0839426Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:13:14.4868747Z [+] Installing: b3sum -> b3sum
2025-08-20T22:13:14.6381561Z [+] Installing: bita -> bita
2025-08-20T22:13:14.8213707Z [+] Installing: btop -> btop
2025-08-20T22:13:15.1876029Z [+] Installing: chafa -> chafa
2025-08-20T22:13:15.3972040Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:13:15.6690752Z [+] Installing: croc -> croc
2025-08-20T22:13:15.8514137Z [+] Installing: csvtk -> csvtk
2025-08-20T22:13:16.2865241Z [+] Installing: cutlines -> cutlines
2025-08-20T22:13:16.4110703Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:16.4141624Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:13:16.4142446Z [+] Installing: dbin -> dbin
2025-08-20T22:13:16.8210850Z [+] Installing: dasel -> dasel
2025-08-20T22:13:17.2111542Z [+] Installing: delta -> delta
2025-08-20T22:13:17.5954541Z [+] Installing: ds -> ds
2025-08-20T22:13:17.9022056Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:17.9058053Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:13:17.9059392Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:13:18.2459782Z [+] Installing: duf -> duf
2025-08-20T22:13:18.6123292Z [+] Installing: duplicut -> duplicut
2025-08-20T22:13:18.9744649Z [+] Installing: dust -> dust
2025-08-20T22:13:19.5199175Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:13:19.9195396Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:13:20.2778614Z [+] Installing: dysk -> dysk
2025-08-20T22:13:20.6356485Z [+] Installing: eget -> eget
2025-08-20T22:13:20.8026626Z [+] Installing: epoch -> epoch
2025-08-20T22:13:21.2039313Z [+] Installing: faketty -> faketty
2025-08-20T22:13:21.5598056Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:13:21.7121797Z [+] Installing: freeze -> freeze
2025-08-20T22:13:21.9286769Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:13:22.0497749Z [+] Installing: gdu -> gdu
2025-08-20T22:13:22.4539811Z [+] Installing: gh -> gh
2025-08-20T22:13:22.7447710Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:13:22.9759477Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:13:23.3439895Z [+] Installing: glab -> glab
2025-08-20T22:13:23.9790135Z [+] Installing: glow -> glow
2025-08-20T22:13:24.3896247Z [+] Installing: httpx -> httpx
2025-08-20T22:13:24.6786511Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:13:25.1534660Z [+] Installing: husarnet -> husarnet
2025-08-20T22:13:25.2436752Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:25.2465842Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:13:25.2467005Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:13:25.5413400Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:25.5445118Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:13:25.5446308Z [+] Installing: imgcat -> imgcat
2025-08-20T22:13:25.9192291Z [+] Installing: jc -> jc
2025-08-20T22:13:26.3384668Z [+] Installing: jq -> jq
2025-08-20T22:13:26.7040556Z [+] Installing: logdy -> logdy
2025-08-20T22:13:26.9883420Z [+] Installing: micro -> micro
2025-08-20T22:13:27.3908077Z [+] Installing: miniserve -> miniserve
2025-08-20T22:13:27.5634576Z [+] Installing: minisign -> minisign
2025-08-20T22:13:27.7032846Z [+] Installing: ncdu -> ncdu
2025-08-20T22:13:28.0542797Z [+] Installing: notify -> notify
2025-08-20T22:13:28.4893353Z [+] Installing: ouch -> ouch
2025-08-20T22:13:28.8743639Z [+] Installing: oras -> oras
2025-08-20T22:13:29.2916306Z [+] Installing: pipetty -> pipetty
2025-08-20T22:13:29.6253332Z [+] Installing: pixterm -> pixterm
2025-08-20T22:13:29.9981190Z [+] Installing: qsv -> qsv
2025-08-20T22:13:30.4159672Z [+] Installing: rclone -> rclone
2025-08-20T22:13:30.9784876Z [+] Installing: ripgrep -> rg
2025-08-20T22:13:31.1466297Z [+] Installing: rga -> rga
2025-08-20T22:13:31.5149193Z [+] Installing: rsync -> rsync
2025-08-20T22:13:31.8840467Z [+] Installing: script -> script
2025-08-20T22:13:32.0310426Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:13:32.4574440Z [+] Installing: soar -> soar
2025-08-20T22:13:32.8581295Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:13:33.0634556Z [+] Installing: sstrip -> sstrip
2025-08-20T22:13:33.1967768Z [+] Installing: strace -> strace
2025-08-20T22:13:33.5766454Z [+] Installing: sttr -> sttr
2025-08-20T22:13:33.7483235Z [+] Installing: tailscale -> tailscale
2025-08-20T22:13:34.1593283Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:13:34.3945721Z [+] Installing: taplo -> taplo
2025-08-20T22:13:34.7722111Z [+] Installing: tldr -> tldr
2025-08-20T22:13:34.9358454Z [+] Installing: tldr -> tealdeer
2025-08-20T22:13:35.3201357Z [+] Installing: tmux -> tmux
2025-08-20T22:13:35.4828935Z [+] Installing: tok -> tok
2025-08-20T22:13:35.6369881Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:13:35.8972200Z [+] Installing: trurl -> trurl
2025-08-20T22:13:36.0779089Z [+] Installing: tss -> tss
2025-08-20T22:13:36.2144255Z [+] Installing: ulexec -> ulexec
2025-08-20T22:13:36.5819016Z [+] Installing: unfurl -> unfurl
2025-08-20T22:13:36.7504960Z [+] Installing: upx -> upx
2025-08-20T22:13:36.8951662Z [+] Installing: validtoml -> validtoml
2025-08-20T22:13:37.2784926Z [+] Installing: wget -> wget
2025-08-20T22:13:37.6623520Z [+] Installing: wget2 -> wget2
2025-08-20T22:13:38.0525257Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:13:38.2161987Z [+] Installing: xq -> xq
2025-08-20T22:13:38.3858017Z [+] Installing: xz -> xz
2025-08-20T22:13:38.5291519Z [+] Installing: unxz -> unxz
2025-08-20T22:13:38.8759458Z [+] Installing: yq -> yq
2025-08-20T22:13:39.0548067Z [+] Installing: yj -> yj
2025-08-20T22:13:39.4327835Z [+] Installing: zapper -> zapper
2025-08-20T22:13:39.7767522Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:13:39.9067217Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:13:40.0020706Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:40.0052590Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:13:40.0053737Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:13:40.1206884Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:40.1242063Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:13:40.1242779Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:13:40.2152903Z curl: (22) The requested URL returned error: 404
2025-08-20T22:13:40.2184844Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:13:40.2186339Z [+] Installing: zstd -> zstd
2025-08-20T22:13:40.3707329Z [+] Creating symlinks...
2025-08-20T22:13:40.3800263Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:13:40.3900309Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:13:40.3997129Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:13:40.4094762Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:13:40.4190848Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:13:40.4288188Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:13:40.4384759Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:13:40.4481388Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:13:40.4577721Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:13:40.4671842Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:13:40.4767097Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:13:40.4862400Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:13:40.4955346Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:13:40.5050692Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:13:40.5145127Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:13:40.5238961Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:13:40.5335195Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:13:40.5372058Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:13:40.5458227Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:13:40.5551791Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:13:40.5646341Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:13:40.5683825Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:13:40.5770464Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:13:40.5865754Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:13:40.5961398Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:13:40.6055163Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:13:40.6150445Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:13:40.6245957Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:13:40.6342024Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:13:40.6439621Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:13:40.6534853Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:13:40.6630973Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:13:40.6725442Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:13:40.6821662Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:13:40.6919328Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:13:40.7014248Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:13:40.7111389Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:13:40.7207195Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:13:40.7305000Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:13:40.7401386Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:13:40.7495456Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:13:40.7590523Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:13:40.7685447Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:13:40.7781158Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:13:40.7818994Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:13:40.7847027Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:13:40.7934909Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:13:40.8031187Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:13:40.8129391Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:13:40.8227146Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:13:40.8324609Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:13:40.8421478Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:13:40.8518155Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:13:40.8613776Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:13:40.8710414Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:13:40.8807279Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:13:40.8903047Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:13:40.8999989Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:13:40.9096556Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:13:40.9192680Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:13:40.9289360Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:13:40.9384965Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:13:40.9481467Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:13:40.9579145Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:13:40.9675288Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:13:40.9772402Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:13:40.9870205Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:13:40.9967164Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:13:41.0062536Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:13:41.0158087Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:13:41.0252818Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:13:41.0348599Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:13:41.0443401Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:13:41.0542123Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:13:41.0638379Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:13:41.0734070Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:13:41.0830456Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:13:41.0925940Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:13:41.1022389Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:13:41.1119722Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:13:41.1217449Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:13:41.1314920Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:13:41.1411335Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:13:41.1508215Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:13:41.1603341Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:13:41.1699510Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:13:41.1796127Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:13:41.1894412Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:13:41.1991734Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:13:41.2089012Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:13:41.2185774Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:13:41.2280995Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:13:41.2378299Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:13:41.2474048Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:13:41.2569808Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:13:41.2606836Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:13:41.2635099Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:13:41.2663787Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:13:41.2750910Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:13:41.2777785Z 
2025-08-20T22:13:41.2778294Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:13:41.2778819Z 
2025-08-20T22:13:41.2793619Z 
2025-08-20T22:13:41.2885898Z 
2025-08-20T22:13:41.2886241Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:13:41.2886471Z 
2025-08-20T22:13:41.2886568Z [+] Installation completed!
2025-08-20T22:13:41.2959251Z 
2025-08-20T22:13:41.2959461Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:13:41.5075002Z github.com
2025-08-20T22:13:41.5075988Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:13:41.5076590Z   - Active account: true
2025-08-20T22:13:41.5076976Z   - Git operations protocol: https
2025-08-20T22:13:41.5077281Z   - Token: ghp_************************************
2025-08-20T22:13:41.5078045Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:13:41.5078823Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:13:41.5079237Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:13:41.6166814Z Limit: 5000, Remaining: 4912, Reset: 2025-08-20 22:27:57 +0000 UTC (14m15s)
2025-08-20T22:13:41.6176613Z 
2025-08-20T22:13:41.6176814Z [+] GHCR_TOKEN is Exported
2025-08-20T22:13:41.6214638Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:13:41.7256588Z Login Succeeded
2025-08-20T22:13:41.7265352Z 
2025-08-20T22:13:41.7265844Z [+] GITLAB is Exported
2025-08-20T22:13:41.7555806Z [git remote -v]
2025-08-20T22:13:41.9199396Z gitlab.com
2025-08-20T22:13:41.9200385Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:13:41.9205224Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:13:41.9206317Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:13:41.9206999Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:13:41.9211572Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:13:41.9212248Z   ✓ Token found: **************************
2025-08-20T22:13:41.9212579Z 
2025-08-20T22:13:41.9213210Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:13:41.9214093Z [git remote -v]
2025-08-20T22:13:41.9221387Z 2025/08/20 22:13:41 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:13:41.9222292Z git: exit status 128]
2025-08-20T22:13:42.1966774Z 
2025-08-20T22:13:42.1966828Z 
2025-08-20T22:13:42.1967626Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:13:42 PM)
2025-08-20T22:13:42.1968321Z 
2025-08-20T22:13:42.1968327Z 
2025-08-20T22:13:42.1968468Z [+] USER = runner
2025-08-20T22:13:42.1968784Z [+] HOME = /home/runner
2025-08-20T22:13:42.1971905Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:13:42.1974682Z 
2025-08-20T22:13:42.2587606Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:42.2878283Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:13:42.2889364Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:13:42.2899246Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:13:42.2904874Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:13:42.2912708Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:13:42.2937672Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:13:43.3910956Z Reading package lists...
2025-08-20T22:13:43.4224708Z Reading package lists...
2025-08-20T22:13:43.5706965Z Building dependency tree...
2025-08-20T22:13:43.5714450Z Reading state information...
2025-08-20T22:13:43.7281841Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:13:43.7282557Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:13:43.7283173Z ca-certificates is already the newest version (20240203).
2025-08-20T22:13:43.7283816Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:43.7284444Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:13:43.7284911Z moreutils is already the newest version (0.69-1).
2025-08-20T22:13:43.7285379Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:13:43.7286122Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:13:43.7286854Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:13:43.7877009Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:43.8167265Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:13:43.8176533Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:13:43.8185812Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:13:43.8193261Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:13:43.8206280Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:13:43.8213085Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:13:44.9311010Z Reading package lists...
2025-08-20T22:13:44.9631886Z Reading package lists...
2025-08-20T22:13:45.1268727Z Building dependency tree...
2025-08-20T22:13:45.1276598Z Reading state information...
2025-08-20T22:13:45.2830612Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:13:45.2831506Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:13:45.2831972Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:13:45.2832391Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:13:45.2832846Z ca-certificates is already the newest version (20240203).
2025-08-20T22:13:45.2833289Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:13:45.2833723Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:13:45.2834121Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:13:45.2834647Z gawk set to manually installed.
2025-08-20T22:13:45.2835172Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:13:45.2846420Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:13:45.2847066Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:13:45.2847590Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:13:45.2848131Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:13:45.2849040Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:13:45.2849569Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:13:45.2850107Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:45.2850629Z The following additional packages will be installed:
2025-08-20T22:13:45.2851260Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:13:45.2852007Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:13:45.2852744Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:13:45.2853450Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:13:45.2854186Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:13:45.2854927Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:13:45.2855447Z Suggested packages:
2025-08-20T22:13:45.2856181Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:13:45.2856982Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:13:45.2857857Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:13:45.2858634Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:13:45.2859106Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:13:45.2859556Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:13:45.2859901Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:13:45.3168795Z The following NEW packages will be installed:
2025-08-20T22:13:45.3169480Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:13:45.3170280Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:13:45.3171393Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:13:45.3172049Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:13:45.3172514Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:13:45.3175079Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:13:45.3176926Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:13:45.3354845Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:13:45.3355222Z Need to get 27.5 MB of archives.
2025-08-20T22:13:45.3355786Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:13:45.3356198Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:45.3696750Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:13:45.4336494Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:13:45.5023000Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:13:45.5293932Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:13:45.5478671Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:13:45.5787245Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:13:45.6149481Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:13:45.6513054Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:13:45.6882958Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:13:45.7088552Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:13:46.0239804Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:13:46.0512664Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:13:46.0938433Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:13:46.1149492Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:13:46.1338689Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:13:46.1553638Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:13:46.1750633Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:13:46.3495074Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T22:13:46.4155015Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:13:46.4405060Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:13:46.4607770Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:13:46.4819290Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T22:13:46.5238583Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T22:13:46.5444715Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:13:46.5698283Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T22:13:46.5898399Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T22:13:46.6426400Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:13:46.6633807Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T22:13:46.6845783Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:13:46.7061914Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:13:46.7250963Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:13:46.7459370Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:13:46.7669405Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:13:46.8544320Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:13:46.8894357Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:13:46.9331079Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:13:47.1752606Z Preconfiguring packages ...
2025-08-20T22:13:47.2339373Z Fetched 27.5 MB in 2s (17.1 MB/s)
2025-08-20T22:13:47.2561645Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:13:47.2614874Z (Reading database ... 
2025-08-20T22:13:47.2615430Z (Reading database ... 5%
2025-08-20T22:13:47.2616260Z (Reading database ... 10%
2025-08-20T22:13:47.2616631Z (Reading database ... 15%
2025-08-20T22:13:47.2616990Z (Reading database ... 20%
2025-08-20T22:13:47.2617344Z (Reading database ... 25%
2025-08-20T22:13:47.2617686Z (Reading database ... 30%
2025-08-20T22:13:47.2618062Z (Reading database ... 35%
2025-08-20T22:13:47.2618416Z (Reading database ... 40%
2025-08-20T22:13:47.2618765Z (Reading database ... 45%
2025-08-20T22:13:47.2619109Z (Reading database ... 50%
2025-08-20T22:13:47.2638841Z (Reading database ... 55%
2025-08-20T22:13:47.2728010Z (Reading database ... 60%
2025-08-20T22:13:47.2748094Z (Reading database ... 65%
2025-08-20T22:13:47.2779710Z (Reading database ... 70%
2025-08-20T22:13:47.2803113Z (Reading database ... 75%
2025-08-20T22:13:47.2830551Z (Reading database ... 80%
2025-08-20T22:13:47.2963730Z (Reading database ... 85%
2025-08-20T22:13:47.3050215Z (Reading database ... 90%
2025-08-20T22:13:47.3301747Z (Reading database ... 95%
2025-08-20T22:13:47.3302118Z (Reading database ... 100%
2025-08-20T22:13:47.3302537Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:13:47.3342619Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:13:47.3547431Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:13:47.5045228Z Selecting previously unselected package poppler-data.
2025-08-20T22:13:47.5180717Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:13:47.5193377Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:13:47.6436138Z Selecting previously unselected package b3sum.
2025-08-20T22:13:47.6572310Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:13:47.6587151Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:13:47.6888963Z Selecting previously unselected package build-essential.
2025-08-20T22:13:47.7023741Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:13:47.7036818Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:13:47.7294114Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:13:47.7428701Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:13:47.7461639Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:13:47.7719114Z Selecting previously unselected package ccache.
2025-08-20T22:13:47.7852233Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:13:47.7865014Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:13:47.8348495Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:13:47.8481320Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:13:47.8497673Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:13:47.8815326Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:13:47.8948453Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:13:47.8967580Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:13:47.9290328Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:13:47.9424104Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:13:47.9438420Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:13:48.0981772Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:13:48.1118533Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:13:48.1756737Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:13:48.2773685Z Selecting previously unselected package libgs-common.
2025-08-20T22:13:48.2910105Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:13:48.2921758Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:48.3173992Z Selecting previously unselected package libgs10-common.
2025-08-20T22:13:48.3311172Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:13:48.3324321Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:48.4041875Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:13:48.4177239Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:13:48.4193115Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:13:48.4447761Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:13:48.4582143Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:13:48.4603597Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:13:48.4869737Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:13:48.5004006Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:13:48.5019167Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:13:48.5288945Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:13:48.5424584Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:13:48.5434266Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:13:48.5708687Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:13:48.5841546Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:13:48.5856013Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:48.6947169Z Selecting previously unselected package ghostscript.
2025-08-20T22:13:48.7082238Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:13:48.7102639Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:48.7431437Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:13:48.7567609Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:13:48.7582472Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:48.8688967Z Selecting previously unselected package imagemagick.
2025-08-20T22:13:48.8824750Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:13:48.8839778Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:48.9081751Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:13:48.9216933Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:13:48.9233947Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:13:48.9528468Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:13:48.9662882Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:13:48.9688693Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:13:48.9991114Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:13:49.0124295Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:13:49.0142191Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:13:49.0420261Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:13:49.0554697Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:13:49.0567806Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:13:49.0837894Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:13:49.0972793Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:13:49.0982720Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:13:49.1209207Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:13:49.1343263Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:13:49.1351305Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:13:49.1760030Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:13:49.1894873Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:13:49.1908406Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:13:49.2122171Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:13:49.2254888Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:13:49.2287750Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:49.2633261Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:13:49.2765415Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:13:49.2784204Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:13:49.3024395Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:13:49.3156632Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:13:49.3177628Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:13:49.3405212Z Selecting previously unselected package libtool-bin.
2025-08-20T22:13:49.3536372Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:13:49.3547586Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:13:49.3819619Z Selecting previously unselected package lzip.
2025-08-20T22:13:49.3951858Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:13:49.3975430Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:13:49.4238319Z Selecting previously unselected package netpbm.
2025-08-20T22:13:49.4370116Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:13:49.4387577Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:13:49.6109628Z Selecting previously unselected package musl:amd64.
2025-08-20T22:13:49.6247948Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:13:49.6264173Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:13:49.6567374Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:13:49.6702817Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:13:49.6714724Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:13:49.7369691Z Selecting previously unselected package musl-tools.
2025-08-20T22:13:49.7507096Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:13:49.7525149Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:13:49.7964113Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:13:49.9446390Z 
2025-08-20T22:13:49.9446930Z Creating config file /etc/papersize with new version
2025-08-20T22:13:50.0538163Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:13:50.0570081Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:13:50.0618094Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:13:50.0655700Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:13:50.0689747Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:50.0726028Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:13:50.0753196Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:13:50.0779024Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:13:50.0918071Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:13:50.0955716Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:13:50.0990062Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:13:50.1068837Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:13:50.1115836Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:13:50.1162557Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:13:50.1186479Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:13:50.1211830Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:13:50.1239963Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:13:50.1266197Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:13:50.1292889Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:50.1362410Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:13:50.1413739Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:13:50.1472245Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:13:50.1517640Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:13:50.1579398Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:13:50.1628484Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:13:50.1688226Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:13:50.1737055Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:13:50.1795361Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:13:50.1846508Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:13:50.1907693Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:13:50.1954201Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:13:50.2015859Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:13:50.2064985Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:13:50.2124421Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:13:50.2177287Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:13:50.2240700Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:13:50.2289605Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:13:50.2348567Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:13:50.2402115Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:13:50.2463904Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:13:50.2514445Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:13:50.2541023Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:13:50.2588477Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:13:50.2653398Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:13:50.2706060Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:13:50.2937319Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:13:50.2979339Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:13:50.3009445Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:13:50.3054995Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:13:50.3085445Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:13:50.3256792Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:13:50.3292576Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:13:50.3351226Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:13:50.3409238Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:13:50.3439489Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:50.3473656Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:13:50.3502175Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:13:50.5287054Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:13:50.5332624Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:50.5394188Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:50.5433952Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:13:50.5515178Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:13:50.8357710Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:13:51.3008773Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:13:51.8619480Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:13:54.5106837Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:02.9603464Z Reading package lists...
2025-08-20T22:14:03.1392951Z Building dependency tree...
2025-08-20T22:14:03.1400668Z Reading state information...
2025-08-20T22:14:03.3053076Z autoconf is already the newest version (2.71-3).
2025-08-20T22:14:03.3053893Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:14:03.3054659Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:14:03.3055323Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:14:03.3056192Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:14:03.3056621Z ca-certificates is already the newest version (20240203).
2025-08-20T22:14:03.3056972Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:14:03.3057296Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:14:03.3057912Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:14:03.3058270Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:14:03.3058608Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:14:03.3058956Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:14:03.3059256Z patch set to manually installed.
2025-08-20T22:14:03.3059559Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:14:03.3059909Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:14:03.3060241Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:14:03.3060568Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:14:03.3060853Z Suggested packages:
2025-08-20T22:14:03.3061050Z   scons-doc
2025-08-20T22:14:03.3210295Z The following NEW packages will be installed:
2025-08-20T22:14:03.3218094Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:14:03.3393589Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:03.3394181Z Need to get 15.8 MB of archives.
2025-08-20T22:14:03.3394708Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:14:03.3395336Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:03.3733595Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:14:03.4097789Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:14:03.4284207Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T22:14:03.6695812Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:14:03.7054713Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:14:03.9661240Z Fetched 15.8 MB in 0s (41.7 MB/s)
2025-08-20T22:14:03.9847495Z Selecting previously unselected package autopoint.
2025-08-20T22:14:03.9901189Z (Reading database ... 
2025-08-20T22:14:03.9901572Z (Reading database ... 5%
2025-08-20T22:14:03.9901961Z (Reading database ... 10%
2025-08-20T22:14:03.9902820Z (Reading database ... 15%
2025-08-20T22:14:03.9903206Z (Reading database ... 20%
2025-08-20T22:14:03.9903564Z (Reading database ... 25%
2025-08-20T22:14:03.9903915Z (Reading database ... 30%
2025-08-20T22:14:03.9904260Z (Reading database ... 35%
2025-08-20T22:14:03.9904603Z (Reading database ... 40%
2025-08-20T22:14:03.9904946Z (Reading database ... 45%
2025-08-20T22:14:03.9905295Z (Reading database ... 50%
2025-08-20T22:14:03.9925063Z (Reading database ... 55%
2025-08-20T22:14:04.0016556Z (Reading database ... 60%
2025-08-20T22:14:04.0037789Z (Reading database ... 65%
2025-08-20T22:14:04.0071383Z (Reading database ... 70%
2025-08-20T22:14:04.0096060Z (Reading database ... 75%
2025-08-20T22:14:04.0126505Z (Reading database ... 80%
2025-08-20T22:14:04.0268691Z (Reading database ... 85%
2025-08-20T22:14:04.0354352Z (Reading database ... 90%
2025-08-20T22:14:04.0629899Z (Reading database ... 95%
2025-08-20T22:14:04.0630343Z (Reading database ... 100%
2025-08-20T22:14:04.0630832Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:14:04.0675890Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:14:04.0686262Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:14:04.0930043Z Selecting previously unselected package clang.
2025-08-20T22:14:04.1066613Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:14:04.1074720Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:14:04.1294469Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:14:04.1429794Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:14:04.1438281Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:14:04.5818079Z Selecting previously unselected package scons.
2025-08-20T22:14:04.5956221Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:14:04.5964337Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:14:04.6586042Z Selecting previously unselected package byacc.
2025-08-20T22:14:04.6724877Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:14:04.6734494Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:14:04.7131795Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:14:04.7179024Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:14:04.7261480Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:14:04.7486873Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:14:05.1469993Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:14:05.1496014Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:09.2992546Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:14:10.7348408Z Reading package lists...
2025-08-20T22:14:10.8844895Z Building dependency tree...
2025-08-20T22:14:10.8853738Z Reading state information...
2025-08-20T22:14:11.0262644Z The following additional packages will be installed:
2025-08-20T22:14:11.0263314Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:14:11.0264047Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:14:11.0264960Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:14:11.0267031Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:14:11.0267991Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:14:11.0268872Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:14:11.0269623Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:14:11.0270227Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:14:11.0270774Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:14:11.0276512Z Suggested packages:
2025-08-20T22:14:11.0276984Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:14:11.0277577Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:14:11.0278042Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:14:11.0278574Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:14:11.0279048Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:14:11.0279527Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:14:11.0280007Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:14:11.0280574Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:14:11.0280991Z   wdiff-doc
2025-08-20T22:14:11.0281194Z Recommended packages:
2025-08-20T22:14:11.0281546Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:14:11.0282046Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:14:11.0282559Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:14:11.0283092Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:14:11.0457203Z The following NEW packages will be installed:
2025-08-20T22:14:11.0459658Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:14:11.0460315Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:14:11.0460982Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:14:11.0461804Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:14:11.0462601Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:14:11.0463470Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:14:11.0464542Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:14:11.0465178Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:14:11.0466325Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:14:11.0643284Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:11.0643693Z Need to get 2417 kB of archives.
2025-08-20T22:14:11.0644162Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:14:11.0644835Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:11.1265179Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:14:11.1457038Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:14:11.1640253Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:14:11.1828915Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:14:11.2009150Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:14:11.2201338Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:14:11.2387159Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:14:11.2575914Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:14:11.2763399Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:14:11.2958573Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:14:11.3145970Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:14:11.3344949Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:14:11.3540948Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:14:11.3762864Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:14:11.3951480Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:14:11.4142202Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:14:11.4327312Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:14:11.5020223Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:14:11.5209082Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:14:11.5391457Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:14:11.5572570Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:14:11.5800085Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:14:11.6038160Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:14:11.6227179Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:14:11.6411983Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:14:11.6593625Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:14:11.6778414Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:14:11.6996273Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:14:11.7285246Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:14:11.7479797Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:14:12.0308158Z Fetched 2417 kB in 1s (3359 kB/s)
2025-08-20T22:14:12.0488245Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:14:12.0542849Z (Reading database ... 
2025-08-20T22:14:12.0543244Z (Reading database ... 5%
2025-08-20T22:14:12.0543624Z (Reading database ... 10%
2025-08-20T22:14:12.0543991Z (Reading database ... 15%
2025-08-20T22:14:12.0544346Z (Reading database ... 20%
2025-08-20T22:14:12.0544720Z (Reading database ... 25%
2025-08-20T22:14:12.0545087Z (Reading database ... 30%
2025-08-20T22:14:12.0545440Z (Reading database ... 35%
2025-08-20T22:14:12.0546118Z (Reading database ... 40%
2025-08-20T22:14:12.0546472Z (Reading database ... 45%
2025-08-20T22:14:12.0546820Z (Reading database ... 50%
2025-08-20T22:14:12.0567543Z (Reading database ... 55%
2025-08-20T22:14:12.0661443Z (Reading database ... 60%
2025-08-20T22:14:12.0682264Z (Reading database ... 65%
2025-08-20T22:14:12.0716284Z (Reading database ... 70%
2025-08-20T22:14:12.0740998Z (Reading database ... 75%
2025-08-20T22:14:12.0772481Z (Reading database ... 80%
2025-08-20T22:14:12.0915194Z (Reading database ... 85%
2025-08-20T22:14:12.0999964Z (Reading database ... 90%
2025-08-20T22:14:12.1253190Z (Reading database ... 95%
2025-08-20T22:14:12.1253567Z (Reading database ... 100%
2025-08-20T22:14:12.1254083Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:14:12.1294654Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:14:12.1306632Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:14:12.1539647Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:14:12.1673653Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:14:12.1684859Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:14:12.1903237Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:14:12.2037621Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:14:12.2047443Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:14:12.2313004Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:14:12.2447706Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:14:12.2461507Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:14:12.2682604Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:14:12.2814502Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:14:12.2826464Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:14:12.3073266Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:14:12.3204961Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:14:12.3227523Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:14:12.3470032Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:14:12.3600713Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:14:12.3617910Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:14:12.3840426Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:14:12.3973438Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:14:12.3984225Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:14:12.4369837Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:14:12.4503574Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:14:12.4520326Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:14:12.4759348Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:14:12.4893512Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:14:12.4905268Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:14:12.5143580Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:14:12.5273199Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:14:12.5282897Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:14:12.5509660Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:14:12.5638910Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:14:12.5647820Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:14:12.5859102Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:14:12.5989540Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:14:12.6000708Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:14:12.6263138Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:14:12.6394974Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:14:12.6407192Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:14:12.6620438Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:14:12.6751584Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:14:12.6764739Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:14:12.7024486Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:14:12.7157554Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:14:12.7168875Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:14:12.7421917Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:14:12.7550730Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:14:12.7569167Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:14:12.7909691Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:14:12.8040685Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:14:12.8050120Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:14:12.8272859Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:14:12.8402641Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:14:12.8414025Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:14:12.8646672Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:14:12.8776527Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:14:12.8797671Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:14:12.9019166Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:14:12.9148602Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:14:12.9164612Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:14:12.9639433Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:14:12.9770910Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:14:12.9781121Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:14:13.0053736Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:14:13.0186318Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:14:13.0200366Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:14:13.0424647Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:14:13.0559159Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:14:13.0566625Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:14:13.0780499Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:14:13.0913722Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:14:13.0923047Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:14:13.1138869Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:14:13.1272272Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:14:13.1281307Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:14:13.1521553Z Selecting previously unselected package libwww-perl.
2025-08-20T22:14:13.1654748Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:14:13.1666287Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:14:13.1988817Z Selecting previously unselected package patchutils.
2025-08-20T22:14:13.2122773Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:14:13.2134394Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:14:13.2425666Z Selecting previously unselected package wdiff.
2025-08-20T22:14:13.2556944Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:14:13.2569105Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:14:13.2835653Z Selecting previously unselected package devscripts.
2025-08-20T22:14:13.2966227Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:14:13.3161602Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:14:13.4292384Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:14:13.4333514Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:14:13.4365013Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:14:13.4394695Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:14:13.4444625Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:14:13.4478787Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:14:13.4508839Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:14:13.4550202Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:14:13.4597371Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:14:13.4651593Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:14:13.4687726Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:14:13.4709823Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:14:13.4747795Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:14:13.4779342Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:14:13.4810090Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:14:13.4856695Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:14:13.4890075Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:14:13.4926326Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:14:13.4957648Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:14:13.4984616Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:14:13.5012380Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:14:13.5052676Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:14:13.5081798Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:14:13.5120832Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:14:13.5173974Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:14:13.5204083Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:14:13.5243624Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:14:13.5289905Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:14:13.5337230Z Setting up devscripts (2.23.7) ...
2025-08-20T22:14:13.6544843Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:14:13.6585064Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:18.4420478Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:14:19.8953487Z Reading package lists...
2025-08-20T22:14:20.0458484Z Building dependency tree...
2025-08-20T22:14:20.0466486Z Reading state information...
2025-08-20T22:14:20.1948849Z The following additional packages will be installed:
2025-08-20T22:14:20.1955175Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:14:20.1960151Z Suggested packages:
2025-08-20T22:14:20.1960580Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:14:20.2089453Z The following NEW packages will be installed:
2025-08-20T22:14:20.2097429Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:14:20.2268554Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:20.2269065Z Need to get 13.6 MB of archives.
2025-08-20T22:14:20.2269402Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:14:20.2269794Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:20.2604661Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:14:20.2798793Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:14:20.3053972Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:14:20.3748306Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:14:20.8029859Z Fetched 13.6 MB in 0s (40.5 MB/s)
2025-08-20T22:14:20.8234594Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:14:20.8291040Z (Reading database ... 
2025-08-20T22:14:20.8291603Z (Reading database ... 5%
2025-08-20T22:14:20.8292791Z (Reading database ... 10%
2025-08-20T22:14:20.8293267Z (Reading database ... 15%
2025-08-20T22:14:20.8293643Z (Reading database ... 20%
2025-08-20T22:14:20.8294005Z (Reading database ... 25%
2025-08-20T22:14:20.8294374Z (Reading database ... 30%
2025-08-20T22:14:20.8294744Z (Reading database ... 35%
2025-08-20T22:14:20.8295138Z (Reading database ... 40%
2025-08-20T22:14:20.8296172Z (Reading database ... 45%
2025-08-20T22:14:20.8296531Z (Reading database ... 50%
2025-08-20T22:14:20.8316554Z (Reading database ... 55%
2025-08-20T22:14:20.8414373Z (Reading database ... 60%
2025-08-20T22:14:20.8436143Z (Reading database ... 65%
2025-08-20T22:14:20.8470458Z (Reading database ... 70%
2025-08-20T22:14:20.8494421Z (Reading database ... 75%
2025-08-20T22:14:20.8525964Z (Reading database ... 80%
2025-08-20T22:14:20.8659593Z (Reading database ... 85%
2025-08-20T22:14:20.8747558Z (Reading database ... 90%
2025-08-20T22:14:20.8998711Z (Reading database ... 95%
2025-08-20T22:14:20.8999090Z (Reading database ... 100%
2025-08-20T22:14:20.8999577Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:14:20.9039192Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:14:20.9060712Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:14:20.9313835Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:14:20.9447433Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:14:20.9458042Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:14:20.9710251Z Selecting previously unselected package cmake-data.
2025-08-20T22:14:20.9844130Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:14:20.9911643Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:14:21.5482622Z Selecting previously unselected package cmake.
2025-08-20T22:14:21.5634721Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:14:21.5647441Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:14:21.7520878Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:14:21.7552192Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:14:21.7577066Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:14:21.7646093Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:14:21.7684873Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:26.0044888Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:14:26.5640126Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T22:14:26.5641346Z Running kernel seems to be up-to-date.
2025-08-20T22:14:26.5641604Z 
2025-08-20T22:14:26.5641836Z Restarting services...
2025-08-20T22:14:26.5698496Z 
2025-08-20T22:14:26.5698972Z Service restarts being deferred:
2025-08-20T22:14:26.5699638Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:14:26.5700184Z 
2025-08-20T22:14:26.5700463Z No containers need to be restarted.
2025-08-20T22:14:26.5700721Z 
2025-08-20T22:14:26.5700874Z No user sessions are running outdated binaries.
2025-08-20T22:14:26.5701134Z 
2025-08-20T22:14:26.5701362Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:14:27.4070617Z Reading package lists...
2025-08-20T22:14:27.5750716Z Building dependency tree...
2025-08-20T22:14:27.5759077Z Reading state information...
2025-08-20T22:14:27.7510816Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:14:27.7511280Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:14:27.7511617Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:14:27.7511953Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:14:27.7512288Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:14:27.7512622Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:14:27.7512989Z ca-certificates is already the newest version (20240203).
2025-08-20T22:14:27.7513315Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:14:27.7513631Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:14:27.7513949Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:14:27.7514288Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:14:27.7514881Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:14:27.7515243Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:14:27.7515831Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:14:27.7516160Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:14:27.7516487Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:14:27.7516821Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:14:27.7517249Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:14:27.7517722Z musl is already the newest version (1.2.4-2).
2025-08-20T22:14:27.7518193Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:14:27.7518706Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:14:27.7519287Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:14:27.7519923Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:14:27.7520470Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:14:27.7521015Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:14:27.7521608Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:27.7744187Z Reading package lists...
2025-08-20T22:14:27.9293823Z Building dependency tree...
2025-08-20T22:14:27.9301095Z Reading state information...
2025-08-20T22:14:28.1001205Z autoconf is already the newest version (2.71-3).
2025-08-20T22:14:28.1001877Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:14:28.1002512Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:14:28.1003071Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:14:28.1003687Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:14:28.1004619Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:14:28.1005208Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:14:28.1006086Z ca-certificates is already the newest version (20240203).
2025-08-20T22:14:28.1006669Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:14:28.1007206Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:14:28.1007735Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:14:28.1008315Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:14:28.1008883Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:14:28.1009413Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:14:28.1009919Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:14:28.1010287Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:14:28.1010663Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:14:28.1011065Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:14:28.1011448Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:14:28.1011764Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:14:28.1012090Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:14:28.1012588Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:28.1240355Z Reading package lists...
2025-08-20T22:14:28.2751457Z Building dependency tree...
2025-08-20T22:14:28.2759355Z Reading state information...
2025-08-20T22:14:28.4435002Z devscripts is already the newest version (2.23.7).
2025-08-20T22:14:28.4435464Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:28.4669021Z Reading package lists...
2025-08-20T22:14:28.6243522Z Building dependency tree...
2025-08-20T22:14:28.6251313Z Reading state information...
2025-08-20T22:14:28.7911978Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:14:28.7912460Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:28.8147168Z Reading package lists...
2025-08-20T22:14:28.9667890Z Building dependency tree...
2025-08-20T22:14:28.9675336Z Reading state information...
2025-08-20T22:14:29.1189503Z Suggested packages:
2025-08-20T22:14:29.1189893Z   binutils-doc
2025-08-20T22:14:29.1449050Z The following NEW packages will be installed:
2025-08-20T22:14:29.1455272Z   binutils-aarch64-linux-gnu
2025-08-20T22:14:29.1643097Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:29.1898880Z Need to get 3711 kB of archives.
2025-08-20T22:14:29.1899551Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:14:29.1900077Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:29.2241670Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T22:14:29.5414541Z Fetched 3711 kB in 0s (32.3 MB/s)
2025-08-20T22:14:29.5603048Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:14:29.5660030Z (Reading database ... 
2025-08-20T22:14:29.5660450Z (Reading database ... 5%
2025-08-20T22:14:29.5660825Z (Reading database ... 10%
2025-08-20T22:14:29.5661201Z (Reading database ... 15%
2025-08-20T22:14:29.5661569Z (Reading database ... 20%
2025-08-20T22:14:29.5661928Z (Reading database ... 25%
2025-08-20T22:14:29.5662286Z (Reading database ... 30%
2025-08-20T22:14:29.5662672Z (Reading database ... 35%
2025-08-20T22:14:29.5663577Z (Reading database ... 40%
2025-08-20T22:14:29.5663943Z (Reading database ... 45%
2025-08-20T22:14:29.5664303Z (Reading database ... 50%
2025-08-20T22:14:29.5683610Z (Reading database ... 55%
2025-08-20T22:14:29.5777876Z (Reading database ... 60%
2025-08-20T22:14:29.5799470Z (Reading database ... 65%
2025-08-20T22:14:29.5835765Z (Reading database ... 70%
2025-08-20T22:14:29.5860060Z (Reading database ... 75%
2025-08-20T22:14:29.5893791Z (Reading database ... 80%
2025-08-20T22:14:29.6039544Z (Reading database ... 85%
2025-08-20T22:14:29.6133834Z (Reading database ... 90%
2025-08-20T22:14:29.6400328Z (Reading database ... 95%
2025-08-20T22:14:29.6400818Z (Reading database ... 100%
2025-08-20T22:14:29.6401330Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:14:29.6443325Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:14:29.6461199Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:14:29.8041285Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:14:29.8067097Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:14:29.8208571Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:35.2954015Z Reading package lists...
2025-08-20T22:14:35.4516124Z Building dependency tree...
2025-08-20T22:14:35.4523586Z Reading state information...
2025-08-20T22:14:35.6028940Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:14:35.6029884Z The following additional packages will be installed:
2025-08-20T22:14:35.6030722Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:14:35.6031648Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:14:35.6032572Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:14:35.6033393Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:14:35.6034074Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:14:35.6034660Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:14:35.6035253Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:14:35.6036228Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:14:35.6036864Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:14:35.6037355Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:14:35.6037810Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:14:35.6038535Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:14:35.6039019Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:14:35.6039498Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:14:35.6039965Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:14:35.6040396Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:14:35.6041047Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:14:35.6041744Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:14:35.6042417Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:14:35.6043130Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:14:35.6043905Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:14:35.6044395Z   linux-libc-dev-armhf-cross
2025-08-20T22:14:35.6049754Z Suggested packages:
2025-08-20T22:14:35.6050285Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:14:35.6051078Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:14:35.6576244Z The following NEW packages will be installed:
2025-08-20T22:14:35.6577040Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:14:35.6577977Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:14:35.6578967Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:14:35.6579912Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:14:35.6580824Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:14:35.6582034Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:14:35.6582563Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:14:35.6583124Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:14:35.6583747Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:14:35.6584279Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:14:35.6584748Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:14:35.6585229Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:14:35.6586047Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:14:35.6586867Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:14:35.6587586Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:14:35.6588086Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:14:35.6588569Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:14:35.6589054Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:14:35.6589507Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:14:35.6589952Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:14:35.6590421Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:14:35.6590924Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:14:35.6591351Z   linux-libc-dev-armhf-cross
2025-08-20T22:14:35.6782697Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:35.6783271Z Need to get 171 MB of archives.
2025-08-20T22:14:35.6783704Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:14:35.6784104Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:35.7117013Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:14:35.7311061Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T22:14:35.9461376Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:14:35.9664491Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:14:36.3704985Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:14:36.3892669Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:14:36.5405182Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T22:14:36.5586088Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T22:14:36.5768519Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T22:14:36.5952702Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:14:36.6139575Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:14:36.6324885Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:14:36.6804113Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T22:14:36.6987842Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T22:14:36.7186249Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T22:14:36.7370912Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T22:14:36.7994471Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T22:14:36.8364613Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T22:14:36.8578696Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T22:14:36.8959061Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T22:14:36.9389978Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T22:14:36.9620630Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T22:14:36.9853794Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T22:14:37.0597759Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T22:14:37.4201946Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T22:14:37.4765109Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:14:37.5328556Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T22:14:37.6174195Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T22:14:37.8603650Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T22:14:37.9419840Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:14:37.9603222Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:14:37.9794321Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:14:38.0214346Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:14:38.0814733Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:14:38.1049313Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:14:38.1238282Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:14:38.1995246Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:14:38.2372460Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:14:38.2808223Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:14:38.3221926Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:14:38.6224777Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:14:38.6666810Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:14:38.7234564Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:14:38.7964682Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:14:38.9668138Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T22:14:39.0423688Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:14:39.0967464Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:14:39.1159057Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:14:39.1439427Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:14:39.1622488Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:14:39.3210829Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:14:39.3639208Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:14:39.4069971Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:14:39.4666923Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:14:39.7986103Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:14:39.8506545Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:14:39.9347265Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:14:40.5867020Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:14:41.0970351Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T22:14:41.1152175Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T22:14:41.1334747Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:14:41.1517954Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T22:14:41.1703039Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T22:14:41.1885443Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:14:41.4951076Z Fetched 171 MB in 6s (30.9 MB/s)
2025-08-20T22:14:41.5146866Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:14:41.5202421Z (Reading database ... 
2025-08-20T22:14:41.5202817Z (Reading database ... 5%
2025-08-20T22:14:41.5203195Z (Reading database ... 10%
2025-08-20T22:14:41.5203555Z (Reading database ... 15%
2025-08-20T22:14:41.5204255Z (Reading database ... 20%
2025-08-20T22:14:41.5204615Z (Reading database ... 25%
2025-08-20T22:14:41.5204967Z (Reading database ... 30%
2025-08-20T22:14:41.5205212Z (Reading database ... 35%
2025-08-20T22:14:41.5205441Z (Reading database ... 40%
2025-08-20T22:14:41.5205898Z (Reading database ... 45%
2025-08-20T22:14:41.5206130Z (Reading database ... 50%
2025-08-20T22:14:41.5224646Z (Reading database ... 55%
2025-08-20T22:14:41.5314871Z (Reading database ... 60%
2025-08-20T22:14:41.5335157Z (Reading database ... 65%
2025-08-20T22:14:41.5368853Z (Reading database ... 70%
2025-08-20T22:14:41.5391467Z (Reading database ... 75%
2025-08-20T22:14:41.5422165Z (Reading database ... 80%
2025-08-20T22:14:41.5556601Z (Reading database ... 85%
2025-08-20T22:14:41.5645915Z (Reading database ... 90%
2025-08-20T22:14:41.5908687Z (Reading database ... 95%
2025-08-20T22:14:41.5908988Z (Reading database ... 100%
2025-08-20T22:14:41.5909398Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:14:41.5951014Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:41.5960637Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:41.6177377Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:14:41.6312467Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:41.6350880Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:41.7763092Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:14:41.7903004Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:41.7933897Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:41.8142977Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:14:41.8282382Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:41.8315838Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:41.9631991Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:14:41.9773730Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:41.9783826Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:41.9991225Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:14:42.0131711Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:42.0162064Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.1536279Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:14:42.1677271Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:42.1685818Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:42.1877281Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:14:42.2016829Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:14:42.2024295Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:42.2228665Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:14:42.2367948Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:42.2381307Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:42.2589571Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:14:42.2726793Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.2734536Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.2925439Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:14:42.3060991Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.3069568Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.3271325Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:14:42.3406965Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:42.3415399Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:42.3807522Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:14:42.3943658Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.3952184Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.4166638Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:14:42.4300535Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.4308327Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.4527970Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:14:42.4663064Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.4675316Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.4881386Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:14:42.5016347Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.5026617Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.5238054Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:14:42.5371023Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.5380143Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.5697557Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:14:42.5832807Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.5842550Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.6092960Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:14:42.6235912Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.6248274Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.6557791Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:14:42.6694367Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.6704501Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.7058792Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:14:42.7196741Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.7207303Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.7459301Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:14:42.7597068Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.7605911Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.7871588Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:14:42.8008260Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:42.8029676Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:42.8991328Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:14:42.9141330Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:42.9180766Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:43.1867197Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:14:43.2007492Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:14:43.2016978Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:43.3801480Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:14:43.3944666Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:43.3952971Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:43.5255827Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:14:43.5397997Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:43.5407233Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:43.7722588Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:14:43.7868340Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:43.7900913Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:43.9445979Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:14:43.9587144Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:14:43.9601751Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:14:44.0471322Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:14:44.0615126Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.0625005Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.0835876Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:14:44.0978454Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.0987337Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.1196353Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:14:44.1338926Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:44.1347912Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:44.1700955Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:14:44.1842596Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.1850377Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.2052513Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:14:44.2193966Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.2204587Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.2424079Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:14:44.2564397Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.2572521Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.2797582Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:14:44.2937957Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.2947905Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.3610535Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:14:44.3753511Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.3776683Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.4093751Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:14:44.4233758Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.4243161Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.4598028Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:14:44.4738143Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:44.4749619Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.5281639Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:14:44.5421885Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:44.5460140Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:44.7939115Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:14:44.8081337Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:14:44.8089223Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:45.0029274Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:14:45.0174507Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:45.0183269Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:45.1423523Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:14:45.1567375Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.1589934Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.3707268Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:14:45.3854503Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:45.3889262Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.5274714Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:14:45.5416903Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:14:45.5426126Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:14:45.6316343Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:14:45.6459792Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:45.6468431Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:45.6836048Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:14:45.6980106Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.6994626Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.7207493Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:14:45.7351258Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.7360133Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.7594811Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:14:45.7737978Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.7748985Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.7960874Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:14:45.8102890Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.8113855Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.8767045Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:14:45.8910695Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.8918720Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.9214525Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:14:45.9357226Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.9365634Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:45.9708994Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:14:45.9852263Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:45.9862155Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:46.0413080Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:14:46.0557692Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:46.0593633Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:46.2978710Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:14:46.3122330Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:14:46.3131120Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:46.4952346Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:14:46.5100025Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:14:46.5108747Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:46.6280494Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:14:46.6425704Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:14:46.6435937Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:46.8551672Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:14:46.8699075Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:14:46.8730898Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.0192811Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:14:47.0338114Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:47.0348297Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.0564550Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:14:47.0711191Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:47.0721362Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.0928224Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:14:47.1072077Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:14:47.1081890Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:47.1317054Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:14:47.1461632Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:14:47.1470948Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:47.1671998Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:14:47.1815774Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:47.1824952Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.2037053Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:14:47.2178764Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:14:47.2188150Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.2639348Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:14:47.2680507Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.2711771Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.2762688Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.2798928Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.2829405Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:47.2868079Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.2896973Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.2921623Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:47.2943022Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.2977209Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:14:47.2998201Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.3019145Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3042233Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3067993Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3092047Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.3120984Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:14:47.3150744Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3177587Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3197874Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3220497Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3246309Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3271557Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3293871Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3349906Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3378185Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3404958Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3434020Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3461051Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3486345Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.3515050Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3538875Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:14:47.3567314Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3594249Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3620311Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3646211Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.3672906Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:47.3698235Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3721034Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3753096Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3784316Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3816266Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3843177Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.3884951Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3905967Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3937780Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3963840Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.3989666Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4016219Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4040257Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4067592Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4098293Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:47.4128577Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4154391Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4186295Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4215057Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4241570Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4267936Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:14:47.4289498Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.4315726Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4338525Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:14:47.4371706Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.4404553Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.4436406Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:14:47.4466861Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:14:47.4484905Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:14:47.4571426Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:51.7594173Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:14:53.1994393Z Reading package lists...
2025-08-20T22:14:53.3518137Z Building dependency tree...
2025-08-20T22:14:53.3526389Z Reading state information...
2025-08-20T22:14:53.4996927Z The following additional packages will be installed:
2025-08-20T22:14:53.4997544Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:14:53.5002146Z   libpcap0.8-dev
2025-08-20T22:14:53.5267938Z The following NEW packages will be installed:
2025-08-20T22:14:53.5268477Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:14:53.5272509Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:14:53.5429652Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:14:53.5662989Z Need to get 1613 kB of archives.
2025-08-20T22:14:53.5663596Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:14:53.5664022Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:53.6011140Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T22:14:53.6240666Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:14:53.6444861Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T22:14:53.6641957Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T22:14:53.6868930Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:14:53.7280431Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:14:53.7530995Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:14:53.7708285Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:14:54.0274173Z Fetched 1613 kB in 0s (7478 kB/s)
2025-08-20T22:14:54.0481043Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:14:54.0539889Z (Reading database ... 
2025-08-20T22:14:54.0540334Z (Reading database ... 5%
2025-08-20T22:14:54.0540730Z (Reading database ... 10%
2025-08-20T22:14:54.0541099Z (Reading database ... 15%
2025-08-20T22:14:54.0541487Z (Reading database ... 20%
2025-08-20T22:14:54.0541841Z (Reading database ... 25%
2025-08-20T22:14:54.0542206Z (Reading database ... 30%
2025-08-20T22:14:54.0542562Z (Reading database ... 35%
2025-08-20T22:14:54.0542916Z (Reading database ... 40%
2025-08-20T22:14:54.0543267Z (Reading database ... 45%
2025-08-20T22:14:54.0543624Z (Reading database ... 50%
2025-08-20T22:14:54.0644009Z (Reading database ... 55%
2025-08-20T22:14:54.0664597Z (Reading database ... 60%
2025-08-20T22:14:54.0688203Z (Reading database ... 65%
2025-08-20T22:14:54.0729544Z (Reading database ... 70%
2025-08-20T22:14:54.0752598Z (Reading database ... 75%
2025-08-20T22:14:54.0788566Z (Reading database ... 80%
2025-08-20T22:14:54.0939224Z (Reading database ... 85%
2025-08-20T22:14:54.1206103Z (Reading database ... 90%
2025-08-20T22:14:54.1298737Z (Reading database ... 95%
2025-08-20T22:14:54.1299257Z (Reading database ... 100%
2025-08-20T22:14:54.1300311Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:14:54.1341954Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:14:54.1351497Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:14:54.2635977Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:14:54.2780087Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:14:54.2796222Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:14:54.3019720Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:14:54.3163903Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:14:54.3178507Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:14:54.3615354Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:14:54.3759696Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:14:54.3768694Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:14:54.4030272Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:14:54.4174690Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:14:54.4183219Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:14:54.4879831Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:14:54.5026266Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:14:54.5064574Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:14:54.5446180Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:14:54.5590416Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:14:54.5598741Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:14:54.5825213Z Selecting previously unselected package pcaputils.
2025-08-20T22:14:54.5969440Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:14:54.6001600Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:14:54.6422870Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:14:54.6445781Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:14:54.7970858Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:14:54.7991832Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:14:54.8090263Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:14:55.0962113Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:14:55.0987407Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:14:55.1037911Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:14:55.1184652Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:59.7696913Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:14:59.7977482Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:14:59.8016545Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:15:01.2156773Z Reading package lists...
2025-08-20T22:15:01.3990343Z Building dependency tree...
2025-08-20T22:15:01.3999745Z Reading state information...
2025-08-20T22:15:01.4434534Z Reading package lists...
2025-08-20T22:15:01.6098099Z Building dependency tree...
2025-08-20T22:15:01.6106679Z Reading state information...
2025-08-20T22:15:01.7777542Z The following additional packages will be installed:
2025-08-20T22:15:01.7782514Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:15:01.7788839Z Suggested packages:
2025-08-20T22:15:01.7789367Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:15:01.7789858Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:15:01.7966322Z The following NEW packages will be installed:
2025-08-20T22:15:01.7967044Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:15:01.7971670Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:15:01.8148157Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:15:01.8148743Z Need to get 800 kB of archives.
2025-08-20T22:15:01.8149275Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:15:01.8149930Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:01.9353210Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:15:01.9544274Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:15:01.9732821Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:15:01.9949145Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:15:02.0150998Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T22:15:02.0339159Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T22:15:02.0537792Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T22:15:02.0725099Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:15:02.0922656Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:15:02.3613068Z Fetched 800 kB in 0s (2776 kB/s)
2025-08-20T22:15:02.3810038Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:15:02.3869425Z (Reading database ... 
2025-08-20T22:15:02.3869834Z (Reading database ... 5%
2025-08-20T22:15:02.3870230Z (Reading database ... 10%
2025-08-20T22:15:02.3870606Z (Reading database ... 15%
2025-08-20T22:15:02.3871633Z (Reading database ... 20%
2025-08-20T22:15:02.3872036Z (Reading database ... 25%
2025-08-20T22:15:02.3872401Z (Reading database ... 30%
2025-08-20T22:15:02.3872759Z (Reading database ... 35%
2025-08-20T22:15:02.3873113Z (Reading database ... 40%
2025-08-20T22:15:02.3896990Z (Reading database ... 45%
2025-08-20T22:15:02.3897434Z (Reading database ... 50%
2025-08-20T22:15:02.3973491Z (Reading database ... 55%
2025-08-20T22:15:02.3993521Z (Reading database ... 60%
2025-08-20T22:15:02.4015249Z (Reading database ... 65%
2025-08-20T22:15:02.4055381Z (Reading database ... 70%
2025-08-20T22:15:02.4081630Z (Reading database ... 75%
2025-08-20T22:15:02.4115117Z (Reading database ... 80%
2025-08-20T22:15:02.4264105Z (Reading database ... 85%
2025-08-20T22:15:02.4529303Z (Reading database ... 90%
2025-08-20T22:15:02.4618837Z (Reading database ... 95%
2025-08-20T22:15:02.4619226Z (Reading database ... 100%
2025-08-20T22:15:02.4619795Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:15:02.4662507Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:15:02.4684382Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:15:02.4901034Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:15:02.5042514Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:15:02.5056418Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:15:02.5285286Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:15:02.5427990Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:15:02.5441272Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:15:02.6254831Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:15:02.6400305Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:15:02.6411915Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:15:02.6668950Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:15:02.6814309Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:15:02.6823890Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:15:02.7059225Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:15:02.7204314Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:15:02.7212353Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:15:02.7512627Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:15:02.7657019Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:15:02.7667606Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:15:02.7905031Z Selecting previously unselected package lzma.
2025-08-20T22:15:02.8050919Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:15:02.8059688Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:15:02.8315669Z Selecting previously unselected package lzma-dev.
2025-08-20T22:15:02.8459336Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:15:02.8467676Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:15:02.8908232Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:15:02.8938732Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:15:02.8967685Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:15:02.9002115Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:15:02.9023727Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:15:02.9088558Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:15:02.9118856Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:15:02.9143741Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:15:02.9168300Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:15:02.9195141Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:15:02.9222453Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:02.9366702Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:07.2483395Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:07.8842919Z 
2025-08-20T22:15:07.8843481Z Running kernel seems to be up-to-date.
2025-08-20T22:15:07.8843790Z 
2025-08-20T22:15:07.8843923Z Restarting services...
2025-08-20T22:15:07.8903332Z 
2025-08-20T22:15:07.8903657Z Service restarts being deferred:
2025-08-20T22:15:07.8904267Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:15:07.8904600Z 
2025-08-20T22:15:07.8904792Z No containers need to be restarted.
2025-08-20T22:15:07.8905076Z 
2025-08-20T22:15:07.8905271Z No user sessions are running outdated binaries.
2025-08-20T22:15:07.8905744Z 
2025-08-20T22:15:07.8906025Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:15:08.7523460Z Reading package lists...
2025-08-20T22:15:08.9091907Z Building dependency tree...
2025-08-20T22:15:08.9100303Z Reading state information...
2025-08-20T22:15:09.1070188Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:15:09.1070962Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:15:09.1071550Z inetutils-telnet set to manually installed.
2025-08-20T22:15:09.1072130Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:15:09.1072872Z The following additional packages will be installed:
2025-08-20T22:15:09.1073449Z   tcpd update-inetd
2025-08-20T22:15:09.1224175Z The following packages will be REMOVED:
2025-08-20T22:15:09.1231089Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:15:09.1232107Z The following NEW packages will be installed:
2025-08-20T22:15:09.1232713Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:15:09.1233254Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:15:09.1239098Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:15:09.1409661Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:15:09.1410579Z Need to get 698 kB of archives.
2025-08-20T22:15:09.1411135Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:15:09.1411789Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:09.1832564Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:15:09.2031727Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:15:09.2213761Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:15:09.2400821Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:15:09.2596165Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:15:09.2931274Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:15:09.3125192Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:15:09.3313560Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:15:09.3511797Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:15:09.3697850Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:15:09.3891175Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:15:09.4077187Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:15:09.4266543Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:15:09.6588048Z Preconfiguring packages ...
2025-08-20T22:15:09.7499051Z Fetched 698 kB in 0s (2355 kB/s)
2025-08-20T22:15:09.7684748Z (Reading database ... 
2025-08-20T22:15:09.7685172Z (Reading database ... 5%
2025-08-20T22:15:09.7685726Z (Reading database ... 10%
2025-08-20T22:15:09.7686098Z (Reading database ... 15%
2025-08-20T22:15:09.7686457Z (Reading database ... 20%
2025-08-20T22:15:09.7686811Z (Reading database ... 25%
2025-08-20T22:15:09.7687163Z (Reading database ... 30%
2025-08-20T22:15:09.7689334Z (Reading database ... 35%
2025-08-20T22:15:09.7689778Z (Reading database ... 40%
2025-08-20T22:15:09.7690121Z (Reading database ... 45%
2025-08-20T22:15:09.7690352Z (Reading database ... 50%
2025-08-20T22:15:09.7710701Z (Reading database ... 55%
2025-08-20T22:15:09.7804159Z (Reading database ... 60%
2025-08-20T22:15:09.7826043Z (Reading database ... 65%
2025-08-20T22:15:09.7866193Z (Reading database ... 70%
2025-08-20T22:15:09.7891091Z (Reading database ... 75%
2025-08-20T22:15:09.7925895Z (Reading database ... 80%
2025-08-20T22:15:09.8081282Z (Reading database ... 85%
2025-08-20T22:15:09.8370306Z (Reading database ... 90%
2025-08-20T22:15:09.8462565Z (Reading database ... 95%
2025-08-20T22:15:09.8463018Z (Reading database ... 100%
2025-08-20T22:15:09.8463659Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:15:09.8505051Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:15:09.8699198Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:09.8902490Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:15:10.2504822Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:15:10.2564396Z (Reading database ... 
2025-08-20T22:15:10.2564797Z (Reading database ... 5%
2025-08-20T22:15:10.2565200Z (Reading database ... 10%
2025-08-20T22:15:10.2565762Z (Reading database ... 15%
2025-08-20T22:15:10.2566140Z (Reading database ... 20%
2025-08-20T22:15:10.2566530Z (Reading database ... 25%
2025-08-20T22:15:10.2567150Z (Reading database ... 30%
2025-08-20T22:15:10.2568047Z (Reading database ... 35%
2025-08-20T22:15:10.2568422Z (Reading database ... 40%
2025-08-20T22:15:10.2568780Z (Reading database ... 45%
2025-08-20T22:15:10.2569136Z (Reading database ... 50%
2025-08-20T22:15:10.2589364Z (Reading database ... 55%
2025-08-20T22:15:10.2680004Z (Reading database ... 60%
2025-08-20T22:15:10.2702436Z (Reading database ... 65%
2025-08-20T22:15:10.2742955Z (Reading database ... 70%
2025-08-20T22:15:10.2768609Z (Reading database ... 75%
2025-08-20T22:15:10.2803225Z (Reading database ... 80%
2025-08-20T22:15:10.2947657Z (Reading database ... 85%
2025-08-20T22:15:10.3223578Z (Reading database ... 90%
2025-08-20T22:15:10.3315839Z (Reading database ... 95%
2025-08-20T22:15:10.3318117Z (Reading database ... 100%
2025-08-20T22:15:10.3318641Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:15:10.3360516Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.3401904Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.3639566Z Selecting previously unselected package tcpd.
2025-08-20T22:15:10.3779627Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:15:10.3792872Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:15:10.4034922Z Selecting previously unselected package update-inetd.
2025-08-20T22:15:10.4173535Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:15:10.4183317Z Unpacking update-inetd (4.53) ...
2025-08-20T22:15:10.4421464Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:15:10.4559653Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.4606506Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.4862450Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:15:10.5001939Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.5013653Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.5261353Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:15:10.5403381Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.5415459Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.5649660Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:15:10.5790461Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.5817723Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.6048391Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:15:10.6188281Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.6200509Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.6432937Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:15:10.6573617Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.6581702Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.6815158Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:15:10.6956408Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.6966369Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.7192200Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:15:10.7335199Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.7345951Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.7591469Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:15:10.7734539Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:15:10.7747574Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:15:10.8022095Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:15:10.8166948Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:15:10.8177078Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.8631489Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:15:10.8718496Z Setting up update-inetd (4.53) ...
2025-08-20T22:15:10.9620010Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:15:10.9686239Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:15:10.9718815Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:11.3870564Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:15:11.3871010Z 
2025-08-20T22:15:11.3871151Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:15:11.3871353Z 
2025-08-20T22:15:11.3871812Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:15:11.3872512Z 
2025-08-20T22:15:11.3873462Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:15:11.3874367Z 
2025-08-20T22:15:11.6885138Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:15:11.6980115Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:15:11.7044597Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:15:11.7070736Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:15:11.7114417Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:15:11.7148840Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:15:11.7177419Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:12.1069080Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:15:12.1069778Z 
2025-08-20T22:15:12.1070918Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:15:12.1071621Z 
2025-08-20T22:15:12.4167822Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:12.4945084Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:12.5581788Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:15:12.6202076Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:18.7843020Z Reading package lists...
2025-08-20T22:15:18.9340723Z Building dependency tree...
2025-08-20T22:15:18.9348852Z Reading state information...
2025-08-20T22:15:19.1464422Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:15:19.1464877Z iputils-tracepath set to manually installed.
2025-08-20T22:15:19.1465184Z The following packages will be REMOVED:
2025-08-20T22:15:19.1470630Z   inetutils-ping
2025-08-20T22:15:19.1471986Z The following NEW packages will be installed:
2025-08-20T22:15:19.1477990Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:15:19.1642670Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:15:19.1643269Z Need to get 71.5 kB of archives.
2025-08-20T22:15:19.1643611Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:15:19.1644005Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:19.1997653Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:15:19.2334347Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:15:19.2546816Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:15:19.5366277Z Fetched 71.5 kB in 0s (711 kB/s)
2025-08-20T22:15:19.5549566Z (Reading database ... 
2025-08-20T22:15:19.5550114Z (Reading database ... 5%
2025-08-20T22:15:19.5550581Z (Reading database ... 10%
2025-08-20T22:15:19.5551063Z (Reading database ... 15%
2025-08-20T22:15:19.5551823Z (Reading database ... 20%
2025-08-20T22:15:19.5552260Z (Reading database ... 25%
2025-08-20T22:15:19.5552693Z (Reading database ... 30%
2025-08-20T22:15:19.5553125Z (Reading database ... 35%
2025-08-20T22:15:19.5553552Z (Reading database ... 40%
2025-08-20T22:15:19.5553973Z (Reading database ... 45%
2025-08-20T22:15:19.5554333Z (Reading database ... 50%
2025-08-20T22:15:19.5576236Z (Reading database ... 55%
2025-08-20T22:15:19.5669310Z (Reading database ... 60%
2025-08-20T22:15:19.5690850Z (Reading database ... 65%
2025-08-20T22:15:19.5731372Z (Reading database ... 70%
2025-08-20T22:15:19.5760193Z (Reading database ... 75%
2025-08-20T22:15:19.5791005Z (Reading database ... 80%
2025-08-20T22:15:19.5944941Z (Reading database ... 85%
2025-08-20T22:15:19.6214213Z (Reading database ... 90%
2025-08-20T22:15:19.6309408Z (Reading database ... 95%
2025-08-20T22:15:19.6309890Z (Reading database ... 100%
2025-08-20T22:15:19.6310540Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:15:19.6351221Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:15:19.6819441Z Selecting previously unselected package iputils-ping.
2025-08-20T22:15:19.6878767Z (Reading database ... 
2025-08-20T22:15:19.6879438Z (Reading database ... 5%
2025-08-20T22:15:19.6879840Z (Reading database ... 10%
2025-08-20T22:15:19.6880222Z (Reading database ... 15%
2025-08-20T22:15:19.6880585Z (Reading database ... 20%
2025-08-20T22:15:19.6880962Z (Reading database ... 25%
2025-08-20T22:15:19.6881319Z (Reading database ... 30%
2025-08-20T22:15:19.6881665Z (Reading database ... 35%
2025-08-20T22:15:19.6882017Z (Reading database ... 40%
2025-08-20T22:15:19.6882368Z (Reading database ... 45%
2025-08-20T22:15:19.6882716Z (Reading database ... 50%
2025-08-20T22:15:19.6904731Z (Reading database ... 55%
2025-08-20T22:15:19.6999935Z (Reading database ... 60%
2025-08-20T22:15:19.7022089Z (Reading database ... 65%
2025-08-20T22:15:19.7063500Z (Reading database ... 70%
2025-08-20T22:15:19.7092975Z (Reading database ... 75%
2025-08-20T22:15:19.7124726Z (Reading database ... 80%
2025-08-20T22:15:19.7275865Z (Reading database ... 85%
2025-08-20T22:15:19.7542013Z (Reading database ... 90%
2025-08-20T22:15:19.7635077Z (Reading database ... 95%
2025-08-20T22:15:19.7635639Z (Reading database ... 100%
2025-08-20T22:15:19.7636165Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:15:19.7679095Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:15:19.7688493Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.7916249Z Selecting previously unselected package iputils-arping.
2025-08-20T22:15:19.8057981Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:15:19.8066473Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.8271649Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:15:19.8410654Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:15:19.8417675Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.8813858Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.8971822Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.9123303Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:15:19.9278905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:25.8503640Z Reading package lists...
2025-08-20T22:15:26.0153991Z Building dependency tree...
2025-08-20T22:15:26.0162872Z Reading state information...
2025-08-20T22:15:26.1690603Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:15:26.1691261Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:15:26.2064355Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:15:27.5583091Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:15:28.1831779Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:15:29.2630296Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:15:29.3821099Z Collecting pip
2025-08-20T22:15:29.4309432Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:15:29.4415232Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:15:29.4803114Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 49.5 MB/s eta 0:00:00
2025-08-20T22:15:29.7399282Z Installing collected packages: pip
2025-08-20T22:15:30.4659534Z Successfully installed pip-25.2
2025-08-20T22:15:30.6787865Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:15:30.7230551Z Reading package lists...
2025-08-20T22:15:30.8768716Z Building dependency tree...
2025-08-20T22:15:30.8776923Z Reading state information...
2025-08-20T22:15:31.0315409Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:15:31.0316500Z pciutils set to manually installed.
2025-08-20T22:15:31.0317151Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:15:31.0317904Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:15:31.0318577Z python3-distro set to manually installed.
2025-08-20T22:15:31.0319310Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:15:31.0320070Z python3-netifaces set to manually installed.
2025-08-20T22:15:31.0320676Z The following additional packages will be installed:
2025-08-20T22:15:31.0321081Z   libsysfs2
2025-08-20T22:15:31.0322167Z Suggested packages:
2025-08-20T22:15:31.0322601Z   fancontrol read-edid i2c-tools
2025-08-20T22:15:31.0571565Z The following NEW packages will be installed:
2025-08-20T22:15:31.0573991Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:15:31.0749322Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:15:31.0977925Z Need to get 142 kB of archives.
2025-08-20T22:15:31.0978878Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:15:31.0979659Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:31.1360523Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:15:31.1553266Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:15:31.1737419Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:15:31.1932991Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:15:31.4515373Z Fetched 142 kB in 0s (1334 kB/s)
2025-08-20T22:15:31.4713959Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:15:31.4774090Z (Reading database ... 
2025-08-20T22:15:31.4774508Z (Reading database ... 5%
2025-08-20T22:15:31.4774893Z (Reading database ... 10%
2025-08-20T22:15:31.4775305Z (Reading database ... 15%
2025-08-20T22:15:31.4775864Z (Reading database ... 20%
2025-08-20T22:15:31.4776227Z (Reading database ... 25%
2025-08-20T22:15:31.4777395Z (Reading database ... 30%
2025-08-20T22:15:31.4777768Z (Reading database ... 35%
2025-08-20T22:15:31.4778123Z (Reading database ... 40%
2025-08-20T22:15:31.4778480Z (Reading database ... 45%
2025-08-20T22:15:31.4778836Z (Reading database ... 50%
2025-08-20T22:15:31.4799678Z (Reading database ... 55%
2025-08-20T22:15:31.4892792Z (Reading database ... 60%
2025-08-20T22:15:31.4914269Z (Reading database ... 65%
2025-08-20T22:15:31.4953284Z (Reading database ... 70%
2025-08-20T22:15:31.4981556Z (Reading database ... 75%
2025-08-20T22:15:31.5011593Z (Reading database ... 80%
2025-08-20T22:15:31.5159013Z (Reading database ... 85%
2025-08-20T22:15:31.5243304Z (Reading database ... 90%
2025-08-20T22:15:31.5512889Z (Reading database ... 95%
2025-08-20T22:15:31.5513386Z (Reading database ... 100%
2025-08-20T22:15:31.5513949Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:15:31.5555087Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:15:31.5572544Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:15:31.5795366Z Selecting previously unselected package sysfsutils.
2025-08-20T22:15:31.5937679Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:15:31.5971110Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:15:31.6208087Z Selecting previously unselected package lm-sensors.
2025-08-20T22:15:31.6350325Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:15:31.6542562Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:15:31.6805761Z Selecting previously unselected package virt-what.
2025-08-20T22:15:31.6950904Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:15:31.6959068Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:15:31.7348521Z Setting up virt-what (1.25-2) ...
2025-08-20T22:15:31.7373478Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:15:31.7396066Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:15:32.1328201Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:15:32.1328617Z 
2025-08-20T22:15:32.1329088Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:15:32.1329536Z 
2025-08-20T22:15:32.4571231Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:15:32.8509077Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:15:32.8509588Z 
2025-08-20T22:15:32.8542644Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:37.4683905Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:38.8915899Z Reading package lists...
2025-08-20T22:15:39.0542885Z Building dependency tree...
2025-08-20T22:15:39.0551630Z Reading state information...
2025-08-20T22:15:39.2061149Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:15:39.2061694Z The following additional packages will be installed:
2025-08-20T22:15:39.2064807Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:15:39.2065331Z   xorg-sgml-doctools
2025-08-20T22:15:39.2070805Z Suggested packages:
2025-08-20T22:15:39.2071133Z   libxcb-doc
2025-08-20T22:15:39.2210849Z The following NEW packages will be installed:
2025-08-20T22:15:39.2213082Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:15:39.2215887Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:15:39.2216554Z   xcb xorg-sgml-doctools
2025-08-20T22:15:39.2383006Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:15:39.2383630Z Need to get 807 kB of archives.
2025-08-20T22:15:39.2384216Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:15:39.2384887Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:39.2726836Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:15:39.3101914Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:15:39.3286200Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:15:39.3707751Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:15:39.3913726Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:15:39.4099480Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:15:39.4291772Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:15:39.4477799Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:15:39.4665371Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:15:39.4849046Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:15:39.5047166Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:15:39.7660780Z Fetched 807 kB in 0s (2916 kB/s)
2025-08-20T22:15:39.7853273Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:15:39.7913347Z (Reading database ... 
2025-08-20T22:15:39.7913762Z (Reading database ... 5%
2025-08-20T22:15:39.7914137Z (Reading database ... 10%
2025-08-20T22:15:39.7914543Z (Reading database ... 15%
2025-08-20T22:15:39.7914868Z (Reading database ... 20%
2025-08-20T22:15:39.7915450Z (Reading database ... 25%
2025-08-20T22:15:39.7916026Z (Reading database ... 30%
2025-08-20T22:15:39.7918296Z (Reading database ... 35%
2025-08-20T22:15:39.7918721Z (Reading database ... 40%
2025-08-20T22:15:39.7919116Z (Reading database ... 45%
2025-08-20T22:15:39.7919436Z (Reading database ... 50%
2025-08-20T22:15:39.7998203Z (Reading database ... 55%
2025-08-20T22:15:39.8033498Z (Reading database ... 60%
2025-08-20T22:15:39.8055825Z (Reading database ... 65%
2025-08-20T22:15:39.8096194Z (Reading database ... 70%
2025-08-20T22:15:39.8125127Z (Reading database ... 75%
2025-08-20T22:15:39.8155890Z (Reading database ... 80%
2025-08-20T22:15:39.8308594Z (Reading database ... 85%
2025-08-20T22:15:39.8398528Z (Reading database ... 90%
2025-08-20T22:15:39.8677069Z (Reading database ... 95%
2025-08-20T22:15:39.8677504Z (Reading database ... 100%
2025-08-20T22:15:39.8678014Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:15:39.8721583Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:15:39.8734577Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:15:39.8953820Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:15:39.9097148Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:15:39.9107370Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:15:39.9352110Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:15:39.9496289Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:15:39.9506580Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:15:40.0110062Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:15:40.0256524Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:15:40.0267988Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:15:40.0489380Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:15:40.0637652Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:15:40.0646387Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:15:40.0867082Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:15:40.1014183Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:15:40.1024548Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.1272426Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:15:40.1418533Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:15:40.1428920Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.1660230Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:15:40.1805399Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:15:40.1829856Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.2050247Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:15:40.2195032Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:15:40.2203325Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.2421686Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:15:40.2565294Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:15:40.2575075Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.2811286Z Selecting previously unselected package xcb.
2025-08-20T22:15:40.2954932Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:15:40.2964667Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:15:40.3399459Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:40.3425998Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:15:40.3453491Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:15:40.3506326Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:15:40.3554449Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:40.3697143Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:44.8499814Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:15:44.8591536Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:15:44.8622418Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:15:44.8652563Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:15:44.8688221Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:44.8717075Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:44.8741439Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:44.8772064Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:15:46.5744538Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:15:47.1783301Z Collecting build
2025-08-20T22:15:47.2221209Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:15:47.3330966Z Collecting cffi
2025-08-20T22:15:47.3404229Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:15:47.3582197Z Collecting scons
2025-08-20T22:15:47.3651927Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:15:47.4038989Z Collecting scuba
2025-08-20T22:15:47.4108158Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:15:47.4643751Z Collecting pytest
2025-08-20T22:15:47.4721308Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:15:47.4964962Z Collecting packaging>=19.1 (from build)
2025-08-20T22:15:47.5035000Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:15:47.5163461Z Collecting pyproject_hooks (from build)
2025-08-20T22:15:47.5233625Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:15:47.5369499Z Collecting pycparser (from cffi)
2025-08-20T22:15:47.5437449Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:15:47.5823559Z Collecting PyYAML (from scuba)
2025-08-20T22:15:47.5898822Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:15:47.6041403Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:15:47.6110774Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:15:47.6318383Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:15:47.6386833Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:15:47.6616855Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:15:47.6686939Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:47.6816976Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:15:47.6918861Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:15:47.7230104Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:15:47.7549911Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 132.6 MB/s  0:00:00
2025-08-20T22:15:47.7636144Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:15:47.7739397Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:15:47.7846287Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:15:47.7939881Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:15:47.8027237Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:15:47.8135166Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:47.8221433Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 148.4 MB/s  0:00:00
2025-08-20T22:15:47.8290008Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:15:47.8400448Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:15:47.8490803Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:15:47.8551056Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 128.9 MB/s  0:00:00
2025-08-20T22:15:47.9681012Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:15:49.6931997Z 
2025-08-20T22:15:49.6949079Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:15:49.9994416Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:15:50.1761184Z Collecting ansi2txt
2025-08-20T22:15:50.2192582Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:15:50.2441325Z Collecting pipx
2025-08-20T22:15:50.2518479Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:15:50.2724739Z Collecting scons
2025-08-20T22:15:50.2740953Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:15:50.2855097Z Collecting py2static
2025-08-20T22:15:50.2943048Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:15:50.3164233Z Collecting typer
2025-08-20T22:15:50.3244489Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:15:50.3552719Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:15:50.3629352Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:15:50.3837095Z Collecting packaging>=20 (from pipx)
2025-08-20T22:15:50.3847562Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:15:50.4054940Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:15:50.4128061Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:15:50.4304845Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:15:50.4378416Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:15:50.4848362Z Collecting pyinstaller (from py2static)
2025-08-20T22:15:50.4924101Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:15:50.5117969Z Collecting staticx (from py2static)
2025-08-20T22:15:50.5205845Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:15:50.5411947Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:15:50.5482645Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:50.5790127Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:15:50.5864191Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:15:50.6037655Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:15:50.6107143Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:15:50.6508283Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:15:50.6576373Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:15:50.6796352Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:15:50.6866094Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:15:50.7126591Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:15:50.7136996Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:50.7271163Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:15:50.7341834Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:15:50.8514950Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:15:50.8585307Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:15:50.8807305Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:15:50.8877924Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:15:50.9095770Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:15:50.9165857Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:15:50.9379108Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:15:50.9446336Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:15:50.9570024Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:15:50.9658285Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:15:50.9748548Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:15:50.9861900Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:15:50.9952392Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:15:51.0045452Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:15:51.0132651Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:15:51.0175842Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:15:51.0246465Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:15:51.0365678Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:15:51.0456421Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:51.0541135Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:15:51.0640023Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:15:51.0727455Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:15:51.0818802Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:15:51.0912759Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:15:51.1017640Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:15:51.1122189Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 63.5 MB/s  0:00:00
2025-08-20T22:15:51.1193061Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:15:51.1304057Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:51.1423678Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 102.6 MB/s  0:00:00
2025-08-20T22:15:51.1492610Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:15:51.1589494Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:15:51.1692168Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:15:51.3200317Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:15:52.1656085Z   Attempting uninstall: scons
2025-08-20T22:15:52.1743488Z     Found existing installation: SCons 4.9.1
2025-08-20T22:15:52.2122698Z     Uninstalling SCons-4.9.1:
2025-08-20T22:15:52.2195269Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:15:52.8335202Z   Attempting uninstall: pygments
2025-08-20T22:15:52.8415902Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:15:52.8669444Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:15:52.8696211Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:15:53.4980703Z   Attempting uninstall: packaging
2025-08-20T22:15:53.5061710Z     Found existing installation: packaging 25.0
2025-08-20T22:15:53.5086461Z     Uninstalling packaging-25.0:
2025-08-20T22:15:53.5093890Z       Successfully uninstalled packaging-25.0
2025-08-20T22:15:54.5112232Z 
2025-08-20T22:15:54.5142533Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:15:54.8279190Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:15:55.0066765Z Collecting build
2025-08-20T22:15:55.0078629Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:15:55.1049795Z Collecting cffi
2025-08-20T22:15:55.1062747Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:15:55.1247415Z Collecting scons
2025-08-20T22:15:55.1257887Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:15:55.1416724Z Collecting scuba
2025-08-20T22:15:55.1427036Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:15:55.1897470Z Collecting pytest
2025-08-20T22:15:55.1908350Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:15:55.2098922Z Collecting packaging>=19.1 (from build)
2025-08-20T22:15:55.2109106Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:15:55.2214590Z Collecting pyproject_hooks (from build)
2025-08-20T22:15:55.2224810Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:15:55.2339843Z Collecting pycparser (from cffi)
2025-08-20T22:15:55.2350208Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:15:55.2682297Z Collecting PyYAML (from scuba)
2025-08-20T22:15:55.2693514Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:15:55.2807220Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:15:55.2817650Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:15:55.2991918Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:15:55.3002059Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:15:55.3201274Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:15:55.3211308Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:55.3268697Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:15:55.3279065Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:15:55.3291953Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:15:55.3334339Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:15:55.3346157Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:15:55.3358462Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:15:55.3368269Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:15:55.3377553Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:15:55.3387577Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:55.3406295Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:15:55.3416586Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:15:55.3426152Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:15:55.4663121Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:15:55.4668477Z   Attempting uninstall: scons
2025-08-20T22:15:55.4752744Z     Found existing installation: SCons 4.9.1
2025-08-20T22:15:55.5135044Z     Uninstalling SCons-4.9.1:
2025-08-20T22:15:55.5215981Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:15:56.1381586Z   Attempting uninstall: PyYAML
2025-08-20T22:15:56.1473493Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:15:56.1499615Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:15:56.1508697Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:15:56.2047880Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:15:56.2130946Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:15:56.2148331Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:15:56.2154766Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:15:56.2244991Z   Attempting uninstall: pygments
2025-08-20T22:15:56.2322954Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:15:56.2544558Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:15:56.2571680Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:15:56.8692952Z   Attempting uninstall: pycparser
2025-08-20T22:15:56.8775984Z     Found existing installation: pycparser 2.22
2025-08-20T22:15:56.8803497Z     Uninstalling pycparser-2.22:
2025-08-20T22:15:56.8811196Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:15:57.0033792Z   Attempting uninstall: pluggy
2025-08-20T22:15:57.0122044Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:15:57.0142068Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:15:57.0149202Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:15:57.0307710Z   Attempting uninstall: packaging
2025-08-20T22:15:57.0387716Z     Found existing installation: packaging 25.0
2025-08-20T22:15:57.0411975Z     Uninstalling packaging-25.0:
2025-08-20T22:15:57.0420142Z       Successfully uninstalled packaging-25.0
2025-08-20T22:15:57.0803044Z   Attempting uninstall: iniconfig
2025-08-20T22:15:57.0886087Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:15:57.0903204Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:15:57.0909559Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:15:57.0995192Z   Attempting uninstall: scuba
2025-08-20T22:15:57.1076792Z     Found existing installation: scuba 2.14.1
2025-08-20T22:15:57.1098221Z     Uninstalling scuba-2.14.1:
2025-08-20T22:15:57.1107743Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:15:57.1298428Z   Attempting uninstall: pytest
2025-08-20T22:15:57.1380960Z     Found existing installation: pytest 8.4.1
2025-08-20T22:15:57.1445240Z     Uninstalling pytest-8.4.1:
2025-08-20T22:15:57.1703209Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:15:57.3843303Z   Attempting uninstall: cffi
2025-08-20T22:15:57.3925381Z     Found existing installation: cffi 1.17.1
2025-08-20T22:15:57.3966982Z     Uninstalling cffi-1.17.1:
2025-08-20T22:15:57.4201802Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:15:57.4869556Z   Attempting uninstall: build
2025-08-20T22:15:57.4971034Z     Found existing installation: build 1.3.0
2025-08-20T22:15:57.4996721Z     Uninstalling build-1.3.0:
2025-08-20T22:15:57.5007061Z       Successfully uninstalled build-1.3.0
2025-08-20T22:15:57.5189902Z 
2025-08-20T22:15:57.5218157Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:15:57.8336987Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:15:58.0109816Z Collecting ansi2txt
2025-08-20T22:15:58.0121936Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:15:58.0322656Z Collecting pipx
2025-08-20T22:15:58.0333627Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:15:58.0489818Z Collecting scons
2025-08-20T22:15:58.0506245Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:15:58.0621782Z Collecting py2static
2025-08-20T22:15:58.0632388Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:15:58.0812487Z Collecting typer
2025-08-20T22:15:58.0823140Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:15:58.1085186Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:15:58.1095383Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:15:58.1277076Z Collecting packaging>=20 (from pipx)
2025-08-20T22:15:58.1287184Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:15:58.1483795Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:15:58.1494132Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:15:58.1652523Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:15:58.1662851Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:15:58.2054426Z Collecting pyinstaller (from py2static)
2025-08-20T22:15:58.2065651Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:15:58.2250558Z Collecting staticx (from py2static)
2025-08-20T22:15:58.2260702Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:15:58.2440061Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:15:58.2450471Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:58.2750686Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:15:58.2761545Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:15:58.2921889Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:15:58.2932853Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:15:58.3313301Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:15:58.3324473Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:15:58.3518059Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:15:58.3529552Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:15:58.3761687Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:15:58.3772242Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:15:58.3901094Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:15:58.3911655Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:15:58.5032183Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:15:58.5044688Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:15:58.5256460Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:15:58.5267666Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:15:58.5456885Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:15:58.5469039Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:15:58.5652420Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:15:58.5662634Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:15:58.5701091Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:15:58.5711057Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:15:58.5721322Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:15:58.5763903Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:15:58.5773342Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:15:58.5783196Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:15:58.5793269Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:15:58.5803479Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:15:58.5813349Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:15:58.5822981Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:15:58.5834241Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:58.5853185Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:15:58.5863460Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:15:58.5873467Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:15:58.5883080Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:15:58.5893171Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:15:58.5902867Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:15:58.5918164Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:15:58.5931509Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:15:58.5950471Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:15:58.5960234Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:15:58.5970872Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:15:58.7478921Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:15:58.7483268Z   Attempting uninstall: pyelftools
2025-08-20T22:15:58.7561662Z     Found existing installation: pyelftools 0.32
2025-08-20T22:15:58.7612750Z     Uninstalling pyelftools-0.32:
2025-08-20T22:15:58.7628701Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:15:58.8740564Z   Attempting uninstall: altgraph
2025-08-20T22:15:58.8826197Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:15:58.8845223Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:15:58.8852273Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:15:58.9015355Z   Attempting uninstall: typing-extensions
2025-08-20T22:15:58.9101381Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:15:58.9115891Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:15:58.9352938Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:15:58.9596829Z   Attempting uninstall: staticx
2025-08-20T22:15:58.9682218Z     Found existing installation: staticx 0.14.1
2025-08-20T22:15:58.9708210Z     Uninstalling staticx-0.14.1:
2025-08-20T22:15:58.9718822Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:15:58.9919426Z   Attempting uninstall: shellingham
2025-08-20T22:15:59.0025844Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:15:59.0044568Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:15:59.0052077Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:15:59.0156233Z   Attempting uninstall: setuptools
2025-08-20T22:15:59.0241907Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:15:59.0525248Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:15:59.0802108Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:15:59.7540739Z   Attempting uninstall: scons
2025-08-20T22:15:59.7633389Z     Found existing installation: SCons 4.9.1
2025-08-20T22:15:59.8038307Z     Uninstalling SCons-4.9.1:
2025-08-20T22:15:59.8107162Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:16:00.4401392Z   Attempting uninstall: pygments
2025-08-20T22:16:00.4481843Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:16:00.4715370Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:16:00.4742169Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:16:01.0912182Z   Attempting uninstall: platformdirs
2025-08-20T22:16:01.1027290Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:16:01.1047736Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:16:01.1054366Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:16:01.1206798Z   Attempting uninstall: packaging
2025-08-20T22:16:01.1288855Z     Found existing installation: packaging 25.0
2025-08-20T22:16:01.1313063Z     Uninstalling packaging-25.0:
2025-08-20T22:16:01.1320428Z       Successfully uninstalled packaging-25.0
2025-08-20T22:16:01.1700930Z   Attempting uninstall: mdurl
2025-08-20T22:16:01.1781228Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:16:01.1798101Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:16:01.1803940Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:16:01.1893423Z   Attempting uninstall: click
2025-08-20T22:16:01.1998716Z     Found existing installation: click 8.2.1
2025-08-20T22:16:01.2021981Z     Uninstalling click-8.2.1:
2025-08-20T22:16:01.2029186Z       Successfully uninstalled click-8.2.1
2025-08-20T22:16:01.2605306Z   Attempting uninstall: argcomplete
2025-08-20T22:16:01.2691647Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:16:01.2721262Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:16:01.2732719Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:16:01.2971909Z   Attempting uninstall: ansi2txt
2025-08-20T22:16:01.3052886Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:16:01.3068481Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:16:01.3308001Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:16:01.3382229Z   Attempting uninstall: userpath
2025-08-20T22:16:01.3464767Z     Found existing installation: userpath 1.9.2
2025-08-20T22:16:01.3484183Z     Uninstalling userpath-1.9.2:
2025-08-20T22:16:01.3493074Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:16:01.3596596Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:16:01.3677601Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:16:01.4114862Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:16:01.4156928Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:16:01.6978691Z   Attempting uninstall: markdown-it-py
2025-08-20T22:16:01.7066973Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:16:01.7132806Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:16:01.7147121Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:16:01.7779846Z   Attempting uninstall: rich
2025-08-20T22:16:01.7866114Z     Found existing installation: rich 14.1.0
2025-08-20T22:16:01.7928027Z     Uninstalling rich-14.1.0:
2025-08-20T22:16:01.7938370Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:16:01.9548660Z   Attempting uninstall: pyinstaller
2025-08-20T22:16:01.9631455Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:16:01.9998086Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:16:02.0041440Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:16:02.3426622Z   Attempting uninstall: pipx
2025-08-20T22:16:02.3515361Z     Found existing installation: pipx 1.7.1
2025-08-20T22:16:02.3561987Z     Uninstalling pipx-1.7.1:
2025-08-20T22:16:02.3572787Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:16:02.4109007Z   Attempting uninstall: typer
2025-08-20T22:16:02.4198417Z     Found existing installation: typer 0.16.1
2025-08-20T22:16:02.4225021Z     Uninstalling typer-0.16.1:
2025-08-20T22:16:02.4235460Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:16:02.4579792Z   Attempting uninstall: py2static
2025-08-20T22:16:02.4661032Z     Found existing installation: py2static 0.0.1
2025-08-20T22:16:02.4680106Z     Uninstalling py2static-0.0.1:
2025-08-20T22:16:02.4690707Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:16:02.4769228Z 
2025-08-20T22:16:02.4797245Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:16:02.8043389Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:16:02.9255799Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:16:02.9259863Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-vwjhr8_c
2025-08-20T22:16:02.9279892Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-vwjhr8_c
2025-08-20T22:16:04.0116764Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:16:04.0158938Z   Installing build dependencies: started
2025-08-20T22:16:04.7370670Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:16:04.7381978Z   Getting requirements to build wheel: started
2025-08-20T22:16:05.0217766Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:16:05.0229702Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:16:05.2140292Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:16:05.3816370Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:16:05.3829257Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:16:05.4023829Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:16:05.4033925Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:16:05.4217450Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:16:05.4227929Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:16:05.4409205Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:16:05.4419621Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:16:05.4463990Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:16:05.4474427Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:16:05.4488432Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:16:05.4507733Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:16:05.4627438Z Building wheels for collected packages: pyinstaller
2025-08-20T22:16:05.4635194Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:16:06.1571685Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:16:06.1597907Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=3162255e6f89d26bf9fdd2fa05439c702ba3662852d337c602c3e2c61ec05b32
2025-08-20T22:16:06.1599421Z   Stored in directory: /tmp/pip-ephem-wheel-cache-mw7majza/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:16:06.1640439Z Successfully built pyinstaller
2025-08-20T22:16:06.2581944Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:16:06.2587545Z   Attempting uninstall: altgraph
2025-08-20T22:16:06.2672084Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:16:06.2692591Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:16:06.2699917Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:16:06.2850558Z   Attempting uninstall: setuptools
2025-08-20T22:16:06.2948491Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:16:06.3239392Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:16:06.3522507Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:16:07.0201282Z   Attempting uninstall: packaging
2025-08-20T22:16:07.0291081Z     Found existing installation: packaging 25.0
2025-08-20T22:16:07.0315809Z     Uninstalling packaging-25.0:
2025-08-20T22:16:07.0324990Z       Successfully uninstalled packaging-25.0
2025-08-20T22:16:07.0721296Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:16:07.0802506Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:16:07.1231115Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:16:07.1273277Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:16:07.4042679Z   Attempting uninstall: pyinstaller
2025-08-20T22:16:07.4140437Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:16:07.4480616Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:16:07.4524513Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:16:07.7911090Z 
2025-08-20T22:16:07.7939478Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:16:08.0954319Z 6.15.0
2025-08-20T22:16:08.7634614Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:16:08.7645099Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:16:08.7645698Z 
2025-08-20T22:16:08.7646017Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:16:08.7646504Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:16:08.7646852Z installation.
2025-08-20T22:16:08.7646971Z 
2025-08-20T22:16:08.7647172Z If you installed the current Docker package using this script and are using it
2025-08-20T22:16:08.7647668Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:16:08.7648124Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:16:08.7648511Z files to match the parameters passed to the script.
2025-08-20T22:16:08.7648719Z 
2025-08-20T22:16:08.7648842Z You may press Ctrl+C now to abort this script.
2025-08-20T22:16:08.7816942Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:16:09.9997375Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:16:10.3472156Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:16:10.3503071Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:16:10.5253692Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:16:10.5271912Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:16:10.5279273Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:16:11.8000416Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:16:22.9389330Z 
2025-08-20T22:16:22.9389868Z Running kernel seems to be up-to-date.
2025-08-20T22:16:22.9390311Z 
2025-08-20T22:16:22.9390495Z Restarting services...
2025-08-20T22:16:22.9457163Z 
2025-08-20T22:16:22.9457727Z Service restarts being deferred:
2025-08-20T22:16:22.9458080Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:16:22.9458345Z 
2025-08-20T22:16:22.9458532Z No containers need to be restarted.
2025-08-20T22:16:22.9458799Z 
2025-08-20T22:16:22.9458929Z No user sessions are running outdated binaries.
2025-08-20T22:16:22.9459129Z 
2025-08-20T22:16:22.9459319Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:16:23.7481939Z + sh -c 'docker version'
2025-08-20T22:16:23.7646023Z Client: Docker Engine - Community
2025-08-20T22:16:23.7646512Z  Version:           28.3.3
2025-08-20T22:16:23.7646856Z  API version:       1.51
2025-08-20T22:16:23.7647293Z  Go version:        go1.24.5
2025-08-20T22:16:23.7647679Z  Git commit:        980b856
2025-08-20T22:16:23.7648078Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:16:23.7648525Z  OS/Arch:           linux/amd64
2025-08-20T22:16:23.7648912Z  Context:           default
2025-08-20T22:16:23.7649146Z 
2025-08-20T22:16:23.7649316Z Server: Docker Engine - Community
2025-08-20T22:16:23.7649684Z  Engine:
2025-08-20T22:16:23.7649984Z   Version:          28.3.3
2025-08-20T22:16:23.7650386Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:16:23.7650842Z   Go version:       go1.24.5
2025-08-20T22:16:23.7651208Z   Git commit:       bea959c
2025-08-20T22:16:23.7651582Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:16:23.7652017Z   OS/Arch:          linux/amd64
2025-08-20T22:16:23.7652309Z   Experimental:     false
2025-08-20T22:16:23.7652794Z  containerd:
2025-08-20T22:16:23.7652978Z   Version:          1.7.27
2025-08-20T22:16:23.7653245Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:16:23.7653527Z  runc:
2025-08-20T22:16:23.7653705Z   Version:          1.2.5
2025-08-20T22:16:23.7653927Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:16:23.7654170Z  docker-init:
2025-08-20T22:16:23.7654359Z   Version:          0.19.0
2025-08-20T22:16:23.7654574Z   GitCommit:        de40ad0
2025-08-20T22:16:23.7666473Z 
2025-08-20T22:16:23.7666877Z ================================================================================
2025-08-20T22:16:23.7667242Z 
2025-08-20T22:16:23.7667526Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:16:23.7668111Z Docker daemon in rootless mode for your user:
2025-08-20T22:16:23.7668322Z 
2025-08-20T22:16:23.7668430Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:16:23.7668634Z 
2025-08-20T22:16:23.7668843Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:16:23.7669126Z 
2025-08-20T22:16:23.7669129Z 
2025-08-20T22:16:23.7669327Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:16:23.7669760Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:16:23.7670009Z 
2025-08-20T22:16:23.7670190Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:16:23.7670682Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:16:23.7671396Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:16:23.7671837Z 
2025-08-20T22:16:23.7671992Z ================================================================================
2025-08-20T22:16:23.7672295Z 
2025-08-20T22:16:34.4987430Z ● docker.service - Docker Application Container Engine
2025-08-20T22:16:34.4988753Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:16:34.4989677Z      Active: active (running) since Wed 2025-08-20 22:16:24 UTC; 10s ago
2025-08-20T22:16:34.4991694Z TriggeredBy: ● docker.socket
2025-08-20T22:16:34.4992023Z        Docs: https://docs.docker.com
2025-08-20T22:16:34.4992292Z    Main PID: 19726 (dockerd)
2025-08-20T22:16:34.4992510Z       Tasks: 10
2025-08-20T22:16:34.4992710Z      Memory: 22.9M (peak: 26.9M)
2025-08-20T22:16:34.4992931Z         CPU: 323ms
2025-08-20T22:16:34.4993141Z      CGroup: /system.slice/docker.service
2025-08-20T22:16:34.4995323Z              └─19726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:16:34.4995935Z 
2025-08-20T22:16:34.4996259Z Aug 20 22:16:23 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:23.888070799Z" level=info msg="Loading containers: start."
2025-08-20T22:16:34.4998005Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.413218738Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 378b37e312746df577db7576531da7dfc92cb7b96f0c0bc82e5ff32f38350dc6], retrying...."
2025-08-20T22:16:34.4999854Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.446011337Z" level=info msg="Loading containers: done."
2025-08-20T22:16:34.5000945Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455660303Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:16:34.5002247Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455737928Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:16:34.5003131Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455770920Z" level=info msg="Initializing buildkit"
2025-08-20T22:16:34.5003815Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.475759779Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:16:34.5004782Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479491717Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:16:34.5005890Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479529075Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:16:34.5006585Z Aug 20 22:16:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:16:34.5102864Z ● docker.service - Docker Application Container Engine
2025-08-20T22:16:34.5103661Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:16:34.5104442Z      Active: active (running) since Wed 2025-08-20 22:16:24 UTC; 10s ago
2025-08-20T22:16:34.5105061Z TriggeredBy: ● docker.socket
2025-08-20T22:16:34.5105634Z        Docs: https://docs.docker.com
2025-08-20T22:16:34.5106084Z    Main PID: 19726 (dockerd)
2025-08-20T22:16:34.5106314Z       Tasks: 10
2025-08-20T22:16:34.5106505Z      Memory: 22.9M (peak: 26.9M)
2025-08-20T22:16:34.5106729Z         CPU: 323ms
2025-08-20T22:16:34.5106950Z      CGroup: /system.slice/docker.service
2025-08-20T22:16:34.5107432Z              └─19726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:16:34.5107718Z 
2025-08-20T22:16:34.5108027Z Aug 20 22:16:23 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:23.888070799Z" level=info msg="Loading containers: start."
2025-08-20T22:16:34.5109151Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.413218738Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 378b37e312746df577db7576531da7dfc92cb7b96f0c0bc82e5ff32f38350dc6], retrying...."
2025-08-20T22:16:34.5110473Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.446011337Z" level=info msg="Loading containers: done."
2025-08-20T22:16:34.5111568Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455660303Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:16:34.5112858Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455737928Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:16:34.5113720Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455770920Z" level=info msg="Initializing buildkit"
2025-08-20T22:16:34.5114417Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.475759779Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:16:34.5115143Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479491717Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:16:34.5116164Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479529075Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:16:34.5116830Z Aug 20 22:16:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:16:34.5314343Z ● docker.service - Docker Application Container Engine
2025-08-20T22:16:34.5315162Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:16:34.5316106Z      Active: active (running) since Wed 2025-08-20 22:16:24 UTC; 10s ago
2025-08-20T22:16:34.5316748Z TriggeredBy: ● docker.socket
2025-08-20T22:16:34.5317169Z        Docs: https://docs.docker.com
2025-08-20T22:16:34.5317599Z    Main PID: 19726 (dockerd)
2025-08-20T22:16:34.5317952Z       Tasks: 10
2025-08-20T22:16:34.5318273Z      Memory: 22.9M (peak: 26.9M)
2025-08-20T22:16:34.5318663Z         CPU: 323ms
2025-08-20T22:16:34.5318923Z      CGroup: /system.slice/docker.service
2025-08-20T22:16:34.5319588Z              └─19726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:16:34.5319885Z 
2025-08-20T22:16:34.5320199Z Aug 20 22:16:23 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:23.888070799Z" level=info msg="Loading containers: start."
2025-08-20T22:16:34.5321327Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.413218738Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 378b37e312746df577db7576531da7dfc92cb7b96f0c0bc82e5ff32f38350dc6], retrying...."
2025-08-20T22:16:34.5322445Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.446011337Z" level=info msg="Loading containers: done."
2025-08-20T22:16:34.5323545Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455660303Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:16:34.5324832Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455737928Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:16:34.5325911Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.455770920Z" level=info msg="Initializing buildkit"
2025-08-20T22:16:34.5326593Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.475759779Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:16:34.5327304Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479491717Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:16:34.5328006Z Aug 20 22:16:24 pkrvmqc4gcfdwos dockerd[19726]: time="2025-08-20T22:16:24.479529075Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:16:34.5328775Z Aug 20 22:16:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:16:34.5424999Z Docker version 28.3.3, build 980b856
2025-08-20T22:16:34.5611022Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:16:34.8396359Z latest: Pulling from library/hello-world
2025-08-20T22:16:34.9134616Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:16:35.0846229Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:16:35.0846836Z 17eec7bbc9d7: Download complete
2025-08-20T22:16:35.0903695Z 17eec7bbc9d7: Pull complete
2025-08-20T22:16:35.0941508Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:16:35.0957762Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:16:35.2543046Z 
2025-08-20T22:16:35.2546467Z Hello from Docker!
2025-08-20T22:16:35.2549963Z This message shows that your installation appears to be working correctly.
2025-08-20T22:16:35.2550636Z 
2025-08-20T22:16:35.2556308Z To generate this message, Docker took the following steps:
2025-08-20T22:16:35.2557198Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:16:35.2557973Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:16:35.2558567Z     (amd64)
2025-08-20T22:16:35.2559032Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:16:35.2559756Z     executable that produces the output you are currently reading.
2025-08-20T22:16:35.2560458Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:16:35.2561021Z     to your terminal.
2025-08-20T22:16:35.2561220Z 
2025-08-20T22:16:35.2561515Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:16:35.2562076Z  $ docker run -it ubuntu bash
2025-08-20T22:16:35.2562315Z 
2025-08-20T22:16:35.2562576Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:16:35.2563123Z  https://hub.docker.com/
2025-08-20T22:16:35.2563351Z 
2025-08-20T22:16:35.2563512Z For more examples and ideas, visit:
2025-08-20T22:16:35.2564238Z  https://docs.docker.com/get-started/
2025-08-20T22:16:35.2564519Z 
2025-08-20T22:16:35.3547504Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:16:35.3548175Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:16:35.3548813Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:16:35.3549459Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:16:35.3550124Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:16:35.3550760Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:16:35.3551398Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:16:35.3552032Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:16:35.3552626Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:16:35.3553206Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:16:35.3553851Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:16:35.3554527Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:16:35.3555185Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:16:35.3556132Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:16:35.3556813Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:16:35.3557504Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:16:35.3557996Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:16:35.3558379Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:16:35.3558778Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:16:35.3559250Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:16:35.3559928Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:16:35.3560336Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:16:35.3560753Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:16:35.3561179Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:16:35.3561792Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:16:35.3562466Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:16:35.3563255Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:16:35.3563990Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:16:35.3564724Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:16:35.3565464Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:16:35.3566493Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:16:35.3567257Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:16:35.3568028Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:16:35.3568856Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:16:35.3569627Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:16:35.3570364Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:16:35.3571082Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:16:35.3571795Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:16:35.3572522Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:16:35.3573285Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:16:35.3574038Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:16:35.3575000Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:16:35.3575891Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:16:35.3576698Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:16:35.3577529Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:16:35.3578357Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:16:35.3579209Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:16:35.3579986Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:16:35.3580713Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:16:35.3581459Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:16:35.3582182Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:16:35.3582904Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:16:35.3583607Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:16:35.3584249Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:16:35.3584875Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:16:35.3585689Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:16:35.3586261Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:16:35.3586859Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:16:35.3587585Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:16:35.3588247Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:16:35.3589150Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:16:35.3589934Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:16:35.3590661Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:16:35.3591363Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:16:35.3592095Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:16:35.3592835Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:16:35.3593538Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:16:35.3594221Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:16:35.3594946Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:16:35.3595936Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:16:35.3596791Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:16:35.3597611Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:16:35.3598321Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:16:35.3598997Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:16:35.3599679Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:16:35.3600372Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:16:35.3601136Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:16:35.3602000Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:16:35.3602886Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:16:35.3603760Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:16:35.3604572Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:16:35.3604997Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:16:35.3605407Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:16:35.3606052Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:16:35.3606457Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:16:35.3606844Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:16:35.3607263Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:16:35.3607682Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:16:35.3608060Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:16:35.3608446Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:16:35.3608858Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:16:35.3609254Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:16:35.3609625Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:16:35.3609993Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:16:35.3610384Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:16:35.3610768Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:16:35.3611122Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:16:35.3611717Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:16:35.3612328Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:16:35.3613136Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:16:35.3613893Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:16:35.3614552Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:16:35.3615113Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:16:35.3615714Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:16:35.3616163Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:16:35.3616570Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:16:35.3616960Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:16:35.3617336Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:16:35.3617707Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:16:35.3618099Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:16:35.3618503Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:16:35.3618853Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:16:35.3619178Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:16:35.3619645Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:16:35.3620000Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:16:35.3620355Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:16:35.3620715Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:16:35.3621062Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:16:35.3621432Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:16:35.3621825Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:16:35.3622272Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:16:35.3622892Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:16:35.3623298Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:16:35.3623693Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:16:35.3624079Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:16:35.3624466Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:16:35.3624869Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:16:35.3625283Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:16:35.3625925Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:16:35.3626579Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:16:35.3627015Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:16:35.3627456Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:16:35.3627892Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:16:35.3628274Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:16:35.3628662Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:16:35.3629065Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:16:35.3629470Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:16:35.3629868Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:16:35.3630254Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:16:35.3630647Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:16:35.3631174Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:16:35.3631557Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:16:35.3631919Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:16:35.3632225Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:16:35.3632551Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:16:35.3632943Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:16:35.3633335Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:16:35.3633725Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:16:35.3634088Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:16:35.3634458Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:16:35.3634835Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:16:35.3635185Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:16:35.3635684Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:16:35.3636111Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:16:35.3636550Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:16:35.3636945Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:16:35.3637311Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:16:35.3637695Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:16:35.3638100Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:16:35.3638513Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:16:35.3638920Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:16:35.3639278Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:16:35.3639638Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:16:35.3640189Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:16:35.3641151Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:16:35.3641883Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:16:35.3642263Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:16:35.3642609Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:16:35.3642992Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:16:35.3643374Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:16:35.3643795Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:16:35.3644264Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:16:35.3644683Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:16:35.3645059Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:16:35.3645637Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:16:35.3646015Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:16:35.3646464Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:16:35.3646967Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:16:35.3647408Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:16:35.3647785Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:16:35.3648248Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:16:35.3648941Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:16:35.3649444Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:16:35.3649887Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:16:35.3650250Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:16:35.3650635Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:16:35.3651045Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:16:35.3651462Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:16:35.3651858Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:16:35.3652236Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:16:35.3652609Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:16:35.3653007Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:16:35.3653409Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:16:35.3653812Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:16:35.3654207Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:16:35.3654596Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:16:35.3654983Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:16:35.3655410Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:16:35.3656098Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:16:35.3656553Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:16:35.3656929Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:16:35.3657306Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:16:35.3657714Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:16:35.3658264Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:16:35.3658641Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:16:35.3659023Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:16:35.3659413Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:16:35.3659833Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:16:35.3660291Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:16:35.3660737Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:16:35.3661139Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:16:35.3661530Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:16:35.3661918Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:16:35.3662302Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:16:35.3662671Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:16:35.3663053Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:16:35.3663434Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:16:35.3663880Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:16:35.3664353Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:16:35.3664813Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:16:35.3665326Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:16:35.3666131Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:16:35.3666639Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:16:35.3667128Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:16:35.3667562Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:16:35.3667924Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:16:35.3668285Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:16:35.3668661Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:16:35.3669035Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:16:35.3669393Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:16:35.3669773Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:16:35.3677743Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:16:35.3678205Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:16:35.3678600Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:16:35.3678987Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:16:35.3679399Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:16:35.3679793Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:16:35.3680216Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:16:35.3680651Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:16:35.3681042Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:16:35.3681413Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:16:35.3681863Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:16:35.3682246Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:16:35.3682781Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:16:35.3683141Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:16:35.3683512Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:16:35.3683897Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:16:35.3684266Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:16:35.3684975Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:16:35.3685755Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:16:35.3686262Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:16:35.3686998Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3687829Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:16:35.3688420Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:16:35.3688811Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:16:35.3689183Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:16:35.3689579Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:16:35.3690013Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:16:35.3690433Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:16:35.3690857Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:16:35.3691258Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:16:35.3691654Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:16:35.3692244Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:16:35.3692669Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:16:35.3693055Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:16:35.3693480Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:16:35.3693966Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:16:35.3694454Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:16:35.3694891Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:16:35.3695299Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:16:35.3695949Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:16:35.3696434Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:16:35.3696937Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:16:35.3697351Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:16:35.3698137Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:16:35.3698596Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:16:35.3699086Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:16:35.3699451Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:16:35.3699821Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:16:35.3700213Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:16:35.3700602Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:16:35.3700967Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:16:35.3701339Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:16:35.3701879Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:16:35.3702256Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:16:35.3702619Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:16:35.3702977Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:16:35.3703330Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:16:35.3703701Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:16:35.3704080Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:16:35.3704436Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:16:35.3704791Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:16:35.3705137Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:16:35.3705689Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:16:35.3706082Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:16:35.3706474Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:16:35.3706846Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:16:35.3707230Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:16:35.3707590Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:16:35.3707963Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:16:35.3708403Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:16:35.3708821Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:16:35.3709190Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:16:35.3709717Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:16:35.3710148Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:16:35.3710550Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:16:35.3710928Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:16:35.3711303Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:16:35.3711661Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:16:35.3711961Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:16:35.3712265Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:16:35.3712617Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:16:35.3712972Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:16:35.3713340Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:16:35.3713713Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:16:35.3714076Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:16:35.3714476Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:16:35.3714860Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:16:35.3715271Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:16:35.3715930Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:16:35.3716351Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:16:35.3716754Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:16:35.3717167Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:16:35.3717662Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:16:35.3718288Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:16:35.3719047Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:16:35.3719582Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:16:35.3720052Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:16:35.3720500Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:16:35.3721015Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:16:35.3721620Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:16:35.3722171Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:16:35.3722658Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:16:35.3723109Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:16:35.3723479Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:16:35.3723859Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:16:35.3724237Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:16:35.3724617Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:16:35.3725003Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:16:35.3725386Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:16:35.3725969Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:16:35.3726346Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:16:35.3726727Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:16:35.3727224Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:16:35.3727604Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:16:35.3727975Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:16:35.3728358Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:16:35.3728750Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:16:35.3729158Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:16:35.3729574Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:16:35.3729928Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:16:35.3730310Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:16:35.3730711Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:16:35.3731122Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:16:35.3731562Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:16:35.3731985Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:16:35.3732353Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:16:35.3732719Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:16:35.3733094Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:16:35.3733452Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:16:35.3733843Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:16:35.3734228Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:16:35.3734600Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:16:35.3734988Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:16:35.3735607Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:16:35.3736050Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:16:35.3736592Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3737293Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3737958Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3738597Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3739103Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:16:35.3739483Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:16:35.3739854Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:16:35.3740225Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:16:35.3740591Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:16:35.3740949Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:16:35.3741316Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:16:35.3741695Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:16:35.3742064Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:16:35.3742433Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:16:35.3742809Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:16:35.3743178Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:16:35.3743689Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:16:35.3744106Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:16:35.3744497Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:16:35.3744885Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:16:35.3745278Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:16:35.3745774Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:16:35.3746156Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:16:35.3746536Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:16:35.3746903Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:16:35.3747285Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:16:35.3747689Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:16:35.3748083Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:16:35.3748471Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:16:35.3748858Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:16:35.3749237Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:16:35.3749657Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:16:35.3750084Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:16:35.3750482Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:16:35.3750913Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:16:35.3751365Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:16:35.3751774Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:16:35.3752258Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:16:35.3752626Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:16:35.3753021Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:16:35.3753424Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:16:35.3753825Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:16:35.3754197Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:16:35.3754577Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:16:35.3755040Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:16:35.3755719Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:16:35.3756157Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:16:35.3756567Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:16:35.3757009Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:16:35.3757449Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:16:35.3757915Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:16:35.3758394Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:16:35.3758828Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:16:35.3759260Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:16:35.3759651Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:16:35.3760169Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:16:35.3760595Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:16:35.3760975Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:16:35.3761345Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:16:35.3761744Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:16:35.3762136Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:16:35.3762534Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:16:35.3762948Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:16:35.3763334Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:16:35.3763706Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:16:35.3764075Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:16:35.3764433Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:16:35.3764821Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:16:35.3765231Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:16:35.3765786Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:16:35.3766231Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:16:35.3766783Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:16:35.3767217Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:16:35.3767632Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:16:35.3768033Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:16:35.3768437Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:16:35.3768922Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:16:35.3769280Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:16:35.3769672Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:16:35.3770054Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:16:35.3770431Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:16:35.3770771Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:16:35.3771082Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:16:35.3771431Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:16:35.3771948Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:16:35.3772469Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:16:35.3772852Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:16:35.3773222Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:16:35.3773616Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:16:35.3774023Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:16:35.3774431Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:16:35.3774824Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:16:35.3775232Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:16:35.3775869Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:16:35.3776246Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:16:35.3776615Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:16:35.3777095Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:16:35.3777483Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:16:35.3777897Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:16:35.3778323Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:16:35.3778716Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:16:35.3779130Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:16:35.3779563Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:16:35.3779954Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:16:35.3780319Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:16:35.3780671Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:16:35.3781035Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:16:35.3781411Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:16:35.3781787Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:16:35.3782186Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:16:35.3782592Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:16:35.3783041Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:16:35.3783473Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:16:35.3783855Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:16:35.3784237Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:16:35.3784842Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:16:35.3785235Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:16:35.3785862Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:16:35.3786237Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:16:35.3786682Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:16:35.3787254Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:16:35.3787676Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:16:35.3788052Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:16:35.3788422Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:16:35.3788821Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:16:35.3789215Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:16:35.3789597Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:16:35.3789999Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:16:35.3790381Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:16:35.3790731Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:16:35.3791093Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:16:35.3791490Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:16:35.3791906Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:16:35.3792285Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:16:35.3792670Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:16:35.3793110Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:16:35.3793658Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:16:35.3794084Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:16:35.3794471Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:16:35.3794984Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3795661Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:16:35.3796039Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:16:35.3796397Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:16:35.3796815Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:16:35.3797244Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:16:35.3797765Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:16:35.3798362Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:16:35.3798977Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:16:35.3799621Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:16:35.3800258Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:16:35.3800878Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:16:35.3801496Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:16:35.3802074Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:16:35.3802560Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:16:35.3803004Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:16:35.3803604Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:16:35.3804029Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:16:35.3804493Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:16:35.3804925Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:16:35.3805309Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:16:35.3805819Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:16:35.3806194Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:16:35.3806575Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:16:35.3806978Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:16:35.3807396Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:16:35.3807769Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:16:35.3808163Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:16:35.3808619Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:16:35.3809104Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:16:35.3809585Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:16:35.3810064Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:16:35.3810535Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:16:35.3811011Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:16:35.3811572Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:16:35.3811997Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:16:35.3812410Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:16:35.3812818Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:16:35.3813225Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:16:35.3813628Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:16:35.3814064Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:16:35.3814487Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:16:35.3814873Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:16:35.3815252Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:16:35.3815939Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:16:35.3816359Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:16:35.3816792Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:16:35.3817224Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:16:35.3817620Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:16:35.3818026Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:16:35.3818445Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:16:35.3818885Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:16:35.3819324Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:16:35.3819755Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:16:35.3820281Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:16:35.3820661Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:16:35.3821048Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:16:35.3821421Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:16:35.3821790Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:16:35.3822191Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:16:35.3822586Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:16:35.3823007Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:16:35.3823469Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:16:35.3823891Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:16:35.3824300Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:16:35.3824699Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:16:35.3824994Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:16:35.3825312Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:16:35.3825923Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:16:35.3826320Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:16:35.3826711Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:16:35.3827117Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:16:35.3827539Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:16:35.3827983Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:16:35.3828524Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:16:35.3828920Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:16:35.3829316Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:16:35.3829856Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:35.3830428Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:16:35.3830872Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:16:35.3831309Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:16:35.3831738Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:16:35.3832155Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:16:35.3832568Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:16:35.3832959Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:16:35.3833337Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:16:35.3833731Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:16:35.3834123Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:16:35.3834495Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:16:35.3834878Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:16:35.3835275Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:16:35.3835876Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:16:35.3836286Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:16:35.3836746Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:16:35.3837294Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:16:35.3837667Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:16:35.3838039Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:16:35.3838420Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:16:35.3838798Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:16:35.3839166Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:16:35.3839589Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:16:35.3840031Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:16:35.3840435Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:16:35.3840834Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:16:35.3841231Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:16:35.3841607Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:16:35.3841979Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:16:35.3842353Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:16:35.3842753Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:16:35.3843192Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:16:35.3843640Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:16:35.3844061Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:16:35.3844456Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:16:35.3844966Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:16:35.3845400Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:16:35.3845906Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:16:35.3846265Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:16:35.3846580Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:16:35.3846883Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:16:35.3847247Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:16:35.3847621Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:16:35.3847970Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:16:35.3848337Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:16:35.3848730Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:16:35.3849119Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:16:35.3849480Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:16:35.3849833Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:16:35.3850220Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:16:35.3850626Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:16:35.3850999Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:16:35.3851365Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:16:35.3851726Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:16:35.3852110Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:16:35.3852496Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:16:35.3852848Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:16:35.3853340Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:16:35.3853734Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:16:35.3854108Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:16:35.3854480Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:16:35.3854853Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:16:35.3855234Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:16:35.3855867Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:16:35.3856291Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:16:35.3856693Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:16:35.3857044Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:16:35.3857397Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:16:35.3857752Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:16:35.3858175Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:16:35.3858661Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:16:35.3859149Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:16:35.3859619Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:16:35.3860106Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:16:35.3860539Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:16:35.3860917Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:16:35.3861422Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:16:35.3861815Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:16:35.3862198Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:16:35.3862575Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:16:35.3862950Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:16:35.3863320Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:16:35.3863704Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:16:35.3864140Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:16:35.3864565Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:16:35.3864939Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:16:35.3865338Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:16:35.3865870Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:16:35.3866246Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:16:35.3866592Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:16:35.3866980Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:16:35.3867423Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:16:35.3867844Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:16:35.3868245Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:16:35.3868647Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:16:35.3868970Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:16:35.3869247Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:16:35.3869600Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:16:35.3870201Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:16:35.4207047Z [+] Installing Go for linux-amd64...
2025-08-20T22:16:36.6468679Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:16:36.6469274Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:16:36.6471766Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:16:39.3881239Z [+] Downloading Go go1.25.0...
2025-08-20T22:16:39.3934824Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:16:39.3935668Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:16:39.3936017Z 
2025-08-20T22:16:39.4624277Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:16:39.4625064Z 100    80  100    80    0     0   1158      0 --:--:-- --:--:-- --:--:--  1176
2025-08-20T22:16:39.5329891Z 
2025-08-20T22:16:39.5330259Z 100    75  100    75    0     0    537      0 --:--:-- --:--:-- --:--:--   537
2025-08-20T22:16:39.8030032Z 
2025-08-20T22:16:39.8030657Z 100 56.8M  100 56.8M    0     0   138M      0 --:--:-- --:--:-- --:--:--  138M
2025-08-20T22:16:39.8065241Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:16:41.1983272Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:16:41.1983837Z [+] GOROOT: /home/runner/.go
2025-08-20T22:16:41.1984225Z [+] GOPATH: /home/runner/go
2025-08-20T22:16:41.1984583Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:16:41.2143442Z go version go1.25.0 linux/amd64
2025-08-20T22:16:41.2511876Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:16:41.2512562Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:16:41.2513260Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:16:41.2514154Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:16:41.2514603Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:16:41.2515173Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:16:41.2515791Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:16:41.2516189Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:16:41.2516539Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:16:41.2516869Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:16:41.2517223Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:16:41.2517615Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:16:41.2518013Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:16:41.2518424Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:16:41.2518829Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:16:41.2519235Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:16:41.2519658Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:16:41.2520026Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:16:41.2520408Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:16:41.2520870Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:16:41.2521312Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:16:41.2521697Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:16:41.2522113Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:16:41.2522509Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:16:41.2523107Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:16:41.2524074Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:16:41.2524838Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:16:41.2525733Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:16:41.2526437Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:16:41.2527158Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:16:41.2527873Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:16:41.2528611Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:16:41.2529371Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:16:41.2530125Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:16:41.2531030Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:16:41.2531815Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:16:41.2532542Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:16:41.2533260Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:16:41.2533992Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:16:41.2534771Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:16:41.2535845Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:16:41.2536612Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:16:41.2537313Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:16:41.2538099Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:16:41.2539125Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:16:41.2539975Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:16:41.2540835Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:16:41.2541634Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:16:41.2542381Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:16:41.2543147Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:16:41.2543885Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:16:41.2544633Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:16:41.2545351Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:16:41.2546255Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:16:41.2546926Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:16:41.2547577Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:16:41.2548146Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:16:41.2548745Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:16:41.2549471Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:16:41.2550148Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:16:41.2550868Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:16:41.2551656Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:16:41.2552417Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:16:41.2553172Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:16:41.2553948Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:16:41.2554921Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:16:41.2555797Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:16:41.2556501Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:16:41.2557242Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:16:41.2558090Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:16:41.2558985Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:16:41.2559815Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:16:41.2560556Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:16:41.2561257Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:16:41.2561990Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:16:41.2562721Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:16:41.2563522Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:16:41.2564430Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:16:41.2565420Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:16:41.2566456Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:16:41.2567233Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:16:41.2567945Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:16:41.2568643Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:16:41.2569551Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:16:41.2570265Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:16:41.2570946Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:16:41.2571712Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:16:41.2572472Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:16:41.2573156Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:16:41.2573839Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:16:41.2574577Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:16:41.2575292Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:16:41.2576147Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:16:41.2576888Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:16:41.2577607Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:16:41.2578330Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:16:41.2579093Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:16:41.2579779Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:16:41.2580441Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:16:41.2581096Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:16:41.2581783Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:16:41.2582426Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:16:41.2583080Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:16:41.2583760Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:16:41.2584471Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:16:41.2585442Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:16:41.2586345Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:16:41.2587029Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:16:41.2587693Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:16:41.2588399Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:16:41.2589115Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:16:41.2589721Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:16:41.2590308Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:16:41.2590960Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:16:41.2591590Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:16:41.2592235Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:16:41.2592904Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:16:41.2593543Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:16:41.2594211Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:16:41.2594913Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:16:41.2595828Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:16:41.2596614Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:16:41.2597306Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:16:41.2597995Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:16:41.2598693Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:16:41.2599335Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:16:41.2599760Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:16:41.2600179Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:16:41.2600574Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:16:41.2600966Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:16:41.2601375Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:16:41.2601813Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:16:41.2602399Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:16:41.2602791Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:16:41.2603179Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:16:41.2603591Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:16:41.2604001Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:16:41.2604399Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:16:41.2604783Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:16:41.2605272Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:16:41.2606003Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:16:41.2606627Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:16:41.2607007Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:16:41.2607326Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:16:41.2607657Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:16:41.2608226Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:16:41.2609197Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:16:41.2609917Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:16:41.2610586Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:16:41.2611244Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:16:41.2611920Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:16:41.2612549Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:16:41.2613145Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:16:41.2613892Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:16:41.2614685Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:16:41.2615390Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:16:41.2616214Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:16:41.2616900Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:16:41.2617616Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:16:41.2618269Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:16:41.2618707Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:16:41.2619075Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:16:41.2619433Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:16:41.2620079Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:16:41.2620685Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:16:41.2621268Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:16:41.2621806Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:16:41.2622164Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:16:41.2622550Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:16:41.2623015Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:16:41.2623522Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:16:41.2623988Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:16:41.2624493Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:16:41.2624960Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:16:41.2625633Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:16:41.2626189Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:16:41.2626683Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:16:41.2627460Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:16:41.2627924Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:16:41.2628304Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:16:41.2628935Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:16:41.2629641Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:16:41.2630410Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:16:41.2630892Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:16:41.2631252Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:16:41.2631633Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:16:41.2632046Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:16:41.2632707Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:16:41.2633223Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:16:41.2642300Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:16:41.2642817Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:16:41.2643408Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:16:41.2643849Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:16:41.2644385Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:16:41.2644843Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:16:41.2645390Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:16:41.2646215Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:16:41.2646950Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:16:41.2647427Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:16:41.2648012Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:16:41.2648607Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:16:41.2649003Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:16:41.2649407Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:16:41.2649790Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:16:41.2650166Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:16:41.2650540Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:16:41.2651098Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:16:41.2651763Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:16:41.2652391Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:16:41.2652918Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:16:41.2653507Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:16:41.2653905Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:16:41.2654303Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:16:41.2654682Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:16:41.2655048Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:16:41.2655428Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:16:41.2656012Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:16:41.2656466Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:16:41.2656941Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:16:41.2657396Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:16:41.2657901Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:16:41.2658399Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:16:41.2658882Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:16:41.2659379Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:16:41.2659808Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:16:41.2660172Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:16:41.2660721Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:16:41.2661097Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:16:41.2661472Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:16:41.2661829Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:16:41.2662199Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:16:41.2662572Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:16:41.2662951Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:16:41.2663329Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:16:41.2663705Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:16:41.2664096Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:16:41.2664481Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:16:41.2664900Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:16:41.2665333Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:16:41.2666042Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:16:41.2666422Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:16:41.2666831Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:16:41.2667199Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:16:41.2667551Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:16:41.2667897Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:16:41.2668252Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:16:41.2668753Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:16:41.2669136Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:16:41.2669525Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:16:41.2669886Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:16:41.2670199Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:16:41.2670654Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2671169Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:16:41.2671534Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:16:41.2671902Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:16:41.2672268Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:16:41.2672667Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:16:41.2673099Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:16:41.2673519Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:16:41.2673938Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:16:41.2674334Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:16:41.2674727Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:16:41.2675141Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:16:41.2675721Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:16:41.2676131Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:16:41.2676555Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:16:41.2677070Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:16:41.2677687Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:16:41.2678131Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:16:41.2678531Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:16:41.2678924Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:16:41.2679390Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:16:41.2679868Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:16:41.2680265Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:16:41.2680688Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:16:41.2681130Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:16:41.2681536Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:16:41.2681899Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:16:41.2682259Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:16:41.2682636Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:16:41.2683011Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:16:41.2683372Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:16:41.2683727Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:16:41.2684108Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:16:41.2684482Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:16:41.2684838Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:16:41.2685313Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:16:41.2685874Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:16:41.2686262Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:16:41.2686653Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:16:41.2687012Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:16:41.2687368Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:16:41.2687721Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:16:41.2688085Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:16:41.2688455Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:16:41.2688812Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:16:41.2689165Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:16:41.2689539Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:16:41.2689894Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:16:41.2690256Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:16:41.2690710Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:16:41.2691115Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:16:41.2691472Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:16:41.2691846Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:16:41.2692258Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:16:41.2692647Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:16:41.2693001Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:16:41.2693363Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:16:41.2693721Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:16:41.2694147Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:16:41.2694444Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:16:41.2694788Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:16:41.2695136Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:16:41.2695706Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:16:41.2696075Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:16:41.2696415Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:16:41.2696750Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:16:41.2697122Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:16:41.2697524Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:16:41.2697922Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:16:41.2698318Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:16:41.2698701Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:16:41.2699107Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:16:41.2699598Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:16:41.2700211Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:16:41.2700822Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:16:41.2701353Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:16:41.2701944Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:16:41.2702397Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:16:41.2702909Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:16:41.2703512Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:16:41.2704059Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:16:41.2704536Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:16:41.2704973Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:16:41.2705337Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:16:41.2705886Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:16:41.2706252Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:16:41.2706633Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:16:41.2707033Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:16:41.2707409Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:16:41.2707784Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:16:41.2708151Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:16:41.2708526Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:16:41.2708889Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:16:41.2709255Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:16:41.2709616Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:16:41.2710003Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:16:41.2710393Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:16:41.2710926Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:16:41.2711330Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:16:41.2711682Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:16:41.2712061Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:16:41.2712476Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:16:41.2712883Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:16:41.2713324Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:16:41.2713747Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:16:41.2714109Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:16:41.2714477Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:16:41.2714856Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:16:41.2715215Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:16:41.2715778Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:16:41.2716160Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:16:41.2716536Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:16:41.2716910Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:16:41.2717268Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:16:41.2717621Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:16:41.2718152Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2718965Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2719637Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2720278Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2720790Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:16:41.2721167Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:16:41.2721530Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:16:41.2721899Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:16:41.2722266Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:16:41.2722618Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:16:41.2722990Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:16:41.2723372Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:16:41.2723743Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:16:41.2724110Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:16:41.2724481Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:16:41.2724847Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:16:41.2725228Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:16:41.2725814Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:16:41.2726208Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:16:41.2726594Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:16:41.2726988Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:16:41.2727496Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:16:41.2727871Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:16:41.2728385Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:16:41.2728904Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:16:41.2729280Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:16:41.2729679Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:16:41.2730068Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:16:41.2730455Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:16:41.2730843Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:16:41.2731226Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:16:41.2731648Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:16:41.2732071Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:16:41.2732460Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:16:41.2732888Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:16:41.2733335Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:16:41.2733733Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:16:41.2734090Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:16:41.2734462Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:16:41.2734848Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:16:41.2735379Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:16:41.2736020Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:16:41.2736393Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:16:41.2736773Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:16:41.2737233Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:16:41.2737696Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:16:41.2738087Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:16:41.2738486Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:16:41.2738927Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:16:41.2739364Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:16:41.2739837Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:16:41.2740320Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:16:41.2740755Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:16:41.2741178Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:16:41.2741567Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:16:41.2741955Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:16:41.2742362Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:16:41.2742739Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:16:41.2743104Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:16:41.2743508Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:16:41.2744028Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:16:41.2744425Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:16:41.2744833Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:16:41.2745216Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:16:41.2745801Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:16:41.2746172Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:16:41.2746523Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:16:41.2746906Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:16:41.2747312Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:16:41.2747761Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:16:41.2748207Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:16:41.2748598Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:16:41.2749024Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:16:41.2749438Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:16:41.2749834Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:16:41.2750232Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:16:41.2750585Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:16:41.2750943Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:16:41.2751320Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:16:41.2751825Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:16:41.2752197Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:16:41.2752528Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:16:41.2752834Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:16:41.2753175Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:16:41.2753667Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:16:41.2754171Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:16:41.2754542Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:16:41.2754907Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:16:41.2755291Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:16:41.2755912Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:16:41.2756319Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:16:41.2756716Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:16:41.2757120Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:16:41.2757516Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:16:41.2757882Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:16:41.2758241Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:16:41.2758596Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:16:41.2758961Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:16:41.2759372Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:16:41.2759788Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:16:41.2760177Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:16:41.2760716Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:16:41.2761143Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:16:41.2761524Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:16:41.2761885Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:16:41.2762233Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:16:41.2762584Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:16:41.2762946Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:16:41.2763317Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:16:41.2763704Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:16:41.2764111Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:16:41.2764566Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:16:41.2764989Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:16:41.2765355Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:16:41.2765983Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:16:41.2766358Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:16:41.2766732Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:16:41.2767099Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:16:41.2767458Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:16:41.2767892Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:16:41.2768494Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:16:41.2768917Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:16:41.2769281Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:16:41.2769646Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:16:41.2770039Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:16:41.2770421Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:16:41.2770787Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:16:41.2771174Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:16:41.2771546Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:16:41.2771888Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:16:41.2772239Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:16:41.2772633Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:16:41.2773041Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:16:41.2773411Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:16:41.2773789Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:16:41.2774220Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:16:41.2774645Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:16:41.2775051Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:16:41.2775430Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:16:41.2776054Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2776558Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:16:41.2777012Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:16:41.2777387Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:16:41.2777793Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:16:41.2778206Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:16:41.2778716Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:16:41.2779290Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:16:41.2779885Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:16:41.2780513Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:16:41.2781142Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:16:41.2782008Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:16:41.2783095Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:16:41.2783679Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:16:41.2784161Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:16:41.2784595Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:16:41.2785031Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:16:41.2785447Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:16:41.2786026Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:16:41.2786591Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:16:41.2786983Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:16:41.2787342Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:16:41.2787714Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:16:41.2788086Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:16:41.2788486Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:16:41.2788894Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:16:41.2789250Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:16:41.2789638Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:16:41.2790092Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:16:41.2790568Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:16:41.2791041Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:16:41.2791511Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:16:41.2791971Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:16:41.2792432Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:16:41.2792866Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:16:41.2793272Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:16:41.2793674Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:16:41.2794077Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:16:41.2794482Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:16:41.2795035Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:16:41.2795458Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:16:41.2796121Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:16:41.2796501Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:16:41.2796874Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:16:41.2797243Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:16:41.2797616Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:16:41.2798042Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:16:41.2798470Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:16:41.2798872Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:16:41.2799270Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:16:41.2799690Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:16:41.2800128Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:16:41.2800565Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:16:41.2800985Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:16:41.2801371Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:16:41.2801751Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:16:41.2802140Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:16:41.2802508Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:16:41.2803011Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:16:41.2803419Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:16:41.2803818Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:16:41.2804236Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:16:41.2804693Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:16:41.2805103Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:16:41.2805689Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:16:41.2806115Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:16:41.2806414Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:16:41.2806730Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:16:41.2807112Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:16:41.2807498Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:16:41.2807879Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:16:41.2808270Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:16:41.2808687Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:16:41.2809121Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:16:41.2809524Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:16:41.2809900Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:16:41.2810288Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:16:41.2810829Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:41.2811406Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:16:41.2811977Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:16:41.2812406Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:16:41.2812831Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:16:41.2813244Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:16:41.2813632Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:16:41.2814013Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:16:41.2814393Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:16:41.2814784Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:16:41.2815179Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:16:41.2815709Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:16:41.2816094Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:16:41.2816481Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:16:41.2816846Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:16:41.2817246Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:16:41.2817697Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:16:41.2818109Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:16:41.2818476Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:16:41.2818842Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:16:41.2819335Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:16:41.2819722Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:16:41.2820087Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:16:41.2820507Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:16:41.2820943Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:16:41.2821337Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:16:41.2821719Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:16:41.2822106Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:16:41.2822475Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:16:41.2822838Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:16:41.2823215Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:16:41.2823610Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:16:41.2824048Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:16:41.2824489Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:16:41.2824906Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:16:41.2825298Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:16:41.2825799Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:16:41.2826221Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:16:41.2826613Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:16:41.2826969Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:16:41.2827283Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:16:41.2827590Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:16:41.2828082Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:16:41.2828452Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:16:41.2828799Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:16:41.2829163Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:16:41.2829556Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:16:41.2829938Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:16:41.2830289Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:16:41.2830635Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:16:41.2831006Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:16:41.2831401Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:16:41.2831770Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:16:41.2832126Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:16:41.2832479Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:16:41.2832855Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:16:41.2833232Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:16:41.2833576Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:16:41.2833947Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:16:41.2834327Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:16:41.2834698Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:16:41.2835075Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:16:41.2835742Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:16:41.2836175Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:16:41.2836580Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:16:41.2837000Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:16:41.2837401Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:16:41.2837748Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:16:41.2838097Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:16:41.2838441Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:16:41.2838856Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:16:41.2839341Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:16:41.2839811Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:16:41.2840280Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:16:41.2840764Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:16:41.2841192Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:16:41.2841571Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:16:41.2841951Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:16:41.2842328Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:16:41.2842706Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:16:41.2843085Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:16:41.2843461Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:16:41.2843830Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:16:41.2844337Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:16:41.2844777Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:16:41.2845198Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:16:41.2845778Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:16:41.2846177Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:16:41.2846589Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:16:41.2846961Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:16:41.2847305Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:16:41.2847690Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:16:41.2848132Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:16:41.2848555Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:16:41.2848958Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:16:41.2849355Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:16:41.2849672Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:16:41.2849947Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:16:41.2850296Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:16:41.2850768Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:16:41.5047403Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:16:41.6881418Z Collecting meson
2025-08-20T22:16:41.7426934Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:16:41.7789643Z Collecting ninja
2025-08-20T22:16:41.7876522Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:16:41.7982217Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:16:41.8673028Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.6 MB/s  0:00:00
2025-08-20T22:16:41.8740153Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:16:41.9692064Z Installing collected packages: ninja, meson
2025-08-20T22:16:42.6940860Z 
2025-08-20T22:16:42.6970654Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:16:42.9809854Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:16:43.0877831Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:16:43.1530353Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:16:43.6570195Z 1.8.4
2025-08-20T22:16:43.6816042Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:16:43.7067204Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:16:43.7067784Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:16:43.7068375Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:16:43.7068979Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:16:43.7069638Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:16:43.7070267Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:16:43.7070889Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:16:43.7071486Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:16:43.7072062Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:16:43.7072609Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:16:43.7073257Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:16:43.7074232Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:16:43.7074909Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:16:43.7075831Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:16:43.7076521Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:16:43.7077209Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:16:43.7077894Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:16:43.7078508Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:16:43.7079164Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:16:43.7079968Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:16:43.7080743Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:16:43.7081412Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:16:43.7082127Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:16:43.7082774Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:16:43.7083146Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:16:43.7083554Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:16:43.7084000Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:16:43.7084407Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:16:43.7084804Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:16:43.7085220Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:16:43.7086141Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:16:43.7086903Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:16:43.7087608Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:16:43.7088339Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:16:43.7089092Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:16:43.7089850Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:16:43.7090638Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:16:43.7091328Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:16:43.7092034Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:16:43.7092774Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:16:43.7093509Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:16:43.7094206Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:16:43.7094871Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:16:43.7095848Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:16:43.7096698Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:16:43.7097514Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:16:43.7098352Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:16:43.7099107Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:16:43.7099820Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:16:43.7100553Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:16:43.7101270Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:16:43.7102211Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:16:43.7102916Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:16:43.7103564Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:16:43.7104184Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:16:43.7104824Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:16:43.7105383Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:16:43.7106229Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:16:43.7106936Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:16:43.7107589Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:16:43.7108300Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:16:43.7109069Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:16:43.7109794Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:16:43.7110514Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:16:43.7111247Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:16:43.7111990Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:16:43.7112686Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:16:43.7113381Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:16:43.7114096Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:16:43.7114894Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:16:43.7116075Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:16:43.7116912Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:16:43.7117625Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:16:43.7118287Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:16:43.7118955Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:16:43.7119647Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:16:43.7120396Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:16:43.7121229Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:16:43.7122089Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:16:43.7122938Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:16:43.7123699Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:16:43.7124388Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:16:43.7125063Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:16:43.7125938Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:16:43.7126638Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:16:43.7127133Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:16:43.7127552Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:16:43.7127966Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:16:43.7128345Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:16:43.7128719Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:16:43.7129277Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:16:43.7129676Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:16:43.7130048Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:16:43.7130422Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:16:43.7130809Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:16:43.7131190Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:16:43.7131538Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:16:43.7131913Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:16:43.7132283Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:16:43.7132642Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:16:43.7133026Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:16:43.7133392Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:16:43.7133748Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:16:43.7134111Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:16:43.7134490Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:16:43.7134881Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:16:43.7135268Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:16:43.7135936Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:16:43.7136560Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:16:43.7137072Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:16:43.7137603Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:16:43.7137963Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:16:43.7138287Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:16:43.7138641Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:16:43.7138985Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:16:43.7139336Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:16:43.7139691Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:16:43.7140034Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:16:43.7140403Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:16:43.7140793Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:16:43.7141222Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:16:43.7141667Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:16:43.7142062Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:16:43.7142441Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:16:43.7142824Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:16:43.7143207Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:16:43.7143604Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:16:43.7143999Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:16:43.7144369Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:16:43.7144753Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:16:43.7145156Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:16:43.7145769Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:16:43.7146330Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:16:43.7146708Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:16:43.7147091Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:16:43.7147486Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:16:43.7147883Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:16:43.7148275Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:16:43.7148659Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:16:43.7149048Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:16:43.7149447Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:16:43.7149821Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:16:43.7150182Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:16:43.7150486Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:16:43.7150804Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:16:43.7151191Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:16:43.7151573Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:16:43.7151962Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:16:43.7152326Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:16:43.7152691Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:16:43.7153060Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:16:43.7161343Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:16:43.7161999Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:16:43.7162473Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:16:43.7162942Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:16:43.7163356Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:16:43.7163739Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:16:43.7164134Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:16:43.7164542Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:16:43.7164954Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:16:43.7165359Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:16:43.7165936Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:16:43.7166301Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:16:43.7166724Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:16:43.7167143Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:16:43.7167544Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:16:43.7167902Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:16:43.7168239Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:16:43.7168632Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:16:43.7169015Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:16:43.7169433Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:16:43.7169894Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:16:43.7170308Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:16:43.7170820Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:16:43.7171159Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:16:43.7171507Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:16:43.7171947Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:16:43.7172441Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:16:43.7172878Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:16:43.7173251Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:16:43.7173707Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:16:43.7174234Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:16:43.7174726Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:16:43.7175156Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:16:43.7175687Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:16:43.7176220Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:16:43.7176625Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:16:43.7177032Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:16:43.7177430Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:16:43.7177799Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:16:43.7178161Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:16:43.7178545Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:16:43.7179120Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:16:43.7179530Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:16:43.7179916Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:16:43.7180301Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:16:43.7180691Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:16:43.7181112Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:16:43.7181562Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:16:43.7181988Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:16:43.7182352Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:16:43.7182719Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:16:43.7183113Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:16:43.7183487Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:16:43.7183849Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:16:43.7184219Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:16:43.7184607Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:16:43.7185016Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:16:43.7185664Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:16:43.7186122Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:16:43.7186518Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:16:43.7186900Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:16:43.7187280Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:16:43.7187774Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:16:43.7188132Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:16:43.7188505Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:16:43.7188874Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:16:43.7189310Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:16:43.7189778Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:16:43.7190231Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:16:43.7190743Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:16:43.7191240Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:16:43.7191727Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:16:43.7192210Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:16:43.7192634Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:16:43.7192982Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:16:43.7193337Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:16:43.7193703Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:16:43.7194067Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:16:43.7194416Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:16:43.7194781Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:16:43.7195147Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:16:43.7195788Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:16:43.7196202Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:16:43.7196584Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:16:43.7196977Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:16:43.7197366Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:16:43.7197783Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:16:43.7198215Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:16:43.7198597Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:16:43.7198967Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:16:43.7199375Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:16:43.7199747Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:16:43.7200101Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:16:43.7200438Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:16:43.7200796Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:16:43.7201174Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:16:43.7201540Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:16:43.7201929Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:16:43.7202286Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:16:43.7202601Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:16:43.7203056Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7203570Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:16:43.7203932Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:16:43.7204425Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:16:43.7204790Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:16:43.7205181Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:16:43.7205838Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:16:43.7206267Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:16:43.7206684Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:16:43.7207084Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:16:43.7207479Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:16:43.7207892Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:16:43.7208307Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:16:43.7208693Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:16:43.7209117Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:16:43.7209601Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:16:43.7210090Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:16:43.7210530Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:16:43.7210937Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:16:43.7211335Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:16:43.7211802Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:16:43.7212410Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:16:43.7212819Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:16:43.7213244Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:16:43.7213687Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:16:43.7214088Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:16:43.7214446Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:16:43.7214808Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:16:43.7215185Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:16:43.7215774Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:16:43.7216141Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:16:43.7216502Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:16:43.7216888Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:16:43.7217260Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:16:43.7217619Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:16:43.7217983Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:16:43.7218327Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:16:43.7218696Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:16:43.7219072Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:16:43.7219428Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:16:43.7219779Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:16:43.7220127Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:16:43.7220489Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:16:43.7220991Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:16:43.7221344Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:16:43.7221692Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:16:43.7222060Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:16:43.7222415Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:16:43.7222773Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:16:43.7223200Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:16:43.7223599Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:16:43.7223957Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:16:43.7224327Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:16:43.7224746Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:16:43.7225142Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:16:43.7225632Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:16:43.7225997Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:16:43.7226349Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:16:43.7226646Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:16:43.7226943Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:16:43.7227286Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:16:43.7227633Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:16:43.7227989Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:16:43.7228340Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:16:43.7228792Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:16:43.7229134Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:16:43.7229504Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:16:43.7229907Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:16:43.7230299Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:16:43.7230689Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:16:43.7231068Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:16:43.7231468Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:16:43.7231957Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:16:43.7232569Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:16:43.7233187Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:16:43.7233718Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:16:43.7234182Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:16:43.7234624Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:16:43.7235130Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:16:43.7235831Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:16:43.7236394Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:16:43.7236874Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:16:43.7237315Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:16:43.7237794Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:16:43.7238157Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:16:43.7238518Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:16:43.7238892Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:16:43.7239271Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:16:43.7239650Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:16:43.7240019Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:16:43.7240395Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:16:43.7240777Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:16:43.7241143Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:16:43.7241515Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:16:43.7241882Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:16:43.7242264Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:16:43.7242649Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:16:43.7243053Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:16:43.7243459Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:16:43.7243813Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:16:43.7244194Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:16:43.7244599Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:16:43.7245121Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:16:43.7245657Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:16:43.7246075Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:16:43.7246438Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:16:43.7246801Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:16:43.7247173Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:16:43.7247529Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:16:43.7247910Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:16:43.7248303Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:16:43.7248684Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:16:43.7249066Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:16:43.7249434Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:16:43.7249794Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:16:43.7250333Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7251031Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7251690Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7252325Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7252837Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:16:43.7253216Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:16:43.7253585Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:16:43.7254081Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:16:43.7254448Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:16:43.7254801Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:16:43.7255167Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:16:43.7255641Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:16:43.7256013Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:16:43.7256379Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:16:43.7256752Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:16:43.7257115Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:16:43.7257495Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:16:43.7257905Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:16:43.7258297Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:16:43.7258686Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:16:43.7259077Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:16:43.7259462Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:16:43.7259846Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:16:43.7260249Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:16:43.7260614Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:16:43.7261000Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:16:43.7261515Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:16:43.7261916Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:16:43.7262308Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:16:43.7262696Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:16:43.7263080Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:16:43.7263495Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:16:43.7263918Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:16:43.7264310Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:16:43.7264736Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:16:43.7265189Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:16:43.7265729Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:16:43.7266093Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:16:43.7266462Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:16:43.7266855Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:16:43.7267260Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:16:43.7267654Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:16:43.7268025Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:16:43.7268405Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:16:43.7268865Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:16:43.7269325Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:16:43.7269715Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:16:43.7270239Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:16:43.7270689Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:16:43.7271128Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:16:43.7271595Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:16:43.7272070Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:16:43.7272506Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:16:43.7272931Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:16:43.7273322Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:16:43.7273712Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:16:43.7274124Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:16:43.7274504Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:16:43.7274873Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:16:43.7275275Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:16:43.7275764Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:16:43.7276156Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:16:43.7276565Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:16:43.7276950Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:16:43.7277319Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:16:43.7277677Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:16:43.7278178Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:16:43.7278572Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:16:43.7278981Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:16:43.7279422Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:16:43.7279863Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:16:43.7280255Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:16:43.7280687Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:16:43.7281100Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:16:43.7281499Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:16:43.7281900Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:16:43.7282254Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:16:43.7282612Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:16:43.7282990Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:16:43.7283375Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:16:43.7283741Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:16:43.7284065Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:16:43.7284373Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:16:43.7284717Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:16:43.7285205Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:16:43.7285810Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:16:43.7286186Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:16:43.7286669Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:16:43.7287053Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:16:43.7287461Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:16:43.7287859Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:16:43.7288255Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:16:43.7288657Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:16:43.7289057Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:16:43.7289422Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:16:43.7289781Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:16:43.7290137Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:16:43.7290517Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:16:43.7290927Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:16:43.7291345Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:16:43.7291729Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:16:43.7292138Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:16:43.7292567Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:16:43.7292955Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:16:43.7293314Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:16:43.7293655Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:16:43.7294124Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:16:43.7294498Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:16:43.7294865Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:16:43.7295255Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:16:43.7295755Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:16:43.7296207Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:16:43.7296648Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:16:43.7297015Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:16:43.7297397Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:16:43.7297769Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:16:43.7298154Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:16:43.7298524Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:16:43.7298890Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:16:43.7299319Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:16:43.7299803Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:16:43.7300213Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:16:43.7300575Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:16:43.7300937Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:16:43.7301330Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:16:43.7301714Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:16:43.7302080Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:16:43.7302591Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:16:43.7302968Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:16:43.7303315Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:16:43.7303662Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:16:43.7304054Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:16:43.7304465Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:16:43.7304838Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:16:43.7305215Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:16:43.7305744Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:16:43.7306167Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:16:43.7306580Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:16:43.7306970Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:16:43.7307472Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7307970Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:16:43.7308272Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:16:43.7308607Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:16:43.7309012Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:16:43.7309430Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:16:43.7309935Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:16:43.7310622Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:16:43.7311234Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:16:43.7311862Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:16:43.7312482Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:16:43.7313083Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:16:43.7313692Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:16:43.7314253Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:16:43.7314725Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:16:43.7315157Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:16:43.7315675Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:16:43.7316087Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:16:43.7316541Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:16:43.7316967Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:16:43.7317341Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:16:43.7317701Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:16:43.7318071Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:16:43.7318448Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:16:43.7318846Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:16:43.7319256Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:16:43.7319727Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:16:43.7320111Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:16:43.7320564Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:16:43.7321047Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:16:43.7321516Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:16:43.7321984Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:16:43.7322449Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:16:43.7322914Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:16:43.7323354Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:16:43.7323762Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:16:43.7324161Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:16:43.7324562Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:16:43.7324960Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:16:43.7325360Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:16:43.7325883Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:16:43.7326305Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:16:43.7326682Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:16:43.7327053Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:16:43.7327538Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:16:43.7327918Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:16:43.7328341Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:16:43.7328773Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:16:43.7329161Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:16:43.7329560Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:16:43.7329972Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:16:43.7330409Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:16:43.7330850Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:16:43.7331269Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:16:43.7331664Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:16:43.7332036Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:16:43.7332412Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:16:43.7332774Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:16:43.7333139Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:16:43.7333531Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:16:43.7333920Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:16:43.7334337Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:16:43.7334790Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:16:43.7335196Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:16:43.7335708Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:16:43.7336240Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:16:43.7336537Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:16:43.7336850Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:16:43.7337227Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:16:43.7337610Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:16:43.7337991Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:16:43.7338373Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:16:43.7338791Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:16:43.7339232Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:16:43.7339644Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:16:43.7340024Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:16:43.7340414Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:16:43.7340953Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:43.7341517Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:16:43.7341958Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:16:43.7342392Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:16:43.7342819Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:16:43.7343232Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:16:43.7343731Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:16:43.7344121Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:16:43.7344496Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:16:43.7344881Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:16:43.7345272Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:16:43.7345746Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:16:43.7346121Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:16:43.7346511Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:16:43.7346879Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:16:43.7347292Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:16:43.7347744Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:16:43.7348160Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:16:43.7348527Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:16:43.7348887Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:16:43.7349264Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:16:43.7349631Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:16:43.7349998Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:16:43.7350413Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:16:43.7350846Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:16:43.7351240Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:16:43.7351633Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:16:43.7352143Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:16:43.7352515Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:16:43.7352876Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:16:43.7353251Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:16:43.7353644Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:16:43.7354075Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:16:43.7354513Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:16:43.7354923Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:16:43.7355313Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:16:43.7355811Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:16:43.7356232Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:16:43.7356610Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:16:43.7356957Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:16:43.7357266Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:16:43.7357560Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:16:43.7357917Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:16:43.7358281Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:16:43.7358624Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:16:43.7358983Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:16:43.7359364Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:16:43.7359852Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:16:43.7360217Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:16:43.7360591Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:16:43.7360957Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:16:43.7361353Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:16:43.7361719Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:16:43.7362070Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:16:43.7362418Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:16:43.7362790Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:16:43.7363166Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:16:43.7363506Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:16:43.7363872Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:16:43.7364257Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:16:43.7364625Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:16:43.7364993Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:16:43.7365359Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:16:43.7365830Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:16:43.7366219Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:16:43.7366631Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:16:43.7367023Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:16:43.7367369Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:16:43.7367715Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:16:43.7368164Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:16:43.7368570Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:16:43.7369052Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:16:43.7369506Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:16:43.7369966Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:16:43.7370448Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:16:43.7370880Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:16:43.7371251Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:16:43.7371623Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:16:43.7372006Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:16:43.7372388Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:16:43.7372761Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:16:43.7373134Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:16:43.7373501Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:16:43.7373879Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:16:43.7374306Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:16:43.7374727Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:16:43.7375092Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:16:43.7375622Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:16:43.7376155Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:16:43.7376536Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:16:43.7376876Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:16:43.7377258Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:16:43.7377695Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:16:43.7378111Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:16:43.7378512Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:16:43.7378913Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:16:43.7379230Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:16:43.7379504Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:16:43.7379853Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:16:43.7380326Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:16:43.8055930Z info: downloading installer
2025-08-20T22:16:44.0857012Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:16:44.0857662Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:16:44.0858297Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:16:44.0859020Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:16:44.1027689Z info: profile set to 'default'
2025-08-20T22:16:44.1028209Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:16:44.1028876Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:16:44.1715967Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:16:44.3028224Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:16:44.3028743Z 
2025-08-20T22:16:44.3124338Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:16:44.3124982Z 
2025-08-20T22:16:44.3125003Z 
2025-08-20T22:16:44.3125100Z Rust is installed now. Great!
2025-08-20T22:16:44.3125268Z 
2025-08-20T22:16:44.3125463Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:16:44.3126242Z environment variable. This has not been done automatically.
2025-08-20T22:16:44.3126643Z 
2025-08-20T22:16:44.3126832Z To configure your current shell, you need to source
2025-08-20T22:16:44.3127320Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:16:44.3127619Z 
2025-08-20T22:16:44.3127910Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:16:44.3128559Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:16:44.3129083Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:16:44.3129568Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:16:44.3443790Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:16:44.3773230Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:16:44.3773701Z 
2025-08-20T22:16:44.3867622Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:16:44.3867965Z 
2025-08-20T22:16:44.4355842Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:16:45.2156903Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:16:45.2507583Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:16:45.2508186Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:16:45.2508798Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:16:45.2509402Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:16:45.2509998Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:16:45.2510873Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:16:45.2511291Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:16:45.2511767Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:16:45.2512217Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:16:45.2512556Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:16:45.2512916Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:16:45.2513305Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:16:45.2513682Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:16:45.2514082Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:16:45.2514479Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:16:45.2514872Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:16:45.2515273Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:16:45.2515893Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:16:45.2516273Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:16:45.2516737Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:16:45.2517270Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:16:45.2517650Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:16:45.2518063Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:16:45.2518457Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:16:45.2518809Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:16:45.2519195Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:16:45.2519624Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:16:45.2520211Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:16:45.2520604Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:16:45.2521019Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:16:45.2521440Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:16:45.2521854Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:16:45.2522277Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:16:45.2522691Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:16:45.2523127Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:16:45.2523552Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:16:45.2523952Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:16:45.2524345Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:16:45.2524745Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:16:45.2525160Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:16:45.2525789Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:16:45.2526192Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:16:45.2526575Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:16:45.2527018Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:16:45.2527483Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:16:45.2527935Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:16:45.2528532Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:16:45.2528975Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:16:45.2529384Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:16:45.2529793Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:16:45.2530189Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:16:45.2530595Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:16:45.2530981Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:16:45.2531344Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:16:45.2531696Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:16:45.2532059Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:16:45.2532381Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:16:45.2532720Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:16:45.2533116Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:16:45.2533480Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:16:45.2533883Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:16:45.2534318Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:16:45.2534732Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:16:45.2535138Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:16:45.2535683Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:16:45.2536106Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:16:45.2536504Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:16:45.2537014Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:16:45.2537461Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:16:45.2537917Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:16:45.2538407Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:16:45.2538870Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:16:45.2539279Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:16:45.2539665Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:16:45.2540054Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:16:45.2540451Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:16:45.2540879Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:16:45.2541363Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:16:45.2541845Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:16:45.2542322Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:16:45.2542748Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:16:45.2543138Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:16:45.2543522Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:16:45.2543917Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:16:45.2544305Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:16:45.2544798Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:16:45.2545219Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:16:45.2545737Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:16:45.2546114Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:16:45.2546482Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:16:45.2546877Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:16:45.2547270Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:16:45.2547634Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:16:45.2547990Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:16:45.2548367Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:16:45.2548757Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:16:45.2549106Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:16:45.2549490Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:16:45.2549862Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:16:45.2550220Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:16:45.2550613Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:16:45.2550979Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:16:45.2551341Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:16:45.2551712Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:16:45.2552096Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:16:45.2552494Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:16:45.2552904Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:16:45.2561350Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:16:45.2562034Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:16:45.2562714Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:16:45.2563393Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:16:45.2563970Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:16:45.2564520Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:16:45.2565122Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:16:45.2566421Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:16:45.2566791Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:16:45.2567160Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:16:45.2567524Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:16:45.2567904Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:16:45.2568309Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:16:45.2568743Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:16:45.2569196Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:16:45.2569600Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:16:45.2569983Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:16:45.2570367Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:16:45.2570762Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:16:45.2571183Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:16:45.2571758Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:16:45.2572151Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:16:45.2572542Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:16:45.2572949Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:16:45.2573386Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:16:45.2573812Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:16:45.2574195Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:16:45.2574576Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:16:45.2574976Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:16:45.2575373Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:16:45.2576085Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:16:45.2576473Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:16:45.2576860Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:16:45.2577259Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:16:45.2577629Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:16:45.2577982Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:16:45.2578285Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:16:45.2578602Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:16:45.2578986Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:16:45.2579387Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:16:45.2579776Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:16:45.2580276Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:16:45.2580646Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:16:45.2581021Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:16:45.2581365Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:16:45.2581698Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:16:45.2582117Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:16:45.2582556Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:16:45.2582973Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:16:45.2583346Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:16:45.2583732Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:16:45.2584144Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:16:45.2584559Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:16:45.2584986Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:16:45.2585765Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:16:45.2586132Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:16:45.2586550Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:16:45.2586985Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:16:45.2587392Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:16:45.2587753Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:16:45.2588091Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:16:45.2588610Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:16:45.2589002Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:16:45.2589418Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:16:45.2589881Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:16:45.2590290Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:16:45.2590662Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:16:45.2591001Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:16:45.2591350Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:16:45.2591785Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:16:45.2592283Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:16:45.2592724Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:16:45.2593097Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:16:45.2593553Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:16:45.2594078Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:16:45.2594563Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:16:45.2594988Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:16:45.2595344Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:16:45.2596629Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:16:45.2597204Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:16:45.2597647Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:16:45.2598069Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:16:45.2598610Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:16:45.2598992Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:16:45.2599385Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:16:45.2599784Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:16:45.2600185Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:16:45.2600577Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:16:45.2600967Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:16:45.2601348Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:16:45.2601773Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:16:45.2602223Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:16:45.2602651Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:16:45.2603017Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:16:45.2603386Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:16:45.2603782Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:16:45.2604154Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:16:45.2604526Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:16:45.2604898Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:16:45.2605281Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:16:45.2605925Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:16:45.2606518Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:16:45.2606971Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:16:45.2607364Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:16:45.2607747Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:16:45.2608122Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:16:45.2608493Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:16:45.2608853Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:16:45.2609227Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:16:45.2609607Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:16:45.2610051Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:16:45.2610710Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:16:45.2611324Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:16:45.2611840Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:16:45.2612338Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:16:45.2612825Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:16:45.2613314Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:16:45.2613742Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:16:45.2614109Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:16:45.2614466Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:16:45.2614835Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:16:45.2615209Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:16:45.2615939Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:16:45.2616435Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:16:45.2616811Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:16:45.2617191Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:16:45.2617697Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:16:45.2618347Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:16:45.2619031Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:16:45.2619708Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:16:45.2620411Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:16:45.2621179Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:16:45.2621832Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:16:45.2622489Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:16:45.2623205Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:16:45.2623632Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:16:45.2623982Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:16:45.2624326Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:16:45.2624688Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:16:45.2625069Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:16:45.2625436Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:16:45.2626341Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:16:45.2626713Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:16:45.2627031Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:16:45.2627485Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2627988Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:16:45.2628351Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:16:45.2628723Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:16:45.2629084Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:16:45.2629486Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:16:45.2629908Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:16:45.2630332Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:16:45.2630757Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:16:45.2631153Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:16:45.2631547Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:16:45.2631959Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:16:45.2632366Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:16:45.2632753Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:16:45.2633177Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:16:45.2633654Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:16:45.2634139Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:16:45.2634583Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:16:45.2635108Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:16:45.2635621Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:16:45.2636091Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:16:45.2636565Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:16:45.2636961Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:16:45.2637416Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:16:45.2637863Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:16:45.2638265Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:16:45.2638621Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:16:45.2638985Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:16:45.2639372Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:16:45.2639749Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:16:45.2640108Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:16:45.2640464Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:16:45.2640847Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:16:45.2641222Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:16:45.2641581Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:16:45.2641945Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:16:45.2642292Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:16:45.2642663Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:16:45.2643153Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:16:45.2643515Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:16:45.2643862Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:16:45.2644206Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:16:45.2644565Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:16:45.2644933Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:16:45.2645286Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:16:45.2645743Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:16:45.2646112Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:16:45.2646462Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:16:45.2646825Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:16:45.2647261Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:16:45.2647680Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:16:45.2648041Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:16:45.2648416Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:16:45.2648831Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:16:45.2649222Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:16:45.2649578Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:16:45.2649947Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:16:45.2650302Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:16:45.2650596Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:16:45.2650892Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:16:45.2651365Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:16:45.2651730Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:16:45.2652087Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:16:45.2652438Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:16:45.2652775Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:16:45.2653108Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:16:45.2653482Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:16:45.2653884Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:16:45.2654273Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:16:45.2654663Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:16:45.2655053Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:16:45.2655465Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:16:45.2656204Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:16:45.2656819Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:16:45.2657432Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:16:45.2657963Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:16:45.2658429Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:16:45.2658873Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:16:45.2659522Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:16:45.2660169Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:16:45.2660733Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:16:45.2661216Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:16:45.2661661Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:16:45.2662023Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:16:45.2662396Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:16:45.2662762Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:16:45.2663144Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:16:45.2663755Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:16:45.2664150Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:16:45.2664533Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:16:45.2664907Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:16:45.2665280Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:16:45.2665857Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:16:45.2666235Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:16:45.2666601Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:16:45.2666988Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:16:45.2667374Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:16:45.2667779Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:16:45.2668189Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:16:45.2668693Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:16:45.2669079Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:16:45.2669480Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:16:45.2669884Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:16:45.2670316Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:16:45.2670744Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:16:45.2671111Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:16:45.2671633Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:16:45.2672014Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:16:45.2672375Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:16:45.2672761Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:16:45.2673143Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:16:45.2673516Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:16:45.2673890Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:16:45.2674413Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:16:45.2674853Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:16:45.2675391Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2676204Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2677025Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2677766Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2678363Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:16:45.2678739Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:16:45.2679105Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:16:45.2679477Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:16:45.2679841Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:16:45.2680196Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:16:45.2680562Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:16:45.2680938Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:16:45.2681317Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:16:45.2681687Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:16:45.2682061Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:16:45.2682424Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:16:45.2682805Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:16:45.2683209Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:16:45.2683600Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:16:45.2683990Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:16:45.2684383Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:16:45.2684768Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:16:45.2685148Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:16:45.2685773Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:16:45.2686142Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:16:45.2686526Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:16:45.2686926Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:16:45.2687314Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:16:45.2687698Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:16:45.2688086Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:16:45.2688464Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:16:45.2688881Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:16:45.2689311Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:16:45.2689709Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:16:45.2690139Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:16:45.2690590Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:16:45.2690994Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:16:45.2691355Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:16:45.2691724Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:16:45.2692111Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:16:45.2692511Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:16:45.2692904Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:16:45.2693390Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:16:45.2693782Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:16:45.2694242Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:16:45.2694706Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:16:45.2695094Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:16:45.2695651Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:16:45.2696184Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:16:45.2696622Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:16:45.2697082Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:16:45.2697560Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:16:45.2698000Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:16:45.2698432Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:16:45.2698823Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:16:45.2699211Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:16:45.2699629Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:16:45.2700010Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:16:45.2700381Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:16:45.2700780Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:16:45.2701169Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:16:45.2701568Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:16:45.2701977Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:16:45.2702500Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:16:45.2702872Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:16:45.2703232Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:16:45.2703585Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:16:45.2703969Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:16:45.2704375Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:16:45.2704823Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:16:45.2705259Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:16:45.2705869Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:16:45.2706308Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:16:45.2706726Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:16:45.2707119Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:16:45.2707511Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:16:45.2707858Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:16:45.2708213Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:16:45.2708593Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:16:45.2708982Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:16:45.2709349Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:16:45.2709672Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:16:45.2710112Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:16:45.2710469Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:16:45.2710961Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:16:45.2711473Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:16:45.2711854Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:16:45.2712218Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:16:45.2712604Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:16:45.2713006Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:16:45.2713406Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:16:45.2713796Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:16:45.2714207Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:16:45.2714609Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:16:45.2714972Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:16:45.2715335Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:16:45.2715812Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:16:45.2716188Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:16:45.2716603Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:16:45.2717022Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:16:45.2717408Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:16:45.2717816Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:16:45.2718253Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:16:45.2718815Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:16:45.2719176Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:16:45.2719529Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:16:45.2719891Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:16:45.2720265Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:16:45.2720637Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:16:45.2721037Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:16:45.2721446Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:16:45.2721899Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:16:45.2722337Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:16:45.2722714Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:16:45.2723088Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:16:45.2723470Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:16:45.2723852Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:16:45.2724226Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:16:45.2724597Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:16:45.2725036Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:16:45.2725618Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:16:45.2726034Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:16:45.2726521Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:16:45.2726897Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:16:45.2727292Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:16:45.2727680Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:16:45.2728047Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:16:45.2728438Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:16:45.2728812Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:16:45.2729276Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:16:45.2729766Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:16:45.2730169Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:16:45.2730663Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:16:45.2731041Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:16:45.2731428Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:16:45.2731863Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:16:45.2732288Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:16:45.2732726Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:16:45.2733283Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:16:45.2733794Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2734301Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:16:45.2734610Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:16:45.2734957Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:16:45.2735704Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:16:45.2736198Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:16:45.2736726Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:16:45.2737325Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:16:45.2737930Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:16:45.2738563Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:16:45.2739188Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:16:45.2739809Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:16:45.2740419Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:16:45.2740989Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:16:45.2741464Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:16:45.2741896Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:16:45.2742327Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:16:45.2742744Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:16:45.2743201Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:16:45.2743622Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:16:45.2744002Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:16:45.2744571Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:16:45.2744951Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:16:45.2745325Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:16:45.2745946Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:16:45.2746359Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:16:45.2746718Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:16:45.2747104Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:16:45.2747559Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:16:45.2748039Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:16:45.2748516Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:16:45.2748994Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:16:45.2749471Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:16:45.2749936Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:16:45.2750375Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:16:45.2750782Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:16:45.2751188Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:16:45.2751595Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:16:45.2751997Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:16:45.2752397Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:16:45.2752820Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:16:45.2753377Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:16:45.2753763Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:16:45.2754140Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:16:45.2754514Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:16:45.2754889Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:16:45.2755318Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:16:45.2755863Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:16:45.2756258Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:16:45.2756658Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:16:45.2757078Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:16:45.2757525Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:16:45.2757960Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:16:45.2758382Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:16:45.2758771Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:16:45.2759139Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:16:45.2759526Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:16:45.2759893Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:16:45.2760262Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:16:45.2760659Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:16:45.2761161Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:16:45.2761591Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:16:45.2762050Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:16:45.2762464Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:16:45.2762863Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:16:45.2763252Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:16:45.2763552Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:16:45.2763868Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:16:45.2764247Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:16:45.2764634Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:16:45.2765025Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:16:45.2765414Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:16:45.2765939Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:16:45.2766377Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:16:45.2766784Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:16:45.2767162Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:16:45.2767551Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:16:45.2768088Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:16:45.2768656Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:16:45.2769098Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:16:45.2769538Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:16:45.2770080Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:16:45.2770494Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:16:45.2770886Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:16:45.2771267Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:16:45.2771642Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:16:45.2772143Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:16:45.2772579Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:16:45.2772945Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:16:45.2773328Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:16:45.2773726Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:16:45.2774092Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:16:45.2774495Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:16:45.2774947Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:16:45.2775365Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:16:45.2775964Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:16:45.2776337Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:16:45.2776717Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:16:45.2777086Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:16:45.2777451Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:16:45.2778003Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:16:45.2778457Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:16:45.2778857Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:16:45.2779245Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:16:45.2779633Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:16:45.2780013Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:16:45.2780380Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:16:45.2780755Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:16:45.2781148Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:16:45.2781595Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:16:45.2782068Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:16:45.2782489Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:16:45.2782901Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:16:45.2783299Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:16:45.2783716Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:16:45.2784100Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:16:45.2784454Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:16:45.2784769Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:16:45.2785067Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:16:45.2785435Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:16:45.2786042Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:16:45.2786529Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:16:45.2786899Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:16:45.2787291Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:16:45.2787673Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:16:45.2788030Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:16:45.2788376Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:16:45.2788748Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:16:45.2789142Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:16:45.2789512Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:16:45.2789883Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:16:45.2790243Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:16:45.2790628Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:16:45.2791010Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:16:45.2791357Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:16:45.2791729Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:16:45.2792113Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:16:45.2792485Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:16:45.2792854Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:16:45.2793220Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:16:45.2793604Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:16:45.2794107Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:16:45.2794537Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:16:45.2794937Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:16:45.2795289Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:16:45.2795884Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:16:45.2796244Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:16:45.2796670Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:16:45.2797164Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:16:45.2797626Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:16:45.2798101Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:16:45.2798600Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:16:45.2799040Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:16:45.2799421Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:16:45.2799807Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:16:45.2800198Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:16:45.2800578Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:16:45.2800955Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:16:45.2801334Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:16:45.2801699Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:16:45.2802094Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:16:45.2802534Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:16:45.2803094Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:16:45.2803473Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:16:45.2803872Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:16:45.2804300Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:16:45.2804679Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:16:45.2805027Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:16:45.2805413Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:16:45.2805975Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:16:45.2806398Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:16:45.2806803Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:16:45.2807212Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:16:45.2807535Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:16:45.2807810Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:16:45.2808172Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:16:45.2808651Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:16:45.2808973Z 
2025-08-20T22:16:45.2808977Z 
2025-08-20T22:16:45.2809342Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:16:45 PM)
2025-08-20T22:16:45.2809723Z 
2025-08-20T22:16:45.2809727Z 
2025-08-20T22:16:45.2809729Z 
2025-08-20T22:16:45.2809812Z [+] Continue : YES
2025-08-20T22:16:45.2809927Z 
2025-08-20T22:16:45.2810283Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:16:45.3447341Z 
2025-08-20T22:16:45.3447618Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:16:45 PM) UTC
2025-08-20T22:16:45.3447881Z 
2025-08-20T22:16:45.3465158Z 
2025-08-20T22:16:45.3465333Z [+] Total RECIPES :: 1
2025-08-20T22:16:45.3465782Z 
2025-08-20T22:16:45.3542568Z 
2025-08-20T22:16:45.3543100Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml (1/1)
2025-08-20T22:16:45.3543634Z 
2025-08-20T22:16:45.4250475Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:16:45.4261424Z mode of '/tmp/pkgforge/31wBY6qTO_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:16:45.4310314Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/reviewdog/official [Provided]
2025-08-20T22:16:45.4310785Z [+] Setting '.pkg_family' --> reviewdog [Provided]
2025-08-20T22:16:45.4324333Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:16:45.4330939Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:16:45.4360918Z [00:00:00.003]➜  
2025-08-20T22:16:45.4361718Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:16:45.4362184Z [00:00:00.003]➜  
2025-08-20T22:16:45.4403424Z [00:00:00.007]➜  
2025-08-20T22:16:45.4403900Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:16:45.4404325Z [00:00:00.007]➜  
2025-08-20T22:16:45.4484414Z [00:00:00.016]➜  
2025-08-20T22:16:45.4485985Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/reviewdog/static.official.source.yaml) --> /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:16:45 PM) UTC]
2025-08-20T22:16:45.4487031Z [00:00:00.016]➜  
2025-08-20T22:16:45.4487458Z [00:00:00.016]➜  
2025-08-20T22:16:45.4487671Z [00:00:00.016]➜  
2025-08-20T22:16:45.4487973Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:16:45.4495144Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:16:45.4496661Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:16:45.4497759Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:16:45.4498198Z [00:00:00.017]➜  
2025-08-20T22:16:45.4498598Z [00:00:00.017]➜  pkg: "reviewdog"
2025-08-20T22:16:45.4499180Z [00:00:00.017]➜  pkg_id: "github.com.reviewdog.reviewdog"
2025-08-20T22:16:45.4499772Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:16:45.4500221Z [00:00:00.017]➜  category:
2025-08-20T22:16:45.4500965Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:16:45.4501332Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:16:45.4501935Z [00:00:00.017]➜  description: "Automated code review tool integrated with any code analysis tools regardless of programming language"
2025-08-20T22:16:45.4502478Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:16:45.4502728Z [00:00:00.017]➜    archlinux:
2025-08-20T22:16:45.4502966Z [00:00:00.017]➜      aur:
2025-08-20T22:16:45.4503222Z [00:00:00.017]➜        - "reviewdog-bin"
2025-08-20T22:16:45.4503496Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:16:45.4503742Z [00:00:00.017]➜      - "reviewdog"
2025-08-20T22:16:45.4503996Z [00:00:00.017]➜  homepage:
2025-08-20T22:16:45.4504310Z [00:00:00.017]➜    - "https://github.com/reviewdog/reviewdog"
2025-08-20T22:16:45.4504635Z [00:00:00.017]➜  license:
2025-08-20T22:16:45.4504866Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T22:16:45.4505390Z [00:00:00.017]➜      url: "https://github.com/reviewdog/reviewdog/raw/79646320fe339f9c14f8fb9d6c0020a109e47453/LICENSE"
2025-08-20T22:16:45.4506118Z [00:00:00.017]➜  maintainer:
2025-08-20T22:16:45.4506634Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:16:45.4506975Z [00:00:00.017]➜  note:
2025-08-20T22:16:45.4507302Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:16:45.4507845Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/reviewdog/reviewdog"
2025-08-20T22:16:45.4508289Z [00:00:00.017]➜  provides:
2025-08-20T22:16:45.4508534Z [00:00:00.017]➜    - "reviewdog"
2025-08-20T22:16:45.4508781Z [00:00:00.017]➜  repology:
2025-08-20T22:16:45.4509041Z [00:00:00.017]➜    - "reviewdog"
2025-08-20T22:16:45.4509284Z [00:00:00.017]➜  src_url:
2025-08-20T22:16:45.4509584Z [00:00:00.017]➜    - "https://github.com/reviewdog/reviewdog"
2025-08-20T22:16:45.4509889Z [00:00:00.017]➜  tag:
2025-08-20T22:16:45.4510120Z [00:00:00.017]➜    - "analyzer"
2025-08-20T22:16:45.4510363Z [00:00:00.017]➜    - "linter"
2025-08-20T22:16:45.4510624Z [00:00:00.017]➜  x_exec:
2025-08-20T22:16:45.4511024Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T22:16:45.4511537Z [00:00:00.017]➜    host:
2025-08-20T22:16:45.4511826Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:16:45.4512128Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:16:45.4512395Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:16:45.4512647Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:16:45.4512954Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:16:45.4513683Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:16:45.4514609Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:16:45.4515275Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:16:45.4516084Z [00:00:00.017]➜    run: |
2025-08-20T22:16:45.4516330Z [00:00:00.017]➜      #Build
2025-08-20T22:16:45.4516970Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:16:45.4517877Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:16:45.4518453Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:16:45.4518932Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:16:45.4519360Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:16:45.4519716Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:16:45.4519988Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:16:45.4520369Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:16:45.4520749Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T22:16:45.4521230Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:16:45.4522159Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:16:45.4522919Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T22:16:45.4523512Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:16:45.4524081Z [00:00:00.017]➜        #Build
2025-08-20T22:16:45.4525028Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:16:45.4526224Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:16:45.4527088Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:16:45.4527870Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:16:45.4529589Z [00:00:00.017]➜         go build -C "cmd/reviewdog" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/reviewdog"
2025-08-20T22:16:45.4530900Z [00:00:00.017]➜        #Copy
2025-08-20T22:16:45.4532066Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:16:45.4533112Z [00:00:00.017]➜        #Strip 
2025-08-20T22:16:45.4534042Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:16:45.4535319Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:16:45.4537158Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:16:45.4538279Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:16:45.4539318Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:16:45.4540109Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:16:45.4540591Z [00:00:00.017]➜        '
2025-08-20T22:16:45.4541025Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:16:45.4541705Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:16:45.4542721Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:16:45.4544711Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:16:45.4546592Z [00:00:00.017]➜  
2025-08-20T22:16:45.4546963Z [00:00:00.017]➜  
2025-08-20T22:16:45.4547501Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:16:45.4548252Z [00:00:00.017]➜  
2025-08-20T22:16:45.4548618Z [00:00:00.017]➜  
2025-08-20T22:16:45.4548975Z [00:00:00.017]➜  
2025-08-20T22:16:45.4549883Z [00:00:00.018]➜  '/tmp/pkgforge/31wBY6qTO_build.yaml' -> '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:16:46.7140269Z [00:00:01.281]➜  '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' -> '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.version'
2025-08-20T22:16:46.7196106Z [00:00:01.287]➜  [+] Version: HEAD-b3a3469-250820T215056 ('.x_exec.pkgver') [/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.version]
2025-08-20T22:16:46.7443317Z [00:00:01.311]➜  [+] Progs: reviewdog
2025-08-20T22:16:46.8682353Z [00:00:01.435]➜  
2025-08-20T22:16:46.8682912Z [00:00:01.435]➜  [-] Missing packages. Found: 
2025-08-20T22:16:46.8683545Z [00:00:01.435]➜  [+] Expected: reviewdog
2025-08-20T22:16:46.8684109Z [00:00:01.435]➜  [+] Continuing with build...
2025-08-20T22:16:46.8684615Z [00:00:01.435]➜  
2025-08-20T22:16:47.2450140Z [00:00:01.812]➜  
2025-08-20T22:16:47.2450595Z [00:00:01.812]➜  
2025-08-20T22:16:47.2542182Z [00:00:01.821]➜  + mkdir -pv /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:16:47.2560686Z [00:00:01.823]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=reviewdog -e PKG_ID=github.com.reviewdog.reviewdog -e PKG_TYPE=static -e PKG_VER=HEAD-b3a3469-250820T215056 -e PKGVER=HEAD-b3a3469-250820T215056 -e SBUILD_PKG=reviewdog.static -e SBUILD_PKGVER=HEAD-b3a3469-250820T215056 --volume /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:16:47.2562975Z [00:00:01.823]➜    #Setup ENV
2025-08-20T22:16:47.2563628Z [00:00:01.823]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:16:47.2564083Z [00:00:01.823]➜     CGO_ENABLED="1" 
2025-08-20T22:16:47.2564467Z [00:00:01.823]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:16:47.2564988Z [00:00:01.823]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:16:47.2565396Z [00:00:01.823]➜     GOOS="linux"
2025-08-20T22:16:47.2565978Z [00:00:01.823]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:16:47.2566295Z [00:00:01.823]➜    #Build
2025-08-20T22:16:47.2566833Z [00:00:01.823]➜     git clone --filter "blob:none" --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:16:47.2567403Z [00:00:01.823]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:16:47.2567882Z [00:00:01.823]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:16:47.2568330Z [00:00:01.823]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:16:47.2569188Z [00:00:01.823]➜     go build -C "cmd/reviewdog" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/reviewdog"
2025-08-20T22:16:47.2569889Z [00:00:01.823]➜    #Copy
2025-08-20T22:16:47.2570538Z [00:00:01.823]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:16:47.2571114Z [00:00:01.823]➜    #Strip 
2025-08-20T22:16:47.2571656Z [00:00:01.823]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:16:47.2572343Z [00:00:01.823]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:16:47.2573025Z [00:00:01.823]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:16:47.2573794Z [00:00:01.823]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:16:47.2574355Z [00:00:01.823]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:16:47.2574782Z [00:00:01.823]➜     popd &>/dev/null
2025-08-20T22:16:47.2575041Z [00:00:01.823]➜    '
2025-08-20T22:16:47.5608792Z [00:00:02.128]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:16:47.6116058Z [00:00:02.179]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:16:47.6117098Z [00:00:02.179]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:16:47.6117686Z [00:00:02.179]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:16:47.6118062Z [00:00:02.179]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:16:47.6118412Z [00:00:02.179]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:16:47.6118758Z [00:00:02.179]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:16:47.6119113Z [00:00:02.179]➜  73d19b2d2e73: Waiting
2025-08-20T22:16:47.6119441Z [00:00:02.179]➜  eb4a15147d73: Waiting
2025-08-20T22:16:47.6119752Z [00:00:02.179]➜  1eff1cf6af24: Waiting
2025-08-20T22:16:47.6896128Z [00:00:02.257]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:16:47.6896760Z [00:00:02.257]➜  bffca73cb30c: Download complete
2025-08-20T22:16:47.7317010Z [00:00:02.299]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:16:47.7317616Z [00:00:02.299]➜  d62bb7eb03b5: Download complete
2025-08-20T22:16:47.7348778Z [00:00:02.302]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:16:47.7349924Z [00:00:02.302]➜  74f0d3ee81d8: Download complete
2025-08-20T22:16:47.8107525Z [00:00:02.378]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:16:47.8109013Z [00:00:02.378]➜  1eff1cf6af24: Download complete
2025-08-20T22:16:47.8576524Z [00:00:02.425]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:16:48.0326714Z [00:00:02.600]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:16:48.0327379Z [00:00:02.600]➜  eb4a15147d73: Download complete
2025-08-20T22:16:49.6448639Z [00:00:04.212]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:16:50.7904057Z [00:00:05.357]➜  bffca73cb30c: Pull complete
2025-08-20T22:16:54.7977828Z [00:00:09.365]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:16:54.7978938Z [00:00:09.365]➜  73d19b2d2e73: Download complete
2025-08-20T22:18:07.9932018Z [00:01:22.560]➜  73d19b2d2e73: Pull complete
2025-08-20T22:18:13.2511203Z [00:01:27.818]➜  eb4a15147d73: Pull complete
2025-08-20T22:18:13.2640930Z [00:01:27.831]➜  1eff1cf6af24: Pull complete
2025-08-20T22:18:13.2682658Z [00:01:27.835]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:18:13.2698218Z [00:01:27.837]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:18:13.4839516Z [00:01:28.051]➜  + mkdir -p /build-bins
2025-08-20T22:18:13.4857079Z [00:01:28.053]➜  ++ mktemp -d
2025-08-20T22:18:13.4872968Z [00:01:28.054]➜  + pushd /tmp/tmp.vDAGWtRiaR
2025-08-20T22:18:13.4875135Z [00:01:28.054]➜  + CGO_ENABLED=1
2025-08-20T22:18:13.4876116Z [00:01:28.054]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:18:13.4881709Z [00:01:28.055]➜  ++ uname -m
2025-08-20T22:18:13.4882474Z [00:01:28.055]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:18:13.4897345Z [00:01:28.057]➜  + GOARCH=amd64
2025-08-20T22:18:13.4898010Z [00:01:28.057]➜  + GOOS=linux
2025-08-20T22:18:13.4898623Z [00:01:28.057]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:18:13.4899585Z [00:01:28.057]➜  + git clone --filter blob:none --quiet https://github.com/reviewdog/reviewdog ./TEMPREPO
2025-08-20T22:18:14.0426339Z [00:01:28.610]➜  + cd ./TEMPREPO
2025-08-20T22:18:14.0427013Z [00:01:28.610]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T22:18:14.0427524Z [00:01:28.610]➜  
2025-08-20T22:18:14.0427942Z [00:01:28.610]➜  [+] Target: "amd64/linux"
2025-08-20T22:18:14.0428744Z [00:01:28.610]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:18:14.0429463Z [00:01:28.610]➜  
2025-08-20T22:18:14.0430394Z [00:01:28.610]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:18:14.0430857Z [00:01:28.610]➜  + go mod tidy -v
2025-08-20T22:18:14.1291679Z [00:01:28.696]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T22:18:14.1326415Z [00:01:28.700]➜  go: downloading github.com/haya14busa/go-sarif v0.0.0-20240630170108-a3ba8d79599f
2025-08-20T22:18:14.1328826Z [00:01:28.700]➜  go: downloading google.golang.org/protobuf v1.36.8
2025-08-20T22:18:14.1362563Z [00:01:28.703]➜  go: downloading github.com/reviewdog/errorformat v0.0.0-20250320004447-223c26dbe212
2025-08-20T22:18:14.4502907Z [00:01:29.017]➜  go: downloading github.com/rakyll/statik v0.1.7
2025-08-20T22:18:14.4658332Z [00:01:29.033]➜  go: downloading code.gitea.io/sdk/gitea v0.21.0
2025-08-20T22:18:14.4775178Z [00:01:29.044]➜  go: downloading github.com/google/go-github/v72 v72.0.0
2025-08-20T22:18:14.4802665Z [00:01:29.047]➜  go: downloading github.com/mattn/go-shellwords v1.0.12
2025-08-20T22:18:14.5001776Z [00:01:29.067]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.133.0
2025-08-20T22:18:14.5097395Z [00:01:29.077]➜  go: downloading golang.org/x/build v0.0.0-20250512204353-bd68c458b160
2025-08-20T22:18:14.6839695Z [00:01:29.251]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:18:14.7187281Z [00:01:29.286]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T22:18:14.7397902Z [00:01:29.307]➜  go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.12
2025-08-20T22:18:14.7716486Z [00:01:29.339]➜  go: downloading github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
2025-08-20T22:18:14.7747192Z [00:01:29.342]➜  go: downloading github.com/justinas/nosurf v1.2.0
2025-08-20T22:18:14.7748083Z [00:01:29.342]➜  go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
2025-08-20T22:18:14.7876046Z [00:01:29.355]➜  go: downloading github.com/vvakame/sdlog v1.2.0
2025-08-20T22:18:14.7982660Z [00:01:29.365]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T22:18:14.8148343Z [00:01:29.382]➜  go: downloading cloud.google.com/go/compute/metadata v0.8.0
2025-08-20T22:18:14.8611098Z [00:01:29.428]➜  go: downloading cloud.google.com/go/datastore v1.20.0
2025-08-20T22:18:14.8621718Z [00:01:29.429]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:18:14.9148156Z [00:01:29.482]➜  go: downloading cloud.google.com/go v0.116.0
2025-08-20T22:18:14.9247059Z [00:01:29.492]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:18:14.9481229Z [00:01:29.515]➜  go: downloading github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
2025-08-20T22:18:14.9666910Z [00:01:29.534]➜  go: downloading github.com/reva2/bitbucket-insights-api v1.0.0
2025-08-20T22:18:14.9767768Z [00:01:29.544]➜  go: downloading github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
2025-08-20T22:18:14.9897340Z [00:01:29.557]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:18:15.0858654Z [00:01:29.653]➜  go: downloading github.com/42wim/httpsig v1.2.2
2025-08-20T22:18:15.0861985Z [00:01:29.653]➜  go: downloading github.com/davidmz/go-pageant v1.0.2
2025-08-20T22:18:15.0862798Z [00:01:29.653]➜  go: downloading github.com/go-fed/httpsig v1.1.0
2025-08-20T22:18:15.1101630Z [00:01:29.677]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T22:18:15.1109398Z [00:01:29.678]➜  go: downloading golang.org/x/crypto v0.38.0
2025-08-20T22:18:15.1314257Z [00:01:29.698]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T22:18:15.1528565Z [00:01:29.720]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T22:18:15.1698705Z [00:01:29.737]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T22:18:15.1901412Z [00:01:29.757]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T22:18:15.2124117Z [00:01:29.779]➜  go: downloading cloud.google.com/go/monitoring v1.21.1
2025-08-20T22:18:15.2694737Z [00:01:29.836]➜  go: downloading cloud.google.com/go/trace v1.11.1
2025-08-20T22:18:15.2698254Z [00:01:29.837]➜  go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
2025-08-20T22:18:15.3122220Z [00:01:29.879]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:18:15.3308000Z [00:01:29.898]➜  go: downloading github.com/prometheus/prometheus v2.5.0+incompatible
2025-08-20T22:18:15.3530200Z [00:01:29.920]➜  go: downloading google.golang.org/api v0.203.0
2025-08-20T22:18:15.3531648Z [00:01:29.920]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
2025-08-20T22:18:15.3826070Z [00:01:29.950]➜  go: downloading google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53
2025-08-20T22:18:16.0139734Z [00:01:30.581]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
2025-08-20T22:18:16.0140730Z [00:01:30.581]➜  go: downloading google.golang.org/grpc v1.67.1
2025-08-20T22:18:16.2995419Z [00:01:30.866]➜  go: downloading golang.org/x/net v0.40.0
2025-08-20T22:18:16.2996393Z [00:01:30.867]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T22:18:16.4970978Z [00:01:31.064]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T22:18:16.5412830Z [00:01:31.108]➜  go: downloading github.com/googleapis/gax-go/v2 v2.13.0
2025-08-20T22:18:17.7485791Z [00:01:32.316]➜  go: downloading gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
2025-08-20T22:18:17.8804377Z [00:01:32.447]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T22:18:17.8807930Z [00:01:32.448]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:18:17.8808715Z [00:01:32.448]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:18:17.8809829Z [00:01:32.448]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:18:17.9100994Z [00:01:32.477]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T22:18:17.9147286Z [00:01:32.482]➜  go: downloading go.opentelemetry.io/otel v1.29.0
2025-08-20T22:18:18.0382001Z [00:01:32.605]➜  go: downloading go.opentelemetry.io/otel/trace v1.29.0
2025-08-20T22:18:18.0383056Z [00:01:32.605]➜  go: downloading github.com/kr/pretty v0.1.0
2025-08-20T22:18:18.0385687Z [00:01:32.606]➜  go: downloading go.opentelemetry.io/otel/sdk v1.29.0
2025-08-20T22:18:18.0500238Z [00:01:32.617]➜  go: downloading cloud.google.com/go/auth v0.9.9
2025-08-20T22:18:18.0834909Z [00:01:32.651]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.4
2025-08-20T22:18:18.0938799Z [00:01:32.661]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
2025-08-20T22:18:18.0952822Z [00:01:32.662]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T22:18:18.0953515Z [00:01:32.662]➜  go: downloading github.com/aws/aws-sdk-go v1.43.31
2025-08-20T22:18:18.1072199Z [00:01:32.674]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
2025-08-20T22:18:18.1153324Z [00:01:32.682]➜  go: downloading golang.org/x/text v0.25.0
2025-08-20T22:18:18.6788366Z [00:01:33.246]➜  go: downloading github.com/fatih/color v1.16.0
2025-08-20T22:18:18.6789065Z [00:01:33.246]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T22:18:18.7008874Z [00:01:33.267]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T22:18:18.7048105Z [00:01:33.272]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T22:18:18.7209295Z [00:01:33.288]➜  go: downloading go.opentelemetry.io/otel/metric v1.29.0
2025-08-20T22:18:18.7273503Z [00:01:33.294]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:18:18.7336453Z [00:01:33.301]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:18:18.7380385Z [00:01:33.305]➜  go: downloading github.com/google/s2a-go v0.1.8
2025-08-20T22:18:18.8012198Z [00:01:33.368]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
2025-08-20T22:18:18.8022686Z [00:01:33.369]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:18:18.8437127Z [00:01:33.411]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:18:20.1332203Z [00:01:34.700]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T22:18:20.2080806Z [00:01:34.775]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T22:18:20.2259941Z [00:01:34.793]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:18:20.2634046Z [00:01:34.831]➜  + go generate ./...
2025-08-20T22:18:24.9191665Z [00:01:39.486]➜  doghouse/appengine/template.go:1: running "statik": exec: "statik": executable file not found in $PATH
2025-08-20T22:18:24.9221138Z [00:01:39.489]➜  + go build -C cmd/reviewdog -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/reviewdog
2025-08-20T22:18:24.9247693Z [00:01:39.492]➜  WORK=/tmp/go-build707542385
2025-08-20T22:18:24.9508235Z [00:01:39.518]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info
2025-08-20T22:18:24.9510607Z [00:01:39.518]➜  # get https://proxy.golang.org/github.com/mattn/go-shellwords/@v/v1.0.12.info
2025-08-20T22:18:24.9523608Z [00:01:39.519]➜  # get https://proxy.golang.org/github.com/reviewdog/errorformat/@v/v0.0.0-20250320004447-223c26dbe212.info
2025-08-20T22:18:24.9530529Z [00:01:39.520]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info
2025-08-20T22:18:25.2084731Z [00:01:39.775]➜  # get https://proxy.golang.org/github.com/reviewdog/errorformat/@v/v0.0.0-20250320004447-223c26dbe212.info: 200 OK (0.256s)
2025-08-20T22:18:25.2097480Z [00:01:39.777]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info: 200 OK (0.257s)
2025-08-20T22:18:25.2107497Z [00:01:39.778]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info
2025-08-20T22:18:25.2108716Z [00:01:39.778]➜  # get https://proxy.golang.org/github.com/haya14busa/go-sarif/@v/v0.0.0-20240630170108-a3ba8d79599f.info
2025-08-20T22:18:25.2112858Z [00:01:39.778]➜  # get https://proxy.golang.org/github.com/mattn/go-shellwords/@v/v1.0.12.info: 200 OK (0.260s)
2025-08-20T22:18:25.2115900Z [00:01:39.779]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info: 200 OK (0.261s)
2025-08-20T22:18:25.2184280Z [00:01:39.785]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info: 200 OK (0.008s)
2025-08-20T22:18:25.2190324Z [00:01:39.786]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T22:18:25.2195132Z [00:01:39.787]➜  # get https://proxy.golang.org/github.com/haya14busa/go-sarif/@v/v0.0.0-20240630170108-a3ba8d79599f.info: 200 OK (0.009s)
2025-08-20T22:18:25.2201263Z [00:01:39.787]➜  # get https://proxy.golang.org/github.com/reva2/bitbucket-insights-api/@v/v1.0.0.info
2025-08-20T22:18:25.2202671Z [00:01:39.787]➜  # get https://proxy.golang.org/github.com/reviewdog/go-bitbucket/@v/v0.0.0-20201024094602-708c3f6a7de0.info
2025-08-20T22:18:25.2211303Z [00:01:39.788]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.133.0.info
2025-08-20T22:18:25.2287432Z [00:01:39.796]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.010s)
2025-08-20T22:18:25.2291490Z [00:01:39.796]➜  # get https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20250512204353-bd68c458b160.info
2025-08-20T22:18:25.2293283Z [00:01:39.796]➜  # get https://proxy.golang.org/github.com/reva2/bitbucket-insights-api/@v/v1.0.0.info: 200 OK (0.009s)
2025-08-20T22:18:25.2312541Z [00:01:39.798]➜  # get https://proxy.golang.org/github.com/reviewdog/go-bitbucket/@v/v0.0.0-20201024094602-708c3f6a7de0.info: 200 OK (0.011s)
2025-08-20T22:18:25.2315370Z [00:01:39.799]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.133.0.info: 200 OK (0.010s)
2025-08-20T22:18:25.2316738Z [00:01:39.799]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T22:18:25.2322733Z [00:01:39.799]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info
2025-08-20T22:18:25.2376820Z [00:01:39.805]➜  # get https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20250512204353-bd68c458b160.info: 200 OK (0.009s)
2025-08-20T22:18:25.2380237Z [00:01:39.805]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T22:18:25.2383207Z [00:01:39.805]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T22:18:25.2390847Z [00:01:39.806]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.007s)
2025-08-20T22:18:25.2398527Z [00:01:39.807]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info
2025-08-20T22:18:25.2409247Z [00:01:39.808]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info: 200 OK (0.009s)
2025-08-20T22:18:25.2416458Z [00:01:39.809]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T22:18:25.2459748Z [00:01:39.813]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.008s)
2025-08-20T22:18:25.2466680Z [00:01:39.814]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.38.0.info
2025-08-20T22:18:25.2472326Z [00:01:39.814]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.009s)
2025-08-20T22:18:25.2481991Z [00:01:39.815]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info: 200 OK (0.008s)
2025-08-20T22:18:25.2497525Z [00:01:39.817]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.008s)
2025-08-20T22:18:25.2504613Z [00:01:39.818]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T22:18:25.2511204Z [00:01:39.818]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T22:18:25.2541996Z [00:01:39.821]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.38.0.info: 200 OK (0.007s)
2025-08-20T22:18:25.2548980Z [00:01:39.822]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T22:18:25.2558435Z [00:01:39.823]➜  # get https://proxy.golang.org/github.com/haya14busa/go-actions-toolkit/@v/v0.0.0-20200105081403-ca0307860f01.info
2025-08-20T22:18:25.2571289Z [00:01:39.824]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T22:18:25.2586301Z [00:01:39.826]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.008s)
2025-08-20T22:18:25.2606911Z [00:01:39.828]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.010s)
2025-08-20T22:18:25.2624105Z [00:01:39.829]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.007s)
2025-08-20T22:18:25.2637238Z [00:01:39.831]➜  # get https://proxy.golang.org/github.com/haya14busa/go-actions-toolkit/@v/v0.0.0-20200105081403-ca0307860f01.info: 200 OK (0.008s)
2025-08-20T22:18:25.2648249Z [00:01:39.832]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.008s)
2025-08-20T22:18:25.2707877Z [00:01:39.838]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO
2025-08-20T22:18:25.2708720Z [00:01:39.838]➜  git status --porcelain
2025-08-20T22:18:25.2832064Z [00:01:39.850]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO
2025-08-20T22:18:25.2832539Z [00:01:39.850]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:18:25.2848939Z [00:01:39.852]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git config extensions.objectformat
2025-08-20T22:18:25.2859936Z [00:01:39.853]➜  0.001s # cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git config extensions.objectformat
2025-08-20T22:18:25.2860991Z [00:01:39.853]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f82df413f5454fefde3bc396b5087 --
2025-08-20T22:18:25.2926203Z [00:01:39.860]➜  0.007s # cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f82df413f5454fefde3bc396b5087 --
2025-08-20T22:18:25.2927660Z [00:01:39.860]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b3a3469f9a9f82df413f5454fefde3bc396b5087
2025-08-20T22:18:25.3227251Z [00:01:39.890]➜  0.030s # cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b3a3469f9a9f82df413f5454fefde3bc396b5087
2025-08-20T22:18:25.3228672Z [00:01:39.890]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f --
2025-08-20T22:18:25.3258293Z [00:01:39.893]➜  0.003s # cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f --
2025-08-20T22:18:25.3259841Z [00:01:39.893]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git cat-file blob b3a3469f9a9f82df413f5454fefde3bc396b5087:go.mod
2025-08-20T22:18:25.3282231Z [00:01:39.895]➜  0.002s # cd /tmp/tmp.vDAGWtRiaR/TEMPREPO; git cat-file blob b3a3469f9a9f82df413f5454fefde3bc396b5087:go.mod
2025-08-20T22:18:25.3326404Z [00:01:39.900]➜  internal/goarch
2025-08-20T22:18:25.3336887Z [00:01:39.900]➜  mkdir -p $WORK/b007/
2025-08-20T22:18:25.3338602Z [00:01:39.900]➜  internal/unsafeheader
2025-08-20T22:18:25.3339134Z [00:01:39.900]➜  internal/byteorder
2025-08-20T22:18:25.3339644Z [00:01:39.900]➜  mkdir -p $WORK/b009/
2025-08-20T22:18:25.3340170Z [00:01:39.900]➜  mkdir -p $WORK/b013/
2025-08-20T22:18:25.3340843Z [00:01:39.900]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T22:18:25.3341680Z [00:01:39.900]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T22:18:25.3342489Z [00:01:39.900]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T22:18:25.3343272Z [00:01:39.900]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.3347151Z [00:01:39.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T22:18:25.3352724Z [00:01:39.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:18:25.3363195Z [00:01:39.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:18:25.3366502Z [00:01:39.903]➜  internal/cpu
2025-08-20T22:18:25.3367003Z [00:01:39.903]➜  mkdir -p $WORK/b012/
2025-08-20T22:18:25.3367596Z [00:01:39.903]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T22:18:25.3368201Z [00:01:39.903]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:18:25.3370185Z [00:01:39.903]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T22:18:25.3424262Z [00:01:39.907]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:18:25.3427991Z [00:01:39.908]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:18:25.3428801Z [00:01:39.908]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.3432051Z [00:01:39.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -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/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T22:18:25.3435280Z [00:01:39.908]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T22:18:25.3436378Z [00:01:39.909]➜  internal/coverage/rtcov
2025-08-20T22:18:25.3436873Z [00:01:39.909]➜  mkdir -p $WORK/b015/
2025-08-20T22:18:25.3437451Z [00:01:39.910]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T22:18:25.3438155Z [00:01:39.910]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:18:25.3441342Z [00:01:39.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:18:25.3444492Z [00:01:39.910]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T22:18:25.3476999Z [00:01:39.913]➜  internal/abi
2025-08-20T22:18:25.3481699Z [00:01:39.914]➜  mkdir -p $WORK/b006/
2025-08-20T22:18:25.3487081Z [00:01:39.916]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T22:18:25.3492231Z [00:01:39.916]➜  cd /root/.go/src/internal/abi
2025-08-20T22:18:25.3499683Z [00:01:39.917]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T22:18:25.3527422Z [00:01:39.920]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:18:25.3542370Z [00:01:39.920]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T22:18:25.3543518Z [00:01:39.921]➜  internal/godebugs
2025-08-20T22:18:25.3545024Z [00:01:39.921]➜  mkdir -p $WORK/b016/
2025-08-20T22:18:25.3546763Z [00:01:39.921]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:18:25.3547561Z [00:01:39.921]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.3550465Z [00:01:39.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:18:25.3557320Z [00:01:39.923]➜  cat >/tmp/go-build707542385/b006/importcfg << 'EOF' # internal
2025-08-20T22:18:25.3558387Z [00:01:39.923]➜  # import config
2025-08-20T22:18:25.3559286Z [00:01:39.923]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.3559928Z [00:01:39.923]➜  EOF
2025-08-20T22:18:25.3571463Z [00:01:39.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:18:25.3615967Z [00:01:39.928]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:18:25.3626163Z [00:01:39.929]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T22:18:25.3648049Z [00:01:39.932]➜  internal/goexperiment
2025-08-20T22:18:25.3652721Z [00:01:39.932]➜  mkdir -p $WORK/b017/
2025-08-20T22:18:25.3659654Z [00:01:39.932]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:18:25.3672468Z [00:01:39.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/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-20T22:18:25.3750714Z [00:01:39.942]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:18:25.3776389Z [00:01:39.944]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T22:18:25.3778284Z [00:01:39.945]➜  internal/goos
2025-08-20T22:18:25.3779487Z [00:01:39.945]➜  mkdir -p $WORK/b018/
2025-08-20T22:18:25.3780480Z [00:01:39.945]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:18:25.3784496Z [00:01:39.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/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-20T22:18:25.3793500Z [00:01:39.946]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:18:25.3795956Z [00:01:39.946]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T22:18:25.3800991Z [00:01:39.947]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:18:25.3803894Z [00:01:39.947]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T22:18:25.3807926Z [00:01:39.947]➜  internal/profilerecord
2025-08-20T22:18:25.3811337Z [00:01:39.948]➜  mkdir -p $WORK/b019/
2025-08-20T22:18:25.3812059Z [00:01:39.948]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T22:18:25.3812847Z [00:01:39.948]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.3816381Z [00:01:39.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:18:25.3849407Z [00:01:39.952]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:18:25.3853490Z [00:01:39.952]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T22:18:25.3863824Z [00:01:39.953]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:18:25.3871118Z [00:01:39.954]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T22:18:25.3877475Z [00:01:39.955]➜  internal/runtime/atomic
2025-08-20T22:18:25.3891873Z [00:01:39.955]➜  mkdir -p $WORK/b020/
2025-08-20T22:18:25.3892458Z [00:01:39.955]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T22:18:25.3893076Z [00:01:39.956]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:18:25.3896501Z [00:01:39.957]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T22:18:25.3902316Z [00:01:39.957]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:18:25.3903246Z [00:01:39.957]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T22:18:25.3911762Z [00:01:39.957]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:18:25.3912595Z [00:01:39.957]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:18:25.3913866Z [00:01:39.958]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T22:18:25.3915001Z [00:01:39.958]➜  internal/runtime/math
2025-08-20T22:18:25.3915751Z [00:01:39.958]➜  mkdir -p $WORK/b023/
2025-08-20T22:18:25.3916959Z [00:01:39.958]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T22:18:25.3920918Z [00:01:39.959]➜  cat >/tmp/go-build707542385/b023/importcfg << 'EOF' # internal
2025-08-20T22:18:25.3921858Z [00:01:39.959]➜  # import config
2025-08-20T22:18:25.3922553Z [00:01:39.959]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.3923179Z [00:01:39.959]➜  EOF
2025-08-20T22:18:25.3923717Z [00:01:39.959]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.3927225Z [00:01:39.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:18:25.3930073Z [00:01:39.959]➜  cat >/tmp/go-build707542385/b020/importcfg << 'EOF' # internal
2025-08-20T22:18:25.3930807Z [00:01:39.959]➜  # import config
2025-08-20T22:18:25.3931574Z [00:01:39.959]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.3933362Z [00:01:39.959]➜  EOF
2025-08-20T22:18:25.3939461Z [00:01:39.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:18:25.3944279Z [00:01:39.960]➜  internal/bytealg
2025-08-20T22:18:25.3945094Z [00:01:39.960]➜  mkdir -p $WORK/b011/
2025-08-20T22:18:25.3952150Z [00:01:39.962]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:18:25.3954986Z [00:01:39.963]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.3957822Z [00:01:39.963]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T22:18:25.4032582Z [00:01:39.970]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:18:25.4043438Z [00:01:39.971]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T22:18:25.4046566Z [00:01:39.972]➜  internal/chacha8rand
2025-08-20T22:18:25.4047138Z [00:01:39.972]➜  mkdir -p $WORK/b014/
2025-08-20T22:18:25.4052567Z [00:01:39.972]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T22:18:25.4056311Z [00:01:39.973]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:18:25.4060679Z [00:01:39.973]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T22:18:25.4063001Z [00:01:39.973]➜  cat >/tmp/go-build707542385/b011/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4076365Z [00:01:39.973]➜  # import config
2025-08-20T22:18:25.4077230Z [00:01:39.973]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:25.4077869Z [00:01:39.973]➜  EOF
2025-08-20T22:18:25.4078379Z [00:01:39.973]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.4084136Z [00:01:39.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:18:25.4097665Z [00:01:39.977]➜  cat >/tmp/go-build707542385/b014/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4098914Z [00:01:39.977]➜  # import config
2025-08-20T22:18:25.4101923Z [00:01:39.977]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:25.4102886Z [00:01:39.977]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:25.4103759Z [00:01:39.977]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.4104385Z [00:01:39.977]➜  EOF
2025-08-20T22:18:25.4107975Z [00:01:39.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:18:25.4342810Z [00:01:40.001]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4346634Z [00:01:40.002]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T22:18:25.4368538Z [00:01:40.004]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:18:25.4372938Z [00:01:40.004]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T22:18:25.4387626Z [00:01:40.006]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:18:25.4389897Z [00:01:40.006]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T22:18:25.4396023Z [00:01:40.007]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4399998Z [00:01:40.007]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T22:18:25.4424102Z [00:01:40.009]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:18:25.4427820Z [00:01:40.010]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T22:18:25.4429336Z [00:01:40.010]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:18:25.4436625Z [00:01:40.011]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4439913Z [00:01:40.011]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T22:18:25.4462981Z [00:01:40.012]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T22:18:25.4464067Z [00:01:40.012]➜  internal/runtime/strconv
2025-08-20T22:18:25.4464599Z [00:01:40.012]➜  mkdir -p $WORK/b022/
2025-08-20T22:18:25.4466244Z [00:01:40.013]➜  cat >/tmp/go-build707542385/b022/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4467549Z [00:01:40.013]➜  # import config
2025-08-20T22:18:25.4468879Z [00:01:40.013]➜  packagefile internal/runtime/math=/tmp/go-build707542385/b023/_pkg_.a
2025-08-20T22:18:25.4479371Z [00:01:40.013]➜  EOF
2025-08-20T22:18:25.4480742Z [00:01:40.013]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.4484716Z [00:01:40.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:18:25.4491634Z [00:01:40.014]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:18:25.4492695Z [00:01:40.014]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T22:18:25.4494184Z [00:01:40.014]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:18:25.4495100Z [00:01:40.015]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4500134Z [00:01:40.015]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T22:18:25.4502889Z [00:01:40.017]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T22:18:25.4504027Z [00:01:40.017]➜  internal/runtime/syscall
2025-08-20T22:18:25.4505880Z [00:01:40.018]➜  mkdir -p $WORK/b024/
2025-08-20T22:18:25.4506776Z [00:01:40.018]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T22:18:25.4508369Z [00:01:40.018]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:18:25.4510708Z [00:01:40.018]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T22:18:25.4577456Z [00:01:40.022]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4583099Z [00:01:40.025]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T22:18:25.4586735Z [00:01:40.026]➜  cat >/tmp/go-build707542385/b024/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4588946Z [00:01:40.026]➜  # import config
2025-08-20T22:18:25.4590231Z [00:01:40.026]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.4592692Z [00:01:40.026]➜  EOF
2025-08-20T22:18:25.4593249Z [00:01:40.026]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.4597859Z [00:01:40.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:18:25.4623044Z [00:01:40.029]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:18:25.4628832Z [00:01:40.030]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T22:18:25.4640192Z [00:01:40.030]➜  internal/runtime/exithook
2025-08-20T22:18:25.4640809Z [00:01:40.030]➜  mkdir -p $WORK/b025/
2025-08-20T22:18:25.4641571Z [00:01:40.030]➜  cat >/tmp/go-build707542385/b025/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4642273Z [00:01:40.030]➜  # import config
2025-08-20T22:18:25.4643085Z [00:01:40.030]➜  packagefile internal/runtime/atomic=/tmp/go-build707542385/b020/_pkg_.a
2025-08-20T22:18:25.4643829Z [00:01:40.030]➜  EOF
2025-08-20T22:18:25.4649557Z [00:01:40.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:18:25.4655683Z [00:01:40.031]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:18:25.4657171Z [00:01:40.031]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T22:18:25.4658598Z [00:01:40.031]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:18:25.4659946Z [00:01:40.032]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T22:18:25.4661092Z [00:01:40.032]➜  internal/runtime/gc
2025-08-20T22:18:25.4663347Z [00:01:40.032]➜  mkdir -p $WORK/b026/
2025-08-20T22:18:25.4665007Z [00:01:40.033]➜  cat >/tmp/go-build707542385/b026/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4666410Z [00:01:40.033]➜  # import config
2025-08-20T22:18:25.4667437Z [00:01:40.033]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.4668166Z [00:01:40.033]➜  EOF
2025-08-20T22:18:25.4668705Z [00:01:40.033]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.4672391Z [00:01:40.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/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-20T22:18:25.4796813Z [00:01:40.047]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:18:25.4799224Z [00:01:40.047]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:18:25.4806940Z [00:01:40.048]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T22:18:25.4809308Z [00:01:40.048]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T22:18:25.4810399Z [00:01:40.048]➜  internal/msan
2025-08-20T22:18:25.4813775Z [00:01:40.048]➜  mkdir -p $WORK/b029/
2025-08-20T22:18:25.4817298Z [00:01:40.049]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T22:18:25.4819631Z [00:01:40.049]➜  internal/asan
2025-08-20T22:18:25.4820180Z [00:01:40.049]➜  mkdir -p $WORK/b028/
2025-08-20T22:18:25.4824180Z [00:01:40.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:18:25.4827929Z [00:01:40.049]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:18:25.4831723Z [00:01:40.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:18:25.4870387Z [00:01:40.054]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:18:25.4882218Z [00:01:40.055]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:18:25.4894738Z [00:01:40.056]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:18:25.4904881Z [00:01:40.057]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T22:18:25.4908721Z [00:01:40.057]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:18:25.4917296Z [00:01:40.058]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T22:18:25.4937125Z [00:01:40.061]➜  internal/stringslite
2025-08-20T22:18:25.4937723Z [00:01:40.061]➜  mkdir -p $WORK/b032/
2025-08-20T22:18:25.4938474Z [00:01:40.061]➜  cat >/tmp/go-build707542385/b032/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4939515Z [00:01:40.061]➜  # import config
2025-08-20T22:18:25.4940352Z [00:01:40.061]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:25.4941135Z [00:01:40.061]➜  EOF
2025-08-20T22:18:25.4941709Z [00:01:40.061]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.4944878Z [00:01:40.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:18:25.4947824Z [00:01:40.061]➜  internal/runtime/sys
2025-08-20T22:18:25.4948372Z [00:01:40.061]➜  mkdir -p $WORK/b031/
2025-08-20T22:18:25.4950513Z [00:01:40.062]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T22:18:25.4951648Z [00:01:40.062]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:18:25.4954040Z [00:01:40.062]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T22:18:25.4968969Z [00:01:40.063]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:18:25.4970212Z [00:01:40.064]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T22:18:25.4971046Z [00:01:40.064]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:18:25.4974946Z [00:01:40.065]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T22:18:25.4981152Z [00:01:40.065]➜  internal/runtime/cgroup
2025-08-20T22:18:25.4986210Z [00:01:40.065]➜  mkdir -p $WORK/b021/
2025-08-20T22:18:25.4990022Z [00:01:40.066]➜  cat >/tmp/go-build707542385/b021/importcfg << 'EOF' # internal
2025-08-20T22:18:25.4991367Z [00:01:40.066]➜  # import config
2025-08-20T22:18:25.4992328Z [00:01:40.066]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:25.4994529Z [00:01:40.066]➜  packagefile internal/runtime/strconv=/tmp/go-build707542385/b022/_pkg_.a
2025-08-20T22:18:25.4995981Z [00:01:40.066]➜  packagefile internal/runtime/syscall=/tmp/go-build707542385/b024/_pkg_.a
2025-08-20T22:18:25.4996816Z [00:01:40.066]➜  EOF
2025-08-20T22:18:25.4997397Z [00:01:40.066]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.5001442Z [00:01:40.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/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-20T22:18:25.5027526Z [00:01:40.070]➜  cat >/tmp/go-build707542385/b031/importcfg << 'EOF' # internal
2025-08-20T22:18:25.5028408Z [00:01:40.070]➜  # import config
2025-08-20T22:18:25.5029251Z [00:01:40.070]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.5030354Z [00:01:40.070]➜  packagefile internal/goos=/tmp/go-build707542385/b018/_pkg_.a
2025-08-20T22:18:25.5031177Z [00:01:40.070]➜  EOF
2025-08-20T22:18:25.5062530Z [00:01:40.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:18:25.5261219Z [00:01:40.093]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:18:25.5268063Z [00:01:40.094]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:18:25.5272715Z [00:01:40.094]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T22:18:25.5284925Z [00:01:40.095]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T22:18:25.5292016Z [00:01:40.096]➜  internal/trace/tracev2
2025-08-20T22:18:25.5292606Z [00:01:40.096]➜  mkdir -p $WORK/b033/
2025-08-20T22:18:25.5293299Z [00:01:40.096]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T22:18:25.5294067Z [00:01:40.096]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.5299674Z [00:01:40.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/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-20T22:18:25.5363063Z [00:01:40.103]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:18:25.5367577Z [00:01:40.104]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T22:18:25.5370187Z [00:01:40.104]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:18:25.5374324Z [00:01:40.104]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T22:18:25.5375450Z [00:01:40.104]➜  sync/atomic
2025-08-20T22:18:25.5376129Z [00:01:40.104]➜  mkdir -p $WORK/b037/
2025-08-20T22:18:25.5378204Z [00:01:40.105]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T22:18:25.5379121Z [00:01:40.105]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:18:25.5381943Z [00:01:40.105]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T22:18:25.5493376Z [00:01:40.116]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T22:18:25.5495176Z [00:01:40.117]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.5499449Z [00:01:40.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/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-20T22:18:25.5559865Z [00:01:40.123]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:18:25.5570495Z [00:01:40.124]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T22:18:25.5593064Z [00:01:40.126]➜  math/bits
2025-08-20T22:18:25.5595123Z [00:01:40.126]➜  mkdir -p $WORK/b040/
2025-08-20T22:18:25.5599010Z [00:01:40.127]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:18:25.5602395Z [00:01:40.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/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-20T22:18:25.5687686Z [00:01:40.136]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:18:25.5695685Z [00:01:40.136]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T22:18:25.5701252Z [00:01:40.137]➜  unicode
2025-08-20T22:18:25.5705036Z [00:01:40.137]➜  mkdir -p $WORK/b041/
2025-08-20T22:18:25.5707977Z [00:01:40.137]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:18:25.5711547Z [00:01:40.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/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-20T22:18:25.5892225Z [00:01:40.156]➜  cd /root/.go/src/internal/abi
2025-08-20T22:18:25.5898361Z [00:01:40.157]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T22:18:25.5964326Z [00:01:40.163]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T22:18:25.6012600Z [00:01:40.167]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T22:18:25.6013552Z [00:01:40.168]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:18:25.6014196Z [00:01:40.168]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:18:25.6016186Z [00:01:40.168]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm.o ./asm.s
2025-08-20T22:18:25.6017854Z [00:01:40.168]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:18:25.6029795Z [00:01:40.170]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T22:18:25.6037526Z [00:01:40.171]➜  unicode/utf8
2025-08-20T22:18:25.6042923Z [00:01:40.171]➜  mkdir -p $WORK/b042/
2025-08-20T22:18:25.6048663Z [00:01:40.172]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T22:18:25.6051407Z [00:01:40.172]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T22:18:25.6054231Z [00:01:40.172]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:18:25.6060328Z [00:01:40.173]➜  internal/race
2025-08-20T22:18:25.6060887Z [00:01:40.173]➜  mkdir -p $WORK/b030/
2025-08-20T22:18:25.6061618Z [00:01:40.173]➜  cat >/tmp/go-build707542385/b030/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6062288Z [00:01:40.173]➜  # import config
2025-08-20T22:18:25.6062989Z [00:01:40.173]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:25.6063635Z [00:01:40.173]➜  EOF
2025-08-20T22:18:25.6064169Z [00:01:40.173]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.6083312Z [00:01:40.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:18:25.6086792Z [00:01:40.174]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T22:18:25.6087812Z [00:01:40.174]➜  internal/synctest
2025-08-20T22:18:25.6088315Z [00:01:40.174]➜  mkdir -p $WORK/b038/
2025-08-20T22:18:25.6089015Z [00:01:40.174]➜  cat >/tmp/go-build707542385/b038/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6089704Z [00:01:40.174]➜  # import config
2025-08-20T22:18:25.6090442Z [00:01:40.174]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:25.6091089Z [00:01:40.174]➜  EOF
2025-08-20T22:18:25.6093895Z [00:01:40.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:18:25.6099429Z [00:01:40.175]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:18:25.6105239Z [00:01:40.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:18:25.6178316Z [00:01:40.184]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:18:25.6189851Z [00:01:40.185]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:18:25.6191164Z [00:01:40.185]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T22:18:25.6192181Z [00:01:40.185]➜  internal/itoa
2025-08-20T22:18:25.6199224Z [00:01:40.186]➜  mkdir -p $WORK/b048/
2025-08-20T22:18:25.6202692Z [00:01:40.186]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T22:18:25.6204047Z [00:01:40.186]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T22:18:25.6207530Z [00:01:40.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b048=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:18:25.6209891Z [00:01:40.187]➜  internal/runtime/maps
2025-08-20T22:18:25.6210390Z [00:01:40.187]➜  mkdir -p $WORK/b027/
2025-08-20T22:18:25.6211067Z [00:01:40.187]➜  cat >/tmp/go-build707542385/b027/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6211707Z [00:01:40.187]➜  # import config
2025-08-20T22:18:25.6212380Z [00:01:40.187]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:25.6213264Z [00:01:40.187]➜  packagefile internal/asan=/tmp/go-build707542385/b028/_pkg_.a
2025-08-20T22:18:25.6214164Z [00:01:40.187]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.6215052Z [00:01:40.187]➜  packagefile internal/msan=/tmp/go-build707542385/b029/_pkg_.a
2025-08-20T22:18:25.6216134Z [00:01:40.187]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:25.6217414Z [00:01:40.187]➜  packagefile internal/runtime/math=/tmp/go-build707542385/b023/_pkg_.a
2025-08-20T22:18:25.6218461Z [00:01:40.187]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:25.6219146Z [00:01:40.187]➜  EOF
2025-08-20T22:18:25.6233151Z [00:01:40.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/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-20T22:18:25.6312522Z [00:01:40.198]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:18:25.6383045Z [00:01:40.204]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T22:18:25.6384215Z [00:01:40.205]➜  internal/sync
2025-08-20T22:18:25.6384721Z [00:01:40.205]➜  mkdir -p $WORK/b036/
2025-08-20T22:18:25.6385440Z [00:01:40.205]➜  cat >/tmp/go-build707542385/b036/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6387829Z [00:01:40.206]➜  # import config
2025-08-20T22:18:25.6397462Z [00:01:40.206]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:25.6399027Z [00:01:40.206]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.6401283Z [00:01:40.206]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:25.6402236Z [00:01:40.206]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:25.6403316Z [00:01:40.206]➜  EOF
2025-08-20T22:18:25.6411326Z [00:01:40.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/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-20T22:18:25.6429223Z [00:01:40.210]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:18:25.6443236Z [00:01:40.211]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T22:18:25.6448852Z [00:01:40.211]➜  cmp
2025-08-20T22:18:25.6449308Z [00:01:40.211]➜  mkdir -p $WORK/b051/
2025-08-20T22:18:25.6450023Z [00:01:40.212]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T22:18:25.6452699Z [00:01:40.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b051=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:18:25.6519188Z [00:01:40.219]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:18:25.6539135Z [00:01:40.221]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T22:18:25.6540564Z [00:01:40.221]➜  math
2025-08-20T22:18:25.6541970Z [00:01:40.221]➜  mkdir -p $WORK/b055/
2025-08-20T22:18:25.6547211Z [00:01:40.222]➜  echo -n > $WORK/b055/go_asm.h # internal
2025-08-20T22:18:25.6550117Z [00:01:40.222]➜  cd /root/.go/src/math
2025-08-20T22:18:25.6552558Z [00:01:40.222]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b055/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T22:18:25.6613097Z [00:01:40.228]➜  cat >/tmp/go-build707542385/b055/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6613848Z [00:01:40.228]➜  # import config
2025-08-20T22:18:25.6614539Z [00:01:40.228]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:25.6615380Z [00:01:40.228]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:25.6616198Z [00:01:40.228]➜  EOF
2025-08-20T22:18:25.6616717Z [00:01:40.228]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.6654206Z [00:01:40.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b055/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack -asmhdr $WORK/b055/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:18:25.6718711Z [00:01:40.239]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:18:25.6724674Z [00:01:40.240]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T22:18:25.6729888Z [00:01:40.240]➜  crypto/internal/fips140/alias
2025-08-20T22:18:25.6741530Z [00:01:40.241]➜  mkdir -p $WORK/b063/
2025-08-20T22:18:25.6746343Z [00:01:40.241]➜  echo '# import config' > $WORK/b063/importcfg # internal
2025-08-20T22:18:25.6753305Z [00:01:40.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b063=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:18:25.6824057Z [00:01:40.249]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:18:25.6832581Z [00:01:40.250]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T22:18:25.6841323Z [00:01:40.250]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:18:25.6842168Z [00:01:40.251]➜  mkdir -p $WORK/b067/
2025-08-20T22:18:25.6872428Z [00:01:40.251]➜  cat >/tmp/go-build707542385/b067/importcfg << 'EOF' # internal
2025-08-20T22:18:25.6873119Z [00:01:40.251]➜  # import config
2025-08-20T22:18:25.6873867Z [00:01:40.251]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:25.6874570Z [00:01:40.251]➜  EOF
2025-08-20T22:18:25.6878887Z [00:01:40.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b067=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:18:25.6987671Z [00:01:40.266]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:18:25.6999111Z [00:01:40.267]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T22:18:25.7004795Z [00:01:40.268]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:18:25.7009329Z [00:01:40.268]➜  mkdir -p $WORK/b068/
2025-08-20T22:18:25.7017628Z [00:01:40.269]➜  cat >/tmp/go-build707542385/b068/importcfg << 'EOF' # internal
2025-08-20T22:18:25.7018620Z [00:01:40.269]➜  # import config
2025-08-20T22:18:25.7022093Z [00:01:40.269]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:25.7022991Z [00:01:40.269]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.7035228Z [00:01:40.269]➜  EOF
2025-08-20T22:18:25.7049063Z [00:01:40.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b068=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:18:25.7158209Z [00:01:40.283]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:18:25.7167964Z [00:01:40.284]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T22:18:25.7174576Z [00:01:40.284]➜  crypto/internal/fips140/subtle
2025-08-20T22:18:25.7179053Z [00:01:40.285]➜  mkdir -p $WORK/b071/
2025-08-20T22:18:25.7240798Z [00:01:40.291]➜  echo -n > $WORK/b071/go_asm.h # internal
2025-08-20T22:18:25.7249228Z [00:01:40.292]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:18:25.7254243Z [00:01:40.292]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b071=>" -I $WORK/b071/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b071/symabis ./xor_amd64.s
2025-08-20T22:18:25.7367671Z [00:01:40.301]➜  cat >/tmp/go-build707542385/b071/importcfg << 'EOF' # internal
2025-08-20T22:18:25.7370935Z [00:01:40.302]➜  # import config
2025-08-20T22:18:25.7371769Z [00:01:40.302]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:25.7372974Z [00:01:40.302]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:25.7374004Z [00:01:40.302]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:25.7374636Z [00:01:40.302]➜  EOF
2025-08-20T22:18:25.7375188Z [00:01:40.302]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.7380190Z [00:01:40.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b071=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b071/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack -asmhdr $WORK/b071/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-20T22:18:25.7774345Z [00:01:40.344]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:18:25.7797591Z [00:01:40.347]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:18:25.7803405Z [00:01:40.347]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b071=>" -I $WORK/b071/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b071/xor_amd64.o ./xor_amd64.s
2025-08-20T22:18:25.7832884Z [00:01:40.350]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T22:18:25.7839454Z [00:01:40.351]➜  crypto/internal/boring/sig
2025-08-20T22:18:25.7840034Z [00:01:40.351]➜  mkdir -p $WORK/b089/
2025-08-20T22:18:25.7846343Z [00:01:40.352]➜  echo -n > $WORK/b089/go_asm.h # internal
2025-08-20T22:18:25.7848859Z [00:01:40.352]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:18:25.7852364Z [00:01:40.352]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b089/symabis ./sig_amd64.s
2025-08-20T22:18:25.7919254Z [00:01:40.359]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:18:25.7922467Z [00:01:40.359]➜  go tool pack r $WORK/b071/_pkg_.a $WORK/b071/xor_amd64.o # internal
2025-08-20T22:18:25.7923330Z [00:01:40.359]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:18:25.7927355Z [00:01:40.360]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T22:18:25.7931932Z [00:01:40.360]➜  encoding
2025-08-20T22:18:25.7932403Z [00:01:40.360]➜  mkdir -p $WORK/b099/
2025-08-20T22:18:25.7939863Z [00:01:40.361]➜  echo '# import config' > $WORK/b089/importcfg # internal
2025-08-20T22:18:25.7940695Z [00:01:40.361]➜  echo '# import config' > $WORK/b099/importcfg # internal
2025-08-20T22:18:25.7941466Z [00:01:40.361]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.7944177Z [00:01:40.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b099=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:18:25.7949977Z [00:01:40.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b089=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b089/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:18:25.8075157Z [00:01:40.375]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:18:25.8088372Z [00:01:40.376]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T22:18:25.8095805Z [00:01:40.377]➜  unicode/utf16
2025-08-20T22:18:25.8097087Z [00:01:40.377]➜  mkdir -p $WORK/b100/
2025-08-20T22:18:25.8099759Z [00:01:40.377]➜  echo '# import config' > $WORK/b100/importcfg # internal
2025-08-20T22:18:25.8102368Z [00:01:40.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b100=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:18:25.8117187Z [00:01:40.379]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:18:25.8121682Z [00:01:40.379]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b089/sig_amd64.o ./sig_amd64.s
2025-08-20T22:18:25.8157031Z [00:01:40.382]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/sig_amd64.o # internal
2025-08-20T22:18:25.8160492Z [00:01:40.383]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:18:25.8164657Z [00:01:40.383]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T22:18:25.8169226Z [00:01:40.384]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:18:25.8169824Z [00:01:40.384]➜  mkdir -p $WORK/b119/
2025-08-20T22:18:25.8176990Z [00:01:40.384]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T22:18:25.8177721Z [00:01:40.385]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.8181058Z [00:01:40.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b119=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:18:25.8230533Z [00:01:40.390]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:18:25.8264203Z [00:01:40.393]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:18:25.8265448Z [00:01:40.393]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T22:18:25.8277656Z [00:01:40.394]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T22:18:25.8278879Z [00:01:40.395]➜  internal/nettrace
2025-08-20T22:18:25.8292491Z [00:01:40.395]➜  mkdir -p $WORK/b148/
2025-08-20T22:18:25.8293221Z [00:01:40.395]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:18:25.8299528Z [00:01:40.397]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T22:18:25.8301223Z [00:01:40.397]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:18:25.8302037Z [00:01:40.397]➜  mkdir -p $WORK/b156/
2025-08-20T22:18:25.8302841Z [00:01:40.397]➜  echo '# import config' > $WORK/b156/importcfg # internal
2025-08-20T22:18:25.8306792Z [00:01:40.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/alias=>golang.org/x/crypto@v0.38.0/internal/alias;$WORK/b156=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid tcdE2tSGWRKSgf-X9U7H/tcdE2tSGWRKSgf-X9U7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/alias/alias.go
2025-08-20T22:18:25.8327038Z [00:01:40.400]➜  echo '# import config' > $WORK/b148/importcfg # internal
2025-08-20T22:18:25.8331623Z [00:01:40.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b148=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:18:25.8440434Z [00:01:40.411]➜  runtime
2025-08-20T22:18:25.8441023Z [00:01:40.411]➜  mkdir -p $WORK/b010/
2025-08-20T22:18:25.8441664Z [00:01:40.411]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:18:25.8442279Z [00:01:40.411]➜  cd /root/.go/src/runtime
2025-08-20T22:18:25.8449053Z [00:01:40.412]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T22:18:25.8492809Z [00:01:40.416]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:18:25.8501986Z [00:01:40.417]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T22:18:25.8503306Z [00:01:40.417]➜  log/internal
2025-08-20T22:18:25.8503954Z [00:01:40.417]➜  mkdir -p $WORK/b162/
2025-08-20T22:18:25.8504797Z [00:01:40.417]➜  echo '# import config' > $WORK/b162/importcfg # internal
2025-08-20T22:18:25.8505821Z [00:01:40.417]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:25.8511950Z [00:01:40.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b162=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:18:25.8514500Z [00:01:40.418]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:18:25.8519545Z [00:01:40.419]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/53/53412abcbd74c30a026293cea4c040906e0bc58e56b0c0c071722468f320d146-d # internal
2025-08-20T22:18:25.8521812Z [00:01:40.419]➜  container/list
2025-08-20T22:18:25.8522326Z [00:01:40.419]➜  mkdir -p $WORK/b168/
2025-08-20T22:18:25.8546993Z [00:01:40.421]➜  echo '# import config' > $WORK/b168/importcfg # internal
2025-08-20T22:18:25.8551258Z [00:01:40.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b168=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:18:25.8691001Z [00:01:40.436]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:18:25.8698254Z [00:01:40.437]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T22:18:25.8701524Z [00:01:40.437]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:18:25.8703262Z [00:01:40.437]➜  mkdir -p $WORK/b177/
2025-08-20T22:18:25.8704192Z [00:01:40.437]➜  cat >/tmp/go-build707542385/b010/importcfg << 'EOF' # internal
2025-08-20T22:18:25.8705079Z [00:01:40.437]➜  # import config
2025-08-20T22:18:25.8706106Z [00:01:40.437]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:25.8707222Z [00:01:40.437]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:25.8708374Z [00:01:40.437]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:25.8709571Z [00:01:40.437]➜  packagefile internal/chacha8rand=/tmp/go-build707542385/b014/_pkg_.a
2025-08-20T22:18:25.8710760Z [00:01:40.437]➜  packagefile internal/coverage/rtcov=/tmp/go-build707542385/b015/_pkg_.a
2025-08-20T22:18:25.8711905Z [00:01:40.437]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:25.8713002Z [00:01:40.437]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:25.8714086Z [00:01:40.437]➜  packagefile internal/godebugs=/tmp/go-build707542385/b016/_pkg_.a
2025-08-20T22:18:25.8715190Z [00:01:40.437]➜  packagefile internal/goexperiment=/tmp/go-build707542385/b017/_pkg_.a
2025-08-20T22:18:25.8716524Z [00:01:40.437]➜  packagefile internal/goos=/tmp/go-build707542385/b018/_pkg_.a
2025-08-20T22:18:25.8717640Z [00:01:40.437]➜  packagefile internal/profilerecord=/tmp/go-build707542385/b019/_pkg_.a
2025-08-20T22:18:25.8718860Z [00:01:40.437]➜  packagefile internal/runtime/atomic=/tmp/go-build707542385/b020/_pkg_.a
2025-08-20T22:18:25.8720057Z [00:01:40.437]➜  packagefile internal/runtime/cgroup=/tmp/go-build707542385/b021/_pkg_.a
2025-08-20T22:18:25.8721280Z [00:01:40.438]➜  packagefile internal/runtime/exithook=/tmp/go-build707542385/b025/_pkg_.a
2025-08-20T22:18:25.8722488Z [00:01:40.438]➜  packagefile internal/runtime/gc=/tmp/go-build707542385/b026/_pkg_.a
2025-08-20T22:18:25.8723932Z [00:01:40.438]➜  packagefile internal/runtime/maps=/tmp/go-build707542385/b027/_pkg_.a
2025-08-20T22:18:25.8725110Z [00:01:40.438]➜  packagefile internal/runtime/math=/tmp/go-build707542385/b023/_pkg_.a
2025-08-20T22:18:25.8729020Z [00:01:40.438]➜  packagefile internal/runtime/strconv=/tmp/go-build707542385/b022/_pkg_.a
2025-08-20T22:18:25.8730018Z [00:01:40.438]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:25.8730986Z [00:01:40.438]➜  packagefile internal/runtime/syscall=/tmp/go-build707542385/b024/_pkg_.a
2025-08-20T22:18:25.8731995Z [00:01:40.438]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:25.8732989Z [00:01:40.438]➜  packagefile internal/trace/tracev2=/tmp/go-build707542385/b033/_pkg_.a
2025-08-20T22:18:25.8733692Z [00:01:40.438]➜  EOF
2025-08-20T22:18:25.8797551Z [00:01:40.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -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/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:18:25.8834162Z [00:01:40.440]➜  echo '# import config' > $WORK/b177/importcfg # internal
2025-08-20T22:18:25.8838137Z [00:01:40.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b177=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:18:25.8959136Z [00:01:40.463]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:18:25.8969521Z [00:01:40.463]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:18:25.8971119Z [00:01:40.464]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T22:18:25.8978068Z [00:01:40.465]➜  google.golang.org/protobuf/internal/flags
2025-08-20T22:18:25.8982050Z [00:01:40.465]➜  mkdir -p $WORK/b231/
2025-08-20T22:18:25.8986554Z [00:01:40.466]➜  echo '# import config' > $WORK/b231/importcfg # internal
2025-08-20T22:18:25.8988556Z [00:01:40.466]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T22:18:25.8994744Z [00:01:40.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags=>google.golang.org/protobuf@v1.36.8/internal/flags;$WORK/b231=>" -p google.golang.org/protobuf/internal/flags -lang=go1.23 -complete -installsuffix shared -buildid Blyjsi2_hAOoNeRDFWOj/Blyjsi2_hAOoNeRDFWOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/proto_legacy_disable.go
2025-08-20T22:18:25.9005263Z [00:01:40.467]➜  google.golang.org/protobuf/internal/set
2025-08-20T22:18:25.9006141Z [00:01:40.467]➜  mkdir -p $WORK/b243/
2025-08-20T22:18:25.9006878Z [00:01:40.467]➜  cat >/tmp/go-build707542385/b243/importcfg << 'EOF' # internal
2025-08-20T22:18:25.9007564Z [00:01:40.467]➜  # import config
2025-08-20T22:18:25.9008329Z [00:01:40.467]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:25.9008952Z [00:01:40.467]➜  EOF
2025-08-20T22:18:25.9012729Z [00:01:40.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set=>google.golang.org/protobuf@v1.36.8/internal/set;$WORK/b243=>" -p google.golang.org/protobuf/internal/set -lang=go1.23 -complete -installsuffix shared -buildid d0e71ihCy1FiBM5PsPXr/d0e71ihCy1FiBM5PsPXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set/ints.go
2025-08-20T22:18:25.9109770Z [00:01:40.478]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:18:25.9118679Z [00:01:40.479]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/95/95feb957de46481bf203a20ee52c2fd50388e866dd1d59454fab4f7e1a4465ee-d # internal
2025-08-20T22:18:25.9122418Z [00:01:40.479]➜  github.com/reviewdog/reviewdog/commands
2025-08-20T22:18:25.9123040Z [00:01:40.479]➜  mkdir -p $WORK/b254/
2025-08-20T22:18:25.9123699Z [00:01:40.479]➜  echo '# import config' > $WORK/b254/importcfg # internal
2025-08-20T22:18:25.9128342Z [00:01:40.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/commands=>github.com/reviewdog/reviewdog/commands;$WORK/b254=>" -p github.com/reviewdog/reviewdog/commands -lang=go1.23 -complete -installsuffix shared -buildid fc3j8_N6pBgJbU3sh21W/fc3j8_N6pBgJbU3sh21W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/commands/version.go
2025-08-20T22:18:25.9190160Z [00:01:40.486]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:18:25.9199313Z [00:01:40.487]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/9f/9f39e2532c40aefcc81031a290626abad1d4257e0427b7aa7a3c78330809223c-d # internal
2025-08-20T22:18:25.9203711Z [00:01:40.487]➜  log/slog/internal
2025-08-20T22:18:25.9205898Z [00:01:40.488]➜  mkdir -p $WORK/b282/
2025-08-20T22:18:25.9212344Z [00:01:40.488]➜  echo '# import config' > $WORK/b282/importcfg # internal
2025-08-20T22:18:25.9220184Z [00:01:40.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b282=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T22:18:25.9242111Z [00:01:40.491]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:18:25.9258071Z [00:01:40.493]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/ca/cafa241df4711398eb4c9e487c1c308df235903f334561ea580f042090cabc72-d # internal
2025-08-20T22:18:25.9260270Z [00:01:40.493]➜  cd /root/.go/src/math
2025-08-20T22:18:25.9261997Z [00:01:40.493]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b055/dim_amd64.o ./dim_amd64.s
2025-08-20T22:18:25.9292887Z [00:01:40.496]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b055/exp_amd64.o ./exp_amd64.s
2025-08-20T22:18:25.9295011Z [00:01:40.496]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:18:25.9299429Z [00:01:40.497]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T22:18:25.9326465Z [00:01:40.500]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b055/floor_amd64.o ./floor_amd64.s
2025-08-20T22:18:25.9353638Z [00:01:40.502]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b055/hypot_amd64.o ./hypot_amd64.s
2025-08-20T22:18:25.9378346Z [00:01:40.505]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b055/log_amd64.o ./log_amd64.s
2025-08-20T22:18:25.9401575Z [00:01:40.507]➜  go tool pack r $WORK/b055/_pkg_.a $WORK/b055/dim_amd64.o $WORK/b055/exp_amd64.o $WORK/b055/floor_amd64.o $WORK/b055/hypot_amd64.o $WORK/b055/log_amd64.o # internal
2025-08-20T22:18:25.9404626Z [00:01:40.508]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:18:25.9423308Z [00:01:40.509]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T22:18:27.7900552Z [00:01:42.357]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T22:18:27.7901168Z [00:01:42.357]➜  cd /root/.go/src/runtime
2025-08-20T22:18:27.7902872Z [00:01:42.357]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T22:18:27.7929699Z [00:01:42.360]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T22:18:27.8024087Z [00:01:42.369]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T22:18:27.8049759Z [00:01:42.372]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T22:18:27.8076693Z [00:01:42.375]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T22:18:27.8122959Z [00:01:42.379]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T22:18:27.8169189Z [00:01:42.384]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T22:18:27.8210665Z [00:01:42.388]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T22:18:27.8231896Z [00:01:42.390]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T22:18:27.8285923Z [00:01:42.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T22:18:27.8309764Z [00:01:42.398]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T22:18:27.8356673Z [00:01:42.403]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T22:18:27.8358741Z [00:01:42.403]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:18:27.8714507Z [00:01:42.438]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T22:18:27.8715754Z [00:01:42.438]➜  internal/reflectlite
2025-08-20T22:18:27.8725099Z [00:01:42.439]➜  mkdir -p $WORK/b005/
2025-08-20T22:18:27.8726555Z [00:01:42.439]➜  sync
2025-08-20T22:18:27.8727081Z [00:01:42.439]➜  mkdir -p $WORK/b035/
2025-08-20T22:18:27.8727591Z [00:01:42.439]➜  crypto/subtle
2025-08-20T22:18:27.8728077Z [00:01:42.439]➜  mkdir -p $WORK/b088/
2025-08-20T22:18:27.8728694Z [00:01:42.439]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:18:27.8729332Z [00:01:42.439]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:18:27.8731535Z [00:01:42.439]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T22:18:27.8733606Z [00:01:42.439]➜  cat >/tmp/go-build707542385/b035/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8734247Z [00:01:42.439]➜  # import config
2025-08-20T22:18:27.8734903Z [00:01:42.439]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:27.8735995Z [00:01:42.439]➜  packagefile internal/sync=/tmp/go-build707542385/b036/_pkg_.a
2025-08-20T22:18:27.8736926Z [00:01:42.439]➜  packagefile internal/synctest=/tmp/go-build707542385/b038/_pkg_.a
2025-08-20T22:18:27.8738247Z [00:01:42.439]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:27.8739104Z [00:01:42.439]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:27.8739750Z [00:01:42.439]➜  EOF
2025-08-20T22:18:27.8740414Z [00:01:42.439]➜  iter
2025-08-20T22:18:27.8740838Z [00:01:42.439]➜  mkdir -p $WORK/b039/
2025-08-20T22:18:27.8741445Z [00:01:42.439]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:27.8746354Z [00:01:42.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/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-20T22:18:27.8750300Z [00:01:42.439]➜  cat >/tmp/go-build707542385/b088/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8750972Z [00:01:42.439]➜  # import config
2025-08-20T22:18:27.8751781Z [00:01:42.439]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:27.8752803Z [00:01:42.439]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:27.8753642Z [00:01:42.439]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:27.8754199Z [00:01:42.439]➜  EOF
2025-08-20T22:18:27.8754806Z [00:01:42.439]➜  cat >/tmp/go-build707542385/b039/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8755449Z [00:01:42.439]➜  # import config
2025-08-20T22:18:27.8756342Z [00:01:42.439]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:27.8757177Z [00:01:42.439]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:27.8757799Z [00:01:42.439]➜  EOF
2025-08-20T22:18:27.8761276Z [00:01:42.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b088=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/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-20T22:18:27.8766386Z [00:01:42.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:18:27.8775084Z [00:01:42.445]➜  cat >/tmp/go-build707542385/b005/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8776454Z [00:01:42.445]➜  # import config
2025-08-20T22:18:27.8777296Z [00:01:42.445]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:27.8778189Z [00:01:42.445]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:27.8779118Z [00:01:42.445]➜  packagefile internal/unsafeheader=/tmp/go-build707542385/b009/_pkg_.a
2025-08-20T22:18:27.8779972Z [00:01:42.445]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:27.8780544Z [00:01:42.445]➜  EOF
2025-08-20T22:18:27.8784178Z [00:01:42.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/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-20T22:18:27.8845213Z [00:01:42.452]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:18:27.8857422Z [00:01:42.453]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T22:18:27.8875264Z [00:01:42.455]➜  slices
2025-08-20T22:18:27.8875896Z [00:01:42.455]➜  mkdir -p $WORK/b050/
2025-08-20T22:18:27.8876610Z [00:01:42.455]➜  cat >/tmp/go-build707542385/b050/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8877250Z [00:01:42.455]➜  # import config
2025-08-20T22:18:27.8877856Z [00:01:42.455]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:27.8878599Z [00:01:42.455]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:27.8879417Z [00:01:42.455]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:27.8880037Z [00:01:42.455]➜  EOF
2025-08-20T22:18:27.8883618Z [00:01:42.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/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-20T22:18:27.8890870Z [00:01:42.456]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:18:27.8892177Z [00:01:42.456]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T22:18:27.8898554Z [00:01:42.456]➜  weak
2025-08-20T22:18:27.8899059Z [00:01:42.456]➜  mkdir -p $WORK/b115/
2025-08-20T22:18:27.8899788Z [00:01:42.456]➜  cat >/tmp/go-build707542385/b115/importcfg << 'EOF' # internal
2025-08-20T22:18:27.8900455Z [00:01:42.456]➜  # import config
2025-08-20T22:18:27.8901312Z [00:01:42.456]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:27.8902531Z [00:01:42.456]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:27.8903388Z [00:01:42.456]➜  EOF
2025-08-20T22:18:27.8906145Z [00:01:42.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b115=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:18:27.8997180Z [00:01:42.467]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:18:27.9009708Z [00:01:42.468]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T22:18:27.9012358Z [00:01:42.468]➜  maps
2025-08-20T22:18:27.9013328Z [00:01:42.468]➜  mkdir -p $WORK/b145/
2025-08-20T22:18:27.9015671Z [00:01:42.469]➜  cat >/tmp/go-build707542385/b145/importcfg << 'EOF' # internal
2025-08-20T22:18:27.9016607Z [00:01:42.469]➜  # import config
2025-08-20T22:18:27.9017391Z [00:01:42.469]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:27.9018109Z [00:01:42.469]➜  EOF
2025-08-20T22:18:27.9020774Z [00:01:42.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b145=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:18:27.9111207Z [00:01:42.478]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:18:27.9113687Z [00:01:42.478]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T22:18:27.9183114Z [00:01:42.485]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:18:27.9190936Z [00:01:42.486]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T22:18:27.9842412Z [00:01:42.551]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:18:27.9845794Z [00:01:42.551]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T22:18:27.9876144Z [00:01:42.555]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T22:18:27.9879708Z [00:01:42.555]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:18:27.9901243Z [00:01:42.557]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T22:18:27.9903535Z [00:01:42.557]➜  errors
2025-08-20T22:18:27.9907116Z [00:01:42.558]➜  mkdir -p $WORK/b004/
2025-08-20T22:18:27.9907628Z [00:01:42.558]➜  sort
2025-08-20T22:18:27.9908411Z [00:01:42.558]➜  cat >/tmp/go-build707542385/b004/importcfg << 'EOF' # internal
2025-08-20T22:18:27.9913430Z [00:01:42.558]➜  # import config
2025-08-20T22:18:27.9914201Z [00:01:42.558]➜  packagefile internal/reflectlite=/tmp/go-build707542385/b005/_pkg_.a
2025-08-20T22:18:27.9914898Z [00:01:42.558]➜  EOF
2025-08-20T22:18:27.9915330Z [00:01:42.558]➜  mkdir -p $WORK/b163/
2025-08-20T22:18:27.9916112Z [00:01:42.558]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:27.9919115Z [00:01:42.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:18:27.9921961Z [00:01:42.558]➜  cat >/tmp/go-build707542385/b163/importcfg << 'EOF' # internal
2025-08-20T22:18:27.9922627Z [00:01:42.558]➜  # import config
2025-08-20T22:18:27.9923353Z [00:01:42.558]➜  packagefile internal/reflectlite=/tmp/go-build707542385/b005/_pkg_.a
2025-08-20T22:18:27.9924248Z [00:01:42.558]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:27.9925063Z [00:01:42.558]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:27.9927314Z [00:01:42.558]➜  EOF
2025-08-20T22:18:27.9930577Z [00:01:42.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b163=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/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-20T22:18:27.9966159Z [00:01:42.564]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:18:28.0002466Z [00:01:42.567]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T22:18:28.0006239Z [00:01:42.567]➜  internal/testlog
2025-08-20T22:18:28.0008366Z [00:01:42.568]➜  mkdir -p $WORK/b084/
2025-08-20T22:18:28.0010151Z [00:01:42.568]➜  cat >/tmp/go-build707542385/b084/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0010831Z [00:01:42.568]➜  # import config
2025-08-20T22:18:28.0011375Z [00:01:42.568]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.0012204Z [00:01:42.568]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:28.0012821Z [00:01:42.568]➜  EOF
2025-08-20T22:18:28.0015990Z [00:01:42.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b084=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:18:28.0019069Z [00:01:42.568]➜  internal/bisect
2025-08-20T22:18:28.0019578Z [00:01:42.568]➜  mkdir -p $WORK/b046/
2025-08-20T22:18:28.0020247Z [00:01:42.568]➜  cat >/tmp/go-build707542385/b046/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0020903Z [00:01:42.568]➜  # import config
2025-08-20T22:18:28.0021542Z [00:01:42.568]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.0022364Z [00:01:42.568]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.0023239Z [00:01:42.568]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:28.0023916Z [00:01:42.568]➜  EOF
2025-08-20T22:18:28.0040617Z [00:01:42.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b046=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:18:28.0208785Z [00:01:42.588]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:18:28.0219505Z [00:01:42.589]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T22:18:28.0220687Z [00:01:42.589]➜  crypto/internal/fips140cache
2025-08-20T22:18:28.0222366Z [00:01:42.589]➜  mkdir -p $WORK/b114/
2025-08-20T22:18:28.0233080Z [00:01:42.590]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:18:28.0236193Z [00:01:42.590]➜  cat >/tmp/go-build707542385/b114/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0252952Z [00:01:42.590]➜  # import config
2025-08-20T22:18:28.0253957Z [00:01:42.590]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.0254817Z [00:01:42.590]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.0255879Z [00:01:42.590]➜  packagefile weak=/tmp/go-build707542385/b115/_pkg_.a
2025-08-20T22:18:28.0256495Z [00:01:42.590]➜  EOF
2025-08-20T22:18:28.0259666Z [00:01:42.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b114=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:18:28.0273912Z [00:01:42.594]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T22:18:28.0274969Z [00:01:42.594]➜  io
2025-08-20T22:18:28.0275452Z [00:01:42.594]➜  mkdir -p $WORK/b034/
2025-08-20T22:18:28.0276933Z [00:01:42.594]➜  cat >/tmp/go-build707542385/b034/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0277618Z [00:01:42.594]➜  # import config
2025-08-20T22:18:28.0278273Z [00:01:42.594]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.0279076Z [00:01:42.594]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.0279674Z [00:01:42.594]➜  EOF
2025-08-20T22:18:28.0282301Z [00:01:42.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:18:28.0378842Z [00:01:42.605]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:18:28.0386665Z [00:01:42.606]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T22:18:28.0393801Z [00:01:42.606]➜  internal/oserror
2025-08-20T22:18:28.0397753Z [00:01:42.607]➜  mkdir -p $WORK/b049/
2025-08-20T22:18:28.0398734Z [00:01:42.607]➜  cat >/tmp/go-build707542385/b049/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0399407Z [00:01:42.607]➜  # import config
2025-08-20T22:18:28.0400037Z [00:01:42.607]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.0400642Z [00:01:42.607]➜  EOF
2025-08-20T22:18:28.0403391Z [00:01:42.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b049=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:18:28.0523051Z [00:01:42.619]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:18:28.0530096Z [00:01:42.620]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T22:18:28.0542093Z [00:01:42.621]➜  syscall
2025-08-20T22:18:28.0542874Z [00:01:42.621]➜  mkdir -p $WORK/b047/
2025-08-20T22:18:28.0545441Z [00:01:42.622]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T22:18:28.0546265Z [00:01:42.622]➜  cd /root/.go/src/syscall
2025-08-20T22:18:28.0548180Z [00:01:42.622]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b047/symabis ./asm_linux_amd64.s
2025-08-20T22:18:28.0645878Z [00:01:42.631]➜  cat >/tmp/go-build707542385/b047/importcfg << 'EOF' # internal
2025-08-20T22:18:28.0649795Z [00:01:42.631]➜  # import config
2025-08-20T22:18:28.0650838Z [00:01:42.631]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.0651763Z [00:01:42.631]➜  packagefile internal/asan=/tmp/go-build707542385/b028/_pkg_.a
2025-08-20T22:18:28.0652664Z [00:01:42.631]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.0653629Z [00:01:42.631]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:28.0654563Z [00:01:42.631]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:28.0655796Z [00:01:42.631]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:28.0656719Z [00:01:42.631]➜  packagefile internal/msan=/tmp/go-build707542385/b029/_pkg_.a
2025-08-20T22:18:28.0657636Z [00:01:42.631]➜  packagefile internal/oserror=/tmp/go-build707542385/b049/_pkg_.a
2025-08-20T22:18:28.0658537Z [00:01:42.631]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:28.0659514Z [00:01:42.631]➜  packagefile internal/runtime/syscall=/tmp/go-build707542385/b024/_pkg_.a
2025-08-20T22:18:28.0660419Z [00:01:42.631]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.0661196Z [00:01:42.631]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:28.0661975Z [00:01:42.631]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.0662768Z [00:01:42.631]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:28.0663393Z [00:01:42.631]➜  EOF
2025-08-20T22:18:28.0663925Z [00:01:42.632]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.0673660Z [00:01:42.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b047/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T22:18:28.1017727Z [00:01:42.669]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:18:28.1145369Z [00:01:42.681]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T22:18:28.1147339Z [00:01:42.682]➜  internal/godebug
2025-08-20T22:18:28.1148486Z [00:01:42.682]➜  mkdir -p $WORK/b045/
2025-08-20T22:18:28.1151574Z [00:01:42.682]➜  cat >/tmp/go-build707542385/b045/importcfg << 'EOF' # internal
2025-08-20T22:18:28.1152449Z [00:01:42.682]➜  # import config
2025-08-20T22:18:28.1153522Z [00:01:42.682]➜  packagefile internal/bisect=/tmp/go-build707542385/b046/_pkg_.a
2025-08-20T22:18:28.1154796Z [00:01:42.682]➜  packagefile internal/godebugs=/tmp/go-build707542385/b016/_pkg_.a
2025-08-20T22:18:28.1156937Z [00:01:42.682]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.1157793Z [00:01:42.682]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:28.1158431Z [00:01:42.682]➜  EOF
2025-08-20T22:18:28.1161530Z [00:01:42.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b045=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:18:28.1367696Z [00:01:42.704]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:18:28.1386454Z [00:01:42.706]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T22:18:28.1387528Z [00:01:42.706]➜  bytes
2025-08-20T22:18:28.1391182Z [00:01:42.706]➜  mkdir -p $WORK/b003/
2025-08-20T22:18:28.1394544Z [00:01:42.706]➜  cat >/tmp/go-build707542385/b003/importcfg << 'EOF' # internal
2025-08-20T22:18:28.1395695Z [00:01:42.706]➜  # import config
2025-08-20T22:18:28.1396530Z [00:01:42.706]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.1397441Z [00:01:42.706]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.1398333Z [00:01:42.706]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.1399141Z [00:01:42.706]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:28.1399978Z [00:01:42.706]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.1400828Z [00:01:42.706]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:28.1401673Z [00:01:42.706]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:28.1402396Z [00:01:42.706]➜  EOF
2025-08-20T22:18:28.1405931Z [00:01:42.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/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-20T22:18:28.1434226Z [00:01:42.711]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:18:28.1463686Z [00:01:42.713]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T22:18:28.1466562Z [00:01:42.714]➜  hash
2025-08-20T22:18:28.1467017Z [00:01:42.714]➜  mkdir -p $WORK/b053/
2025-08-20T22:18:28.1472112Z [00:01:42.714]➜  cat >/tmp/go-build707542385/b053/importcfg << 'EOF' # internal
2025-08-20T22:18:28.1472807Z [00:01:42.714]➜  # import config
2025-08-20T22:18:28.1474722Z [00:01:42.715]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.1475318Z [00:01:42.715]➜  EOF
2025-08-20T22:18:28.1477741Z [00:01:42.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b053=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:18:28.1614076Z [00:01:42.728]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:18:28.1619893Z [00:01:42.729]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T22:18:28.1624814Z [00:01:42.730]➜  strconv
2025-08-20T22:18:28.1629114Z [00:01:42.730]➜  mkdir -p $WORK/b054/
2025-08-20T22:18:28.1629819Z [00:01:42.730]➜  cat >/tmp/go-build707542385/b054/importcfg << 'EOF' # internal
2025-08-20T22:18:28.1630491Z [00:01:42.730]➜  # import config
2025-08-20T22:18:28.1631125Z [00:01:42.730]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.1631969Z [00:01:42.730]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.1633190Z [00:01:42.730]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:28.1634074Z [00:01:42.730]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:28.1634850Z [00:01:42.730]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.1635855Z [00:01:42.730]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:28.1636500Z [00:01:42.730]➜  EOF
2025-08-20T22:18:28.1641453Z [00:01:42.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b054=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/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-20T22:18:28.2520406Z [00:01:42.819]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:18:28.2550528Z [00:01:42.822]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T22:18:28.2554418Z [00:01:42.822]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:18:28.2555016Z [00:01:42.822]➜  mkdir -p $WORK/b061/
2025-08-20T22:18:28.2555860Z [00:01:42.822]➜  cat >/tmp/go-build707542385/b061/importcfg << 'EOF' # internal
2025-08-20T22:18:28.2556510Z [00:01:42.822]➜  # import config
2025-08-20T22:18:28.2557202Z [00:01:42.822]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:28.2557852Z [00:01:42.823]➜  EOF
2025-08-20T22:18:28.2561037Z [00:01:42.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b061=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:18:28.2757950Z [00:01:42.843]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:18:28.2774588Z [00:01:42.844]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T22:18:28.2775842Z [00:01:42.844]➜  strings
2025-08-20T22:18:28.2776343Z [00:01:42.844]➜  mkdir -p $WORK/b062/
2025-08-20T22:18:28.2777061Z [00:01:42.844]➜  cat >/tmp/go-build707542385/b062/importcfg << 'EOF' # internal
2025-08-20T22:18:28.2777737Z [00:01:42.844]➜  # import config
2025-08-20T22:18:28.2778409Z [00:01:42.844]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.2779267Z [00:01:42.844]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:28.2780182Z [00:01:42.844]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.2781145Z [00:01:42.844]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:28.2782013Z [00:01:42.844]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.2782776Z [00:01:42.844]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:28.2783551Z [00:01:42.844]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.2784320Z [00:01:42.844]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.2785104Z [00:01:42.844]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:28.2786820Z [00:01:42.844]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:28.2787793Z [00:01:42.844]➜  EOF
2025-08-20T22:18:28.2791814Z [00:01:42.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b062=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/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-20T22:18:28.3030980Z [00:01:42.870]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:18:28.3058205Z [00:01:42.873]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T22:18:28.3068534Z [00:01:42.873]➜  path
2025-08-20T22:18:28.3069077Z [00:01:42.873]➜  mkdir -p $WORK/b081/
2025-08-20T22:18:28.3069807Z [00:01:42.873]➜  cat >/tmp/go-build707542385/b081/importcfg << 'EOF' # internal
2025-08-20T22:18:28.3070431Z [00:01:42.873]➜  # import config
2025-08-20T22:18:28.3071086Z [00:01:42.873]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.3071946Z [00:01:42.873]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.3072854Z [00:01:42.873]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:28.3073492Z [00:01:42.873]➜  EOF
2025-08-20T22:18:28.3076319Z [00:01:42.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b081=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:18:28.3685912Z [00:01:42.935]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:18:28.3696174Z [00:01:42.937]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T22:18:28.3716278Z [00:01:42.937]➜  math/rand/v2
2025-08-20T22:18:28.3717444Z [00:01:42.937]➜  mkdir -p $WORK/b086/
2025-08-20T22:18:28.3719071Z [00:01:42.938]➜  cat >/tmp/go-build707542385/b086/importcfg << 'EOF' # internal
2025-08-20T22:18:28.3720123Z [00:01:42.938]➜  # import config
2025-08-20T22:18:28.3721100Z [00:01:42.938]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.3722923Z [00:01:42.938]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:28.3723874Z [00:01:42.938]➜  packagefile internal/chacha8rand=/tmp/go-build707542385/b014/_pkg_.a
2025-08-20T22:18:28.3724724Z [00:01:42.938]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:28.3725716Z [00:01:42.938]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.3726370Z [00:01:42.938]➜  EOF
2025-08-20T22:18:28.3730225Z [00:01:42.939]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b086=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/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-20T22:18:28.4508476Z [00:01:43.018]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:18:28.4644391Z [00:01:43.031]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T22:18:28.4645769Z [00:01:43.032]➜  crypto
2025-08-20T22:18:28.4654073Z [00:01:43.032]➜  mkdir -p $WORK/b052/
2025-08-20T22:18:28.4654843Z [00:01:43.032]➜  cat >/tmp/go-build707542385/b052/importcfg << 'EOF' # internal
2025-08-20T22:18:28.4655651Z [00:01:43.032]➜  # import config
2025-08-20T22:18:28.4656281Z [00:01:43.032]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.4657019Z [00:01:43.032]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.4657822Z [00:01:43.032]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:28.4658430Z [00:01:43.032]➜  EOF
2025-08-20T22:18:28.4660893Z [00:01:43.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b052=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:18:28.5143739Z [00:01:43.081]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:18:28.5151485Z [00:01:43.082]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T22:18:28.5153927Z [00:01:43.082]➜  encoding/base64
2025-08-20T22:18:28.5154506Z [00:01:43.082]➜  mkdir -p $WORK/b093/
2025-08-20T22:18:28.5156618Z [00:01:43.083]➜  cat >/tmp/go-build707542385/b093/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5157286Z [00:01:43.083]➜  # import config
2025-08-20T22:18:28.5158077Z [00:01:43.083]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:28.5158927Z [00:01:43.083]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.5159713Z [00:01:43.083]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:28.5160585Z [00:01:43.083]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:28.5161174Z [00:01:43.083]➜  EOF
2025-08-20T22:18:28.5182936Z [00:01:43.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b093=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:18:28.5220025Z [00:01:43.089]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:18:28.5234994Z [00:01:43.090]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T22:18:28.5265189Z [00:01:43.093]➜  crypto/internal/randutil
2025-08-20T22:18:28.5267021Z [00:01:43.093]➜  mkdir -p $WORK/b085/
2025-08-20T22:18:28.5268673Z [00:01:43.094]➜  cat >/tmp/go-build707542385/b085/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5269347Z [00:01:43.094]➜  # import config
2025-08-20T22:18:28.5269975Z [00:01:43.094]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.5270860Z [00:01:43.094]➜  packagefile math/rand/v2=/tmp/go-build707542385/b086/_pkg_.a
2025-08-20T22:18:28.5271526Z [00:01:43.094]➜  EOF
2025-08-20T22:18:28.5274614Z [00:01:43.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b085=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:18:28.5302367Z [00:01:43.097]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:18:28.5356522Z [00:01:43.103]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T22:18:28.5404216Z [00:01:43.107]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:18:28.5413017Z [00:01:43.108]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T22:18:28.5414444Z [00:01:43.108]➜  crypto/internal/impl
2025-08-20T22:18:28.5415119Z [00:01:43.108]➜  mkdir -p $WORK/b069/
2025-08-20T22:18:28.5425182Z [00:01:43.109]➜  cat >/tmp/go-build707542385/b069/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5426125Z [00:01:43.109]➜  # import config
2025-08-20T22:18:28.5426802Z [00:01:43.109]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:28.5427423Z [00:01:43.109]➜  EOF
2025-08-20T22:18:28.5430311Z [00:01:43.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b069=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:18:28.5453972Z [00:01:43.112]➜  crypto/internal/fips140
2025-08-20T22:18:28.5454626Z [00:01:43.112]➜  mkdir -p $WORK/b060/
2025-08-20T22:18:28.5463974Z [00:01:43.113]➜  cat >/tmp/go-build707542385/b060/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5464867Z [00:01:43.113]➜  # import config
2025-08-20T22:18:28.5465943Z [00:01:43.113]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build707542385/b061/_pkg_.a
2025-08-20T22:18:28.5467033Z [00:01:43.113]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.5467870Z [00:01:43.113]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.5468693Z [00:01:43.113]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.5469507Z [00:01:43.113]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:28.5470122Z [00:01:43.113]➜  EOF
2025-08-20T22:18:28.5474588Z [00:01:43.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b060=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/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-20T22:18:28.5647737Z [00:01:43.131]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:18:28.5679501Z [00:01:43.135]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T22:18:28.5696577Z [00:01:43.137]➜  reflect
2025-08-20T22:18:28.5697593Z [00:01:43.137]➜  mkdir -p $WORK/b097/
2025-08-20T22:18:28.5698971Z [00:01:43.137]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T22:18:28.5699947Z [00:01:43.137]➜  cd /root/.go/src/reflect
2025-08-20T22:18:28.5703490Z [00:01:43.137]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b097/symabis ./asm_amd64.s
2025-08-20T22:18:28.5735944Z [00:01:43.141]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:18:28.5766982Z [00:01:43.141]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T22:18:28.5770405Z [00:01:43.142]➜  crypto/internal/fips140/sha256
2025-08-20T22:18:28.5770974Z [00:01:43.142]➜  mkdir -p $WORK/b066/
2025-08-20T22:18:28.5771544Z [00:01:43.142]➜  echo -n > $WORK/b066/go_asm.h # internal
2025-08-20T22:18:28.5772212Z [00:01:43.143]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:18:28.5774888Z [00:01:43.143]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b066=>" -I $WORK/b066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b066/symabis ./sha256block_amd64.s
2025-08-20T22:18:28.5777369Z [00:01:43.143]➜  cat >/tmp/go-build707542385/b097/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5778016Z [00:01:43.143]➜  # import config
2025-08-20T22:18:28.5778704Z [00:01:43.143]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.5779521Z [00:01:43.143]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:28.5780402Z [00:01:43.143]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.5781288Z [00:01:43.143]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:28.5782162Z [00:01:43.143]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:28.5783029Z [00:01:43.143]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:28.5784108Z [00:01:43.143]➜  packagefile internal/runtime/maps=/tmp/go-build707542385/b027/_pkg_.a
2025-08-20T22:18:28.5785050Z [00:01:43.143]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:28.5786158Z [00:01:43.143]➜  packagefile internal/unsafeheader=/tmp/go-build707542385/b009/_pkg_.a
2025-08-20T22:18:28.5786991Z [00:01:43.143]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:28.5787724Z [00:01:43.143]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:28.5788463Z [00:01:43.143]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.5789235Z [00:01:43.143]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:28.5789989Z [00:01:43.143]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.5790741Z [00:01:43.143]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:28.5791570Z [00:01:43.143]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:28.5792196Z [00:01:43.143]➜  EOF
2025-08-20T22:18:28.5792706Z [00:01:43.143]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.5798330Z [00:01:43.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b097/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack -asmhdr $WORK/b097/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-20T22:18:28.5862227Z [00:01:43.153]➜  cat >/tmp/go-build707542385/b066/importcfg << 'EOF' # internal
2025-08-20T22:18:28.5863439Z [00:01:43.153]➜  # import config
2025-08-20T22:18:28.5864542Z [00:01:43.153]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:28.5865873Z [00:01:43.153]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.5867056Z [00:01:43.153]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.5868243Z [00:01:43.153]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:28.5869315Z [00:01:43.153]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:28.5870241Z [00:01:43.153]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.5871086Z [00:01:43.153]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.5871933Z [00:01:43.153]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.5872550Z [00:01:43.153]➜  EOF
2025-08-20T22:18:28.5883303Z [00:01:43.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b066=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b066/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack -asmhdr $WORK/b066/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T22:18:28.5897039Z [00:01:43.157]➜  cd /root/.go/src/syscall
2025-08-20T22:18:28.5899306Z [00:01:43.157]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:18:28.5925350Z [00:01:43.160]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:18:28.5936875Z [00:01:43.161]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T22:18:28.5943691Z [00:01:43.161]➜  crypto/internal/fips140/sha3
2025-08-20T22:18:28.5944310Z [00:01:43.161]➜  mkdir -p $WORK/b070/
2025-08-20T22:18:28.5944943Z [00:01:43.161]➜  echo -n > $WORK/b070/go_asm.h # internal
2025-08-20T22:18:28.5948350Z [00:01:43.162]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:18:28.5952434Z [00:01:43.162]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b070/symabis ./sha3_amd64.s
2025-08-20T22:18:28.5958687Z [00:01:43.163]➜  cd /root/.go/src/syscall
2025-08-20T22:18:28.5960854Z [00:01:43.163]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_linux_amd64.o # internal
2025-08-20T22:18:28.5962431Z [00:01:43.163]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:18:28.6018270Z [00:01:43.169]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T22:18:28.6022246Z [00:01:43.169]➜  time
2025-08-20T22:18:28.6024946Z [00:01:43.170]➜  mkdir -p $WORK/b044/
2025-08-20T22:18:28.6048873Z [00:01:43.172]➜  cat >/tmp/go-build707542385/b044/importcfg << 'EOF' # internal
2025-08-20T22:18:28.6049526Z [00:01:43.172]➜  # import config
2025-08-20T22:18:28.6050153Z [00:01:43.172]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.6050981Z [00:01:43.172]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:28.6052184Z [00:01:43.172]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:28.6053238Z [00:01:43.172]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:28.6054209Z [00:01:43.172]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.6055108Z [00:01:43.172]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.6056043Z [00:01:43.172]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:28.6056786Z [00:01:43.172]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:28.6057353Z [00:01:43.172]➜  EOF
2025-08-20T22:18:28.6057851Z [00:01:43.172]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.6062035Z [00:01:43.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b044=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/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-20T22:18:28.6066008Z [00:01:43.173]➜  cat >/tmp/go-build707542385/b070/importcfg << 'EOF' # internal
2025-08-20T22:18:28.6066685Z [00:01:43.173]➜  # import config
2025-08-20T22:18:28.6067323Z [00:01:43.173]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:28.6068238Z [00:01:43.173]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.6069363Z [00:01:43.173]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:28.6070579Z [00:01:43.173]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.6072084Z [00:01:43.173]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:28.6073061Z [00:01:43.173]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.6073878Z [00:01:43.173]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.6074518Z [00:01:43.173]➜  EOF
2025-08-20T22:18:28.6080247Z [00:01:43.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b070=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b070/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack -asmhdr $WORK/b070/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:18:28.6341456Z [00:01:43.201]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:18:28.6345449Z [00:01:43.201]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b066=>" -I $WORK/b066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b066/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T22:18:28.6563907Z [00:01:43.223]➜  go tool pack r $WORK/b066/_pkg_.a $WORK/b066/sha256block_amd64.o # internal
2025-08-20T22:18:28.6569339Z [00:01:43.224]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:18:28.6596330Z [00:01:43.227]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T22:18:28.6603481Z [00:01:43.227]➜  crypto/internal/fips140/sha512
2025-08-20T22:18:28.6604139Z [00:01:43.227]➜  mkdir -p $WORK/b072/
2025-08-20T22:18:28.6607958Z [00:01:43.228]➜  echo -n > $WORK/b072/go_asm.h # internal
2025-08-20T22:18:28.6610087Z [00:01:43.228]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:18:28.6613084Z [00:01:43.228]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b072/symabis ./sha512block_amd64.s
2025-08-20T22:18:28.6664309Z [00:01:43.233]➜  cat >/tmp/go-build707542385/b072/importcfg << 'EOF' # internal
2025-08-20T22:18:28.6665307Z [00:01:43.233]➜  # import config
2025-08-20T22:18:28.6666384Z [00:01:43.233]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:28.6667383Z [00:01:43.233]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.6668584Z [00:01:43.233]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.6669817Z [00:01:43.233]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:28.6670904Z [00:01:43.233]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:28.6671849Z [00:01:43.233]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.6672669Z [00:01:43.233]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.6673498Z [00:01:43.233]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.6674148Z [00:01:43.233]➜  EOF
2025-08-20T22:18:28.6674716Z [00:01:43.233]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.6682200Z [00:01:43.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b072=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b072/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack -asmhdr $WORK/b072/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T22:18:28.6687394Z [00:01:43.235]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:18:28.6689827Z [00:01:43.235]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b070/sha3_amd64.o ./sha3_amd64.s
2025-08-20T22:18:28.6859027Z [00:01:43.253]➜  go tool pack r $WORK/b070/_pkg_.a $WORK/b070/sha3_amd64.o # internal
2025-08-20T22:18:28.6859867Z [00:01:43.253]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:18:28.6870660Z [00:01:43.254]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T22:18:28.6880531Z [00:01:43.255]➜  internal/syscall/unix
2025-08-20T22:18:28.6882268Z [00:01:43.255]➜  mkdir -p $WORK/b077/
2025-08-20T22:18:28.6892366Z [00:01:43.256]➜  cat >/tmp/go-build707542385/b077/importcfg << 'EOF' # internal
2025-08-20T22:18:28.6894038Z [00:01:43.257]➜  # import config
2025-08-20T22:18:28.6895245Z [00:01:43.257]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:28.6899882Z [00:01:43.257]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:28.6901037Z [00:01:43.257]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:28.6903267Z [00:01:43.257]➜  EOF
2025-08-20T22:18:28.6906717Z [00:01:43.258]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.6933769Z [00:01:43.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b077=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:18:28.7161243Z [00:01:43.281]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:18:28.7166873Z [00:01:43.281]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b072/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T22:18:28.7257661Z [00:01:43.293]➜  go tool pack r $WORK/b072/_pkg_.a $WORK/b072/sha512block_amd64.o # internal
2025-08-20T22:18:28.7261416Z [00:01:43.293]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:18:28.7264832Z [00:01:43.293]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T22:18:28.7266178Z [00:01:43.293]➜  crypto/internal/fips140/hmac
2025-08-20T22:18:28.7266777Z [00:01:43.293]➜  mkdir -p $WORK/b065/
2025-08-20T22:18:28.7267519Z [00:01:43.293]➜  cat >/tmp/go-build707542385/b065/importcfg << 'EOF' # internal
2025-08-20T22:18:28.7268213Z [00:01:43.293]➜  # import config
2025-08-20T22:18:28.7268888Z [00:01:43.293]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:28.7269905Z [00:01:43.293]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.7271066Z [00:01:43.293]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:28.7272227Z [00:01:43.293]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:28.7273391Z [00:01:43.293]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:28.7274391Z [00:01:43.293]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.7275214Z [00:01:43.293]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.7276085Z [00:01:43.293]➜  EOF
2025-08-20T22:18:28.7276669Z [00:01:43.293]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.7280766Z [00:01:43.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b065=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:18:28.7344793Z [00:01:43.301]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:18:28.7351552Z [00:01:43.302]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T22:18:28.7355717Z [00:01:43.303]➜  internal/syscall/execenv
2025-08-20T22:18:28.7370983Z [00:01:43.303]➜  mkdir -p $WORK/b083/
2025-08-20T22:18:28.7371711Z [00:01:43.303]➜  cat >/tmp/go-build707542385/b083/importcfg << 'EOF' # internal
2025-08-20T22:18:28.7372383Z [00:01:43.303]➜  # import config
2025-08-20T22:18:28.7373046Z [00:01:43.303]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:28.7373679Z [00:01:43.303]➜  EOF
2025-08-20T22:18:28.7377034Z [00:01:43.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b083=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:18:28.7539705Z [00:01:43.319]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:18:28.7542788Z [00:01:43.321]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T22:18:28.7543872Z [00:01:43.321]➜  crypto/sha3
2025-08-20T22:18:28.7544388Z [00:01:43.321]➜  mkdir -p $WORK/b091/
2025-08-20T22:18:28.7545135Z [00:01:43.321]➜  cat >/tmp/go-build707542385/b091/importcfg << 'EOF' # internal
2025-08-20T22:18:28.7546120Z [00:01:43.321]➜  # import config
2025-08-20T22:18:28.7546851Z [00:01:43.321]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:28.7548178Z [00:01:43.321]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:28.7549129Z [00:01:43.321]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.7549739Z [00:01:43.321]➜  EOF
2025-08-20T22:18:28.7552410Z [00:01:43.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b091=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:18:28.7614713Z [00:01:43.328]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:18:28.7624400Z [00:01:43.329]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T22:18:28.7631455Z [00:01:43.330]➜  crypto/internal/fips140/check
2025-08-20T22:18:28.7632042Z [00:01:43.330]➜  mkdir -p $WORK/b064/
2025-08-20T22:18:28.7634840Z [00:01:43.330]➜  cat >/tmp/go-build707542385/b064/importcfg << 'EOF' # internal
2025-08-20T22:18:28.7636452Z [00:01:43.330]➜  # import config
2025-08-20T22:18:28.7638354Z [00:01:43.330]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.7639680Z [00:01:43.330]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:28.7641075Z [00:01:43.330]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:28.7642504Z [00:01:43.330]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.7643962Z [00:01:43.330]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build707542385/b061/_pkg_.a
2025-08-20T22:18:28.7646111Z [00:01:43.330]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:28.7647608Z [00:01:43.330]➜  EOF
2025-08-20T22:18:28.7651245Z [00:01:43.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b064=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:18:28.7988219Z [00:01:43.364]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:18:28.7992558Z [00:01:43.366]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T22:18:28.7998941Z [00:01:43.367]➜  crypto/internal/fips140/aes
2025-08-20T22:18:28.7999453Z [00:01:43.367]➜  mkdir -p $WORK/b059/
2025-08-20T22:18:28.8005904Z [00:01:43.368]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:18:28.8009985Z [00:01:43.368]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T22:18:28.8011873Z [00:01:43.368]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:18:28.8017424Z [00:01:43.369]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b059/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T22:18:28.8047831Z [00:01:43.372]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T22:18:28.8054940Z [00:01:43.372]➜  crypto/internal/fips140hash
2025-08-20T22:18:28.8055794Z [00:01:43.372]➜  mkdir -p $WORK/b090/
2025-08-20T22:18:28.8056525Z [00:01:43.373]➜  cat >/tmp/go-build707542385/b090/importcfg << 'EOF' # internal
2025-08-20T22:18:28.8057281Z [00:01:43.373]➜  # import config
2025-08-20T22:18:28.8058479Z [00:01:43.373]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:28.8059524Z [00:01:43.373]➜  packagefile crypto/sha3=/tmp/go-build707542385/b091/_pkg_.a
2025-08-20T22:18:28.8060402Z [00:01:43.373]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:28.8061020Z [00:01:43.373]➜  EOF
2025-08-20T22:18:28.8061601Z [00:01:43.373]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.8065041Z [00:01:43.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b090=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:18:28.8125008Z [00:01:43.379]➜  cat >/tmp/go-build707542385/b059/importcfg << 'EOF' # internal
2025-08-20T22:18:28.8137528Z [00:01:43.380]➜  # import config
2025-08-20T22:18:28.8138232Z [00:01:43.380]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:28.8139201Z [00:01:43.380]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:28.8140325Z [00:01:43.380]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:28.8141458Z [00:01:43.380]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:28.8142588Z [00:01:43.380]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:28.8143830Z [00:01:43.380]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.8145068Z [00:01:43.380]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:28.8146865Z [00:01:43.380]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build707542385/b061/_pkg_.a
2025-08-20T22:18:28.8148046Z [00:01:43.380]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:28.8148979Z [00:01:43.380]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.8149899Z [00:01:43.380]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.8150702Z [00:01:43.380]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:28.8151326Z [00:01:43.380]➜  EOF
2025-08-20T22:18:28.8158056Z [00:01:43.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/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-20T22:18:28.8317337Z [00:01:43.397]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:18:28.8320550Z [00:01:43.399]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T22:18:28.8323099Z [00:01:43.399]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:18:28.8325283Z [00:01:43.399]➜  mkdir -p $WORK/b106/
2025-08-20T22:18:28.8326145Z [00:01:43.399]➜  cat >/tmp/go-build707542385/b106/importcfg << 'EOF' # internal
2025-08-20T22:18:28.8326818Z [00:01:43.399]➜  # import config
2025-08-20T22:18:28.8327788Z [00:01:43.399]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:28.8328883Z [00:01:43.399]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:28.8329803Z [00:01:43.399]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.8330596Z [00:01:43.399]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.8331209Z [00:01:43.399]➜  EOF
2025-08-20T22:18:28.8340126Z [00:01:43.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b106=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/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-20T22:18:28.9725052Z [00:01:43.539]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:18:28.9732860Z [00:01:43.540]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b059/aes_amd64.o ./aes_amd64.s
2025-08-20T22:18:28.9797704Z [00:01:43.546]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b059/ctr_amd64.o ./ctr_amd64.s
2025-08-20T22:18:28.9848913Z [00:01:43.552]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/aes_amd64.o $WORK/b059/ctr_amd64.o # internal
2025-08-20T22:18:28.9859104Z [00:01:43.553]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:18:28.9874024Z [00:01:43.554]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T22:18:28.9881993Z [00:01:43.555]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:18:28.9888055Z [00:01:43.556]➜  mkdir -p $WORK/b107/
2025-08-20T22:18:28.9897869Z [00:01:43.557]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T22:18:28.9904097Z [00:01:43.557]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T22:18:28.9912790Z [00:01:43.558]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b107/symabis ./fe_amd64.s
2025-08-20T22:18:28.9976872Z [00:01:43.564]➜  cat >/tmp/go-build707542385/b107/importcfg << 'EOF' # internal
2025-08-20T22:18:28.9983460Z [00:01:43.565]➜  # import config
2025-08-20T22:18:28.9984332Z [00:01:43.565]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:28.9987582Z [00:01:43.566]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:28.9989591Z [00:01:43.566]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:28.9991732Z [00:01:43.566]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:28.9992586Z [00:01:43.566]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:28.9993234Z [00:01:43.566]➜  EOF
2025-08-20T22:18:28.9993795Z [00:01:43.566]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:28.9999048Z [00:01:43.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b107=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b107/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack -asmhdr $WORK/b107/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:18:29.0531407Z [00:01:43.620]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:18:29.0559915Z [00:01:43.623]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T22:18:29.0564983Z [00:01:43.623]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b107/fe_amd64.o ./fe_amd64.s
2025-08-20T22:18:29.0578017Z [00:01:43.625]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T22:18:29.0610976Z [00:01:43.625]➜  context
2025-08-20T22:18:29.0611774Z [00:01:43.625]➜  mkdir -p $WORK/b043/
2025-08-20T22:18:29.0612513Z [00:01:43.625]➜  cat >/tmp/go-build707542385/b043/importcfg << 'EOF' # internal
2025-08-20T22:18:29.0613159Z [00:01:43.625]➜  # import config
2025-08-20T22:18:29.0613765Z [00:01:43.628]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.0614634Z [00:01:43.628]➜  packagefile internal/reflectlite=/tmp/go-build707542385/b005/_pkg_.a
2025-08-20T22:18:29.0615665Z [00:01:43.628]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.0616459Z [00:01:43.628]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:29.0617237Z [00:01:43.628]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:29.0617789Z [00:01:43.628]➜  EOF
2025-08-20T22:18:29.0618294Z [00:01:43.628]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:29.0620977Z [00:01:43.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b043=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:18:29.0628909Z [00:01:43.630]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T22:18:29.0631085Z [00:01:43.630]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/fe_amd64.o # internal
2025-08-20T22:18:29.0631928Z [00:01:43.630]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:18:29.0633177Z [00:01:43.630]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T22:18:29.0634169Z [00:01:43.630]➜  io/fs
2025-08-20T22:18:29.0634607Z [00:01:43.630]➜  mkdir -p $WORK/b080/
2025-08-20T22:18:29.0635288Z [00:01:43.630]➜  cat >/tmp/go-build707542385/b080/importcfg << 'EOF' # internal
2025-08-20T22:18:29.0636168Z [00:01:43.630]➜  # import config
2025-08-20T22:18:29.0636821Z [00:01:43.630]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.0637958Z [00:01:43.630]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:29.0638864Z [00:01:43.630]➜  packagefile internal/oserror=/tmp/go-build707542385/b049/_pkg_.a
2025-08-20T22:18:29.0639668Z [00:01:43.630]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.0640442Z [00:01:43.630]➜  packagefile path=/tmp/go-build707542385/b081/_pkg_.a
2025-08-20T22:18:29.0641218Z [00:01:43.630]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.0642004Z [00:01:43.630]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:29.0642791Z [00:01:43.630]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:29.0643396Z [00:01:43.630]➜  EOF
2025-08-20T22:18:29.0643918Z [00:01:43.630]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:29.0648186Z [00:01:43.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b080=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/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-20T22:18:29.1390633Z [00:01:43.706]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:18:29.1415142Z [00:01:43.708]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T22:18:29.1473613Z [00:01:43.714]➜  internal/poll
2025-08-20T22:18:29.1476645Z [00:01:43.715]➜  mkdir -p $WORK/b082/
2025-08-20T22:18:29.1493045Z [00:01:43.716]➜  cat >/tmp/go-build707542385/b082/importcfg << 'EOF' # internal
2025-08-20T22:18:29.1533855Z [00:01:43.717]➜  # import config
2025-08-20T22:18:29.1534575Z [00:01:43.717]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.1535691Z [00:01:43.717]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:29.1536720Z [00:01:43.717]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:29.1537646Z [00:01:43.717]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.1538482Z [00:01:43.717]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:29.1539319Z [00:01:43.717]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.1540200Z [00:01:43.717]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:29.1541082Z [00:01:43.717]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:29.1541889Z [00:01:43.717]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:29.1542517Z [00:01:43.717]➜  EOF
2025-08-20T22:18:29.1553155Z [00:01:43.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b082=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/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-20T22:18:29.2009140Z [00:01:43.768]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:18:29.2028867Z [00:01:43.770]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T22:18:29.2070786Z [00:01:43.774]➜  internal/filepathlite
2025-08-20T22:18:29.2073198Z [00:01:43.774]➜  mkdir -p $WORK/b079/
2025-08-20T22:18:29.2082054Z [00:01:43.775]➜  cat >/tmp/go-build707542385/b079/importcfg << 'EOF' # internal
2025-08-20T22:18:29.2091219Z [00:01:43.775]➜  # import config
2025-08-20T22:18:29.2091936Z [00:01:43.775]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.2092876Z [00:01:43.775]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:29.2093885Z [00:01:43.775]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:29.2094844Z [00:01:43.775]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:29.2095827Z [00:01:43.775]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.2096433Z [00:01:43.775]➜  EOF
2025-08-20T22:18:29.2100446Z [00:01:43.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b079=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/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-20T22:18:29.2741486Z [00:01:43.841]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:18:29.2748400Z [00:01:43.842]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T22:18:29.2755195Z [00:01:43.842]➜  math/rand
2025-08-20T22:18:29.2770620Z [00:01:43.843]➜  mkdir -p $WORK/b110/
2025-08-20T22:18:29.2771373Z [00:01:43.843]➜  cat >/tmp/go-build707542385/b110/importcfg << 'EOF' # internal
2025-08-20T22:18:29.2772031Z [00:01:43.843]➜  # import config
2025-08-20T22:18:29.2772715Z [00:01:43.843]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:29.2773575Z [00:01:43.843]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:29.2774336Z [00:01:43.843]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.2775078Z [00:01:43.843]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:29.2776169Z [00:01:43.843]➜  EOF
2025-08-20T22:18:29.2779567Z [00:01:43.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b110=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/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-20T22:18:29.4012339Z [00:01:43.968]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:18:29.4077454Z [00:01:43.975]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T22:18:29.4099985Z [00:01:43.977]➜  os
2025-08-20T22:18:29.4119019Z [00:01:43.979]➜  mkdir -p $WORK/b078/
2025-08-20T22:18:29.4127818Z [00:01:43.980]➜  cat >/tmp/go-build707542385/b078/importcfg << 'EOF' # internal
2025-08-20T22:18:29.4129328Z [00:01:43.980]➜  # import config
2025-08-20T22:18:29.4130184Z [00:01:43.980]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.4131483Z [00:01:43.980]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:29.4134275Z [00:01:43.980]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:29.4135247Z [00:01:43.980]➜  packagefile internal/filepathlite=/tmp/go-build707542385/b079/_pkg_.a
2025-08-20T22:18:29.4140917Z [00:01:43.980]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:29.4142447Z [00:01:43.980]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:29.4143326Z [00:01:43.980]➜  packagefile internal/poll=/tmp/go-build707542385/b082/_pkg_.a
2025-08-20T22:18:29.4144227Z [00:01:43.980]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:29.4145232Z [00:01:43.980]➜  packagefile internal/syscall/execenv=/tmp/go-build707542385/b083/_pkg_.a
2025-08-20T22:18:29.4146453Z [00:01:43.980]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:29.4147387Z [00:01:43.980]➜  packagefile internal/testlog=/tmp/go-build707542385/b084/_pkg_.a
2025-08-20T22:18:29.4148187Z [00:01:43.980]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.4148918Z [00:01:43.980]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:29.4149663Z [00:01:43.980]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:29.4150443Z [00:01:43.980]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.4151209Z [00:01:43.980]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.4151994Z [00:01:43.980]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:29.4152772Z [00:01:43.980]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:29.4153752Z [00:01:43.980]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:29.4154329Z [00:01:43.980]➜  EOF
2025-08-20T22:18:29.4169451Z [00:01:43.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b078=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/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-20T22:18:29.4462298Z [00:01:44.013]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:18:29.4478682Z [00:01:44.015]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T22:18:29.4502405Z [00:01:44.017]➜  crypto/internal/fips140/bigmod
2025-08-20T22:18:29.4505875Z [00:01:44.018]➜  mkdir -p $WORK/b113/
2025-08-20T22:18:29.4540099Z [00:01:44.021]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T22:18:29.4565910Z [00:01:44.024]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:18:29.4571000Z [00:01:44.024]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b113/symabis ./nat_amd64.s
2025-08-20T22:18:29.4703950Z [00:01:44.037]➜  cat >/tmp/go-build707542385/b113/importcfg << 'EOF' # internal
2025-08-20T22:18:29.4727256Z [00:01:44.038]➜  # import config
2025-08-20T22:18:29.4728094Z [00:01:44.038]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:29.4729318Z [00:01:44.038]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:29.4730502Z [00:01:44.038]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:29.4731511Z [00:01:44.038]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:29.4732351Z [00:01:44.038]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.4733138Z [00:01:44.038]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:29.4733737Z [00:01:44.038]➜  EOF
2025-08-20T22:18:29.4736428Z [00:01:44.041]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:29.4740741Z [00:01:44.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b113/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack -asmhdr $WORK/b113/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:18:29.6648055Z [00:01:44.232]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:18:29.6655132Z [00:01:44.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b113/nat_amd64.o ./nat_amd64.s
2025-08-20T22:18:29.6667438Z [00:01:44.234]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:18:29.6704241Z [00:01:44.237]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T22:18:29.6714084Z [00:01:44.238]➜  crypto/internal/fips140/nistec
2025-08-20T22:18:29.6719058Z [00:01:44.239]➜  mkdir -p $WORK/b105/
2025-08-20T22:18:29.6720781Z [00:01:44.239]➜  echo -n > $WORK/b105/go_asm.h # internal
2025-08-20T22:18:29.6723936Z [00:01:44.239]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:18:29.6727739Z [00:01:44.239]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b105/symabis ./p256_asm_amd64.s
2025-08-20T22:18:29.6761586Z [00:01:44.242]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:18:29.6766623Z [00:01:44.243]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/nat_amd64.o # internal
2025-08-20T22:18:29.6767444Z [00:01:44.243]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:18:29.6775851Z [00:01:44.245]➜  cd /root/.go/src/reflect
2025-08-20T22:18:29.6779326Z [00:01:44.245]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b097/asm_amd64.o ./asm_amd64.s
2025-08-20T22:18:29.6788625Z [00:01:44.246]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T22:18:29.6795668Z [00:01:44.247]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:18:29.6800074Z [00:01:44.247]➜  mkdir -p $WORK/b130/
2025-08-20T22:18:29.6801738Z [00:01:44.247]➜  cat >/tmp/go-build707542385/b105/importcfg << 'EOF' # internal
2025-08-20T22:18:29.6802672Z [00:01:44.247]➜  # import config
2025-08-20T22:18:29.6805808Z [00:01:44.247]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:29.6807577Z [00:01:44.247]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build707542385/b106/_pkg_.a
2025-08-20T22:18:29.6810841Z [00:01:44.247]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:29.6812031Z [00:01:44.247]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:29.6813026Z [00:01:44.247]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.6813895Z [00:01:44.247]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:29.6814746Z [00:01:44.247]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:29.6815758Z [00:01:44.247]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.6825310Z [00:01:44.247]➜  EOF
2025-08-20T22:18:29.6826511Z [00:01:44.248]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:29.6832976Z [00:01:44.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b105=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b105/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/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-20T22:18:29.6838307Z [00:01:44.249]➜  cat >/tmp/go-build707542385/b130/importcfg << 'EOF' # internal
2025-08-20T22:18:29.6838905Z [00:01:44.249]➜  # import config
2025-08-20T22:18:29.6839614Z [00:01:44.249]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:29.6840686Z [00:01:44.249]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build707542385/b107/_pkg_.a
2025-08-20T22:18:29.6841740Z [00:01:44.249]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:29.6842761Z [00:01:44.249]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:29.6843622Z [00:01:44.249]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.6844327Z [00:01:44.249]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:29.6845008Z [00:01:44.249]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.6845995Z [00:01:44.249]➜  EOF
2025-08-20T22:18:29.6851483Z [00:01:44.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b130=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/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-20T22:18:29.6856349Z [00:01:44.249]➜  cd /root/.go/src/reflect
2025-08-20T22:18:29.6857066Z [00:01:44.249]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/asm_amd64.o # internal
2025-08-20T22:18:29.6857823Z [00:01:44.249]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:18:29.7015084Z [00:01:44.268]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T22:18:29.7016788Z [00:01:44.268]➜  internal/fmtsort
2025-08-20T22:18:29.7017457Z [00:01:44.269]➜  mkdir -p $WORK/b096/
2025-08-20T22:18:29.7028902Z [00:01:44.270]➜  cat >/tmp/go-build707542385/b096/importcfg << 'EOF' # internal
2025-08-20T22:18:29.7030931Z [00:01:44.270]➜  # import config
2025-08-20T22:18:29.7031762Z [00:01:44.270]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:29.7032706Z [00:01:44.270]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:29.7033948Z [00:01:44.270]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.7035448Z [00:01:44.270]➜  EOF
2025-08-20T22:18:29.7036254Z [00:01:44.270]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:29.7039585Z [00:01:44.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b096=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:18:29.7844475Z [00:01:44.351]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:18:29.7855718Z [00:01:44.352]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T22:18:29.7862323Z [00:01:44.353]➜  encoding/binary
2025-08-20T22:18:29.7862877Z [00:01:44.353]➜  mkdir -p $WORK/b124/
2025-08-20T22:18:29.7863639Z [00:01:44.353]➜  cat >/tmp/go-build707542385/b124/importcfg << 'EOF' # internal
2025-08-20T22:18:29.7864312Z [00:01:44.353]➜  # import config
2025-08-20T22:18:29.7864990Z [00:01:44.353]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.7865986Z [00:01:44.353]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.7866772Z [00:01:44.353]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:29.7867571Z [00:01:44.353]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:29.7868409Z [00:01:44.353]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.7869226Z [00:01:44.353]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:29.7869805Z [00:01:44.353]➜  EOF
2025-08-20T22:18:29.7873206Z [00:01:44.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b124=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/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-20T22:18:29.8031193Z [00:01:44.370]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:18:29.8060396Z [00:01:44.373]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T22:18:29.8077385Z [00:01:44.373]➜  bufio
2025-08-20T22:18:29.8078179Z [00:01:44.373]➜  mkdir -p $WORK/b133/
2025-08-20T22:18:29.8078939Z [00:01:44.373]➜  cat >/tmp/go-build707542385/b133/importcfg << 'EOF' # internal
2025-08-20T22:18:29.8079609Z [00:01:44.373]➜  # import config
2025-08-20T22:18:29.8080258Z [00:01:44.373]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:29.8081059Z [00:01:44.373]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.8081845Z [00:01:44.373]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.8082627Z [00:01:44.373]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:29.8083472Z [00:01:44.373]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:29.8084116Z [00:01:44.373]➜  EOF
2025-08-20T22:18:29.8087197Z [00:01:44.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b133=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:18:29.8932839Z [00:01:44.460]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:18:29.8952238Z [00:01:44.462]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T22:18:29.8954207Z [00:01:44.463]➜  encoding/pem
2025-08-20T22:18:29.8955140Z [00:01:44.463]➜  mkdir -p $WORK/b144/
2025-08-20T22:18:29.8958431Z [00:01:44.463]➜  cat >/tmp/go-build707542385/b144/importcfg << 'EOF' # internal
2025-08-20T22:18:29.8959907Z [00:01:44.463]➜  # import config
2025-08-20T22:18:29.8960810Z [00:01:44.463]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:29.8962543Z [00:01:44.463]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:29.8964102Z [00:01:44.463]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:29.8965368Z [00:01:44.463]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:29.8966750Z [00:01:44.463]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:29.8967948Z [00:01:44.463]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:29.8970052Z [00:01:44.463]➜  EOF
2025-08-20T22:18:29.8972726Z [00:01:44.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b144=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:18:30.0189643Z [00:01:44.586]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:18:30.0205384Z [00:01:44.587]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T22:18:30.0241526Z [00:01:44.591]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:18:30.0242189Z [00:01:44.591]➜  mkdir -p $WORK/b147/
2025-08-20T22:18:30.0252333Z [00:01:44.592]➜  cat >/tmp/go-build707542385/b147/importcfg << 'EOF' # internal
2025-08-20T22:18:30.0253381Z [00:01:44.592]➜  # import config
2025-08-20T22:18:30.0255084Z [00:01:44.592]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.0256100Z [00:01:44.592]➜  EOF
2025-08-20T22:18:30.0265983Z [00:01:44.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b147=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:18:30.0669246Z [00:01:44.634]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:18:30.0719265Z [00:01:44.639]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T22:18:30.0720417Z [00:01:44.639]➜  internal/singleflight
2025-08-20T22:18:30.0720956Z [00:01:44.639]➜  mkdir -p $WORK/b149/
2025-08-20T22:18:30.0725058Z [00:01:44.640]➜  cat >/tmp/go-build707542385/b149/importcfg << 'EOF' # internal
2025-08-20T22:18:30.0726002Z [00:01:44.640]➜  # import config
2025-08-20T22:18:30.0726691Z [00:01:44.640]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.0727322Z [00:01:44.640]➜  EOF
2025-08-20T22:18:30.0730384Z [00:01:44.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b149=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:18:30.0915698Z [00:01:44.659]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:18:30.0923871Z [00:01:44.659]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T22:18:30.0925875Z [00:01:44.660]➜  unique
2025-08-20T22:18:30.0927695Z [00:01:44.660]➜  mkdir -p $WORK/b151/
2025-08-20T22:18:30.0933423Z [00:01:44.660]➜  cat >/tmp/go-build707542385/b151/importcfg << 'EOF' # internal
2025-08-20T22:18:30.0934262Z [00:01:44.660]➜  # import config
2025-08-20T22:18:30.0935019Z [00:01:44.660]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:30.0936239Z [00:01:44.660]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:30.0937677Z [00:01:44.660]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:30.0938809Z [00:01:44.660]➜  packagefile internal/sync=/tmp/go-build707542385/b036/_pkg_.a
2025-08-20T22:18:30.0939696Z [00:01:44.660]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:30.0940508Z [00:01:44.660]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.0941352Z [00:01:44.660]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:30.0942207Z [00:01:44.660]➜  packagefile weak=/tmp/go-build707542385/b115/_pkg_.a
2025-08-20T22:18:30.0942829Z [00:01:44.660]➜  EOF
2025-08-20T22:18:30.0956270Z [00:01:44.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b151=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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-20T22:18:30.1287424Z [00:01:44.696]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:18:30.1371631Z [00:01:44.704]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T22:18:30.1373589Z [00:01:44.704]➜  crypto/internal/sysrand
2025-08-20T22:18:30.1374479Z [00:01:44.704]➜  mkdir -p $WORK/b076/
2025-08-20T22:18:30.1442638Z [00:01:44.711]➜  cat >/tmp/go-build707542385/b076/importcfg << 'EOF' # internal
2025-08-20T22:18:30.1444787Z [00:01:44.712]➜  # import config
2025-08-20T22:18:30.1446031Z [00:01:44.712]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.1447470Z [00:01:44.712]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:30.1448565Z [00:01:44.712]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:30.1449521Z [00:01:44.712]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:30.1451505Z [00:01:44.712]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:30.1452331Z [00:01:44.712]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.1453152Z [00:01:44.712]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:30.1454022Z [00:01:44.712]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:30.1454864Z [00:01:44.712]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:30.1455688Z [00:01:44.712]➜  EOF
2025-08-20T22:18:30.1459213Z [00:01:44.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b076=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:18:30.2008486Z [00:01:44.768]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:18:30.2048110Z [00:01:44.772]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:18:30.2056181Z [00:01:44.772]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T22:18:30.2057326Z [00:01:44.772]➜  fmt
2025-08-20T22:18:30.2063868Z [00:01:44.773]➜  mkdir -p $WORK/b095/
2025-08-20T22:18:30.2064641Z [00:01:44.773]➜  cat >/tmp/go-build707542385/b095/importcfg << 'EOF' # internal
2025-08-20T22:18:30.2066939Z [00:01:44.773]➜  # import config
2025-08-20T22:18:30.2067627Z [00:01:44.773]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.2068509Z [00:01:44.773]➜  packagefile internal/fmtsort=/tmp/go-build707542385/b096/_pkg_.a
2025-08-20T22:18:30.2069658Z [00:01:44.773]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.2070504Z [00:01:44.773]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:30.2071274Z [00:01:44.773]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:30.2072038Z [00:01:44.773]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:30.2072820Z [00:01:44.773]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:30.2073615Z [00:01:44.773]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.2074390Z [00:01:44.773]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.2075223Z [00:01:44.773]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:30.2079234Z [00:01:44.773]➜  EOF
2025-08-20T22:18:30.2082293Z [00:01:44.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b095=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/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-20T22:18:30.2095809Z [00:01:44.777]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T22:18:30.2102942Z [00:01:44.777]➜  crypto/internal/entropy
2025-08-20T22:18:30.2103543Z [00:01:44.777]➜  mkdir -p $WORK/b075/
2025-08-20T22:18:30.2116100Z [00:01:44.778]➜  cat >/tmp/go-build707542385/b075/importcfg << 'EOF' # internal
2025-08-20T22:18:30.2121117Z [00:01:44.779]➜  # import config
2025-08-20T22:18:30.2121918Z [00:01:44.779]➜  packagefile crypto/internal/sysrand=/tmp/go-build707542385/b076/_pkg_.a
2025-08-20T22:18:30.2122654Z [00:01:44.779]➜  EOF
2025-08-20T22:18:30.2125872Z [00:01:44.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b075=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:18:30.2277605Z [00:01:44.794]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:18:30.2281371Z [00:01:44.795]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T22:18:30.2284638Z [00:01:44.795]➜  crypto/internal/fips140/drbg
2025-08-20T22:18:30.2286356Z [00:01:44.796]➜  mkdir -p $WORK/b074/
2025-08-20T22:18:30.2296524Z [00:01:44.797]➜  cat >/tmp/go-build707542385/b074/importcfg << 'EOF' # internal
2025-08-20T22:18:30.2297802Z [00:01:44.797]➜  # import config
2025-08-20T22:18:30.2300651Z [00:01:44.797]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.2302106Z [00:01:44.797]➜  packagefile crypto/internal/entropy=/tmp/go-build707542385/b075/_pkg_.a
2025-08-20T22:18:30.2303865Z [00:01:44.797]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.2305275Z [00:01:44.797]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:30.2306820Z [00:01:44.797]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.2308179Z [00:01:44.797]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:30.2309581Z [00:01:44.797]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:30.2311057Z [00:01:44.797]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:30.2312295Z [00:01:44.797]➜  packagefile crypto/internal/sysrand=/tmp/go-build707542385/b076/_pkg_.a
2025-08-20T22:18:30.2336643Z [00:01:44.797]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.2337479Z [00:01:44.797]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.2338246Z [00:01:44.797]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.2339002Z [00:01:44.797]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.2339564Z [00:01:44.797]➜  EOF
2025-08-20T22:18:30.2343613Z [00:01:44.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b074=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/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-20T22:18:30.2817837Z [00:01:44.849]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:18:30.2827938Z [00:01:44.850]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T22:18:30.2850277Z [00:01:44.852]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:18:30.2855099Z [00:01:44.852]➜  mkdir -p $WORK/b073/
2025-08-20T22:18:30.2861655Z [00:01:44.852]➜  echo -n > $WORK/b073/go_asm.h # internal
2025-08-20T22:18:30.2862376Z [00:01:44.852]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:18:30.2864879Z [00:01:44.853]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b073/symabis ./gcm_amd64.s
2025-08-20T22:18:30.2906222Z [00:01:44.857]➜  cat >/tmp/go-build707542385/b073/importcfg << 'EOF' # internal
2025-08-20T22:18:30.2907096Z [00:01:44.857]➜  # import config
2025-08-20T22:18:30.2907921Z [00:01:44.857]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.2909017Z [00:01:44.857]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:30.2910149Z [00:01:44.857]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:30.2911277Z [00:01:44.857]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.2912384Z [00:01:44.857]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.2913512Z [00:01:44.857]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:30.2914735Z [00:01:44.857]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:30.2916410Z [00:01:44.857]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:30.2917563Z [00:01:44.857]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:30.2918487Z [00:01:44.857]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.2919291Z [00:01:44.857]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:30.2919888Z [00:01:44.857]➜  EOF
2025-08-20T22:18:30.2920432Z [00:01:44.857]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.2933122Z [00:01:44.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b073=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b073/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack -asmhdr $WORK/b073/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-20T22:18:30.3018605Z [00:01:44.869]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:18:30.3077628Z [00:01:44.873]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T22:18:30.3107028Z [00:01:44.878]➜  crypto/internal/fips140only
2025-08-20T22:18:30.3110257Z [00:01:44.878]➜  mkdir -p $WORK/b087/
2025-08-20T22:18:30.3134002Z [00:01:44.878]➜  cat >/tmp/go-build707542385/b087/importcfg << 'EOF' # internal
2025-08-20T22:18:30.3134705Z [00:01:44.878]➜  # import config
2025-08-20T22:18:30.3135741Z [00:01:44.878]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.3137213Z [00:01:44.878]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:30.3138305Z [00:01:44.878]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:30.3139394Z [00:01:44.878]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:30.3140301Z [00:01:44.878]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.3141120Z [00:01:44.878]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:30.3141951Z [00:01:44.878]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.3142525Z [00:01:44.878]➜  EOF
2025-08-20T22:18:30.3145786Z [00:01:44.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b087=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:18:30.3613006Z [00:01:44.928]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:18:30.3622083Z [00:01:44.929]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T22:18:30.3624157Z [00:01:44.930]➜  crypto/internal/fips140/rsa
2025-08-20T22:18:30.3626041Z [00:01:44.930]➜  mkdir -p $WORK/b122/
2025-08-20T22:18:30.3631718Z [00:01:44.930]➜  cat >/tmp/go-build707542385/b122/importcfg << 'EOF' # internal
2025-08-20T22:18:30.3632447Z [00:01:44.930]➜  # import config
2025-08-20T22:18:30.3633127Z [00:01:44.930]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.3637280Z [00:01:44.931]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.3646284Z [00:01:44.931]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build707542385/b113/_pkg_.a
2025-08-20T22:18:30.3647458Z [00:01:44.931]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.3648582Z [00:01:44.931]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.3649742Z [00:01:44.931]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:30.3650894Z [00:01:44.931]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:30.3652032Z [00:01:44.931]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:30.3653214Z [00:01:44.931]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:30.3654212Z [00:01:44.931]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.3655018Z [00:01:44.931]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.3655937Z [00:01:44.931]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.3656691Z [00:01:44.931]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.3657268Z [00:01:44.931]➜  EOF
2025-08-20T22:18:30.3662003Z [00:01:44.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b122=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/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-20T22:18:30.4118041Z [00:01:44.976]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:18:30.4123023Z [00:01:44.976]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b073/gcm_amd64.o ./gcm_amd64.s
2025-08-20T22:18:30.4385847Z [00:01:45.005]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/gcm_amd64.o # internal
2025-08-20T22:18:30.4388768Z [00:01:45.005]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:18:30.4399278Z [00:01:45.007]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T22:18:30.4402725Z [00:01:45.007]➜  crypto/cipher
2025-08-20T22:18:30.4409607Z [00:01:45.008]➜  mkdir -p $WORK/b058/
2025-08-20T22:18:30.4416832Z [00:01:45.009]➜  cat >/tmp/go-build707542385/b058/importcfg << 'EOF' # internal
2025-08-20T22:18:30.4435458Z [00:01:45.009]➜  # import config
2025-08-20T22:18:30.4436323Z [00:01:45.009]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.4437292Z [00:01:45.009]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:30.4438425Z [00:01:45.009]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build707542385/b073/_pkg_.a
2025-08-20T22:18:30.4439583Z [00:01:45.009]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:30.4440673Z [00:01:45.009]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:30.4441649Z [00:01:45.009]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:30.4442518Z [00:01:45.009]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.4443393Z [00:01:45.009]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:30.4444531Z [00:01:45.009]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.4445121Z [00:01:45.009]➜  EOF
2025-08-20T22:18:30.4445873Z [00:01:45.009]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.4450181Z [00:01:45.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b058=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/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-20T22:18:30.4835068Z [00:01:45.050]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:18:30.4839560Z [00:01:45.050]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b105/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T22:18:30.5062013Z [00:01:45.073]➜  go tool pack r $WORK/b105/_pkg_.a $WORK/b105/p256_asm_amd64.o # internal
2025-08-20T22:18:30.5063989Z [00:01:45.073]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:18:30.5126623Z [00:01:45.080]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T22:18:30.5151285Z [00:01:45.082]➜  crypto/internal/fips140/ecdh
2025-08-20T22:18:30.5154616Z [00:01:45.082]➜  mkdir -p $WORK/b104/
2025-08-20T22:18:30.5156044Z [00:01:45.083]➜  cat >/tmp/go-build707542385/b104/importcfg << 'EOF' # internal
2025-08-20T22:18:30.5159932Z [00:01:45.083]➜  # import config
2025-08-20T22:18:30.5160694Z [00:01:45.083]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.5161901Z [00:01:45.083]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.5162975Z [00:01:45.083]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.5164076Z [00:01:45.083]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.5165181Z [00:01:45.083]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build707542385/b105/_pkg_.a
2025-08-20T22:18:30.5166571Z [00:01:45.083]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:30.5167604Z [00:01:45.083]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.5168386Z [00:01:45.083]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.5169188Z [00:01:45.083]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.5170027Z [00:01:45.083]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.5170611Z [00:01:45.083]➜  EOF
2025-08-20T22:18:30.5171147Z [00:01:45.083]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.5179593Z [00:01:45.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b104=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:18:30.5545456Z [00:01:45.121]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:18:30.5546990Z [00:01:45.121]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T22:18:30.5548459Z [00:01:45.121]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:18:30.5549047Z [00:01:45.121]➜  mkdir -p $WORK/b112/
2025-08-20T22:18:30.5552219Z [00:01:45.122]➜  cat >/tmp/go-build707542385/b112/importcfg << 'EOF' # internal
2025-08-20T22:18:30.5553166Z [00:01:45.122]➜  # import config
2025-08-20T22:18:30.5554045Z [00:01:45.122]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.5555317Z [00:01:45.122]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.5557004Z [00:01:45.122]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build707542385/b113/_pkg_.a
2025-08-20T22:18:30.5558395Z [00:01:45.122]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.5559682Z [00:01:45.122]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.5561034Z [00:01:45.122]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:30.5562347Z [00:01:45.122]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build707542385/b105/_pkg_.a
2025-08-20T22:18:30.5564483Z [00:01:45.122]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:30.5565803Z [00:01:45.122]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.5566851Z [00:01:45.122]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.5567882Z [00:01:45.122]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.5568900Z [00:01:45.122]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.5569728Z [00:01:45.122]➜  EOF
2025-08-20T22:18:30.5574568Z [00:01:45.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b112=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/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-20T22:18:30.5842423Z [00:01:45.151]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:18:30.5876228Z [00:01:45.155]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:18:30.5896762Z [00:01:45.157]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T22:18:30.5900240Z [00:01:45.157]➜  crypto/internal/boring
2025-08-20T22:18:30.5905059Z [00:01:45.157]➜  mkdir -p $WORK/b057/
2025-08-20T22:18:30.5910280Z [00:01:45.158]➜  cat >/tmp/go-build707542385/b057/importcfg << 'EOF' # internal
2025-08-20T22:18:30.5912201Z [00:01:45.158]➜  # import config
2025-08-20T22:18:30.5913370Z [00:01:45.158]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.5914597Z [00:01:45.158]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:30.5917535Z [00:01:45.158]➜  packagefile crypto/internal/boring/sig=/tmp/go-build707542385/b089/_pkg_.a
2025-08-20T22:18:30.5918721Z [00:01:45.158]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.5920192Z [00:01:45.158]➜  EOF
2025-08-20T22:18:30.5923858Z [00:01:45.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b057=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:18:30.5939257Z [00:01:45.161]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T22:18:30.5955188Z [00:01:45.162]➜  encoding/hex
2025-08-20T22:18:30.5958609Z [00:01:45.163]➜  mkdir -p $WORK/b094/
2025-08-20T22:18:30.5962157Z [00:01:45.163]➜  cat >/tmp/go-build707542385/b094/importcfg << 'EOF' # internal
2025-08-20T22:18:30.5987165Z [00:01:45.166]➜  # import config
2025-08-20T22:18:30.5989430Z [00:01:45.166]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.5990254Z [00:01:45.166]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:30.5991008Z [00:01:45.166]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.5991783Z [00:01:45.166]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:30.5992586Z [00:01:45.166]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:30.5993202Z [00:01:45.166]➜  EOF
2025-08-20T22:18:30.5996120Z [00:01:45.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b094=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:18:30.6228247Z [00:01:45.190]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:18:30.6237464Z [00:01:45.191]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T22:18:30.6245117Z [00:01:45.191]➜  crypto/hmac
2025-08-20T22:18:30.6245901Z [00:01:45.191]➜  mkdir -p $WORK/b056/
2025-08-20T22:18:30.6246693Z [00:01:45.191]➜  cat >/tmp/go-build707542385/b056/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6247383Z [00:01:45.191]➜  # import config
2025-08-20T22:18:30.6248105Z [00:01:45.191]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:30.6249178Z [00:01:45.191]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:30.6250727Z [00:01:45.191]➜  packagefile crypto/internal/fips140hash=/tmp/go-build707542385/b090/_pkg_.a
2025-08-20T22:18:30.6251762Z [00:01:45.191]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:30.6252712Z [00:01:45.191]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:30.6253546Z [00:01:45.191]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.6254126Z [00:01:45.191]➜  EOF
2025-08-20T22:18:30.6272105Z [00:01:45.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b056=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:18:30.6276885Z [00:01:45.195]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:18:30.6292147Z [00:01:45.196]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T22:18:30.6299149Z [00:01:45.197]➜  crypto/sha256
2025-08-20T22:18:30.6303101Z [00:01:45.197]➜  mkdir -p $WORK/b092/
2025-08-20T22:18:30.6303888Z [00:01:45.197]➜  cat >/tmp/go-build707542385/b092/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6305352Z [00:01:45.197]➜  # import config
2025-08-20T22:18:30.6307759Z [00:01:45.197]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.6308758Z [00:01:45.197]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:30.6309900Z [00:01:45.197]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:30.6310900Z [00:01:45.197]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.6311537Z [00:01:45.197]➜  EOF
2025-08-20T22:18:30.6314561Z [00:01:45.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b092=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:18:30.6390397Z [00:01:45.206]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:18:30.6412746Z [00:01:45.208]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T22:18:30.6424323Z [00:01:45.209]➜  encoding/json
2025-08-20T22:18:30.6427134Z [00:01:45.210]➜  mkdir -p $WORK/b098/
2025-08-20T22:18:30.6431523Z [00:01:45.210]➜  cat >/tmp/go-build707542385/b098/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6432764Z [00:01:45.210]➜  # import config
2025-08-20T22:18:30.6434843Z [00:01:45.210]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.6436262Z [00:01:45.210]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:30.6443728Z [00:01:45.210]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:30.6444693Z [00:01:45.210]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:30.6447788Z [00:01:45.210]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.6448587Z [00:01:45.210]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:30.6449310Z [00:01:45.210]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.6450055Z [00:01:45.210]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:30.6450887Z [00:01:45.210]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:30.6451720Z [00:01:45.210]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:30.6452574Z [00:01:45.210]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.6453413Z [00:01:45.210]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:30.6454555Z [00:01:45.210]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.6455367Z [00:01:45.210]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:30.6456425Z [00:01:45.210]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:30.6457316Z [00:01:45.210]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:30.6457976Z [00:01:45.210]➜  EOF
2025-08-20T22:18:30.6462589Z [00:01:45.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b098=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/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-20T22:18:30.6563257Z [00:01:45.223]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:18:30.6580743Z [00:01:45.225]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T22:18:30.6583692Z [00:01:45.225]➜  crypto/ecdh
2025-08-20T22:18:30.6584682Z [00:01:45.225]➜  mkdir -p $WORK/b103/
2025-08-20T22:18:30.6585966Z [00:01:45.225]➜  cat >/tmp/go-build707542385/b103/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6587185Z [00:01:45.225]➜  # import config
2025-08-20T22:18:30.6588125Z [00:01:45.225]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.6589129Z [00:01:45.225]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.6590682Z [00:01:45.225]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:30.6592087Z [00:01:45.225]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build707542385/b104/_pkg_.a
2025-08-20T22:18:30.6593628Z [00:01:45.225]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build707542385/b107/_pkg_.a
2025-08-20T22:18:30.6595907Z [00:01:45.225]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:30.6597020Z [00:01:45.225]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:30.6598022Z [00:01:45.225]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:30.6598852Z [00:01:45.225]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.6599632Z [00:01:45.225]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.6616343Z [00:01:45.225]➜  EOF
2025-08-20T22:18:30.6619459Z [00:01:45.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b103=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/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-20T22:18:30.6664630Z [00:01:45.233]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:18:30.6736749Z [00:01:45.241]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T22:18:30.6751281Z [00:01:45.242]➜  math/big
2025-08-20T22:18:30.6769706Z [00:01:45.244]➜  mkdir -p $WORK/b109/
2025-08-20T22:18:30.6780106Z [00:01:45.245]➜  echo -n > $WORK/b109/go_asm.h # internal
2025-08-20T22:18:30.6785286Z [00:01:45.245]➜  cd /root/.go/src/math/big
2025-08-20T22:18:30.6787482Z [00:01:45.245]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b109=>" -I $WORK/b109/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b109/symabis ./arith_amd64.s
2025-08-20T22:18:30.6850941Z [00:01:45.252]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:18:30.6856859Z [00:01:45.253]➜  cat >/tmp/go-build707542385/b109/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6860241Z [00:01:45.253]➜  # import config
2025-08-20T22:18:30.6861209Z [00:01:45.253]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.6863801Z [00:01:45.253]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.6865210Z [00:01:45.253]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:30.6866630Z [00:01:45.253]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:30.6868060Z [00:01:45.253]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:30.6872066Z [00:01:45.253]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.6872931Z [00:01:45.253]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:30.6873873Z [00:01:45.253]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.6874908Z [00:01:45.253]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:30.6875972Z [00:01:45.253]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:30.6876835Z [00:01:45.253]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.6877673Z [00:01:45.253]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:30.6878468Z [00:01:45.253]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.6879126Z [00:01:45.253]➜  EOF
2025-08-20T22:18:30.6888605Z [00:01:45.253]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.6897086Z [00:01:45.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b109=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b109/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack -asmhdr $WORK/b109/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T22:18:30.6918359Z [00:01:45.256]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T22:18:30.6919544Z [00:01:45.258]➜  crypto/sha512
2025-08-20T22:18:30.6920063Z [00:01:45.258]➜  mkdir -p $WORK/b116/
2025-08-20T22:18:30.6920772Z [00:01:45.258]➜  cat >/tmp/go-build707542385/b116/importcfg << 'EOF' # internal
2025-08-20T22:18:30.6921466Z [00:01:45.258]➜  # import config
2025-08-20T22:18:30.6922141Z [00:01:45.258]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.6923142Z [00:01:45.258]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:30.6924207Z [00:01:45.258]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:30.6925151Z [00:01:45.258]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.6926031Z [00:01:45.258]➜  EOF
2025-08-20T22:18:30.6928655Z [00:01:45.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b116=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:18:30.7216373Z [00:01:45.288]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:18:30.7224184Z [00:01:45.289]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T22:18:30.7229797Z [00:01:45.290]➜  golang.org/x/sys/cpu
2025-08-20T22:18:30.7233200Z [00:01:45.290]➜  mkdir -p $WORK/b125/
2025-08-20T22:18:30.7236847Z [00:01:45.291]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T22:18:30.7240619Z [00:01:45.291]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T22:18:30.7245046Z [00:01:45.291]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b125/symabis ./cpu_gc_x86.s
2025-08-20T22:18:30.7276032Z [00:01:45.295]➜  cat >/tmp/go-build707542385/b125/importcfg << 'EOF' # internal
2025-08-20T22:18:30.7282281Z [00:01:45.295]➜  # import config
2025-08-20T22:18:30.7282961Z [00:01:45.295]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:30.7283786Z [00:01:45.295]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:30.7284615Z [00:01:45.295]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.7285424Z [00:01:45.295]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:30.7286277Z [00:01:45.295]➜  EOF
2025-08-20T22:18:30.7287100Z [00:01:45.295]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.7294405Z [00:01:45.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b125=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid CQqz_fB8JFkD6F2TOxgC/CQqz_fB8JFkD6F2TOxgC -goversion go1.25.0 -symabis $WORK/b125/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack -asmhdr $WORK/b125/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv_go121.go
2025-08-20T22:18:30.7309303Z [00:01:45.298]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:18:30.7324228Z [00:01:45.299]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T22:18:30.7340812Z [00:01:45.299]➜  crypto/internal/fips140/ed25519
2025-08-20T22:18:30.7341436Z [00:01:45.299]➜  mkdir -p $WORK/b129/
2025-08-20T22:18:30.7342180Z [00:01:45.299]➜  cat >/tmp/go-build707542385/b129/importcfg << 'EOF' # internal
2025-08-20T22:18:30.7342959Z [00:01:45.299]➜  # import config
2025-08-20T22:18:30.7343682Z [00:01:45.299]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.7344655Z [00:01:45.299]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.7345978Z [00:01:45.299]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.7347452Z [00:01:45.299]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.7348659Z [00:01:45.299]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build707542385/b130/_pkg_.a
2025-08-20T22:18:30.7349882Z [00:01:45.299]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:30.7350862Z [00:01:45.299]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.7351703Z [00:01:45.299]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.7352525Z [00:01:45.299]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.7353159Z [00:01:45.299]➜  EOF
2025-08-20T22:18:30.7356957Z [00:01:45.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b129=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:18:30.7788007Z [00:01:45.346]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:18:30.7796451Z [00:01:45.347]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T22:18:30.7799905Z [00:01:45.347]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b125/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T22:18:30.7803832Z [00:01:45.347]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T22:18:30.7805327Z [00:01:45.347]➜  crypto/aes
2025-08-20T22:18:30.7806342Z [00:01:45.347]➜  mkdir -p $WORK/b134/
2025-08-20T22:18:30.7807576Z [00:01:45.347]➜  cat >/tmp/go-build707542385/b134/importcfg << 'EOF' # internal
2025-08-20T22:18:30.7808686Z [00:01:45.347]➜  # import config
2025-08-20T22:18:30.7809618Z [00:01:45.347]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:30.7813297Z [00:01:45.347]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:30.7814393Z [00:01:45.347]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:30.7815383Z [00:01:45.347]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.7816183Z [00:01:45.347]➜  EOF
2025-08-20T22:18:30.7816728Z [00:01:45.347]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.7819489Z [00:01:45.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b134=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:18:30.7841733Z [00:01:45.351]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T22:18:30.7849145Z [00:01:45.351]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/cpu_gc_x86.o # internal
2025-08-20T22:18:30.7850033Z [00:01:45.351]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:18:30.7858037Z [00:01:45.353]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/07/0748e7fd3ec59d4bd3d6ea052fa479653bb398fdef95309f60b9af137a108894-d # internal
2025-08-20T22:18:30.7864630Z [00:01:45.353]➜  golang.org/x/crypto/blake2b
2025-08-20T22:18:30.7865225Z [00:01:45.353]➜  mkdir -p $WORK/b123/
2025-08-20T22:18:30.7870627Z [00:01:45.354]➜  echo -n > $WORK/b123/go_asm.h # internal
2025-08-20T22:18:30.7871347Z [00:01:45.354]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b
2025-08-20T22:18:30.7898299Z [00:01:45.354]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b123/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T22:18:30.7957896Z [00:01:45.360]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:18:30.7963973Z [00:01:45.363]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T22:18:30.7965137Z [00:01:45.363]➜  golang.org/x/crypto/blake2s
2025-08-20T22:18:30.7965857Z [00:01:45.363]➜  mkdir -p $WORK/b126/
2025-08-20T22:18:30.7966466Z [00:01:45.363]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T22:18:30.7967201Z [00:01:45.363]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s
2025-08-20T22:18:30.7969774Z [00:01:45.363]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./blake2s_amd64.s
2025-08-20T22:18:30.7995103Z [00:01:45.367]➜  cat >/tmp/go-build707542385/b123/importcfg << 'EOF' # internal
2025-08-20T22:18:30.7996154Z [00:01:45.367]➜  # import config
2025-08-20T22:18:30.7996958Z [00:01:45.367]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.7999740Z [00:01:45.367]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:30.8001150Z [00:01:45.367]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.8004873Z [00:01:45.367]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build707542385/b125/_pkg_.a
2025-08-20T22:18:30.8006286Z [00:01:45.367]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.8007142Z [00:01:45.367]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.8007959Z [00:01:45.367]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.8008591Z [00:01:45.367]➜  EOF
2025-08-20T22:18:30.8009128Z [00:01:45.367]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.8014703Z [00:01:45.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b123=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid SEl3K6evHI3Pwn8sXah0/SEl3K6evHI3Pwn8sXah0 -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/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2bAVX2_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/register.go
2025-08-20T22:18:30.8023179Z [00:01:45.367]➜  cat >/tmp/go-build707542385/b126/importcfg << 'EOF' # internal
2025-08-20T22:18:30.8023872Z [00:01:45.367]➜  # import config
2025-08-20T22:18:30.8024544Z [00:01:45.367]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.8025424Z [00:01:45.367]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:30.8026454Z [00:01:45.367]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.8027350Z [00:01:45.367]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build707542385/b125/_pkg_.a
2025-08-20T22:18:30.8028238Z [00:01:45.367]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.8029012Z [00:01:45.367]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.8029830Z [00:01:45.367]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.8030755Z [00:01:45.367]➜  EOF
2025-08-20T22:18:30.8035872Z [00:01:45.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b126=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -installsuffix shared -buildid SHVzEQj1Eyl-f47uUEvB/SHVzEQj1Eyl-f47uUEvB -goversion go1.25.0 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2x.go
2025-08-20T22:18:30.8513489Z [00:01:45.418]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s
2025-08-20T22:18:30.8517776Z [00:01:45.419]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/blake2s_amd64.o ./blake2s_amd64.s
2025-08-20T22:18:30.8602436Z [00:01:45.427]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b
2025-08-20T22:18:30.8608203Z [00:01:45.428]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b123/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T22:18:30.8613039Z [00:01:45.428]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s
2025-08-20T22:18:30.8616236Z [00:01:45.429]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/blake2s_amd64.o # internal
2025-08-20T22:18:30.8617310Z [00:01:45.429]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:18:30.8625817Z [00:01:45.430]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/48/488f50e09301b1b6c68fc3438327b09f6e281669b5492f4672b573745c9df7aa-d # internal
2025-08-20T22:18:30.8631338Z [00:01:45.430]➜  golang.org/x/crypto/sha3
2025-08-20T22:18:30.8633238Z [00:01:45.430]➜  mkdir -p $WORK/b131/
2025-08-20T22:18:30.8638330Z [00:01:45.431]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T22:18:30.8640805Z [00:01:45.431]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3
2025-08-20T22:18:30.8644830Z [00:01:45.431]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3=>golang.org/x/crypto@v0.38.0/sha3;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b131/symabis ./keccakf_amd64.s
2025-08-20T22:18:30.8756914Z [00:01:45.442]➜  cat >/tmp/go-build707542385/b131/importcfg << 'EOF' # internal
2025-08-20T22:18:30.8758743Z [00:01:45.442]➜  # import config
2025-08-20T22:18:30.8759404Z [00:01:45.442]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.8760176Z [00:01:45.442]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.8760985Z [00:01:45.442]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:30.8761891Z [00:01:45.442]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:30.8762720Z [00:01:45.442]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.8763608Z [00:01:45.442]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build707542385/b125/_pkg_.a
2025-08-20T22:18:30.8764479Z [00:01:45.442]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.8765253Z [00:01:45.442]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:30.8766227Z [00:01:45.442]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.8766850Z [00:01:45.442]➜  EOF
2025-08-20T22:18:30.8767412Z [00:01:45.442]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.8773828Z [00:01:45.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3=>golang.org/x/crypto@v0.38.0/sha3;$WORK/b131=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid CofloCqwussTaAWEuamz/CofloCqwussTaAWEuamz -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/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/keccakf_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3/shake_noasm.go
2025-08-20T22:18:30.8791752Z [00:01:45.446]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b
2025-08-20T22:18:30.8796018Z [00:01:45.447]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b123/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T22:18:30.8861361Z [00:01:45.453]➜  go tool pack r $WORK/b123/_pkg_.a $WORK/b123/blake2bAVX2_amd64.o $WORK/b123/blake2b_amd64.o # internal
2025-08-20T22:18:30.8867102Z [00:01:45.454]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:18:30.8885197Z [00:01:45.456]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/6f/6fa4b89b3bbbf5ba05c616c52530f90428259fa8fa0f2b3af91f59fc505baeea-d # internal
2025-08-20T22:18:30.8894122Z [00:01:45.457]➜  crypto/des
2025-08-20T22:18:30.8896440Z [00:01:45.457]➜  mkdir -p $WORK/b135/
2025-08-20T22:18:30.8901270Z [00:01:45.457]➜  cat >/tmp/go-build707542385/b135/importcfg << 'EOF' # internal
2025-08-20T22:18:30.8903679Z [00:01:45.457]➜  # import config
2025-08-20T22:18:30.8906102Z [00:01:45.458]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:30.8909298Z [00:01:45.458]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:30.8911923Z [00:01:45.458]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:30.8912837Z [00:01:45.458]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.8913731Z [00:01:45.458]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:30.8914613Z [00:01:45.458]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:30.8915394Z [00:01:45.458]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:30.8916264Z [00:01:45.458]➜  EOF
2025-08-20T22:18:30.8916815Z [00:01:45.458]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.8920078Z [00:01:45.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b135=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/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-20T22:18:30.9450767Z [00:01:45.512]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3
2025-08-20T22:18:30.9455171Z [00:01:45.512]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3=>golang.org/x/crypto@v0.38.0/sha3;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b131/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T22:18:30.9508272Z [00:01:45.518]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:18:30.9539940Z [00:01:45.521]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T22:18:30.9547149Z [00:01:45.522]➜  crypto/md5
2025-08-20T22:18:30.9565272Z [00:01:45.522]➜  mkdir -p $WORK/b137/
2025-08-20T22:18:30.9566151Z [00:01:45.522]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T22:18:30.9566731Z [00:01:45.522]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:18:30.9568601Z [00:01:45.522]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b137/symabis ./md5block_amd64.s
2025-08-20T22:18:30.9675082Z [00:01:45.535]➜  cat >/tmp/go-build707542385/b137/importcfg << 'EOF' # internal
2025-08-20T22:18:30.9678111Z [00:01:45.535]➜  # import config
2025-08-20T22:18:30.9678829Z [00:01:45.535]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:30.9679830Z [00:01:45.535]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:30.9680800Z [00:01:45.535]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.9681586Z [00:01:45.535]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:30.9682473Z [00:01:45.535]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:30.9683360Z [00:01:45.535]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:30.9684026Z [00:01:45.535]➜  EOF
2025-08-20T22:18:30.9684585Z [00:01:45.535]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:30.9690025Z [00:01:45.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b137=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b137/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack -asmhdr $WORK/b137/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-20T22:18:30.9926963Z [00:01:45.560]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3
2025-08-20T22:18:30.9949916Z [00:01:45.562]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/keccakf_amd64.o # internal
2025-08-20T22:18:30.9950783Z [00:01:45.562]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:18:30.9953234Z [00:01:45.562]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/32/32042c9a7acdfafb5467f564dfb0e10f5a7c4f7eee15f51781919f66c735084c-d # internal
2025-08-20T22:18:30.9959882Z [00:01:45.563]➜  crypto/internal/fips140/mlkem
2025-08-20T22:18:30.9960481Z [00:01:45.563]➜  mkdir -p $WORK/b139/
2025-08-20T22:18:30.9964035Z [00:01:45.564]➜  cat >/tmp/go-build707542385/b139/importcfg << 'EOF' # internal
2025-08-20T22:18:30.9967073Z [00:01:45.564]➜  # import config
2025-08-20T22:18:30.9970721Z [00:01:45.564]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:30.9971677Z [00:01:45.564]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:30.9972795Z [00:01:45.564]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:30.9973940Z [00:01:45.564]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:30.9975045Z [00:01:45.564]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:30.9976421Z [00:01:45.564]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:30.9977607Z [00:01:45.564]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:30.9978631Z [00:01:45.564]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:30.9979215Z [00:01:45.564]➜  EOF
2025-08-20T22:18:31.0010637Z [00:01:45.568]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.0017665Z [00:01:45.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b139=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/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-20T22:18:31.0293562Z [00:01:45.596]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:18:31.0298682Z [00:01:45.597]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b137/md5block_amd64.o ./md5block_amd64.s
2025-08-20T22:18:31.0492271Z [00:01:45.616]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/md5block_amd64.o # internal
2025-08-20T22:18:31.0494222Z [00:01:45.617]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:18:31.0501266Z [00:01:45.617]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T22:18:31.0503062Z [00:01:45.617]➜  crypto/rc4
2025-08-20T22:18:31.0504363Z [00:01:45.618]➜  mkdir -p $WORK/b140/
2025-08-20T22:18:31.0508994Z [00:01:45.618]➜  cat >/tmp/go-build707542385/b140/importcfg << 'EOF' # internal
2025-08-20T22:18:31.0510834Z [00:01:45.618]➜  # import config
2025-08-20T22:18:31.0512043Z [00:01:45.618]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:31.0513535Z [00:01:45.618]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.0515339Z [00:01:45.618]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.0518262Z [00:01:45.618]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:31.0518855Z [00:01:45.618]➜  EOF
2025-08-20T22:18:31.0519378Z [00:01:45.618]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.0522060Z [00:01:45.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b140=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:18:31.0834381Z [00:01:45.650]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:18:31.0848679Z [00:01:45.652]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T22:18:31.0857392Z [00:01:45.652]➜  crypto/sha1
2025-08-20T22:18:31.0857942Z [00:01:45.652]➜  mkdir -p $WORK/b141/
2025-08-20T22:18:31.0858545Z [00:01:45.652]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T22:18:31.0859142Z [00:01:45.652]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:18:31.0861086Z [00:01:45.652]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b141/symabis ./sha1block_amd64.s
2025-08-20T22:18:31.1033895Z [00:01:45.670]➜  cat >/tmp/go-build707542385/b141/importcfg << 'EOF' # internal
2025-08-20T22:18:31.1036202Z [00:01:45.671]➜  # import config
2025-08-20T22:18:31.1037239Z [00:01:45.671]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:31.1038464Z [00:01:45.671]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:31.1039712Z [00:01:45.671]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.1042031Z [00:01:45.671]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:31.1043259Z [00:01:45.671]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.1044411Z [00:01:45.671]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:31.1046882Z [00:01:45.671]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:31.1052913Z [00:01:45.671]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:31.1053812Z [00:01:45.671]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:31.1054456Z [00:01:45.671]➜  EOF
2025-08-20T22:18:31.1054995Z [00:01:45.671]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.1058888Z [00:01:45.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b141=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T22:18:31.2000678Z [00:01:45.767]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:18:31.2005673Z [00:01:45.767]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b141/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T22:18:31.2136954Z [00:01:45.778]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:18:31.2140889Z [00:01:45.781]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T22:18:31.2160190Z [00:01:45.783]➜  crypto/mlkem
2025-08-20T22:18:31.2167594Z [00:01:45.783]➜  mkdir -p $WORK/b138/
2025-08-20T22:18:31.2168363Z [00:01:45.783]➜  cat >/tmp/go-build707542385/b138/importcfg << 'EOF' # internal
2025-08-20T22:18:31.2169013Z [00:01:45.783]➜  # import config
2025-08-20T22:18:31.2169799Z [00:01:45.783]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build707542385/b139/_pkg_.a
2025-08-20T22:18:31.2170527Z [00:01:45.783]➜  EOF
2025-08-20T22:18:31.2171039Z [00:01:45.783]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.2173838Z [00:01:45.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b138=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T22:18:31.2287039Z [00:01:45.796]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:18:31.2293144Z [00:01:45.796]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/sha1block_amd64.o # internal
2025-08-20T22:18:31.2294059Z [00:01:45.796]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:18:31.2296644Z [00:01:45.797]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T22:18:31.2302005Z [00:01:45.797]➜  net/netip
2025-08-20T22:18:31.2303053Z [00:01:45.797]➜  mkdir -p $WORK/b150/
2025-08-20T22:18:31.2311406Z [00:01:45.798]➜  cat >/tmp/go-build707542385/b150/importcfg << 'EOF' # internal
2025-08-20T22:18:31.2313890Z [00:01:45.798]➜  # import config
2025-08-20T22:18:31.2314720Z [00:01:45.798]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:31.2316414Z [00:01:45.798]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.2317616Z [00:01:45.798]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:31.2318800Z [00:01:45.798]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:31.2320800Z [00:01:45.798]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:31.2322789Z [00:01:45.798]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:31.2323906Z [00:01:45.798]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:31.2324879Z [00:01:45.798]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:31.2326973Z [00:01:45.798]➜  packagefile unique=/tmp/go-build707542385/b151/_pkg_.a
2025-08-20T22:18:31.2327602Z [00:01:45.798]➜  EOF
2025-08-20T22:18:31.2328139Z [00:01:45.799]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.2331394Z [00:01:45.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b150=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:18:31.2549623Z [00:01:45.822]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:18:31.2559317Z [00:01:45.823]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T22:18:31.2672559Z [00:01:45.833]➜  runtime/cgo
2025-08-20T22:18:31.2673865Z [00:01:45.834]➜  mkdir -p $WORK/b152/
2025-08-20T22:18:31.2674885Z [00:01:45.834]➜  echo -n > $WORK/b152/preferlinkext # internal
2025-08-20T22:18:31.2677041Z [00:01:45.835]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.2679814Z [00:01:45.835]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b152/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:18:31.3115723Z [00:01:45.878]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:18:31.3118791Z [00:01:45.879]➜  cd $WORK
2025-08-20T22:18:31.3121417Z [00:01:45.879]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.3338475Z [00:01:45.901]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T22:18:31.3508597Z [00:01:45.918]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.3741094Z [00:01:45.941]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:18:31.3756337Z [00:01:45.943]➜  net/url
2025-08-20T22:18:31.3757942Z [00:01:45.943]➜  mkdir -p $WORK/b153/
2025-08-20T22:18:31.3761307Z [00:01:45.943]➜  cat >/tmp/go-build707542385/b153/importcfg << 'EOF' # internal
2025-08-20T22:18:31.3763571Z [00:01:45.943]➜  # import config
2025-08-20T22:18:31.3765987Z [00:01:45.943]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.3767584Z [00:01:45.943]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:31.3769991Z [00:01:45.943]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:31.3770771Z [00:01:45.943]➜  packagefile path=/tmp/go-build707542385/b081/_pkg_.a
2025-08-20T22:18:31.3771559Z [00:01:45.943]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:31.3772357Z [00:01:45.943]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:31.3773151Z [00:01:45.943]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:31.3773732Z [00:01:45.943]➜  EOF
2025-08-20T22:18:31.3774254Z [00:01:45.943]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.3777063Z [00:01:45.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b153=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:18:31.4191327Z [00:01:45.986]➜  cd $WORK
2025-08-20T22:18:31.4194205Z [00:01:45.986]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.4386361Z [00:01:46.004]➜  cd /root/.go/src/math/big
2025-08-20T22:18:31.4396333Z [00:01:46.005]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b109=>" -I $WORK/b109/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b109/arith_amd64.o ./arith_amd64.s
2025-08-20T22:18:31.4397945Z [00:01:46.006]➜  cd $WORK
2025-08-20T22:18:31.4398843Z [00:01:46.006]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.4432433Z [00:01:46.010]➜  cd /root/.go/src/math/big
2025-08-20T22:18:31.4436102Z [00:01:46.010]➜  go tool pack r $WORK/b109/_pkg_.a $WORK/b109/arith_amd64.o # internal
2025-08-20T22:18:31.4442262Z [00:01:46.011]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:18:31.4522503Z [00:01:46.019]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T22:18:31.4585713Z [00:01:46.026]➜  cd $WORK
2025-08-20T22:18:31.4589727Z [00:01:46.026]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.4936352Z [00:01:46.060]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:18:31.4945364Z [00:01:46.061]➜  crypto/elliptic
2025-08-20T22:18:31.4946139Z [00:01:46.061]➜  mkdir -p $WORK/b108/
2025-08-20T22:18:31.4948875Z [00:01:46.062]➜  cat >/tmp/go-build707542385/b108/importcfg << 'EOF' # internal
2025-08-20T22:18:31.4950941Z [00:01:46.062]➜  # import config
2025-08-20T22:18:31.4952009Z [00:01:46.062]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build707542385/b105/_pkg_.a
2025-08-20T22:18:31.4953305Z [00:01:46.062]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.4954732Z [00:01:46.062]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.4958375Z [00:01:46.062]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.4959244Z [00:01:46.062]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:31.4959874Z [00:01:46.062]➜  EOF
2025-08-20T22:18:31.4960457Z [00:01:46.062]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.4964136Z [00:01:46.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b108=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/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-20T22:18:31.5164088Z [00:01:46.083]➜  cd $WORK/b152
2025-08-20T22:18:31.5169619Z [00:01:46.083]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x001.o -c _cgo_export.c
2025-08-20T22:18:31.5280152Z [00:01:46.095]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:18:31.5294368Z [00:01:46.096]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T22:18:31.5300875Z [00:01:46.096]➜  crypto/internal/boring/bbig
2025-08-20T22:18:31.5301480Z [00:01:46.097]➜  mkdir -p $WORK/b111/
2025-08-20T22:18:31.5309673Z [00:01:46.098]➜  cat >/tmp/go-build707542385/b111/importcfg << 'EOF' # internal
2025-08-20T22:18:31.5317220Z [00:01:46.098]➜  # import config
2025-08-20T22:18:31.5318035Z [00:01:46.098]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:31.5319009Z [00:01:46.098]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.5319666Z [00:01:46.098]➜  EOF
2025-08-20T22:18:31.5320235Z [00:01:46.098]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.5323877Z [00:01:46.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b111=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:18:31.5427646Z [00:01:46.110]➜  cd $WORK/b152
2025-08-20T22:18:31.5432553Z [00:01:46.110]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x002.o -c cgo.cgo2.c
2025-08-20T22:18:31.5609646Z [00:01:46.128]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:18:31.5614715Z [00:01:46.128]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T22:18:31.5621235Z [00:01:46.129]➜  encoding/asn1
2025-08-20T22:18:31.5624074Z [00:01:46.129]➜  mkdir -p $WORK/b118/
2025-08-20T22:18:31.5641207Z [00:01:46.131]➜  cat >/tmp/go-build707542385/b118/importcfg << 'EOF' # internal
2025-08-20T22:18:31.5642318Z [00:01:46.131]➜  # import config
2025-08-20T22:18:31.5644701Z [00:01:46.131]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:31.5646308Z [00:01:46.131]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.5649217Z [00:01:46.131]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:31.5650059Z [00:01:46.131]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:31.5650901Z [00:01:46.131]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.5651769Z [00:01:46.131]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:31.5652639Z [00:01:46.131]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:31.5653502Z [00:01:46.131]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:31.5654694Z [00:01:46.131]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:31.5655741Z [00:01:46.131]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:31.5656626Z [00:01:46.131]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:31.5657508Z [00:01:46.131]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:31.5658124Z [00:01:46.131]➜  EOF
2025-08-20T22:18:31.5659696Z [00:01:46.133]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.5679158Z [00:01:46.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b118=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/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-20T22:18:31.5850608Z [00:01:46.152]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.5853492Z [00:01:46.152]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x003.o -c gcc_context.c
2025-08-20T22:18:31.6463968Z [00:01:46.213]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:18:31.6490951Z [00:01:46.216]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T22:18:31.6497126Z [00:01:46.216]➜  crypto/rand
2025-08-20T22:18:31.6497659Z [00:01:46.216]➜  mkdir -p $WORK/b120/
2025-08-20T22:18:31.6501311Z [00:01:46.217]➜  cat >/tmp/go-build707542385/b120/importcfg << 'EOF' # internal
2025-08-20T22:18:31.6503904Z [00:01:46.217]➜  # import config
2025-08-20T22:18:31.6506364Z [00:01:46.217]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:31.6507912Z [00:01:46.217]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:31.6515981Z [00:01:46.217]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:31.6517126Z [00:01:46.217]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.6518185Z [00:01:46.217]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:31.6519266Z [00:01:46.217]➜  packagefile crypto/internal/sysrand=/tmp/go-build707542385/b076/_pkg_.a
2025-08-20T22:18:31.6520196Z [00:01:46.217]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.6520997Z [00:01:46.217]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.6521810Z [00:01:46.217]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.6522438Z [00:01:46.217]➜  EOF
2025-08-20T22:18:31.6522976Z [00:01:46.218]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.6526383Z [00:01:46.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b120=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/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-20T22:18:31.6629739Z [00:01:46.230]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.6634577Z [00:01:46.230]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x004.o -c gcc_fatalf.c
2025-08-20T22:18:31.6788536Z [00:01:46.246]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:18:31.6794072Z [00:01:46.246]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T22:18:31.6813543Z [00:01:46.247]➜  crypto/rsa
2025-08-20T22:18:31.6814037Z [00:01:46.247]➜  mkdir -p $WORK/b121/
2025-08-20T22:18:31.6814741Z [00:01:46.247]➜  cat >/tmp/go-build707542385/b121/importcfg << 'EOF' # internal
2025-08-20T22:18:31.6815389Z [00:01:46.247]➜  # import config
2025-08-20T22:18:31.6817569Z [00:01:46.247]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:31.6818473Z [00:01:46.247]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:31.6819529Z [00:01:46.247]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build707542385/b111/_pkg_.a
2025-08-20T22:18:31.6820615Z [00:01:46.247]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build707542385/b113/_pkg_.a
2025-08-20T22:18:31.6821640Z [00:01:46.247]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build707542385/b122/_pkg_.a
2025-08-20T22:18:31.6822642Z [00:01:46.247]➜  packagefile crypto/internal/fips140hash=/tmp/go-build707542385/b090/_pkg_.a
2025-08-20T22:18:31.6823677Z [00:01:46.247]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.6824701Z [00:01:46.247]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:31.6825782Z [00:01:46.247]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:31.6826623Z [00:01:46.247]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:31.6827453Z [00:01:46.247]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.6828495Z [00:01:46.247]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:31.6829284Z [00:01:46.247]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:31.6830112Z [00:01:46.247]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:31.6830924Z [00:01:46.247]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.6831660Z [00:01:46.247]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:31.6832422Z [00:01:46.247]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.6833009Z [00:01:46.247]➜  EOF
2025-08-20T22:18:31.6833535Z [00:01:46.248]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.6837175Z [00:01:46.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b121=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/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-20T22:18:31.7182543Z [00:01:46.285]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.7188637Z [00:01:46.285]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x005.o -c gcc_libinit.c
2025-08-20T22:18:31.7252814Z [00:01:46.292]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:18:31.7401059Z [00:01:46.307]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T22:18:31.7402695Z [00:01:46.307]➜  crypto/ed25519
2025-08-20T22:18:31.7403876Z [00:01:46.307]➜  mkdir -p $WORK/b128/
2025-08-20T22:18:31.7426966Z [00:01:46.310]➜  cat >/tmp/go-build707542385/b128/importcfg << 'EOF' # internal
2025-08-20T22:18:31.7429840Z [00:01:46.310]➜  # import config
2025-08-20T22:18:31.7433524Z [00:01:46.310]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:31.7434490Z [00:01:46.310]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build707542385/b129/_pkg_.a
2025-08-20T22:18:31.7435733Z [00:01:46.310]➜  packagefile crypto/internal/fips140cache=/tmp/go-build707542385/b114/_pkg_.a
2025-08-20T22:18:31.7436815Z [00:01:46.310]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.7437777Z [00:01:46.310]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:31.7438656Z [00:01:46.310]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:31.7439507Z [00:01:46.310]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.7440309Z [00:01:46.310]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.7441109Z [00:01:46.310]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:31.7441752Z [00:01:46.310]➜  EOF
2025-08-20T22:18:31.7442311Z [00:01:46.310]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.7445288Z [00:01:46.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b128=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:18:31.8036407Z [00:01:46.370]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.8041516Z [00:01:46.371]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x006.o -c gcc_linux_amd64.c
2025-08-20T22:18:31.8078672Z [00:01:46.375]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:18:31.8132701Z [00:01:46.380]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T22:18:31.8146224Z [00:01:46.381]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:18:31.8146860Z [00:01:46.381]➜  mkdir -p $WORK/b117/
2025-08-20T22:18:31.8150963Z [00:01:46.381]➜  cat >/tmp/go-build707542385/b117/importcfg << 'EOF' # internal
2025-08-20T22:18:31.8151652Z [00:01:46.381]➜  # import config
2025-08-20T22:18:31.8152550Z [00:01:46.381]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:18:31.8153655Z [00:01:46.381]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:31.8154514Z [00:01:46.381]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.8155293Z [00:01:46.381]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:31.8167370Z [00:01:46.381]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build707542385/b119/_pkg_.a
2025-08-20T22:18:31.8168420Z [00:01:46.382]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.8169233Z [00:01:46.382]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:31.8170012Z [00:01:46.382]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:31.8170607Z [00:01:46.382]➜  EOF
2025-08-20T22:18:31.8171142Z [00:01:46.382]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.8175738Z [00:01:46.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b117=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/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-20T22:18:31.8218352Z [00:01:46.389]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:18:31.8240802Z [00:01:46.391]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T22:18:31.8247738Z [00:01:46.391]➜  crypto/dsa
2025-08-20T22:18:31.8248255Z [00:01:46.391]➜  mkdir -p $WORK/b136/
2025-08-20T22:18:31.8264567Z [00:01:46.393]➜  cat >/tmp/go-build707542385/b136/importcfg << 'EOF' # internal
2025-08-20T22:18:31.8265329Z [00:01:46.393]➜  # import config
2025-08-20T22:18:31.8266370Z [00:01:46.393]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.8267464Z [00:01:46.393]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:31.8268375Z [00:01:46.393]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.8269176Z [00:01:46.393]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.8270002Z [00:01:46.393]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.8270617Z [00:01:46.393]➜  EOF
2025-08-20T22:18:31.8273250Z [00:01:46.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b136=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:18:31.8543559Z [00:01:46.421]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.8548707Z [00:01:46.421]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x007.o -c gcc_mmap.c
2025-08-20T22:18:31.8674440Z [00:01:46.434]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:18:31.8676010Z [00:01:46.434]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T22:18:31.8677094Z [00:01:46.434]➜  crypto/x509/pkix
2025-08-20T22:18:31.8688055Z [00:01:46.434]➜  mkdir -p $WORK/b143/
2025-08-20T22:18:31.8706890Z [00:01:46.434]➜  cat >/tmp/go-build707542385/b143/importcfg << 'EOF' # internal
2025-08-20T22:18:31.8708886Z [00:01:46.434]➜  # import config
2025-08-20T22:18:31.8709618Z [00:01:46.434]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:31.8710585Z [00:01:46.434]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:31.8711444Z [00:01:46.434]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:31.8712274Z [00:01:46.434]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.8713124Z [00:01:46.434]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:31.8713764Z [00:01:46.434]➜  EOF
2025-08-20T22:18:31.8714335Z [00:01:46.434]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.8717598Z [00:01:46.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b143=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:18:31.8998230Z [00:01:46.467]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.9004088Z [00:01:46.467]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x008.o -c gcc_setenv.c
2025-08-20T22:18:31.9151822Z [00:01:46.482]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:18:31.9187434Z [00:01:46.486]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T22:18:31.9192263Z [00:01:46.486]➜  golang.org/x/crypto/ed25519
2025-08-20T22:18:31.9196465Z [00:01:46.487]➜  mkdir -p $WORK/b127/
2025-08-20T22:18:31.9204617Z [00:01:46.488]➜  cat >/tmp/go-build707542385/b127/importcfg << 'EOF' # internal
2025-08-20T22:18:31.9206571Z [00:01:46.488]➜  # import config
2025-08-20T22:18:31.9207260Z [00:01:46.488]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:31.9208056Z [00:01:46.488]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.9208616Z [00:01:46.488]➜  EOF
2025-08-20T22:18:31.9218296Z [00:01:46.488]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.9221675Z [00:01:46.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ed25519=>golang.org/x/crypto@v0.38.0/ed25519;$WORK/b127=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid GIkKjRRSyqwkO1btUAzy/GIkKjRRSyqwkO1btUAzy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ed25519/ed25519.go
2025-08-20T22:18:31.9331063Z [00:01:46.500]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:18:31.9335160Z [00:01:46.501]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:18:31.9341091Z [00:01:46.501]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/f4/f411b3f40427b2781e4a23e46e199267dd2e9fce0cffa47c84d9f299e8e7fcd8-d # internal
2025-08-20T22:18:31.9343597Z [00:01:46.501]➜  path/filepath
2025-08-20T22:18:31.9345194Z [00:01:46.502]➜  mkdir -p $WORK/b154/
2025-08-20T22:18:31.9367625Z [00:01:46.504]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T22:18:31.9424943Z [00:01:46.509]➜  cat >/tmp/go-build707542385/b154/importcfg << 'EOF' # internal
2025-08-20T22:18:31.9425854Z [00:01:46.509]➜  # import config
2025-08-20T22:18:31.9426497Z [00:01:46.509]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.9427461Z [00:01:46.509]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:31.9428462Z [00:01:46.509]➜  packagefile internal/filepathlite=/tmp/go-build707542385/b079/_pkg_.a
2025-08-20T22:18:31.9429396Z [00:01:46.509]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:31.9430197Z [00:01:46.509]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:31.9430981Z [00:01:46.509]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:31.9431783Z [00:01:46.509]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:31.9432606Z [00:01:46.509]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:31.9433397Z [00:01:46.509]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:31.9434233Z [00:01:46.509]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:31.9434874Z [00:01:46.509]➜  EOF
2025-08-20T22:18:31.9436713Z [00:01:46.511]➜  golang.org/x/crypto/chacha20
2025-08-20T22:18:31.9437912Z [00:01:46.511]➜  mkdir -p $WORK/b155/
2025-08-20T22:18:31.9439000Z [00:01:46.511]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:31.9443291Z [00:01:46.511]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x009.o -c gcc_sigaction.c
2025-08-20T22:18:31.9448347Z [00:01:46.511]➜  cat >/tmp/go-build707542385/b155/importcfg << 'EOF' # internal
2025-08-20T22:18:31.9449009Z [00:01:46.511]➜  # import config
2025-08-20T22:18:31.9449560Z [00:01:46.511]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:31.9450480Z [00:01:46.511]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:31.9451374Z [00:01:46.512]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.9452441Z [00:01:46.512]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build707542385/b156/_pkg_.a
2025-08-20T22:18:31.9453465Z [00:01:46.512]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:31.9454297Z [00:01:46.512]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:31.9454916Z [00:01:46.512]➜  EOF
2025-08-20T22:18:31.9455655Z [00:01:46.512]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:31.9460311Z [00:01:46.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20=>golang.org/x/crypto@v0.38.0/chacha20;$WORK/b155=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid fQmgOhaBE2GM1r6-Krhv/fQmgOhaBE2GM1r6-Krhv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/xor.go
2025-08-20T22:18:31.9480206Z [00:01:46.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b154=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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-20T22:18:31.9771601Z [00:01:46.544]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:18:31.9793437Z [00:01:46.546]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T22:18:31.9798584Z [00:01:46.547]➜  crypto/ecdsa
2025-08-20T22:18:31.9803132Z [00:01:46.547]➜  mkdir -p $WORK/b102/
2025-08-20T22:18:31.9808299Z [00:01:46.548]➜  cat >/tmp/go-build707542385/b102/importcfg << 'EOF' # internal
2025-08-20T22:18:31.9814842Z [00:01:46.548]➜  # import config
2025-08-20T22:18:31.9815856Z [00:01:46.548]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:18:31.9817086Z [00:01:46.548]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:18:31.9818152Z [00:01:46.548]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:31.9819026Z [00:01:46.548]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:31.9819906Z [00:01:46.548]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:31.9820874Z [00:01:46.548]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:31.9821914Z [00:01:46.548]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build707542385/b111/_pkg_.a
2025-08-20T22:18:31.9823060Z [00:01:46.548]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build707542385/b112/_pkg_.a
2025-08-20T22:18:31.9824562Z [00:01:46.548]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build707542385/b105/_pkg_.a
2025-08-20T22:18:31.9825901Z [00:01:46.548]➜  packagefile crypto/internal/fips140cache=/tmp/go-build707542385/b114/_pkg_.a
2025-08-20T22:18:31.9826978Z [00:01:46.548]➜  packagefile crypto/internal/fips140hash=/tmp/go-build707542385/b090/_pkg_.a
2025-08-20T22:18:31.9828116Z [00:01:46.548]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:31.9829224Z [00:01:46.548]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:31.9830223Z [00:01:46.548]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:31.9831115Z [00:01:46.548]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:31.9831965Z [00:01:46.548]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:31.9832991Z [00:01:46.548]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build707542385/b117/_pkg_.a
2025-08-20T22:18:31.9834323Z [00:01:46.548]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build707542385/b119/_pkg_.a
2025-08-20T22:18:31.9835367Z [00:01:46.548]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:31.9836488Z [00:01:46.548]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:31.9837375Z [00:01:46.548]➜  packagefile math/rand/v2=/tmp/go-build707542385/b086/_pkg_.a
2025-08-20T22:18:31.9838063Z [00:01:46.548]➜  EOF
2025-08-20T22:18:31.9841576Z [00:01:46.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b102=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/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-20T22:18:32.0026677Z [00:01:46.570]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.0032679Z [00:01:46.570]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x010.o -c gcc_stack_unix.c
2025-08-20T22:18:32.0134313Z [00:01:46.580]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:18:32.0142349Z [00:01:46.581]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/2f/2f9426a274bfba287f4deb3a11ab5d0bf885d793c4a6255780b9358fff60d9b5-d # internal
2025-08-20T22:18:32.0147813Z [00:01:46.582]➜  golang.org/x/crypto/curve25519
2025-08-20T22:18:32.0152686Z [00:01:46.582]➜  mkdir -p $WORK/b157/
2025-08-20T22:18:32.0168077Z [00:01:46.582]➜  cat >/tmp/go-build707542385/b157/importcfg << 'EOF' # internal
2025-08-20T22:18:32.0169815Z [00:01:46.582]➜  # import config
2025-08-20T22:18:32.0170554Z [00:01:46.582]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:32.0171199Z [00:01:46.582]➜  EOF
2025-08-20T22:18:32.0171741Z [00:01:46.582]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.0175180Z [00:01:46.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/curve25519=>golang.org/x/crypto@v0.38.0/curve25519;$WORK/b157=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid 5fZb2NcZ3lEuhC_ILF8o/5fZb2NcZ3lEuhC_ILF8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/curve25519/curve25519.go
2025-08-20T22:18:32.0407813Z [00:01:46.606]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.0413352Z [00:01:46.608]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x011.o -c gcc_traceback.c
2025-08-20T22:18:32.0484646Z [00:01:46.615]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:18:32.0492486Z [00:01:46.616]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d # internal
2025-08-20T22:18:32.0506358Z [00:01:46.617]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:18:32.0506979Z [00:01:46.617]➜  mkdir -p $WORK/b158/
2025-08-20T22:18:32.0507573Z [00:01:46.617]➜  echo -n > $WORK/b158/go_asm.h # internal
2025-08-20T22:18:32.0508438Z [00:01:46.617]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305
2025-08-20T22:18:32.0511304Z [00:01:46.618]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b158/symabis ./sum_amd64.s
2025-08-20T22:18:32.0537473Z [00:01:46.621]➜  cat >/tmp/go-build707542385/b158/importcfg << 'EOF' # internal
2025-08-20T22:18:32.0547678Z [00:01:46.621]➜  # import config
2025-08-20T22:18:32.0548409Z [00:01:46.621]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:32.0549332Z [00:01:46.621]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.0550195Z [00:01:46.621]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:32.0550826Z [00:01:46.621]➜  EOF
2025-08-20T22:18:32.0551619Z [00:01:46.621]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.0556920Z [00:01:46.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b158=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid UQE4w-mF_8bhTU1kmwK5/UQE4w-mF_8bhTU1kmwK5 -goversion go1.25.0 -symabis $WORK/b158/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack -asmhdr $WORK/b158/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/sum_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/sum_generic.go
2025-08-20T22:18:32.0644530Z [00:01:46.631]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:18:32.0659645Z [00:01:46.633]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T22:18:32.0667015Z [00:01:46.633]➜  golang.org/x/crypto/blowfish
2025-08-20T22:18:32.0667657Z [00:01:46.633]➜  mkdir -p $WORK/b160/
2025-08-20T22:18:32.0673621Z [00:01:46.634]➜  cat >/tmp/go-build707542385/b160/importcfg << 'EOF' # internal
2025-08-20T22:18:32.0674332Z [00:01:46.634]➜  # import config
2025-08-20T22:18:32.0675652Z [00:01:46.634]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:32.0678310Z [00:01:46.634]➜  EOF
2025-08-20T22:18:32.0682487Z [00:01:46.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish=>golang.org/x/crypto@v0.38.0/blowfish;$WORK/b160=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid MHYItsC5FD7vKHXeGBJ7/MHYItsC5FD7vKHXeGBJ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/const.go
2025-08-20T22:18:32.0729228Z [00:01:46.640]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.0734155Z [00:01:46.640]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x012.o -c gcc_util.c
2025-08-20T22:18:32.0997673Z [00:01:46.667]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305
2025-08-20T22:18:32.1002562Z [00:01:46.667]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b158/sum_amd64.o ./sum_amd64.s
2025-08-20T22:18:32.1040594Z [00:01:46.671]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/sum_amd64.o # internal
2025-08-20T22:18:32.1042129Z [00:01:46.671]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:18:32.1052284Z [00:01:46.672]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d # internal
2025-08-20T22:18:32.1054074Z [00:01:46.673]➜  log
2025-08-20T22:18:32.1056449Z [00:01:46.673]➜  mkdir -p $WORK/b161/
2025-08-20T22:18:32.1060922Z [00:01:46.673]➜  cat >/tmp/go-build707542385/b161/importcfg << 'EOF' # internal
2025-08-20T22:18:32.1062608Z [00:01:46.673]➜  # import config
2025-08-20T22:18:32.1064734Z [00:01:46.673]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.1067528Z [00:01:46.673]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.1068855Z [00:01:46.673]➜  packagefile log/internal=/tmp/go-build707542385/b162/_pkg_.a
2025-08-20T22:18:32.1070290Z [00:01:46.673]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:32.1071405Z [00:01:46.673]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:32.1072382Z [00:01:46.673]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.1073568Z [00:01:46.673]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:32.1074437Z [00:01:46.673]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:32.1075072Z [00:01:46.673]➜  EOF
2025-08-20T22:18:32.1075821Z [00:01:46.674]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.1078456Z [00:01:46.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b161=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:18:32.1087466Z [00:01:46.676]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.1090291Z [00:01:46.676]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x013.o -c linux_syscall.c
2025-08-20T22:18:32.1103668Z [00:01:46.677]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:18:32.1127195Z [00:01:46.678]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/7b/7b8902e83c83d963202b28005ec2826264e9c3968147e07e5b8ddf0e5522bd10-d # internal
2025-08-20T22:18:32.1128398Z [00:01:46.679]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T22:18:32.1129037Z [00:01:46.679]➜  mkdir -p $WORK/b159/
2025-08-20T22:18:32.1129762Z [00:01:46.679]➜  cat >/tmp/go-build707542385/b159/importcfg << 'EOF' # internal
2025-08-20T22:18:32.1130466Z [00:01:46.679]➜  # import config
2025-08-20T22:18:32.1131551Z [00:01:46.679]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:32.1132394Z [00:01:46.679]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.1133322Z [00:01:46.679]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build707542385/b160/_pkg_.a
2025-08-20T22:18:32.1134062Z [00:01:46.679]➜  EOF
2025-08-20T22:18:32.1134598Z [00:01:46.679]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.1138772Z [00:01:46.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf;$WORK/b159=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid 818JIDYBWuI7vCZGxVug/818JIDYBWuI7vCZGxVug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T22:18:32.1299789Z [00:01:46.697]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:18:32.1308654Z [00:01:46.698]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/00/00c6a5a1e06c61b4e15200e9fe835e4dba7bd2e98fc4309dff31344f584a6f8b-d # internal
2025-08-20T22:18:32.1311954Z [00:01:46.698]➜  compress/flate
2025-08-20T22:18:32.1312761Z [00:01:46.698]➜  mkdir -p $WORK/b166/
2025-08-20T22:18:32.1319345Z [00:01:46.699]➜  cat >/tmp/go-build707542385/b166/importcfg << 'EOF' # internal
2025-08-20T22:18:32.1320525Z [00:01:46.699]➜  # import config
2025-08-20T22:18:32.1322551Z [00:01:46.699]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:32.1323307Z [00:01:46.699]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.1335435Z [00:01:46.699]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.1336704Z [00:01:46.699]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.1337550Z [00:01:46.699]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:32.1338375Z [00:01:46.699]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:32.1339185Z [00:01:46.699]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:32.1340011Z [00:01:46.699]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:32.1340804Z [00:01:46.699]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.1341378Z [00:01:46.699]➜  EOF
2025-08-20T22:18:32.1346876Z [00:01:46.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b166=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/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-20T22:18:32.1893221Z [00:01:46.756]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.1898183Z [00:01:46.756]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_x014.o -c gcc_amd64.S
2025-08-20T22:18:32.1966280Z [00:01:46.764]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:18:32.1986268Z [00:01:46.765]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T22:18:32.1987462Z [00:01:46.766]➜  hash/crc32
2025-08-20T22:18:32.1990462Z [00:01:46.766]➜  mkdir -p $WORK/b167/
2025-08-20T22:18:32.1994737Z [00:01:46.766]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T22:18:32.1996451Z [00:01:46.767]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:18:32.1998399Z [00:01:46.767]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b167/symabis ./crc32_amd64.s
2025-08-20T22:18:32.2042022Z [00:01:46.771]➜  cat >/tmp/go-build707542385/b167/importcfg << 'EOF' # internal
2025-08-20T22:18:32.2043720Z [00:01:46.771]➜  # import config
2025-08-20T22:18:32.2044393Z [00:01:46.771]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.2045197Z [00:01:46.771]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:32.2046251Z [00:01:46.771]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:32.2047179Z [00:01:46.771]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:32.2047986Z [00:01:46.771]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.2048786Z [00:01:46.771]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:32.2049400Z [00:01:46.771]➜  EOF
2025-08-20T22:18:32.2051303Z [00:01:46.772]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.2055309Z [00:01:46.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b167=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b167/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack -asmhdr $WORK/b167/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:18:32.2065014Z [00:01:46.774]➜  cd $WORK/b152
2025-08-20T22:18:32.2068104Z [00:01:46.774]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -I $WORK/b152/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b152/_cgo_main.o -c _cgo_main.c
2025-08-20T22:18:32.2537539Z [00:01:46.821]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.2542557Z [00:01:46.821]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -o $WORK/b152/_cgo_.o $WORK/b152/_cgo_main.o $WORK/b152/preferlinkext $WORK/b152/_x001.o $WORK/b152/_x002.o $WORK/b152/_x003.o $WORK/b152/_x004.o $WORK/b152/_x005.o $WORK/b152/_x006.o $WORK/b152/_x007.o $WORK/b152/_x008.o $WORK/b152/_x009.o $WORK/b152/_x010.o $WORK/b152/_x011.o $WORK/b152/_x012.o $WORK/b152/_x013.o $WORK/b152/_x014.o -O2 -g -lpthread
2025-08-20T22:18:32.2690240Z [00:01:46.836]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:18:32.2693357Z [00:01:46.836]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b167/crc32_amd64.o ./crc32_amd64.s
2025-08-20T22:18:32.2793242Z [00:01:46.846]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/crc32_amd64.o # internal
2025-08-20T22:18:32.2795706Z [00:01:46.847]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:18:32.2803644Z [00:01:46.847]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T22:18:32.2806450Z [00:01:46.848]➜  crypto/internal/fips140/hkdf
2025-08-20T22:18:32.2807088Z [00:01:46.848]➜  mkdir -p $WORK/b171/
2025-08-20T22:18:32.2832645Z [00:01:46.850]➜  cat >/tmp/go-build707542385/b171/importcfg << 'EOF' # internal
2025-08-20T22:18:32.2836125Z [00:01:46.851]➜  # import config
2025-08-20T22:18:32.2836816Z [00:01:46.851]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.2837761Z [00:01:46.851]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:32.2838851Z [00:01:46.851]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:32.2839959Z [00:01:46.851]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:32.2841053Z [00:01:46.851]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:32.2842000Z [00:01:46.851]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.2842805Z [00:01:46.851]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:32.2843416Z [00:01:46.851]➜  EOF
2025-08-20T22:18:32.2843965Z [00:01:46.851]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.2847894Z [00:01:46.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b171=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:18:32.3218535Z [00:01:46.889]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:18:32.3223819Z [00:01:46.889]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T22:18:32.3226023Z [00:01:46.890]➜  crypto/hkdf
2025-08-20T22:18:32.3227899Z [00:01:46.890]➜  mkdir -p $WORK/b170/
2025-08-20T22:18:32.3231321Z [00:01:46.890]➜  cat >/tmp/go-build707542385/b170/importcfg << 'EOF' # internal
2025-08-20T22:18:32.3232032Z [00:01:46.890]➜  # import config
2025-08-20T22:18:32.3232864Z [00:01:46.890]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build707542385/b171/_pkg_.a
2025-08-20T22:18:32.3234024Z [00:01:46.890]➜  packagefile crypto/internal/fips140hash=/tmp/go-build707542385/b090/_pkg_.a
2025-08-20T22:18:32.3235127Z [00:01:46.890]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:32.3236239Z [00:01:46.890]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.3237072Z [00:01:46.890]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:32.3237693Z [00:01:46.890]➜  EOF
2025-08-20T22:18:32.3240350Z [00:01:46.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b170=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:18:32.3368260Z [00:01:46.904]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:18:32.3373074Z [00:01:46.904]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T22:18:32.3417952Z [00:01:46.908]➜  crypto/internal/fips140/tls12
2025-08-20T22:18:32.3423048Z [00:01:46.908]➜  mkdir -p $WORK/b172/
2025-08-20T22:18:32.3423822Z [00:01:46.909]➜  cat >/tmp/go-build707542385/b172/importcfg << 'EOF' # internal
2025-08-20T22:18:32.3424503Z [00:01:46.909]➜  # import config
2025-08-20T22:18:32.3425180Z [00:01:46.909]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.3426328Z [00:01:46.909]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:32.3427488Z [00:01:46.909]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:32.3428926Z [00:01:46.909]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:32.3430087Z [00:01:46.909]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:32.3431225Z [00:01:46.909]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:32.3432152Z [00:01:46.909]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.3432960Z [00:01:46.909]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:32.3433578Z [00:01:46.909]➜  EOF
2025-08-20T22:18:32.3437574Z [00:01:46.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b172=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:18:32.3444624Z [00:01:46.911]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:18:32.3507604Z [00:01:46.918]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T22:18:32.3511618Z [00:01:46.918]➜  compress/gzip
2025-08-20T22:18:32.3512142Z [00:01:46.918]➜  mkdir -p $WORK/b165/
2025-08-20T22:18:32.3512850Z [00:01:46.918]➜  cat >/tmp/go-build707542385/b165/importcfg << 'EOF' # internal
2025-08-20T22:18:32.3513485Z [00:01:46.918]➜  # import config
2025-08-20T22:18:32.3514095Z [00:01:46.918]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:32.3516171Z [00:01:46.919]➜  packagefile compress/flate=/tmp/go-build707542385/b166/_pkg_.a
2025-08-20T22:18:32.3517738Z [00:01:46.919]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.3518978Z [00:01:46.919]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.3520729Z [00:01:46.919]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.3521561Z [00:01:46.919]➜  packagefile hash/crc32=/tmp/go-build707542385/b167/_pkg_.a
2025-08-20T22:18:32.3522350Z [00:01:46.919]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.3523117Z [00:01:46.919]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:32.3523703Z [00:01:46.919]➜  EOF
2025-08-20T22:18:32.3526791Z [00:01:46.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b165=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:18:32.3711917Z [00:01:46.938]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:18:32.3725086Z [00:01:46.939]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T22:18:32.3726419Z [00:01:46.939]➜  crypto/internal/fips140/tls13
2025-08-20T22:18:32.3726966Z [00:01:46.939]➜  mkdir -p $WORK/b173/
2025-08-20T22:18:32.3727634Z [00:01:46.939]➜  cat >/tmp/go-build707542385/b173/importcfg << 'EOF' # internal
2025-08-20T22:18:32.3728254Z [00:01:46.939]➜  # import config
2025-08-20T22:18:32.3728851Z [00:01:46.939]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.3729714Z [00:01:46.939]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:32.3730726Z [00:01:46.939]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:32.3731812Z [00:01:46.939]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build707542385/b171/_pkg_.a
2025-08-20T22:18:32.3733111Z [00:01:46.939]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:32.3734247Z [00:01:46.939]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:32.3735208Z [00:01:46.939]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.3766564Z [00:01:46.939]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:32.3767182Z [00:01:46.939]➜  EOF
2025-08-20T22:18:32.3770725Z [00:01:46.939]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b173=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:18:32.4303627Z [00:01:46.997]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:18:32.4314176Z [00:01:46.998]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T22:18:32.4316371Z [00:01:46.999]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:18:32.4318247Z [00:01:46.999]➜  mkdir -p $WORK/b176/
2025-08-20T22:18:32.4319506Z [00:01:46.999]➜  cat >/tmp/go-build707542385/b176/importcfg << 'EOF' # internal
2025-08-20T22:18:32.4320778Z [00:01:46.999]➜  # import config
2025-08-20T22:18:32.4321886Z [00:01:46.999]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:18:32.4323181Z [00:01:46.999]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:32.4324917Z [00:01:46.999]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.4326932Z [00:01:46.999]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.4328009Z [00:01:46.999]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build707542385/b177/_pkg_.a
2025-08-20T22:18:32.4329071Z [00:01:46.999]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:32.4329910Z [00:01:46.999]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:32.4330549Z [00:01:46.999]➜  EOF
2025-08-20T22:18:32.4334904Z [00:01:46.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b176=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:18:32.4384228Z [00:01:47.005]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:18:32.4399622Z [00:01:47.007]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T22:18:32.4408747Z [00:01:47.007]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:18:32.4409371Z [00:01:47.007]➜  mkdir -p $WORK/b178/
2025-08-20T22:18:32.4409934Z [00:01:47.008]➜  echo -n > $WORK/b178/go_asm.h # internal
2025-08-20T22:18:32.4426418Z [00:01:47.010]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:18:32.4429968Z [00:01:47.010]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b178/symabis ./sum_amd64.s
2025-08-20T22:18:32.4451885Z [00:01:47.012]➜  cat >/tmp/go-build707542385/b178/importcfg << 'EOF' # internal
2025-08-20T22:18:32.4459389Z [00:01:47.013]➜  # import config
2025-08-20T22:18:32.4460115Z [00:01:47.013]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:32.4460990Z [00:01:47.013]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.4461853Z [00:01:47.013]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:32.4462455Z [00:01:47.013]➜  EOF
2025-08-20T22:18:32.4462968Z [00:01:47.013]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.4468455Z [00:01:47.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b178=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b178/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack -asmhdr $WORK/b178/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:18:32.4478409Z [00:01:47.014]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b152=/tmp/go-build -gno-record-gcc-switches -o $WORK/b152/_cgo_.o $WORK/b152/_cgo_main.o $WORK/b152/preferlinkext $WORK/b152/_x001.o $WORK/b152/_x002.o $WORK/b152/_x003.o $WORK/b152/_x004.o $WORK/b152/_x005.o $WORK/b152/_x006.o $WORK/b152/_x007.o $WORK/b152/_x008.o $WORK/b152/_x009.o $WORK/b152/_x010.o $WORK/b152/_x011.o $WORK/b152/_x012.o $WORK/b152/_x013.o $WORK/b152/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:18:32.4482166Z [00:01:47.014]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b152/_cgo_.o -dynout $WORK/b152/_cgo_import.go -dynlinker
2025-08-20T22:18:32.4548709Z [00:01:47.019]➜  echo -n > $WORK/b152/go_asm.h # internal
2025-08-20T22:18:32.4553230Z [00:01:47.022]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.4555258Z [00:01:47.022]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b152=>" -I $WORK/b152/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b152/symabis ./asm_amd64.s
2025-08-20T22:18:32.4562517Z [00:01:47.023]➜  cat >/tmp/go-build707542385/b152/importcfg << 'EOF' # internal
2025-08-20T22:18:32.4563241Z [00:01:47.023]➜  # import config
2025-08-20T22:18:32.4564045Z [00:01:47.023]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:32.4565021Z [00:01:47.023]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.4566364Z [00:01:47.023]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:32.4567061Z [00:01:47.023]➜  EOF
2025-08-20T22:18:32.4567600Z [00:01:47.023]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.4573029Z [00:01:47.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b152=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b152/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack -asmhdr $WORK/b152/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/b152/_cgo_gotypes.go $WORK/b152/cgo.cgo1.go $WORK/b152/_cgo_import.go
2025-08-20T22:18:32.4933518Z [00:01:47.060]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:18:32.4938536Z [00:01:47.060]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b178/sum_amd64.o ./sum_amd64.s
2025-08-20T22:18:32.4986408Z [00:01:47.065]➜  go tool pack r $WORK/b178/_pkg_.a $WORK/b178/sum_amd64.o # internal
2025-08-20T22:18:32.4987222Z [00:01:47.066]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:18:32.4992684Z [00:01:47.066]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T22:18:32.5001564Z [00:01:47.067]➜  vendor/golang.org/x/sys/cpu
2025-08-20T22:18:32.5002217Z [00:01:47.067]➜  mkdir -p $WORK/b179/
2025-08-20T22:18:32.5002853Z [00:01:47.067]➜  echo -n > $WORK/b179/go_asm.h # internal
2025-08-20T22:18:32.5003542Z [00:01:47.067]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T22:18:32.5006071Z [00:01:47.067]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b179/symabis ./cpu_gc_x86.s
2025-08-20T22:18:32.5020194Z [00:01:47.069]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:18:32.5029891Z [00:01:47.070]➜  cat >/tmp/go-build707542385/b179/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5031191Z [00:01:47.070]➜  # import config
2025-08-20T22:18:32.5034546Z [00:01:47.070]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:32.5035823Z [00:01:47.070]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:32.5039100Z [00:01:47.070]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:32.5039936Z [00:01:47.070]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:32.5040573Z [00:01:47.070]➜  EOF
2025-08-20T22:18:32.5041666Z [00:01:47.070]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T22:18:32.5042690Z [00:01:47.070]➜  crypto/fips140
2025-08-20T22:18:32.5043184Z [00:01:47.070]➜  mkdir -p $WORK/b181/
2025-08-20T22:18:32.5043832Z [00:01:47.071]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.5051401Z [00:01:47.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b179=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b179/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack -asmhdr $WORK/b179/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T22:18:32.5058489Z [00:01:47.071]➜  cat >/tmp/go-build707542385/b181/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5060244Z [00:01:47.073]➜  # import config
2025-08-20T22:18:32.5061316Z [00:01:47.073]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:32.5062599Z [00:01:47.073]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:32.5063558Z [00:01:47.073]➜  EOF
2025-08-20T22:18:32.5070731Z [00:01:47.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b181=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:18:32.5073469Z [00:01:47.074]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:18:32.5153582Z [00:01:47.081]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:18:32.5158334Z [00:01:47.083]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T22:18:32.5163678Z [00:01:47.083]➜  crypto/tls/internal/fips140tls
2025-08-20T22:18:32.5167313Z [00:01:47.084]➜  mkdir -p $WORK/b180/
2025-08-20T22:18:32.5170623Z [00:01:47.084]➜  cat >/tmp/go-build707542385/b180/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5176237Z [00:01:47.084]➜  # import config
2025-08-20T22:18:32.5176987Z [00:01:47.085]➜  packagefile crypto/fips140=/tmp/go-build707542385/b181/_pkg_.a
2025-08-20T22:18:32.5183023Z [00:01:47.085]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:32.5183692Z [00:01:47.085]➜  EOF
2025-08-20T22:18:32.5187174Z [00:01:47.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b180=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:18:32.5192670Z [00:01:47.085]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T22:18:32.5195062Z [00:01:47.085]➜  vendor/golang.org/x/text/transform
2025-08-20T22:18:32.5197102Z [00:01:47.085]➜  mkdir -p $WORK/b185/
2025-08-20T22:18:32.5237712Z [00:01:47.085]➜  cat >/tmp/go-build707542385/b185/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5238424Z [00:01:47.085]➜  # import config
2025-08-20T22:18:32.5239063Z [00:01:47.085]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.5239918Z [00:01:47.085]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.5240704Z [00:01:47.085]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.5241540Z [00:01:47.085]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:32.5242183Z [00:01:47.085]➜  EOF
2025-08-20T22:18:32.5246623Z [00:01:47.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b185=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:18:32.5381869Z [00:01:47.105]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:18:32.5386254Z [00:01:47.105]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T22:18:32.5390513Z [00:01:47.106]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:18:32.5393007Z [00:01:47.106]➜  mkdir -p $WORK/b186/
2025-08-20T22:18:32.5395351Z [00:01:47.106]➜  cat >/tmp/go-build707542385/b186/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5396887Z [00:01:47.106]➜  # import config
2025-08-20T22:18:32.5398978Z [00:01:47.106]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.5399998Z [00:01:47.106]➜  packagefile container/list=/tmp/go-build707542385/b168/_pkg_.a
2025-08-20T22:18:32.5400887Z [00:01:47.106]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.5401694Z [00:01:47.106]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:32.5402508Z [00:01:47.106]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:32.5403360Z [00:01:47.106]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:32.5404034Z [00:01:47.106]➜  EOF
2025-08-20T22:18:32.5413258Z [00:01:47.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b186=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/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-20T22:18:32.5631342Z [00:01:47.130]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T22:18:32.5636631Z [00:01:47.130]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b179/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T22:18:32.5738703Z [00:01:47.141]➜  go tool pack r $WORK/b179/_pkg_.a $WORK/b179/cpu_gc_x86.o # internal
2025-08-20T22:18:32.5741633Z [00:01:47.141]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:18:32.5756437Z [00:01:47.143]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T22:18:32.5770241Z [00:01:47.144]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:18:32.5772154Z [00:01:47.144]➜  mkdir -p $WORK/b175/
2025-08-20T22:18:32.5773391Z [00:01:47.144]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:18:32.5774436Z [00:01:47.144]➜  echo -n > $WORK/b175/go_asm.h # internal
2025-08-20T22:18:32.5777119Z [00:01:47.144]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:18:32.5780842Z [00:01:47.144]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b175/symabis ./chacha20poly1305_amd64.s
2025-08-20T22:18:32.5785119Z [00:01:47.145]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T22:18:32.5788477Z [00:01:47.146]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:18:32.5789683Z [00:01:47.146]➜  mkdir -p $WORK/b187/
2025-08-20T22:18:32.5790622Z [00:01:47.146]➜  cat >/tmp/go-build707542385/b187/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5791258Z [00:01:47.146]➜  # import config
2025-08-20T22:18:32.5791988Z [00:01:47.146]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:18:32.5792907Z [00:01:47.146]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.5793694Z [00:01:47.146]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.5794614Z [00:01:47.146]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build707542385/b185/_pkg_.a
2025-08-20T22:18:32.5795668Z [00:01:47.146]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.5796426Z [00:01:47.146]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.5797267Z [00:01:47.146]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:32.5797927Z [00:01:47.146]➜  EOF
2025-08-20T22:18:32.5798466Z [00:01:47.146]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.5806242Z [00:01:47.146]➜  /root/.go/pkg/tool/linux_amd64/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 CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -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-20T22:18:32.5900638Z [00:01:47.157]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b152/abi_GOARCH.h
2025-08-20T22:18:32.5908947Z [00:01:47.158]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.5910869Z [00:01:47.158]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b152=>" -I $WORK/b152/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b152/asm_amd64.o ./asm_amd64.s
2025-08-20T22:18:32.5959957Z [00:01:47.163]➜  cat >/tmp/go-build707542385/b175/importcfg << 'EOF' # internal
2025-08-20T22:18:32.5966372Z [00:01:47.163]➜  # import config
2025-08-20T22:18:32.5967201Z [00:01:47.163]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:18:32.5968270Z [00:01:47.163]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:18:32.5969459Z [00:01:47.163]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:18:32.5970435Z [00:01:47.163]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T22:18:32.5971241Z [00:01:47.163]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:32.5972069Z [00:01:47.163]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:32.5972861Z [00:01:47.163]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.5973763Z [00:01:47.163]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build707542385/b176/_pkg_.a
2025-08-20T22:18:32.5974886Z [00:01:47.163]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build707542385/b177/_pkg_.a
2025-08-20T22:18:32.5976498Z [00:01:47.163]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build707542385/b178/_pkg_.a
2025-08-20T22:18:32.5977584Z [00:01:47.163]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build707542385/b179/_pkg_.a
2025-08-20T22:18:32.5978252Z [00:01:47.163]➜  EOF
2025-08-20T22:18:32.5978749Z [00:01:47.163]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.5984531Z [00:01:47.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b175=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b175/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack -asmhdr $WORK/b175/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:18:32.5989789Z [00:01:47.163]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:18:32.5992162Z [00:01:47.163]➜  go tool pack r $WORK/b152/_pkg_.a $WORK/b152/asm_amd64.o $WORK/b152/preferlinkext $WORK/b152/_x001.o $WORK/b152/_x002.o $WORK/b152/_x003.o $WORK/b152/_x004.o $WORK/b152/_x005.o $WORK/b152/_x006.o $WORK/b152/_x007.o $WORK/b152/_x008.o $WORK/b152/_x009.o $WORK/b152/_x010.o $WORK/b152/_x011.o $WORK/b152/_x012.o $WORK/b152/_x013.o $WORK/b152/_x014.o # internal
2025-08-20T22:18:32.5998548Z [00:01:47.167]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:18:32.6023837Z [00:01:47.169]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T22:18:32.6053099Z [00:01:47.172]➜  net
2025-08-20T22:18:32.6057325Z [00:01:47.173]➜  mkdir -p $WORK/b146/
2025-08-20T22:18:32.6064447Z [00:01:47.173]➜  echo -n > $WORK/b146/preferlinkext # internal
2025-08-20T22:18:32.6072389Z [00:01:47.174]➜  cd /root/.go/src/net
2025-08-20T22:18:32.6076589Z [00:01:47.174]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b146/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b146/ -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-20T22:18:32.6621526Z [00:01:47.229]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:18:32.6626781Z [00:01:47.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b175/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T22:18:32.7176487Z [00:01:47.284]➜  go tool pack r $WORK/b175/_pkg_.a $WORK/b175/chacha20poly1305_amd64.o # internal
2025-08-20T22:18:32.7179599Z [00:01:47.285]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:18:32.7198790Z [00:01:47.287]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T22:18:32.7234867Z [00:01:47.290]➜  crypto/internal/hpke
2025-08-20T22:18:32.7248462Z [00:01:47.290]➜  mkdir -p $WORK/b174/
2025-08-20T22:18:32.7249216Z [00:01:47.290]➜  cat >/tmp/go-build707542385/b174/importcfg << 'EOF' # internal
2025-08-20T22:18:32.7249888Z [00:01:47.290]➜  # import config
2025-08-20T22:18:32.7250848Z [00:01:47.290]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:18:32.7252227Z [00:01:47.290]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:32.7253046Z [00:01:47.290]➜  packagefile crypto/aes=/tmp/go-build707542385/b134/_pkg_.a
2025-08-20T22:18:32.7253899Z [00:01:47.290]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:32.7254746Z [00:01:47.290]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:32.7255782Z [00:01:47.290]➜  packagefile crypto/hkdf=/tmp/go-build707542385/b170/_pkg_.a
2025-08-20T22:18:32.7256640Z [00:01:47.290]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:32.7257459Z [00:01:47.290]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.7258512Z [00:01:47.290]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build707542385/b175/_pkg_.a
2025-08-20T22:18:32.7259639Z [00:01:47.290]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:32.7260539Z [00:01:47.290]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:32.7261178Z [00:01:47.290]➜  EOF
2025-08-20T22:18:32.7261705Z [00:01:47.290]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:32.7264690Z [00:01:47.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b174=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:18:32.7462823Z [00:01:47.313]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:18:32.7495969Z [00:01:47.316]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T22:18:32.7541756Z [00:01:47.317]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:18:32.7542704Z [00:01:47.317]➜  mkdir -p $WORK/b184/
2025-08-20T22:18:32.7543488Z [00:01:47.317]➜  cat >/tmp/go-build707542385/b184/importcfg << 'EOF' # internal
2025-08-20T22:18:32.7544191Z [00:01:47.317]➜  # import config
2025-08-20T22:18:32.7544976Z [00:01:47.317]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:18:32.7546209Z [00:01:47.317]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:18:32.7547188Z [00:01:47.317]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.7548245Z [00:01:47.317]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build707542385/b185/_pkg_.a
2025-08-20T22:18:32.7549444Z [00:01:47.317]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build707542385/b186/_pkg_.a
2025-08-20T22:18:32.7550451Z [00:01:47.317]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:32.7551126Z [00:01:47.317]➜  EOF
2025-08-20T22:18:32.7555220Z [00:01:47.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b184=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/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-20T22:18:32.7771140Z [00:01:47.344]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:18:32.7777914Z [00:01:47.345]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T22:18:32.7784559Z [00:01:47.345]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:18:32.7787121Z [00:01:47.345]➜  mkdir -p $WORK/b190/
2025-08-20T22:18:32.7787941Z [00:01:47.346]➜  cat >/tmp/go-build707542385/b190/importcfg << 'EOF' # internal
2025-08-20T22:18:32.7789102Z [00:01:47.346]➜  # import config
2025-08-20T22:18:32.7789789Z [00:01:47.346]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.7790632Z [00:01:47.346]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.7791447Z [00:01:47.346]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.7792212Z [00:01:47.346]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.7792981Z [00:01:47.346]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.7793573Z [00:01:47.346]➜  EOF
2025-08-20T22:18:32.7798863Z [00:01:47.346]➜  /root/.go/pkg/tool/linux_amd64/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 kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -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-20T22:18:32.7873659Z [00:01:47.354]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:18:32.7890848Z [00:01:47.356]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T22:18:32.7915383Z [00:01:47.356]➜  mime
2025-08-20T22:18:32.7916065Z [00:01:47.356]➜  mkdir -p $WORK/b191/
2025-08-20T22:18:32.7916791Z [00:01:47.357]➜  cat >/tmp/go-build707542385/b191/importcfg << 'EOF' # internal
2025-08-20T22:18:32.7917465Z [00:01:47.357]➜  # import config
2025-08-20T22:18:32.7918413Z [00:01:47.357]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:32.7919275Z [00:01:47.357]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.7920160Z [00:01:47.357]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:32.7921029Z [00:01:47.357]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.7921834Z [00:01:47.357]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.7922636Z [00:01:47.357]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.7923411Z [00:01:47.357]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:32.7924179Z [00:01:47.357]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:32.7924947Z [00:01:47.357]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:32.7926032Z [00:01:47.357]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:32.7926892Z [00:01:47.357]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:32.7927682Z [00:01:47.357]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:32.7928501Z [00:01:47.357]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:32.7929135Z [00:01:47.357]➜  EOF
2025-08-20T22:18:32.7932388Z [00:01:47.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b191=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -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-20T22:18:32.8722369Z [00:01:47.439]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:18:32.8747379Z [00:01:47.442]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T22:18:32.8754195Z [00:01:47.442]➜  mime/quotedprintable
2025-08-20T22:18:32.8758991Z [00:01:47.443]➜  mkdir -p $WORK/b193/
2025-08-20T22:18:32.8767939Z [00:01:47.444]➜  cat >/tmp/go-build707542385/b193/importcfg << 'EOF' # internal
2025-08-20T22:18:32.8769285Z [00:01:47.444]➜  # import config
2025-08-20T22:18:32.8771651Z [00:01:47.444]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:32.8774899Z [00:01:47.444]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.8779568Z [00:01:47.444]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.8780369Z [00:01:47.444]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.8780954Z [00:01:47.444]➜  EOF
2025-08-20T22:18:32.8799510Z [00:01:47.445]➜  /root/.go/pkg/tool/linux_amd64/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 wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -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-20T22:18:32.9202250Z [00:01:47.487]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:18:32.9225150Z [00:01:47.489]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T22:18:32.9233487Z [00:01:47.490]➜  net/http/internal
2025-08-20T22:18:32.9237746Z [00:01:47.491]➜  mkdir -p $WORK/b195/
2025-08-20T22:18:32.9253920Z [00:01:47.492]➜  cat >/tmp/go-build707542385/b195/importcfg << 'EOF' # internal
2025-08-20T22:18:32.9264261Z [00:01:47.492]➜  # import config
2025-08-20T22:18:32.9264975Z [00:01:47.492]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:32.9265989Z [00:01:47.492]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:32.9267144Z [00:01:47.492]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:32.9268074Z [00:01:47.492]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:32.9268870Z [00:01:47.492]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:32.9269469Z [00:01:47.492]➜  EOF
2025-08-20T22:18:32.9277243Z [00:01:47.495]➜  /root/.go/pkg/tool/linux_amd64/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 CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:18:32.9759242Z [00:01:47.543]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:18:32.9769465Z [00:01:47.544]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T22:18:32.9774955Z [00:01:47.545]➜  net/http/internal/ascii
2025-08-20T22:18:32.9777963Z [00:01:47.545]➜  mkdir -p $WORK/b196/
2025-08-20T22:18:32.9780304Z [00:01:47.545]➜  cat >/tmp/go-build707542385/b196/importcfg << 'EOF' # internal
2025-08-20T22:18:32.9780983Z [00:01:47.545]➜  # import config
2025-08-20T22:18:32.9781639Z [00:01:47.545]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:32.9782462Z [00:01:47.545]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:32.9783064Z [00:01:47.545]➜  EOF
2025-08-20T22:18:32.9786242Z [00:01:47.545]➜  /root/.go/pkg/tool/linux_amd64/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 Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:18:33.0192832Z [00:01:47.586]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:18:33.0209410Z [00:01:47.587]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T22:18:33.0210564Z [00:01:47.587]➜  golang.org/x/crypto/ripemd160
2025-08-20T22:18:33.0211146Z [00:01:47.587]➜  mkdir -p $WORK/b199/
2025-08-20T22:18:33.0211863Z [00:01:47.587]➜  cat >/tmp/go-build707542385/b199/importcfg << 'EOF' # internal
2025-08-20T22:18:33.0212527Z [00:01:47.587]➜  # import config
2025-08-20T22:18:33.0213167Z [00:01:47.587]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:33.0213946Z [00:01:47.587]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:33.0214729Z [00:01:47.587]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:33.0215338Z [00:01:47.587]➜  EOF
2025-08-20T22:18:33.0219319Z [00:01:47.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ripemd160=>golang.org/x/crypto@v0.38.0/ripemd160;$WORK/b199=>" -p golang.org/x/crypto/ripemd160 -lang=go1.23 -complete -installsuffix shared -buildid KF31SBzBnCxrimNeAABF/KF31SBzBnCxrimNeAABF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ripemd160/ripemd160.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ripemd160/ripemd160block.go
2025-08-20T22:18:33.0629967Z [00:01:47.630]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:18:33.0635204Z [00:01:47.630]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/cb/cbb212533185f9a5a5c4d30b79abae4bcf7658c848e32e945e2ce55ae0652d6a-d # internal
2025-08-20T22:18:33.0638507Z [00:01:47.631]➜  database/sql/driver
2025-08-20T22:18:33.0641409Z [00:01:47.631]➜  mkdir -p $WORK/b201/
2025-08-20T22:18:33.0644331Z [00:01:47.631]➜  cat >/tmp/go-build707542385/b201/importcfg << 'EOF' # internal
2025-08-20T22:18:33.0652434Z [00:01:47.631]➜  # import config
2025-08-20T22:18:33.0653244Z [00:01:47.631]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:33.0654055Z [00:01:47.631]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.0654838Z [00:01:47.631]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.0655819Z [00:01:47.631]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.0656648Z [00:01:47.631]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.0657431Z [00:01:47.631]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.0658002Z [00:01:47.631]➜  EOF
2025-08-20T22:18:33.0673370Z [00:01:47.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b201=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:18:33.0852063Z [00:01:47.651]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:18:33.0852966Z [00:01:47.651]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:18:33.0876027Z [00:01:47.655]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T22:18:33.0881141Z [00:01:47.655]➜  vendor/golang.org/x/net/idna
2025-08-20T22:18:33.0890382Z [00:01:47.656]➜  mkdir -p $WORK/b183/
2025-08-20T22:18:33.0892453Z [00:01:47.656]➜  cat >/tmp/go-build707542385/b183/importcfg << 'EOF' # internal
2025-08-20T22:18:33.0895078Z [00:01:47.656]➜  # import config
2025-08-20T22:18:33.0898097Z [00:01:47.656]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:18:33.0900658Z [00:01:47.656]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:18:33.0904611Z [00:01:47.656]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:18:33.0906362Z [00:01:47.656]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.0908752Z [00:01:47.656]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build707542385/b184/_pkg_.a
2025-08-20T22:18:33.0911597Z [00:01:47.656]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build707542385/b186/_pkg_.a
2025-08-20T22:18:33.0914153Z [00:01:47.656]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build707542385/b187/_pkg_.a
2025-08-20T22:18:33.0915973Z [00:01:47.656]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:33.0920572Z [00:01:47.656]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.0921501Z [00:01:47.656]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.0922201Z [00:01:47.656]➜  EOF
2025-08-20T22:18:33.0938096Z [00:01:47.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b183=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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-20T22:18:33.0943444Z [00:01:47.656]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T22:18:33.0944814Z [00:01:47.656]➜  regexp/syntax
2025-08-20T22:18:33.0945361Z [00:01:47.656]➜  mkdir -p $WORK/b203/
2025-08-20T22:18:33.0946271Z [00:01:47.657]➜  cat >/tmp/go-build707542385/b203/importcfg << 'EOF' # internal
2025-08-20T22:18:33.0946966Z [00:01:47.657]➜  # import config
2025-08-20T22:18:33.0947641Z [00:01:47.657]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:33.0948455Z [00:01:47.657]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:33.0949266Z [00:01:47.657]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.0950109Z [00:01:47.657]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.0950919Z [00:01:47.657]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.0951731Z [00:01:47.657]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.0952583Z [00:01:47.657]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.0953257Z [00:01:47.657]➜  EOF
2025-08-20T22:18:33.0968243Z [00:01:47.657]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b203=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/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-20T22:18:33.1551208Z [00:01:47.722]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:18:33.1570574Z [00:01:47.724]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T22:18:33.1576784Z [00:01:47.724]➜  flag
2025-08-20T22:18:33.1577287Z [00:01:47.724]➜  mkdir -p $WORK/b205/
2025-08-20T22:18:33.1578300Z [00:01:47.725]➜  cat >/tmp/go-build707542385/b205/importcfg << 'EOF' # internal
2025-08-20T22:18:33.1578925Z [00:01:47.725]➜  # import config
2025-08-20T22:18:33.1579572Z [00:01:47.725]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:33.1580376Z [00:01:47.725]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.1581131Z [00:01:47.725]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.1581881Z [00:01:47.725]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.1582621Z [00:01:47.725]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.1583459Z [00:01:47.725]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.1584216Z [00:01:47.725]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:33.1585024Z [00:01:47.725]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:33.1587503Z [00:01:47.725]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.1588333Z [00:01:47.725]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.1589146Z [00:01:47.725]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.1589763Z [00:01:47.725]➜  EOF
2025-08-20T22:18:33.1592288Z [00:01:47.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b205=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:18:33.3367264Z [00:01:47.904]➜  cd $WORK/b146
2025-08-20T22:18:33.3372163Z [00:01:47.904]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x001.o -c _cgo_export.c
2025-08-20T22:18:33.3581372Z [00:01:47.925]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:18:33.3609254Z [00:01:47.928]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T22:18:33.3629834Z [00:01:47.930]➜  github.com/google/go-querystring/query
2025-08-20T22:18:33.3632153Z [00:01:47.930]➜  mkdir -p $WORK/b207/
2025-08-20T22:18:33.3640642Z [00:01:47.931]➜  cat >/tmp/go-build707542385/b207/importcfg << 'EOF' # internal
2025-08-20T22:18:33.3641649Z [00:01:47.931]➜  # import config
2025-08-20T22:18:33.3642757Z [00:01:47.931]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.3643899Z [00:01:47.931]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.3644967Z [00:01:47.931]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:33.3647655Z [00:01:47.931]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.3648541Z [00:01:47.931]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.3649369Z [00:01:47.931]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.3650168Z [00:01:47.931]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.3650778Z [00:01:47.931]➜  EOF
2025-08-20T22:18:33.3651319Z [00:01:47.931]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.3655119Z [00:01:47.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_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/b207=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid LK3HehowKnvE5__MG1mb/LK3HehowKnvE5__MG1mb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T22:18:33.3782998Z [00:01:47.945]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:18:33.3800541Z [00:01:47.947]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T22:18:33.3809515Z [00:01:47.948]➜  os/exec
2025-08-20T22:18:33.3818242Z [00:01:47.948]➜  mkdir -p $WORK/b209/
2025-08-20T22:18:33.3818944Z [00:01:47.948]➜  cat >/tmp/go-build707542385/b209/importcfg << 'EOF' # internal
2025-08-20T22:18:33.3819580Z [00:01:47.948]➜  # import config
2025-08-20T22:18:33.3826150Z [00:01:47.948]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.3826947Z [00:01:47.948]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:33.3827703Z [00:01:47.948]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.3828551Z [00:01:47.948]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:33.3829520Z [00:01:47.948]➜  packagefile internal/syscall/execenv=/tmp/go-build707542385/b083/_pkg_.a
2025-08-20T22:18:33.3830480Z [00:01:47.948]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:33.3831267Z [00:01:47.948]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.3831929Z [00:01:47.948]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:33.3832649Z [00:01:47.948]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.3833397Z [00:01:47.948]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:33.3834196Z [00:01:47.948]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:33.3834961Z [00:01:47.948]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.3836241Z [00:01:47.948]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.3837336Z [00:01:47.948]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:33.3838193Z [00:01:47.948]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.3838805Z [00:01:47.948]➜  EOF
2025-08-20T22:18:33.3842209Z [00:01:47.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b209=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/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-20T22:18:33.3844803Z [00:01:47.951]➜  cd $WORK/b146
2025-08-20T22:18:33.3847896Z [00:01:47.951]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:18:33.4012187Z [00:01:47.968]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:18:33.4043802Z [00:01:47.971]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T22:18:33.4049878Z [00:01:47.972]➜  regexp
2025-08-20T22:18:33.4052438Z [00:01:47.972]➜  mkdir -p $WORK/b202/
2025-08-20T22:18:33.4064849Z [00:01:47.973]➜  cat >/tmp/go-build707542385/b202/importcfg << 'EOF' # internal
2025-08-20T22:18:33.4077424Z [00:01:47.973]➜  # import config
2025-08-20T22:18:33.4078124Z [00:01:47.973]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.4078936Z [00:01:47.973]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.4079787Z [00:01:47.973]➜  packagefile regexp/syntax=/tmp/go-build707542385/b203/_pkg_.a
2025-08-20T22:18:33.4080691Z [00:01:47.973]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:33.4081925Z [00:01:47.973]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.4082745Z [00:01:47.973]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.4083554Z [00:01:47.973]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.4084342Z [00:01:47.973]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.4085191Z [00:01:47.973]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.4086058Z [00:01:47.973]➜  EOF
2025-08-20T22:18:33.4089185Z [00:01:47.976]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.4094357Z [00:01:47.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b202=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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-20T22:18:33.4230370Z [00:01:47.990]➜  cd $WORK/b146
2025-08-20T22:18:33.4235223Z [00:01:47.990]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:18:33.4339173Z [00:01:48.001]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:18:33.4368842Z [00:01:48.002]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/d8/d886fc82a74f4155e0532061f21a28c14cbacfc7047b2931fcbc28f0b4e28c0b-d # internal
2025-08-20T22:18:33.4418630Z [00:01:48.009]➜  github.com/reviewdog/errorformat/fmts
2025-08-20T22:18:33.4426216Z [00:01:48.009]➜  mkdir -p $WORK/b210/
2025-08-20T22:18:33.4427094Z [00:01:48.009]➜  cat >/tmp/go-build707542385/b210/importcfg << 'EOF' # internal
2025-08-20T22:18:33.4427777Z [00:01:48.009]➜  # import config
2025-08-20T22:18:33.4428418Z [00:01:48.009]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.4429217Z [00:01:48.009]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.4429835Z [00:01:48.009]➜  EOF
2025-08-20T22:18:33.4430493Z [00:01:48.009]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.4451609Z [00:01:48.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts=>github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts;$WORK/b210=>" -p github.com/reviewdog/errorformat/fmts -lang=go1.13 -complete -installsuffix shared -buildid DxPwzQ5PMncWX45gJy7z/DxPwzQ5PMncWX45gJy7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/ansible.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/common.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/csharp.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/css.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/doc.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/env.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/fmt.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/go.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/haml.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/haskell.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/javascript.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/lua.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/markdown.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/php.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/protocolbuffer.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/puppet.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/python.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/ruby.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/rust.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/scala.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/slim.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/typescript.go /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/fmts/yamllint.go
2025-08-20T22:18:33.4634592Z [00:01:48.030]➜  cd $WORK/b146
2025-08-20T22:18:33.4639255Z [00:01:48.030]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:18:33.5012209Z [00:01:48.068]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:18:33.5158789Z [00:01:48.083]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:18:33.5202443Z [00:01:48.083]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/5e/5ee893f79d84d71c2101d7c6dee171997d4eb5e6c3c26f0a23a994ac51ae280c-d # internal
2025-08-20T22:18:33.5203647Z [00:01:48.083]➜  github.com/haya14busa/go-sarif/sarif
2025-08-20T22:18:33.5204285Z [00:01:48.084]➜  mkdir -p $WORK/b212/
2025-08-20T22:18:33.5205023Z [00:01:48.084]➜  cat >/tmp/go-build707542385/b212/importcfg << 'EOF' # internal
2025-08-20T22:18:33.5205880Z [00:01:48.084]➜  # import config
2025-08-20T22:18:33.5206584Z [00:01:48.084]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:33.5207463Z [00:01:48.084]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.5208058Z [00:01:48.084]➜  EOF
2025-08-20T22:18:33.5208664Z [00:01:48.084]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.5213710Z [00:01:48.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/haya14busa/go-sarif@v0.0.0-20240630170108-a3ba8d79599f/sarif=>github.com/haya14busa/go-sarif@v0.0.0-20240630170108-a3ba8d79599f/sarif;$WORK/b212=>" -p github.com/haya14busa/go-sarif/sarif -lang=go1.14 -complete -installsuffix shared -buildid LYtci6etmThWZ9aLjmTY/LYtci6etmThWZ9aLjmTY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/github.com/haya14busa/go-sarif@v0.0.0-20240630170108-a3ba8d79599f/sarif/helper.go /root/go/pkg/mod/github.com/haya14busa/go-sarif@v0.0.0-20240630170108-a3ba8d79599f/sarif/sarif.go
2025-08-20T22:18:33.5229684Z [00:01:48.086]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:18:33.5231076Z [00:01:48.088]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T22:18:33.5232582Z [00:01:48.089]➜  github.com/mattn/go-shellwords
2025-08-20T22:18:33.5238455Z [00:01:48.091]➜  mkdir -p $WORK/b208/
2025-08-20T22:18:33.5251990Z [00:01:48.091]➜  cat >/tmp/go-build707542385/b208/importcfg << 'EOF' # internal
2025-08-20T22:18:33.5252719Z [00:01:48.091]➜  # import config
2025-08-20T22:18:33.5253394Z [00:01:48.091]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.5254209Z [00:01:48.091]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.5282051Z [00:01:48.091]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.5282928Z [00:01:48.091]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.5283766Z [00:01:48.091]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:33.5284584Z [00:01:48.091]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.5285421Z [00:01:48.091]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.5286278Z [00:01:48.091]➜  EOF
2025-08-20T22:18:33.5290144Z [00:01:48.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.12=>github.com/mattn/go-shellwords@v1.0.12;$WORK/b208=>" -p github.com/mattn/go-shellwords -lang=go1.13 -complete -installsuffix shared -buildid 2ecyd2xIYHASF-ElNw4k/2ecyd2xIYHASF-ElNw4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.12/shellwords.go /root/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.12/util_posix.go
2025-08-20T22:18:33.5683296Z [00:01:48.135]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:18:33.5684579Z [00:01:48.135]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/d6/d6721306d836e7db7e3bceec6897b8fb885531fe60d6a093c35f772b7620a4da-d # internal
2025-08-20T22:18:33.5685853Z [00:01:48.135]➜  github.com/reviewdog/reviewdog/diff
2025-08-20T22:18:33.5686741Z [00:01:48.135]➜  mkdir -p $WORK/b213/
2025-08-20T22:18:33.5689713Z [00:01:48.136]➜  cd $WORK/b146
2025-08-20T22:18:33.5692387Z [00:01:48.136]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:18:33.5695176Z [00:01:48.136]➜  cat >/tmp/go-build707542385/b213/importcfg << 'EOF' # internal
2025-08-20T22:18:33.5696208Z [00:01:48.136]➜  # import config
2025-08-20T22:18:33.5696885Z [00:01:48.136]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:33.5697715Z [00:01:48.136]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.5698521Z [00:01:48.136]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.5699345Z [00:01:48.136]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.5700110Z [00:01:48.136]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.5700886Z [00:01:48.136]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.5701693Z [00:01:48.136]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.5702307Z [00:01:48.136]➜  EOF
2025-08-20T22:18:33.5719582Z [00:01:48.139]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.5723203Z [00:01:48.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff=>github.com/reviewdog/reviewdog/diff;$WORK/b213=>" -p github.com/reviewdog/reviewdog/diff -lang=go1.23 -complete -installsuffix shared -buildid svA7JoQfMnlsK5EO_-m7/svA7JoQfMnlsK5EO_-m7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/parse.go
2025-08-20T22:18:33.5923100Z [00:01:48.159]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:18:33.5938533Z [00:01:48.160]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/a9/a917267fca468691041bb040cb3ce6cfaa603860fcae9759d68819b5c709e650-d # internal
2025-08-20T22:18:33.5939651Z [00:01:48.160]➜  hash/fnv
2025-08-20T22:18:33.5940138Z [00:01:48.160]➜  mkdir -p $WORK/b221/
2025-08-20T22:18:33.5955931Z [00:01:48.162]➜  cat >/tmp/go-build707542385/b221/importcfg << 'EOF' # internal
2025-08-20T22:18:33.5956679Z [00:01:48.162]➜  # import config
2025-08-20T22:18:33.5957384Z [00:01:48.162]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.5958226Z [00:01:48.162]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:33.5959179Z [00:01:48.162]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:33.5960107Z [00:01:48.162]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:33.5960751Z [00:01:48.162]➜  EOF
2025-08-20T22:18:33.5963320Z [00:01:48.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b221=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T22:18:33.6250743Z [00:01:48.192]➜  cd $WORK/b146
2025-08-20T22:18:33.6253349Z [00:01:48.192]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -I $WORK/b146/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b146/_cgo_main.o -c _cgo_main.c
2025-08-20T22:18:33.6397831Z [00:01:48.207]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:18:33.6428455Z [00:01:48.210]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:18:33.6446081Z [00:01:48.210]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/c1/c13df8428f642907120ff70fc17ed42d86a5b1f9fc0384564c44b1b1b0d3d02b-d # internal
2025-08-20T22:18:33.6447293Z [00:01:48.210]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T22:18:33.6447943Z [00:01:48.210]➜  mkdir -p $WORK/b222/
2025-08-20T22:18:33.6449033Z [00:01:48.211]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T22:18:33.6450140Z [00:01:48.211]➜  cat >/tmp/go-build707542385/b222/importcfg << 'EOF' # internal
2025-08-20T22:18:33.6454356Z [00:01:48.211]➜  # import config
2025-08-20T22:18:33.6454994Z [00:01:48.211]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.6455769Z [00:01:48.211]➜  EOF
2025-08-20T22:18:33.6456311Z [00:01:48.211]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:33.6460135Z [00:01:48.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma=>google.golang.org/protobuf@v1.36.8/internal/pragma;$WORK/b222=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.23 -complete -installsuffix shared -buildid JhJ66c9PsCEiWnEmQVqE/JhJ66c9PsCEiWnEmQVqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma/pragma.go
2025-08-20T22:18:33.6463526Z [00:01:48.211]➜  github.com/hashicorp/go-version
2025-08-20T22:18:33.6464064Z [00:01:48.211]➜  mkdir -p $WORK/b200/
2025-08-20T22:18:33.6464754Z [00:01:48.212]➜  cat >/tmp/go-build707542385/b200/importcfg << 'EOF' # internal
2025-08-20T22:18:33.6465396Z [00:01:48.212]➜  # import config
2025-08-20T22:18:33.6466221Z [00:01:48.212]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.6467136Z [00:01:48.212]➜  packagefile database/sql/driver=/tmp/go-build707542385/b201/_pkg_.a
2025-08-20T22:18:33.6468016Z [00:01:48.212]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.6469076Z [00:01:48.212]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:33.6469862Z [00:01:48.212]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:33.6470660Z [00:01:48.212]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.6471482Z [00:01:48.212]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.6472145Z [00:01:48.212]➜  EOF
2025-08-20T22:18:33.6476900Z [00:01:48.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b200=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid DE9ec0y72bNwRqba6u61/DE9ec0y72bNwRqba6u61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/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-20T22:18:33.6536712Z [00:01:48.221]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:18:33.6550573Z [00:01:48.222]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T22:18:33.6559906Z [00:01:48.222]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:18:33.6560678Z [00:01:48.222]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T22:18:33.6561344Z [00:01:48.222]➜  mkdir -p $WORK/b220/
2025-08-20T22:18:33.6562174Z [00:01:48.223]➜  cat >/tmp/go-build707542385/b220/importcfg << 'EOF' # internal
2025-08-20T22:18:33.6562822Z [00:01:48.223]➜  # import config
2025-08-20T22:18:33.6563508Z [00:01:48.223]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:33.6564646Z [00:01:48.223]➜  packagefile hash/fnv=/tmp/go-build707542385/b221/_pkg_.a
2025-08-20T22:18:33.6565444Z [00:01:48.223]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.6566186Z [00:01:48.223]➜  EOF
2025-08-20T22:18:33.6569845Z [00:01:48.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/detrand=>google.golang.org/protobuf@v1.36.8/internal/detrand;$WORK/b220=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.23 -complete -installsuffix shared -buildid Z-4Wo8gNFuJ2hx1KMMhJ/Z-4Wo8gNFuJ2hx1KMMhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/detrand/rand.go
2025-08-20T22:18:33.6575317Z [00:01:48.225]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/ce/ce871be00c0ed8ea14ac2cf23de6ef7bcb9c24439b7e7a75fffbdabf3dbab81b-d # internal
2025-08-20T22:18:33.6603380Z [00:01:48.227]➜  embed
2025-08-20T22:18:33.6603880Z [00:01:48.227]➜  mkdir -p $WORK/b228/
2025-08-20T22:18:33.6604641Z [00:01:48.227]➜  cat >/tmp/go-build707542385/b228/importcfg << 'EOF' # internal
2025-08-20T22:18:33.6605338Z [00:01:48.227]➜  # import config
2025-08-20T22:18:33.6606272Z [00:01:48.227]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.6607174Z [00:01:48.227]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:33.6608154Z [00:01:48.227]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:33.6609025Z [00:01:48.227]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.6609795Z [00:01:48.227]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:33.6610573Z [00:01:48.227]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.6611177Z [00:01:48.227]➜  EOF
2025-08-20T22:18:33.6613679Z [00:01:48.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b228=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:18:33.6744068Z [00:01:48.241]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -o $WORK/b146/_cgo_.o $WORK/b146/_cgo_main.o $WORK/b146/preferlinkext $WORK/b146/_x001.o $WORK/b146/_x002.o $WORK/b146/_x003.o $WORK/b146/_x004.o $WORK/b146/_x005.o $WORK/b146/_x006.o -O2 -g -lresolv
2025-08-20T22:18:33.6773448Z [00:01:48.244]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:18:33.6800918Z [00:01:48.247]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/54/542eb9bdc58e6503d2b92c47b78765c3c888a12cf75a175184711f612d241b97-d # internal
2025-08-20T22:18:33.6833000Z [00:01:48.247]➜  google.golang.org/protobuf/internal/errors
2025-08-20T22:18:33.6833741Z [00:01:48.247]➜  mkdir -p $WORK/b219/
2025-08-20T22:18:33.6834546Z [00:01:48.247]➜  cat >/tmp/go-build707542385/b219/importcfg << 'EOF' # internal
2025-08-20T22:18:33.6835264Z [00:01:48.247]➜  # import config
2025-08-20T22:18:33.6836178Z [00:01:48.247]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.6837014Z [00:01:48.247]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.6838143Z [00:01:48.247]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:33.6839029Z [00:01:48.247]➜  EOF
2025-08-20T22:18:33.6843141Z [00:01:48.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors=>google.golang.org/protobuf@v1.36.8/internal/errors;$WORK/b219=>" -p google.golang.org/protobuf/internal/errors -lang=go1.23 -complete -installsuffix shared -buildid R0jFhEKmTQrDv9bPGKBj/R0jFhEKmTQrDv9bPGKBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors/errors.go
2025-08-20T22:18:33.7004149Z [00:01:48.267]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:18:33.7020215Z [00:01:48.268]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/9e/9e317f37fcfcc7aabef447ab3b81590bd51c54b17b3a28c063b8f83106c5c054-d # internal
2025-08-20T22:18:33.7021556Z [00:01:48.269]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T22:18:33.7022222Z [00:01:48.269]➜  mkdir -p $WORK/b218/
2025-08-20T22:18:33.7023044Z [00:01:48.269]➜  cat >/tmp/go-build707542385/b218/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7026018Z [00:01:48.269]➜  # import config
2025-08-20T22:18:33.7028243Z [00:01:48.269]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:33.7031375Z [00:01:48.269]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.7032205Z [00:01:48.269]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:33.7033299Z [00:01:48.269]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:33.7033869Z [00:01:48.269]➜  EOF
2025-08-20T22:18:33.7040936Z [00:01:48.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire=>google.golang.org/protobuf@v1.36.8/encoding/protowire;$WORK/b218=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.23 -complete -installsuffix shared -buildid WX_-dX5ph04UQOhcJiog/WX_-dX5ph04UQOhcJiog -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire/wire.go
2025-08-20T22:18:33.7076843Z [00:01:48.275]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:18:33.7091450Z [00:01:48.276]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/43/43ca0c445c8f1ce6c0958c350591d21e4d86674537538765097d51bf42dda206-d # internal
2025-08-20T22:18:33.7095209Z [00:01:48.276]➜  go/token
2025-08-20T22:18:33.7095921Z [00:01:48.276]➜  mkdir -p $WORK/b233/
2025-08-20T22:18:33.7101988Z [00:01:48.277]➜  cat >/tmp/go-build707542385/b233/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7103082Z [00:01:48.277]➜  # import config
2025-08-20T22:18:33.7104822Z [00:01:48.277]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:33.7106039Z [00:01:48.277]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.7107441Z [00:01:48.277]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:33.7122061Z [00:01:48.277]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:33.7122902Z [00:01:48.277]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.7123734Z [00:01:48.277]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.7124572Z [00:01:48.277]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:33.7125865Z [00:01:48.277]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.7126854Z [00:01:48.277]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.7127554Z [00:01:48.277]➜  EOF
2025-08-20T22:18:33.7130803Z [00:01:48.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b233=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/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-20T22:18:33.7135030Z [00:01:48.281]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:18:33.7147311Z [00:01:48.282]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T22:18:33.7153964Z [00:01:48.282]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T22:18:33.7154672Z [00:01:48.282]➜  mkdir -p $WORK/b227/
2025-08-20T22:18:33.7167102Z [00:01:48.283]➜  cat >/tmp/go-build707542385/b227/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7167916Z [00:01:48.283]➜  # import config
2025-08-20T22:18:33.7168611Z [00:01:48.283]➜  packagefile embed=/tmp/go-build707542385/b228/_pkg_.a
2025-08-20T22:18:33.7170247Z [00:01:48.283]➜  EOF
2025-08-20T22:18:33.7170908Z [00:01:48.283]➜  cat >/tmp/go-build707542385/b227/embedcfg << 'EOF' # internal
2025-08-20T22:18:33.7171558Z [00:01:48.283]➜  {
2025-08-20T22:18:33.7171953Z [00:01:48.283]➜  	"Patterns": {
2025-08-20T22:18:33.7172499Z [00:01:48.283]➜  		"editions_defaults.binpb": [
2025-08-20T22:18:33.7173084Z [00:01:48.283]➜  			"editions_defaults.binpb"
2025-08-20T22:18:33.7173589Z [00:01:48.283]➜  		]
2025-08-20T22:18:33.7173961Z [00:01:48.283]➜  	},
2025-08-20T22:18:33.7174339Z [00:01:48.283]➜  	"Files": {
2025-08-20T22:18:33.7175726Z [00:01:48.283]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T22:18:33.7177089Z [00:01:48.283]➜  	}
2025-08-20T22:18:33.7177474Z [00:01:48.283]➜  }EOF
2025-08-20T22:18:33.7181683Z [00:01:48.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults=>google.golang.org/protobuf@v1.36.8/internal/editiondefaults;$WORK/b227=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.23 -complete -installsuffix shared -buildid GW1a7wkY3tyOqWppP9eu/GW1a7wkY3tyOqWppP9eu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -embedcfg $WORK/b227/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/defaults.go
2025-08-20T22:18:33.7270833Z [00:01:48.293]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:18:33.7272277Z [00:01:48.294]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/86/8653b1cbd1b8bf9af41f79e3d1a048fdda2b290e7618c0aa0a792cdb44cd8ef9-d # internal
2025-08-20T22:18:33.7273476Z [00:01:48.294]➜  google.golang.org/protobuf/internal/version
2025-08-20T22:18:33.7274091Z [00:01:48.294]➜  mkdir -p $WORK/b246/
2025-08-20T22:18:33.7274814Z [00:01:48.294]➜  cat >/tmp/go-build707542385/b246/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7275633Z [00:01:48.294]➜  # import config
2025-08-20T22:18:33.7276293Z [00:01:48.294]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.7277087Z [00:01:48.294]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.7277692Z [00:01:48.294]➜  EOF
2025-08-20T22:18:33.7281742Z [00:01:48.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/version=>google.golang.org/protobuf@v1.36.8/internal/version;$WORK/b246=>" -p google.golang.org/protobuf/internal/version -lang=go1.23 -complete -installsuffix shared -buildid YZTMUmHGVA8gbEO4UjtF/YZTMUmHGVA8gbEO4UjtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/version/version.go
2025-08-20T22:18:33.7383691Z [00:01:48.305]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:18:33.7388194Z [00:01:48.306]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/8e/8e6d343e29f0ac64a09171b55e055a2867e35a66a0aea1de806ab65321f2e48a-d # internal
2025-08-20T22:18:33.7393973Z [00:01:48.306]➜  github.com/reviewdog/reviewdog/service/serviceutil
2025-08-20T22:18:33.7394657Z [00:01:48.306]➜  mkdir -p $WORK/b247/
2025-08-20T22:18:33.7398816Z [00:01:48.307]➜  cat >/tmp/go-build707542385/b247/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7402682Z [00:01:48.307]➜  # import config
2025-08-20T22:18:33.7403326Z [00:01:48.307]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.7404114Z [00:01:48.307]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.7404934Z [00:01:48.307]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:33.7405979Z [00:01:48.307]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:33.7406839Z [00:01:48.307]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.7411364Z [00:01:48.307]➜  EOF
2025-08-20T22:18:33.7415062Z [00:01:48.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil=>github.com/reviewdog/reviewdog/service/serviceutil;$WORK/b247=>" -p github.com/reviewdog/reviewdog/service/serviceutil -lang=go1.23 -complete -installsuffix shared -buildid HKWJZMUG4dqd95WbuVV8/HKWJZMUG4dqd95WbuVV8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil/serviceutil.go
2025-08-20T22:18:33.7418682Z [00:01:48.307]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:18:33.7419982Z [00:01:48.308]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/e9/e9526e1ff5201001bf299a306bed0c74696a33641dcd702667e5ff93a97313c5-d # internal
2025-08-20T22:18:33.7481692Z [00:01:48.315]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T22:18:33.7484884Z [00:01:48.315]➜  mkdir -p $WORK/b217/
2025-08-20T22:18:33.7488775Z [00:01:48.316]➜  cat >/tmp/go-build707542385/b217/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7489474Z [00:01:48.316]➜  # import config
2025-08-20T22:18:33.7490172Z [00:01:48.316]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.7491002Z [00:01:48.316]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.7492090Z [00:01:48.316]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:33.7493438Z [00:01:48.316]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:33.7494479Z [00:01:48.316]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:33.7495328Z [00:01:48.316]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.7496467Z [00:01:48.316]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.7497302Z [00:01:48.316]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.7497939Z [00:01:48.316]➜  EOF
2025-08-20T22:18:33.7518076Z [00:01:48.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect=>google.golang.org/protobuf@v1.36.8/reflect/protoreflect;$WORK/b217=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.23 -complete -installsuffix shared -buildid T75Dc-9X3Tr8o6ubN00H/T75Dc-9X3Tr8o6ubN00H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_unsafe.go
2025-08-20T22:18:33.7671953Z [00:01:48.334]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:18:33.7678722Z [00:01:48.335]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/40/40308c279fd12312765bdb9391bebb1b4e2c1916abc2bef0e92571a520bb0ed9-d # internal
2025-08-20T22:18:33.7698661Z [00:01:48.337]➜  encoding/xml
2025-08-20T22:18:33.7699851Z [00:01:48.337]➜  mkdir -p $WORK/b249/
2025-08-20T22:18:33.7707776Z [00:01:48.337]➜  cat >/tmp/go-build707542385/b249/importcfg << 'EOF' # internal
2025-08-20T22:18:33.7736232Z [00:01:48.337]➜  # import config
2025-08-20T22:18:33.7736945Z [00:01:48.337]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:33.7737760Z [00:01:48.337]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.7748312Z [00:01:48.338]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:33.7751058Z [00:01:48.338]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.7754345Z [00:01:48.338]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.7755167Z [00:01:48.338]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.7756204Z [00:01:48.338]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.7757028Z [00:01:48.338]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:33.7757850Z [00:01:48.338]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.7758664Z [00:01:48.338]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.7759804Z [00:01:48.338]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.7760624Z [00:01:48.338]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.7761477Z [00:01:48.338]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.7762109Z [00:01:48.338]➜  EOF
2025-08-20T22:18:33.7766266Z [00:01:48.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b249=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/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-20T22:18:33.8120588Z [00:01:48.377]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:18:33.8123940Z [00:01:48.379]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T22:18:33.8129271Z [00:01:48.380]➜  github.com/reviewdog/errorformat
2025-08-20T22:18:33.8131670Z [00:01:48.380]➜  mkdir -p $WORK/b250/
2025-08-20T22:18:33.8139684Z [00:01:48.381]➜  cat >/tmp/go-build707542385/b250/importcfg << 'EOF' # internal
2025-08-20T22:18:33.8146486Z [00:01:48.381]➜  # import config
2025-08-20T22:18:33.8147140Z [00:01:48.381]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:33.8147920Z [00:01:48.381]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.8148706Z [00:01:48.381]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.8149466Z [00:01:48.381]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.8150461Z [00:01:48.381]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.8151265Z [00:01:48.381]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:33.8152043Z [00:01:48.381]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.8152804Z [00:01:48.381]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.8153373Z [00:01:48.381]➜  EOF
2025-08-20T22:18:33.8157489Z [00:01:48.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212=>github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212;$WORK/b250=>" -p github.com/reviewdog/errorformat -lang=go1.13 -complete -installsuffix shared -buildid BPF3ARf52Ek_iAG7X2NY/BPF3ARf52Ek_iAG7X2NY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/errorformat.go
2025-08-20T22:18:33.8218898Z [00:01:48.389]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b146=/tmp/go-build -gno-record-gcc-switches -o $WORK/b146/_cgo_.o $WORK/b146/_cgo_main.o $WORK/b146/preferlinkext $WORK/b146/_x001.o $WORK/b146/_x002.o $WORK/b146/_x003.o $WORK/b146/_x004.o $WORK/b146/_x005.o $WORK/b146/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:18:33.8223934Z [00:01:48.389]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b146/_cgo_.o -dynout $WORK/b146/_cgo_import.go
2025-08-20T22:18:33.8287746Z [00:01:48.394]➜  cat >/tmp/go-build707542385/b146/importcfg << 'EOF' # internal
2025-08-20T22:18:33.8298374Z [00:01:48.394]➜  # import config
2025-08-20T22:18:33.8299274Z [00:01:48.394]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:18:33.8300327Z [00:01:48.394]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:33.8301190Z [00:01:48.394]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:33.8302438Z [00:01:48.394]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.8303547Z [00:01:48.394]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build707542385/b147/_pkg_.a
2025-08-20T22:18:33.8304688Z [00:01:48.394]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:33.8305824Z [00:01:48.394]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:33.8306791Z [00:01:48.394]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:33.8307764Z [00:01:48.394]➜  packagefile internal/nettrace=/tmp/go-build707542385/b148/_pkg_.a
2025-08-20T22:18:33.8308713Z [00:01:48.394]➜  packagefile internal/poll=/tmp/go-build707542385/b082/_pkg_.a
2025-08-20T22:18:33.8309714Z [00:01:48.394]➜  packagefile internal/singleflight=/tmp/go-build707542385/b149/_pkg_.a
2025-08-20T22:18:33.8310775Z [00:01:48.394]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:33.8311846Z [00:01:48.394]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:33.8312760Z [00:01:48.394]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.8313569Z [00:01:48.394]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:33.8314406Z [00:01:48.394]➜  packagefile net/netip=/tmp/go-build707542385/b150/_pkg_.a
2025-08-20T22:18:33.8315234Z [00:01:48.394]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.8317119Z [00:01:48.394]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:33.8317957Z [00:01:48.394]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:33.8318717Z [00:01:48.394]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.8319503Z [00:01:48.394]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:33.8320504Z [00:01:48.394]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:33.8321266Z [00:01:48.394]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.8322063Z [00:01:48.394]➜  packagefile runtime/cgo=/tmp/go-build707542385/b152/_pkg_.a
2025-08-20T22:18:33.8322705Z [00:01:48.394]➜  EOF
2025-08-20T22:18:33.8339020Z [00:01:48.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b146=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/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/b146/_cgo_gotypes.go $WORK/b146/cgo_linux.cgo1.go $WORK/b146/cgo_resnew.cgo1.go $WORK/b146/cgo_socknew.cgo1.go $WORK/b146/cgo_unix_cgo.cgo1.go $WORK/b146/cgo_unix_cgo_res.cgo1.go $WORK/b146/_cgo_import.go
2025-08-20T22:18:33.8826769Z [00:01:48.450]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:18:33.8842722Z [00:01:48.451]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/3c/3c1a84ff58d80ff032d5155ccdb31a0ea8a787c227a28bf4e341bc8e188e5114-d # internal
2025-08-20T22:18:33.8844825Z [00:01:48.452]➜  github.com/reviewdog/reviewdog/cienv
2025-08-20T22:18:33.8848045Z [00:01:48.452]➜  mkdir -p $WORK/b253/
2025-08-20T22:18:33.8854321Z [00:01:48.452]➜  cat >/tmp/go-build707542385/b253/importcfg << 'EOF' # internal
2025-08-20T22:18:33.8855923Z [00:01:48.452]➜  # import config
2025-08-20T22:18:33.8856676Z [00:01:48.452]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:33.8857567Z [00:01:48.452]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.8858385Z [00:01:48.452]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:33.8859187Z [00:01:48.453]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:33.8860003Z [00:01:48.453]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.8860790Z [00:01:48.453]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.8861409Z [00:01:48.453]➜  EOF
2025-08-20T22:18:33.8865776Z [00:01:48.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv=>github.com/reviewdog/reviewdog/cienv;$WORK/b253=>" -p github.com/reviewdog/reviewdog/cienv -lang=go1.23 -complete -installsuffix shared -buildid 51uIbpCtSJq-5Ku3VeYz/51uIbpCtSJq-5Ku3VeYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/bitbucket_pipelines.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/cienv.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/github_actions.go
2025-08-20T22:18:33.9359394Z [00:01:48.503]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:18:33.9373722Z [00:01:48.504]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/58/588185e0ddb61a0b7ee269b59396e3aaea9a8f588671c93da86edf2a8bc297b2-d # internal
2025-08-20T22:18:33.9376384Z [00:01:48.505]➜  golang.org/x/sync/errgroup
2025-08-20T22:18:33.9377902Z [00:01:48.505]➜  mkdir -p $WORK/b258/
2025-08-20T22:18:33.9384469Z [00:01:48.506]➜  cat >/tmp/go-build707542385/b258/importcfg << 'EOF' # internal
2025-08-20T22:18:33.9386145Z [00:01:48.506]➜  # import config
2025-08-20T22:18:33.9388076Z [00:01:48.506]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:33.9388901Z [00:01:48.506]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.9389676Z [00:01:48.506]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.9390203Z [00:01:48.506]➜  EOF
2025-08-20T22:18:33.9393249Z [00:01:48.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b258=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid h1Iow3w75S4TScP7KNap/h1Iow3w75S4TScP7KNap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T22:18:33.9578290Z [00:01:48.525]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:18:33.9589044Z [00:01:48.526]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d # internal
2025-08-20T22:18:33.9598746Z [00:01:48.527]➜  gopkg.in/yaml.v3
2025-08-20T22:18:33.9605330Z [00:01:48.527]➜  mkdir -p $WORK/b259/
2025-08-20T22:18:33.9606542Z [00:01:48.528]➜  cat >/tmp/go-build707542385/b259/importcfg << 'EOF' # internal
2025-08-20T22:18:33.9608869Z [00:01:48.528]➜  # import config
2025-08-20T22:18:33.9609571Z [00:01:48.528]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:33.9610387Z [00:01:48.528]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:33.9611236Z [00:01:48.528]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:33.9611925Z [00:01:48.528]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:33.9612692Z [00:01:48.528]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:33.9613462Z [00:01:48.528]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:33.9614199Z [00:01:48.528]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:33.9614963Z [00:01:48.528]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:33.9615923Z [00:01:48.528]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:33.9616696Z [00:01:48.528]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:33.9617495Z [00:01:48.528]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:33.9618364Z [00:01:48.528]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:33.9619112Z [00:01:48.528]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:33.9619875Z [00:01:48.528]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:33.9620621Z [00:01:48.528]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:33.9621666Z [00:01:48.528]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:33.9622350Z [00:01:48.528]➜  EOF
2025-08-20T22:18:33.9649643Z [00:01:48.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b259=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/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-20T22:18:34.1052255Z [00:01:48.672]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:18:34.1136788Z [00:01:48.681]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/0f/0fa50b396e15cca0043a9c4139023c0d560cb509dffe75a37cf313d329d31d7f-d # internal
2025-08-20T22:18:34.1156086Z [00:01:48.681]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T22:18:34.1156727Z [00:01:48.681]➜  mkdir -p $WORK/b225/
2025-08-20T22:18:34.1157430Z [00:01:48.681]➜  cat >/tmp/go-build707542385/b225/importcfg << 'EOF' # internal
2025-08-20T22:18:34.1158081Z [00:01:48.681]➜  # import config
2025-08-20T22:18:34.1158688Z [00:01:48.681]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.1159713Z [00:01:48.681]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:34.1161003Z [00:01:48.681]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:34.1162660Z [00:01:48.681]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.1163773Z [00:01:48.681]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:34.1164621Z [00:01:48.681]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:34.1165460Z [00:01:48.681]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:34.1166520Z [00:01:48.681]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.1167341Z [00:01:48.681]➜  EOF
2025-08-20T22:18:34.1173652Z [00:01:48.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descfmt=>google.golang.org/protobuf@v1.36.8/internal/descfmt;$WORK/b225=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.23 -complete -installsuffix shared -buildid -KqihCKd9ccPeF4FGY6w/-KqihCKd9ccPeF4FGY6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descfmt/stringer.go
2025-08-20T22:18:34.2689272Z [00:01:48.836]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:18:34.2707255Z [00:01:48.837]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/1a/1a1643dfe0a6de615f1d4ef45666aa2bf87f6024852c4b27aea69dff9b750762-d # internal
2025-08-20T22:18:34.2708533Z [00:01:48.837]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T22:18:34.2709158Z [00:01:48.837]➜  mkdir -p $WORK/b226/
2025-08-20T22:18:34.2709893Z [00:01:48.837]➜  cat >/tmp/go-build707542385/b226/importcfg << 'EOF' # internal
2025-08-20T22:18:34.2710563Z [00:01:48.837]➜  # import config
2025-08-20T22:18:34.2711559Z [00:01:48.837]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.2712485Z [00:01:48.837]➜  EOF
2025-08-20T22:18:34.2716822Z [00:01:48.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descopts=>google.golang.org/protobuf@v1.36.8/internal/descopts;$WORK/b226=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.23 -complete -installsuffix shared -buildid ncmfXQCzd8DrkUxn14ml/ncmfXQCzd8DrkUxn14ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descopts/options.go
2025-08-20T22:18:34.2793371Z [00:01:48.846]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:18:34.2808201Z [00:01:48.848]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/bc/bcc305c1b051318d945a342bb98e3c483881d4a2f6bfc601f008e04dadf8acf3-d # internal
2025-08-20T22:18:34.2809484Z [00:01:48.848]➜  google.golang.org/protobuf/internal/strs
2025-08-20T22:18:34.2810137Z [00:01:48.848]➜  mkdir -p $WORK/b232/
2025-08-20T22:18:34.2810922Z [00:01:48.848]➜  cat >/tmp/go-build707542385/b232/importcfg << 'EOF' # internal
2025-08-20T22:18:34.2811631Z [00:01:48.848]➜  # import config
2025-08-20T22:18:34.2812343Z [00:01:48.848]➜  packagefile go/token=/tmp/go-build707542385/b233/_pkg_.a
2025-08-20T22:18:34.2813425Z [00:01:48.848]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:34.2814729Z [00:01:48.848]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.2815949Z [00:01:48.848]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.2816755Z [00:01:48.848]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:34.2817596Z [00:01:48.848]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:34.2818228Z [00:01:48.848]➜  EOF
2025-08-20T22:18:34.2822401Z [00:01:48.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs=>google.golang.org/protobuf@v1.36.8/internal/strs;$WORK/b232=>" -p google.golang.org/protobuf/internal/strs -lang=go1.23 -complete -installsuffix shared -buildid VMKzk_eTD5czQh6bBqrk/VMKzk_eTD5czQh6bBqrk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings_unsafe.go
2025-08-20T22:18:34.2960330Z [00:01:48.863]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:18:34.3116550Z [00:01:48.878]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T22:18:34.3123585Z [00:01:48.879]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T22:18:34.3126974Z [00:01:48.880]➜  mkdir -p $WORK/b234/
2025-08-20T22:18:34.3135834Z [00:01:48.881]➜  cat >/tmp/go-build707542385/b234/importcfg << 'EOF' # internal
2025-08-20T22:18:34.3136549Z [00:01:48.881]➜  # import config
2025-08-20T22:18:34.3142293Z [00:01:48.881]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:34.3177503Z [00:01:48.881]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.3179779Z [00:01:48.881]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.3181738Z [00:01:48.881]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:34.3183273Z [00:01:48.881]➜  EOF
2025-08-20T22:18:34.3188370Z [00:01:48.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.8/internal/encoding/messageset;$WORK/b234=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.23 -complete -installsuffix shared -buildid M2mNMKxGQUeClG2PVIA_/M2mNMKxGQUeClG2PVIA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/messageset/messageset.go
2025-08-20T22:18:34.3591154Z [00:01:48.926]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:18:34.3600809Z [00:01:48.927]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/ea/ea47c406d8d7d61f929e9b6e0994473bd1b60df1ce853af85f3633f6ac6bb190-d # internal
2025-08-20T22:18:34.3602126Z [00:01:48.927]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T22:18:34.3602753Z [00:01:48.927]➜  mkdir -p $WORK/b230/
2025-08-20T22:18:34.3616852Z [00:01:48.928]➜  cat >/tmp/go-build707542385/b230/importcfg << 'EOF' # internal
2025-08-20T22:18:34.3617575Z [00:01:48.928]➜  # import config
2025-08-20T22:18:34.3618247Z [00:01:48.928]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:34.3619056Z [00:01:48.928]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.3620150Z [00:01:48.928]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:34.3621496Z [00:01:48.928]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.3622749Z [00:01:48.928]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:34.3623961Z [00:01:48.928]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:34.3624916Z [00:01:48.928]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:34.3625893Z [00:01:48.928]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:34.3626802Z [00:01:48.928]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:34.3627686Z [00:01:48.928]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:34.3628758Z [00:01:48.928]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.3629900Z [00:01:48.928]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:34.3630939Z [00:01:48.928]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:34.3631978Z [00:01:48.928]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:34.3632766Z [00:01:48.928]➜  EOF
2025-08-20T22:18:34.3646934Z [00:01:48.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text=>google.golang.org/protobuf@v1.36.8/internal/encoding/text;$WORK/b230=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.23 -complete -installsuffix shared -buildid Vet-01OikCfgrtvG2aHv/Vet-01OikCfgrtvG2aHv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/encode.go
2025-08-20T22:18:34.3732906Z [00:01:48.940]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:18:34.3734363Z [00:01:48.940]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/66/66384d5d8139c1d04a8507314e894ebdda3a41578c3c4bd4b71c19794950f6b2-d # internal
2025-08-20T22:18:34.3751474Z [00:01:48.942]➜  google.golang.org/protobuf/internal/genid
2025-08-20T22:18:34.3752362Z [00:01:48.942]➜  mkdir -p $WORK/b235/
2025-08-20T22:18:34.3753207Z [00:01:48.942]➜  cat >/tmp/go-build707542385/b235/importcfg << 'EOF' # internal
2025-08-20T22:18:34.3753896Z [00:01:48.942]➜  # import config
2025-08-20T22:18:34.3760245Z [00:01:48.942]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.3761253Z [00:01:48.942]➜  EOF
2025-08-20T22:18:34.3785183Z [00:01:48.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid=>google.golang.org/protobuf@v1.36.8/internal/genid;$WORK/b235=>" -p google.golang.org/protobuf/internal/genid -lang=go1.23 -complete -installsuffix shared -buildid SrzK0sxZULivleePHWT1/SrzK0sxZULivleePHWT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/wrappers_gen.go
2025-08-20T22:18:34.4462619Z [00:01:49.013]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:18:34.4473673Z [00:01:49.014]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/25/25bf7ce0df48707ec22ef0ed16d15d2d753d40c98a16934cbaadba431da0d3b5-d # internal
2025-08-20T22:18:34.4474842Z [00:01:49.014]➜  google.golang.org/protobuf/internal/order
2025-08-20T22:18:34.4488461Z [00:01:49.016]➜  mkdir -p $WORK/b237/
2025-08-20T22:18:34.4492763Z [00:01:49.016]➜  cat >/tmp/go-build707542385/b237/importcfg << 'EOF' # internal
2025-08-20T22:18:34.4500123Z [00:01:49.016]➜  # import config
2025-08-20T22:18:34.4501219Z [00:01:49.016]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.4502314Z [00:01:49.016]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:34.4503120Z [00:01:49.016]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:34.4503694Z [00:01:49.016]➜  EOF
2025-08-20T22:18:34.4508305Z [00:01:49.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order=>google.golang.org/protobuf@v1.36.8/internal/order;$WORK/b237=>" -p google.golang.org/protobuf/internal/order -lang=go1.23 -complete -installsuffix shared -buildid hyxyuBgIL6r3mmbMifP3/hyxyuBgIL6r3mmbMifP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order/range.go
2025-08-20T22:18:34.5292861Z [00:01:49.096]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:18:34.5321061Z [00:01:49.099]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/e6/e6abdf04a7b20edc32db145d305c04038c5415ea62316876c18074ce9fb05d0f-d # internal
2025-08-20T22:18:34.5327918Z [00:01:49.100]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T22:18:34.5333124Z [00:01:49.100]➜  mkdir -p $WORK/b229/
2025-08-20T22:18:34.5343474Z [00:01:49.101]➜  cat >/tmp/go-build707542385/b229/importcfg << 'EOF' # internal
2025-08-20T22:18:34.5349985Z [00:01:49.101]➜  # import config
2025-08-20T22:18:34.5350655Z [00:01:49.101]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.5351785Z [00:01:49.101]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build707542385/b230/_pkg_.a
2025-08-20T22:18:34.5353121Z [00:01:49.101]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.5354423Z [00:01:49.101]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.5356588Z [00:01:49.101]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:34.5357528Z [00:01:49.101]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:34.5358205Z [00:01:49.101]➜  EOF
2025-08-20T22:18:34.5367952Z [00:01:49.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval=>google.golang.org/protobuf@v1.36.8/internal/encoding/defval;$WORK/b229=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.23 -complete -installsuffix shared -buildid KSFKzdnvAS-P9DouQ54i/KSFKzdnvAS-P9DouQ54i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval/default.go
2025-08-20T22:18:34.5379938Z [00:01:49.105]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:18:34.5395449Z [00:01:49.106]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/ef/efd611eb71627cc794e3d30c3b877c30521d90f277354f5451944f01e5d568a1-d # internal
2025-08-20T22:18:34.5430975Z [00:01:49.110]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T22:18:34.5435795Z [00:01:49.111]➜  mkdir -p $WORK/b238/
2025-08-20T22:18:34.5445057Z [00:01:49.112]➜  cat >/tmp/go-build707542385/b238/importcfg << 'EOF' # internal
2025-08-20T22:18:34.5446204Z [00:01:49.112]➜  # import config
2025-08-20T22:18:34.5449254Z [00:01:49.112]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.5450496Z [00:01:49.112]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:34.5451975Z [00:01:49.112]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.5453317Z [00:01:49.112]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:34.5454712Z [00:01:49.112]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.5456075Z [00:01:49.112]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:34.5456946Z [00:01:49.112]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.5457786Z [00:01:49.112]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:34.5458428Z [00:01:49.112]➜  EOF
2025-08-20T22:18:34.5468817Z [00:01:49.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry=>google.golang.org/protobuf@v1.36.8/reflect/protoregistry;$WORK/b238=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.23 -complete -installsuffix shared -buildid tzzZvCavlA3c_4fXeHeX/tzzZvCavlA3c_4fXeHeX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry/registry.go
2025-08-20T22:18:34.6079312Z [00:01:49.175]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:18:34.6087050Z [00:01:49.176]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/49/49adeacc9352f69cbd62cd49bc49118de83e572b7758df5940347af0bbab660a-d # internal
2025-08-20T22:18:34.6093766Z [00:01:49.176]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T22:18:34.6095243Z [00:01:49.176]➜  mkdir -p $WORK/b239/
2025-08-20T22:18:34.6106698Z [00:01:49.177]➜  cat >/tmp/go-build707542385/b239/importcfg << 'EOF' # internal
2025-08-20T22:18:34.6107959Z [00:01:49.177]➜  # import config
2025-08-20T22:18:34.6110455Z [00:01:49.177]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:34.6112201Z [00:01:49.177]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.6116050Z [00:01:49.177]➜  EOF
2025-08-20T22:18:34.6120444Z [00:01:49.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface=>google.golang.org/protobuf@v1.36.8/runtime/protoiface;$WORK/b239=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.23 -complete -installsuffix shared -buildid ag3SK_vOzjCvw4Ps1zn7/ag3SK_vOzjCvw4Ps1zn7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface/methods.go
2025-08-20T22:18:34.6397681Z [00:01:49.207]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:18:34.6406770Z [00:01:49.208]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/1e/1e0369b217fd35463ba49e446ac8c153e94fd48e434bde3e408582fd83e596ac-d # internal
2025-08-20T22:18:34.6428879Z [00:01:49.210]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T22:18:34.6435147Z [00:01:49.210]➜  mkdir -p $WORK/b245/
2025-08-20T22:18:34.6436066Z [00:01:49.210]➜  cat >/tmp/go-build707542385/b245/importcfg << 'EOF' # internal
2025-08-20T22:18:34.6436742Z [00:01:49.210]➜  # import config
2025-08-20T22:18:34.6437381Z [00:01:49.210]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:34.6438188Z [00:01:49.210]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.6439290Z [00:01:49.210]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:34.6440831Z [00:01:49.210]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build707542385/b239/_pkg_.a
2025-08-20T22:18:34.6441833Z [00:01:49.210]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:34.6442584Z [00:01:49.210]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:34.6443372Z [00:01:49.210]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:34.6444007Z [00:01:49.210]➜  EOF
2025-08-20T22:18:34.6449196Z [00:01:49.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy=>google.golang.org/protobuf@v1.36.8/internal/protolazy;$WORK/b245=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.23 -complete -installsuffix shared -buildid 1cfRztPDHsetaq5-Heyi/1cfRztPDHsetaq5-Heyi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/pointer_unsafe.go
2025-08-20T22:18:34.7251752Z [00:01:49.292]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:18:34.7276728Z [00:01:49.292]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/6b/6b3be030d4cc46ee2645cb5910b8e45686967af0a497c0745659b1bb66f661e3-d # internal
2025-08-20T22:18:34.7277899Z [00:01:49.292]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T22:18:34.7288274Z [00:01:49.292]➜  mkdir -p $WORK/b252/
2025-08-20T22:18:34.7297501Z [00:01:49.297]➜  cat >/tmp/go-build707542385/b252/importcfg << 'EOF' # internal
2025-08-20T22:18:34.7301709Z [00:01:49.297]➜  # import config
2025-08-20T22:18:34.7337385Z [00:01:49.297]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:34.7342400Z [00:01:49.297]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.7343511Z [00:01:49.297]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:34.7344800Z [00:01:49.297]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.7346241Z [00:01:49.297]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:34.7347226Z [00:01:49.297]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:34.7348033Z [00:01:49.297]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:34.7348833Z [00:01:49.297]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:34.7349619Z [00:01:49.297]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:34.7350388Z [00:01:49.297]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:34.7351188Z [00:01:49.297]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.7351973Z [00:01:49.297]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:34.7352795Z [00:01:49.297]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:34.7353652Z [00:01:49.297]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:34.7354272Z [00:01:49.297]➜  EOF
2025-08-20T22:18:34.7511186Z [00:01:49.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json=>google.golang.org/protobuf@v1.36.8/internal/encoding/json;$WORK/b252=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.23 -complete -installsuffix shared -buildid 04aXZweC_aazWBx5vqaJ/04aXZweC_aazWBx5vqaJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/encode.go
2025-08-20T22:18:34.7806921Z [00:01:49.348]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:18:34.7843962Z [00:01:49.351]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/f9/f97bcf743257a294a6297ae6f46abaf1e9d7542f7585de7e208c8f3359cbe3b7-d # internal
2025-08-20T22:18:34.7849948Z [00:01:49.352]➜  google.golang.org/protobuf/proto
2025-08-20T22:18:34.7851974Z [00:01:49.352]➜  mkdir -p $WORK/b236/
2025-08-20T22:18:34.7857267Z [00:01:49.353]➜  cat >/tmp/go-build707542385/b236/importcfg << 'EOF' # internal
2025-08-20T22:18:34.7858255Z [00:01:49.353]➜  # import config
2025-08-20T22:18:34.7859215Z [00:01:49.353]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:34.7860065Z [00:01:49.353]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.7861104Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:34.7862446Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:34.7863782Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:34.7865029Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:34.7866757Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:34.7867992Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build707542385/b237/_pkg_.a
2025-08-20T22:18:34.7869508Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:34.7870748Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:34.7872011Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:34.7873310Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:34.7874615Z [00:01:49.353]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build707542385/b239/_pkg_.a
2025-08-20T22:18:34.7875813Z [00:01:49.353]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:34.7876587Z [00:01:49.353]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:34.7877396Z [00:01:49.353]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:34.7878057Z [00:01:49.353]➜  EOF
2025-08-20T22:18:34.7889709Z [00:01:49.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto=>google.golang.org/protobuf@v1.36.8/proto;$WORK/b236=>" -p google.golang.org/protobuf/proto -lang=go1.23 -complete -installsuffix shared -buildid 5q-qcY_qJn4HNNqOvRve/5q-qcY_qJn4HNNqOvRve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/wrappers.go
2025-08-20T22:18:34.8960394Z [00:01:49.463]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:18:34.8990258Z [00:01:49.466]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:18:34.9011282Z [00:01:49.468]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/bd/bd0803a7651382bc0548fff749fd717e14f65a296b6e1fea722b0570f7c3cf1e-d # internal
2025-08-20T22:18:34.9016639Z [00:01:49.468]➜  io/ioutil
2025-08-20T22:18:34.9017132Z [00:01:49.469]➜  mkdir -p $WORK/b264/
2025-08-20T22:18:34.9019495Z [00:01:49.469]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T22:18:34.9021316Z [00:01:49.469]➜  github.com/haya14busa/go-actions-toolkit/core
2025-08-20T22:18:34.9023482Z [00:01:49.469]➜  mkdir -p $WORK/b275/
2025-08-20T22:18:34.9024211Z [00:01:49.469]➜  cat >/tmp/go-build707542385/b264/importcfg << 'EOF' # internal
2025-08-20T22:18:34.9024871Z [00:01:49.469]➜  # import config
2025-08-20T22:18:34.9025675Z [00:01:49.469]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:34.9026477Z [00:01:49.469]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:34.9027261Z [00:01:49.469]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:34.9027999Z [00:01:49.469]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:34.9028773Z [00:01:49.469]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.9029653Z [00:01:49.469]➜  EOF
2025-08-20T22:18:34.9044955Z [00:01:49.471]➜  cat >/tmp/go-build707542385/b275/importcfg << 'EOF' # internal
2025-08-20T22:18:34.9052530Z [00:01:49.471]➜  # import config
2025-08-20T22:18:34.9053179Z [00:01:49.471]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:34.9053930Z [00:01:49.471]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:34.9054723Z [00:01:49.471]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:34.9055743Z [00:01:49.471]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:34.9056319Z [00:01:49.471]➜  EOF
2025-08-20T22:18:34.9059571Z [00:01:49.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b264=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:18:34.9067652Z [00:01:49.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/haya14busa/go-actions-toolkit@v0.0.0-20200105081403-ca0307860f01/core=>github.com/haya14busa/go-actions-toolkit@v0.0.0-20200105081403-ca0307860f01/core;$WORK/b275=>" -p github.com/haya14busa/go-actions-toolkit/core -lang=go1.13 -complete -installsuffix shared -buildid daH94n8r-83IzBpgPIVS/daH94n8r-83IzBpgPIVS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/haya14busa/go-actions-toolkit@v0.0.0-20200105081403-ca0307860f01/core/command.go /root/go/pkg/mod/github.com/haya14busa/go-actions-toolkit@v0.0.0-20200105081403-ca0307860f01/core/core.go
2025-08-20T22:18:35.0102702Z [00:01:49.577]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:18:35.0115898Z [00:01:49.578]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T22:18:35.0117345Z [00:01:49.579]➜  golang.org/x/time/rate
2025-08-20T22:18:35.0117900Z [00:01:49.579]➜  mkdir -p $WORK/b280/
2025-08-20T22:18:35.0132850Z [00:01:49.580]➜  cat >/tmp/go-build707542385/b280/importcfg << 'EOF' # internal
2025-08-20T22:18:35.0140014Z [00:01:49.580]➜  # import config
2025-08-20T22:18:35.0140732Z [00:01:49.580]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:35.0141561Z [00:01:49.580]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.0142350Z [00:01:49.580]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.0143157Z [00:01:49.580]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.0143931Z [00:01:49.580]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:35.0144519Z [00:01:49.580]➜  EOF
2025-08-20T22:18:35.0148173Z [00:01:49.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b280=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid 02RFla_v7sOzA9pOZu8K/02RFla_v7sOzA9pOZu8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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-20T22:18:35.0402380Z [00:01:49.607]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:18:35.0433548Z [00:01:49.608]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/bf/bf19dcbd877312416c63184be2ec8a45fbf54079dd08461209c54cddc0442ff4-d # internal
2025-08-20T22:18:35.0434765Z [00:01:49.609]➜  log/slog/internal/buffer
2025-08-20T22:18:35.0435306Z [00:01:49.609]➜  mkdir -p $WORK/b283/
2025-08-20T22:18:35.0436193Z [00:01:49.609]➜  cat >/tmp/go-build707542385/b283/importcfg << 'EOF' # internal
2025-08-20T22:18:35.0436921Z [00:01:49.609]➜  # import config
2025-08-20T22:18:35.0437882Z [00:01:49.609]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.0438538Z [00:01:49.609]➜  EOF
2025-08-20T22:18:35.0441586Z [00:01:49.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b283=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid 0HWT8LqazVPdgpieUes_/0HWT8LqazVPdgpieUes_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T22:18:35.0537996Z [00:01:49.621]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:18:35.0658446Z [00:01:49.633]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/de/dea70fd6617fad8b4831f0c1537193dc34ab3a386f843ecb54a6c28444c0cd55-d # internal
2025-08-20T22:18:35.0711738Z [00:01:49.638]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T22:18:35.0729071Z [00:01:49.640]➜  mkdir -p $WORK/b224/
2025-08-20T22:18:35.0739469Z [00:01:49.641]➜  cat >/tmp/go-build707542385/b224/importcfg << 'EOF' # internal
2025-08-20T22:18:35.0748442Z [00:01:49.641]➜  # import config
2025-08-20T22:18:35.0749120Z [00:01:49.641]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.0749920Z [00:01:49.641]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.0751014Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:35.0752342Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build707542385/b225/_pkg_.a
2025-08-20T22:18:35.0753686Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build707542385/b226/_pkg_.a
2025-08-20T22:18:35.0755070Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build707542385/b227/_pkg_.a
2025-08-20T22:18:35.0756741Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build707542385/b229/_pkg_.a
2025-08-20T22:18:35.0758578Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:35.0759999Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:35.0761242Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:35.0762509Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:35.0763774Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:35.0764993Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:35.0770702Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:35.0772059Z [00:01:49.641]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:35.0773159Z [00:01:49.641]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.0773965Z [00:01:49.641]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:35.0774774Z [00:01:49.641]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:35.0775845Z [00:01:49.641]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.0776633Z [00:01:49.641]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.0777479Z [00:01:49.641]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:35.0778066Z [00:01:49.641]➜  EOF
2025-08-20T22:18:35.0786515Z [00:01:49.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc=>google.golang.org/protobuf@v1.36.8/internal/filedesc;$WORK/b224=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.23 -complete -installsuffix shared -buildid NFGGw6fi5Kexw5stjOS5/NFGGw6fi5Kexw5stjOS5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/presence.go
2025-08-20T22:18:35.0809268Z [00:01:49.648]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:18:35.0819434Z [00:01:49.649]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T22:18:35.0821048Z [00:01:49.649]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T22:18:35.0823790Z [00:01:49.649]➜  mkdir -p $WORK/b242/
2025-08-20T22:18:35.0833932Z [00:01:49.650]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:18:35.0840256Z [00:01:49.651]➜  cat >/tmp/go-build707542385/b242/importcfg << 'EOF' # internal
2025-08-20T22:18:35.0841033Z [00:01:49.651]➜  # import config
2025-08-20T22:18:35.0841702Z [00:01:49.651]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.0842811Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:35.0844285Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:35.0845984Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build707542385/b230/_pkg_.a
2025-08-20T22:18:35.0847641Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:35.0848930Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:35.0850215Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:35.0856156Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build707542385/b237/_pkg_.a
2025-08-20T22:18:35.0857505Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:35.0858790Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build707542385/b243/_pkg_.a
2025-08-20T22:18:35.0860103Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:35.0861340Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:35.0862618Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:35.0864005Z [00:01:49.651]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:35.0865117Z [00:01:49.651]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.0866147Z [00:01:49.651]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.0866793Z [00:01:49.651]➜  EOF
2025-08-20T22:18:35.0871997Z [00:01:49.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext=>google.golang.org/protobuf@v1.36.8/encoding/prototext;$WORK/b242=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.23 -complete -installsuffix shared -buildid aAuJOxtjGyGw8WVBrJ4X/aAuJOxtjGyGw8WVBrJ4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/encode.go
2025-08-20T22:18:35.0877194Z [00:01:49.652]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/04/045eea114097295433b1eb8ae77921f8968ea712a7a27cb5af3eb0bdb1db655f-d # internal
2025-08-20T22:18:35.0883902Z [00:01:49.654]➜  log/slog
2025-08-20T22:18:35.0884402Z [00:01:49.654]➜  mkdir -p $WORK/b281/
2025-08-20T22:18:35.0885114Z [00:01:49.655]➜  cat >/tmp/go-build707542385/b281/importcfg << 'EOF' # internal
2025-08-20T22:18:35.0885999Z [00:01:49.655]➜  # import config
2025-08-20T22:18:35.0886649Z [00:01:49.655]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.0887481Z [00:01:49.655]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:35.0888602Z [00:01:49.655]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:35.0889475Z [00:01:49.655]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:35.0890310Z [00:01:49.655]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:35.0891095Z [00:01:49.655]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.0891862Z [00:01:49.655]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.0892630Z [00:01:49.655]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:35.0893453Z [00:01:49.655]➜  packagefile log/internal=/tmp/go-build707542385/b162/_pkg_.a
2025-08-20T22:18:35.0894358Z [00:01:49.655]➜  packagefile log/slog/internal=/tmp/go-build707542385/b282/_pkg_.a
2025-08-20T22:18:35.0895391Z [00:01:49.655]➜  packagefile log/slog/internal/buffer=/tmp/go-build707542385/b283/_pkg_.a
2025-08-20T22:18:35.0896495Z [00:01:49.655]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.0897280Z [00:01:49.655]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:35.0898064Z [00:01:49.655]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:35.0898830Z [00:01:49.655]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:35.0899613Z [00:01:49.655]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.0900377Z [00:01:49.655]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.0901128Z [00:01:49.655]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.0901927Z [00:01:49.655]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:35.0902716Z [00:01:49.655]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:35.0903705Z [00:01:49.655]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:35.0904555Z [00:01:49.655]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.0905173Z [00:01:49.655]➜  EOF
2025-08-20T22:18:35.0909318Z [00:01:49.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b281=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/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-20T22:18:35.2894486Z [00:01:49.856]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:18:35.2958222Z [00:01:49.863]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/33/33d72209d5b685d02d4679e8b83bd798670e05fbf61b09bc763e13ff95ca5e12-d # internal
2025-08-20T22:18:35.2960505Z [00:01:49.863]➜  text/tabwriter
2025-08-20T22:18:35.2962633Z [00:01:49.863]➜  mkdir -p $WORK/b284/
2025-08-20T22:18:35.2969620Z [00:01:49.864]➜  cat >/tmp/go-build707542385/b284/importcfg << 'EOF' # internal
2025-08-20T22:18:35.2970356Z [00:01:49.864]➜  # import config
2025-08-20T22:18:35.2970984Z [00:01:49.864]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.2971759Z [00:01:49.864]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.2972588Z [00:01:49.864]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.2973229Z [00:01:49.864]➜  EOF
2025-08-20T22:18:35.2976176Z [00:01:49.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b284=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:18:35.3452923Z [00:01:49.912]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:18:35.3463043Z [00:01:49.913]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T22:18:35.3721105Z [00:01:49.939]➜  cd /root/.go/src/net
2025-08-20T22:18:35.3723370Z [00:01:49.939]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/preferlinkext $WORK/b146/_x001.o $WORK/b146/_x002.o $WORK/b146/_x003.o $WORK/b146/_x004.o $WORK/b146/_x005.o $WORK/b146/_x006.o # internal
2025-08-20T22:18:35.3729604Z [00:01:49.940]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:18:35.3882838Z [00:01:49.955]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/75/75e335514b3a2cd16e3000596b0ab0d7c87c9cac298e7b60eab15f8ceeb321e6-d # internal
2025-08-20T22:18:35.3909472Z [00:01:49.957]➜  crypto/x509
2025-08-20T22:18:35.3911431Z [00:01:49.957]➜  mkdir -p $WORK/b142/
2025-08-20T22:18:35.3912198Z [00:01:49.957]➜  cat >/tmp/go-build707542385/b142/importcfg << 'EOF' # internal
2025-08-20T22:18:35.3912867Z [00:01:49.957]➜  # import config
2025-08-20T22:18:35.3913688Z [00:01:49.957]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:18:35.3914877Z [00:01:49.957]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:18:35.3919621Z [00:01:49.957]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.3920449Z [00:01:49.957]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:35.3921295Z [00:01:49.957]➜  packagefile crypto/aes=/tmp/go-build707542385/b134/_pkg_.a
2025-08-20T22:18:35.3922169Z [00:01:49.957]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:35.3923024Z [00:01:49.957]➜  packagefile crypto/des=/tmp/go-build707542385/b135/_pkg_.a
2025-08-20T22:18:35.3924133Z [00:01:49.957]➜  packagefile crypto/dsa=/tmp/go-build707542385/b136/_pkg_.a
2025-08-20T22:18:35.3924979Z [00:01:49.957]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:35.3926059Z [00:01:49.957]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:35.3926954Z [00:01:49.957]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:35.3927872Z [00:01:49.957]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:35.3928791Z [00:01:49.957]➜  packagefile crypto/md5=/tmp/go-build707542385/b137/_pkg_.a
2025-08-20T22:18:35.3929637Z [00:01:49.957]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:35.3930500Z [00:01:49.957]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:35.3931365Z [00:01:49.957]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:35.3932253Z [00:01:49.957]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:35.3933145Z [00:01:49.957]➜  packagefile crypto/x509/pkix=/tmp/go-build707542385/b143/_pkg_.a
2025-08-20T22:18:35.3934032Z [00:01:49.957]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:35.3934896Z [00:01:49.957]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:35.3935976Z [00:01:49.957]➜  packagefile encoding/pem=/tmp/go-build707542385/b144/_pkg_.a
2025-08-20T22:18:35.3936831Z [00:01:49.957]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:35.3937669Z [00:01:49.957]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.3938655Z [00:01:49.957]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build707542385/b117/_pkg_.a
2025-08-20T22:18:35.3939860Z [00:01:49.957]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build707542385/b119/_pkg_.a
2025-08-20T22:18:35.3940979Z [00:01:49.957]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:35.3942253Z [00:01:49.957]➜  packagefile internal/goos=/tmp/go-build707542385/b018/_pkg_.a
2025-08-20T22:18:35.3943117Z [00:01:49.957]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.3943917Z [00:01:49.957]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:35.3944724Z [00:01:49.957]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:35.3945714Z [00:01:49.957]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:35.3946520Z [00:01:49.957]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.3947306Z [00:01:49.957]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:35.3948121Z [00:01:49.957]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:35.3948930Z [00:01:49.957]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:35.3949742Z [00:01:49.957]➜  packagefile net/netip=/tmp/go-build707542385/b150/_pkg_.a
2025-08-20T22:18:35.3950621Z [00:01:49.958]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:35.3951425Z [00:01:49.958]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:35.3952266Z [00:01:49.958]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:35.3953122Z [00:01:49.958]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:35.3953924Z [00:01:49.958]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:35.3954725Z [00:01:49.958]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.3955771Z [00:01:49.958]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.3956592Z [00:01:49.958]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.3957386Z [00:01:49.958]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:35.3958183Z [00:01:49.958]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:35.3959330Z [00:01:49.958]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:35.3960351Z [00:01:49.958]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.3961014Z [00:01:49.958]➜  EOF
2025-08-20T22:18:35.3961606Z [00:01:49.958]➜  cd /tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog
2025-08-20T22:18:35.3967253Z [00:01:49.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b142=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid j5tMijGO-4FzEBb21pGt/j5tMijGO-4FzEBb21pGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/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-20T22:18:35.3971806Z [00:01:49.958]➜  net/textproto
2025-08-20T22:18:35.3972315Z [00:01:49.958]➜  mkdir -p $WORK/b188/
2025-08-20T22:18:35.3973030Z [00:01:49.958]➜  cat >/tmp/go-build707542385/b188/importcfg << 'EOF' # internal
2025-08-20T22:18:35.3973697Z [00:01:49.958]➜  # import config
2025-08-20T22:18:35.3974341Z [00:01:49.958]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:35.3975118Z [00:01:49.958]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.3976286Z [00:01:49.958]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:35.3977078Z [00:01:49.958]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.3977817Z [00:01:49.958]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.3978618Z [00:01:49.958]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.3979399Z [00:01:49.958]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:35.3980552Z [00:01:49.958]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.3981353Z [00:01:49.958]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.3982170Z [00:01:49.958]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.3982759Z [00:01:49.958]➜  EOF
2025-08-20T22:18:35.3986748Z [00:01:49.958]➜  /root/.go/pkg/tool/linux_amd64/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 G53Sk44ySsT7x7EwH_eg/G53Sk44ySsT7x7EwH_eg -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-20T22:18:35.4493444Z [00:01:50.016]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:18:35.4591885Z [00:01:50.026]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T22:18:35.4593868Z [00:01:50.026]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:18:35.4599374Z [00:01:50.027]➜  mkdir -p $WORK/b189/
2025-08-20T22:18:35.4607799Z [00:01:50.028]➜  cat >/tmp/go-build707542385/b189/importcfg << 'EOF' # internal
2025-08-20T22:18:35.4609911Z [00:01:50.028]➜  # import config
2025-08-20T22:18:35.4614585Z [00:01:50.028]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:18:35.4615665Z [00:01:50.028]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:35.4616515Z [00:01:50.028]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.4617459Z [00:01:50.028]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build707542385/b183/_pkg_.a
2025-08-20T22:18:35.4618684Z [00:01:50.028]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:35.4619521Z [00:01:50.028]➜  packagefile net/netip=/tmp/go-build707542385/b150/_pkg_.a
2025-08-20T22:18:35.4620339Z [00:01:50.028]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:35.4641905Z [00:01:50.028]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:35.4642762Z [00:01:50.028]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.4643689Z [00:01:50.028]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.4644373Z [00:01:50.028]➜  EOF
2025-08-20T22:18:35.4648062Z [00:01:50.028]➜  /root/.go/pkg/tool/linux_amd64/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 osGYA28FRs1X-PTFdmCU/osGYA28FRs1X-PTFdmCU -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-20T22:18:35.5133040Z [00:01:50.080]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:18:35.5155322Z [00:01:50.082]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/d9/d9f79aab1244e0ba7a2c1e30c01c6e59ea645f917baa22f15502ca1fa9981e9a-d # internal
2025-08-20T22:18:35.5169336Z [00:01:50.083]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:18:35.5169997Z [00:01:50.083]➜  mkdir -p $WORK/b182/
2025-08-20T22:18:35.5170749Z [00:01:50.083]➜  cat >/tmp/go-build707542385/b182/importcfg << 'EOF' # internal
2025-08-20T22:18:35.5171456Z [00:01:50.083]➜  # import config
2025-08-20T22:18:35.5172192Z [00:01:50.083]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:18:35.5173251Z [00:01:50.083]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build707542385/b183/_pkg_.a
2025-08-20T22:18:35.5174312Z [00:01:50.083]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:35.5175796Z [00:01:50.083]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:35.5176699Z [00:01:50.083]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.5177615Z [00:01:50.083]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.5178277Z [00:01:50.083]➜  EOF
2025-08-20T22:18:35.5182304Z [00:01:50.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b182=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid R7E0zqbVDzDLI7KyvQGq/R7E0zqbVDzDLI7KyvQGq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/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-20T22:18:35.5263871Z [00:01:50.093]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:18:35.5286382Z [00:01:50.095]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/21/21e42994b748a3aeaa56f67a945a4e8f2f1845746102161cf0073bcfbd616cb0-d # internal
2025-08-20T22:18:35.5287500Z [00:01:50.095]➜  mime/multipart
2025-08-20T22:18:35.5287996Z [00:01:50.095]➜  mkdir -p $WORK/b192/
2025-08-20T22:18:35.5288742Z [00:01:50.095]➜  cat >/tmp/go-build707542385/b192/importcfg << 'EOF' # internal
2025-08-20T22:18:35.5289457Z [00:01:50.095]➜  # import config
2025-08-20T22:18:35.5290085Z [00:01:50.095]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:35.5290849Z [00:01:50.095]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.5291683Z [00:01:50.095]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:35.5292548Z [00:01:50.095]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:35.5294971Z [00:01:50.095]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.5296659Z [00:01:50.095]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:35.5297760Z [00:01:50.095]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.5298797Z [00:01:50.095]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:35.5299855Z [00:01:50.095]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.5300915Z [00:01:50.095]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:35.5302096Z [00:01:50.095]➜  packagefile mime/quotedprintable=/tmp/go-build707542385/b193/_pkg_.a
2025-08-20T22:18:35.5303092Z [00:01:50.095]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:35.5304173Z [00:01:50.095]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:35.5305025Z [00:01:50.095]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:35.5306088Z [00:01:50.095]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:35.5306931Z [00:01:50.095]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.5308026Z [00:01:50.095]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.5308682Z [00:01:50.095]➜  EOF
2025-08-20T22:18:35.5312465Z [00:01:50.095]➜  /root/.go/pkg/tool/linux_amd64/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 rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -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-20T22:18:35.5530316Z [00:01:50.119]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:18:35.5532791Z [00:01:50.120]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/1a/1aa149a6c8e7601c01f95009743f27eb6674c608fb85a5fc3d7eea7c45e456d7-d # internal
2025-08-20T22:18:35.6863183Z [00:01:50.253]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:18:35.6884075Z [00:01:50.255]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T22:18:35.6914643Z [00:01:50.259]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:18:35.6987831Z [00:01:50.266]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/36/363eded048b9b563f2488f98c043ff49b9b681f3a1fb727f4b05bb9c3f83bab6-d # internal
2025-08-20T22:18:35.6993318Z [00:01:50.266]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T22:18:35.6994129Z [00:01:50.266]➜  mkdir -p $WORK/b244/
2025-08-20T22:18:35.6996960Z [00:01:50.266]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T22:18:35.6997628Z [00:01:50.267]➜  mkdir -p $WORK/b251/
2025-08-20T22:18:35.6998406Z [00:01:50.267]➜  cat >/tmp/go-build707542385/b244/importcfg << 'EOF' # internal
2025-08-20T22:18:35.6999125Z [00:01:50.267]➜  # import config
2025-08-20T22:18:35.7000122Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build707542385/b229/_pkg_.a
2025-08-20T22:18:35.7001416Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:35.7006566Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:35.7007947Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:35.7009039Z [00:01:50.267]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:35.7009929Z [00:01:50.267]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.7010740Z [00:01:50.267]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.7011326Z [00:01:50.267]➜  EOF
2025-08-20T22:18:35.7015431Z [00:01:50.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/tag=>google.golang.org/protobuf@v1.36.8/internal/encoding/tag;$WORK/b244=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.23 -complete -installsuffix shared -buildid dPkRUSsreZdWc5QAYIf7/dPkRUSsreZdWc5QAYIf7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/tag/tag.go
2025-08-20T22:18:35.7019246Z [00:01:50.267]➜  cat >/tmp/go-build707542385/b251/importcfg << 'EOF' # internal
2025-08-20T22:18:35.7019942Z [00:01:50.267]➜  # import config
2025-08-20T22:18:35.7020618Z [00:01:50.267]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.7021523Z [00:01:50.267]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:35.7022337Z [00:01:50.267]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.7023365Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:35.7024685Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build707542385/b252/_pkg_.a
2025-08-20T22:18:35.7026292Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:35.7027742Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:35.7029034Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:35.7030349Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:35.7031583Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:35.7032838Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build707542385/b237/_pkg_.a
2025-08-20T22:18:35.7034408Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:35.7036159Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build707542385/b243/_pkg_.a
2025-08-20T22:18:35.7037436Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:35.7038628Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:35.7039932Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:35.7041293Z [00:01:50.267]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:35.7042359Z [00:01:50.267]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.7043170Z [00:01:50.267]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.7044007Z [00:01:50.267]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.7044812Z [00:01:50.267]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:35.7045415Z [00:01:50.267]➜  EOF
2025-08-20T22:18:35.7051328Z [00:01:50.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson=>google.golang.org/protobuf@v1.36.8/encoding/protojson;$WORK/b251=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.23 -complete -installsuffix shared -buildid RaJ5O-KPP-xA0ZGiOggZ/RaJ5O-KPP-xA0ZGiOggZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/well_known_types.go
2025-08-20T22:18:35.7575400Z [00:01:50.325]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:18:35.7618618Z [00:01:50.329]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/66/6683dc764932b2fe6bf6e356edd29bd02347011b6ea66355c2ae8af3ba14bcfb-d # internal
2025-08-20T22:18:35.7626840Z [00:01:50.329]➜  google.golang.org/protobuf/internal/impl
2025-08-20T22:18:35.7628677Z [00:01:50.329]➜  mkdir -p $WORK/b241/
2025-08-20T22:18:35.7629510Z [00:01:50.329]➜  cat >/tmp/go-build707542385/b241/importcfg << 'EOF' # internal
2025-08-20T22:18:35.7630245Z [00:01:50.329]➜  # import config
2025-08-20T22:18:35.7630908Z [00:01:50.329]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:35.7631799Z [00:01:50.329]➜  packagefile compress/gzip=/tmp/go-build707542385/b165/_pkg_.a
2025-08-20T22:18:35.7632860Z [00:01:50.329]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:35.7633844Z [00:01:50.329]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:35.7634741Z [00:01:50.329]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:35.7636077Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build707542385/b242/_pkg_.a
2025-08-20T22:18:35.7637499Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:35.7638907Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build707542385/b226/_pkg_.a
2025-08-20T22:18:35.7640285Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:35.7641731Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:35.7643250Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build707542385/b244/_pkg_.a
2025-08-20T22:18:35.7644950Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:35.7646476Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:35.7647761Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:35.7649071Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:35.7650381Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build707542385/b237/_pkg_.a
2025-08-20T22:18:35.7651693Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:35.7653048Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build707542385/b245/_pkg_.a
2025-08-20T22:18:35.7654550Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:35.7656058Z [00:01:50.329]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:35.7657375Z [00:01:50.330]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:35.7658804Z [00:01:50.330]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:35.7660190Z [00:01:50.330]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build707542385/b239/_pkg_.a
2025-08-20T22:18:35.7661293Z [00:01:50.330]➜  packagefile hash/crc32=/tmp/go-build707542385/b167/_pkg_.a
2025-08-20T22:18:35.7662123Z [00:01:50.330]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:35.7662923Z [00:01:50.330]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:35.7664096Z [00:01:50.330]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:35.7664980Z [00:01:50.330]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:35.7666116Z [00:01:50.330]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:35.7666957Z [00:01:50.330]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:35.7667778Z [00:01:50.330]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:35.7668606Z [00:01:50.330]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:35.7669419Z [00:01:50.330]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:35.7670383Z [00:01:50.330]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:35.7671299Z [00:01:50.330]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:35.7671979Z [00:01:50.330]➜  EOF
2025-08-20T22:18:35.7698163Z [00:01:50.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl=>google.golang.org/protobuf@v1.36.8/internal/impl;$WORK/b241=>" -p google.golang.org/protobuf/internal/impl -lang=go1.23 -complete -installsuffix shared -buildid P0TQEqXa7vxba_gT41tt/P0TQEqXa7vxba_gT41tt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/validate.go
2025-08-20T22:18:35.9670712Z [00:01:50.534]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:18:35.9709601Z [00:01:50.538]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/b4/b431c0d945fbda7991f68a89d8e1a8468156b1f0a69ab6e8a132944aa7994a68-d # internal
2025-08-20T22:18:36.0161108Z [00:01:50.583]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:18:36.0222772Z [00:01:50.589]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/ba/baa8ca1449721753fedb7fa4c4023a14e0183d44b89b3b8a37b56c59ff915512-d # internal
2025-08-20T22:18:36.0229916Z [00:01:50.590]➜  golang.org/x/crypto/ssh
2025-08-20T22:18:36.0232773Z [00:01:50.590]➜  mkdir -p $WORK/b132/
2025-08-20T22:18:36.0236187Z [00:01:50.591]➜  cat >/tmp/go-build707542385/b132/importcfg << 'EOF' # internal
2025-08-20T22:18:36.0244612Z [00:01:50.591]➜  # import config
2025-08-20T22:18:36.0251244Z [00:01:50.591]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:36.0252119Z [00:01:50.591]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:36.0258808Z [00:01:50.591]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:36.0259737Z [00:01:50.591]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:36.0260621Z [00:01:50.591]➜  packagefile crypto/aes=/tmp/go-build707542385/b134/_pkg_.a
2025-08-20T22:18:36.0261540Z [00:01:50.591]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:36.0262724Z [00:01:50.591]➜  packagefile crypto/des=/tmp/go-build707542385/b135/_pkg_.a
2025-08-20T22:18:36.0263605Z [00:01:50.591]➜  packagefile crypto/dsa=/tmp/go-build707542385/b136/_pkg_.a
2025-08-20T22:18:36.0264473Z [00:01:50.591]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:36.0265341Z [00:01:50.591]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:36.0266909Z [00:01:50.591]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:36.0267816Z [00:01:50.591]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:36.0268658Z [00:01:50.591]➜  packagefile crypto/md5=/tmp/go-build707542385/b137/_pkg_.a
2025-08-20T22:18:36.0269502Z [00:01:50.591]➜  packagefile crypto/mlkem=/tmp/go-build707542385/b138/_pkg_.a
2025-08-20T22:18:36.0270336Z [00:01:50.591]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:36.0271164Z [00:01:50.591]➜  packagefile crypto/rc4=/tmp/go-build707542385/b140/_pkg_.a
2025-08-20T22:18:36.0272034Z [00:01:50.591]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:36.0272900Z [00:01:50.591]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:36.0273766Z [00:01:50.591]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:36.0274630Z [00:01:50.591]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:36.0275603Z [00:01:50.591]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:36.0276466Z [00:01:50.591]➜  packagefile crypto/x509=/tmp/go-build707542385/b142/_pkg_.a
2025-08-20T22:18:36.0277324Z [00:01:50.591]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:36.0278289Z [00:01:50.591]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:36.0279412Z [00:01:50.591]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:36.0280493Z [00:01:50.591]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:36.0281457Z [00:01:50.591]➜  packagefile encoding/pem=/tmp/go-build707542385/b144/_pkg_.a
2025-08-20T22:18:36.0282242Z [00:01:50.592]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:36.0283005Z [00:01:50.592]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:36.0283918Z [00:01:50.592]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build707542385/b155/_pkg_.a
2025-08-20T22:18:36.0285017Z [00:01:50.593]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build707542385/b157/_pkg_.a
2025-08-20T22:18:36.0294830Z [00:01:50.593]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build707542385/b158/_pkg_.a
2025-08-20T22:18:36.0296469Z [00:01:50.593]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build707542385/b159/_pkg_.a
2025-08-20T22:18:36.0297558Z [00:01:50.593]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:36.0298339Z [00:01:50.593]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:36.0299105Z [00:01:50.593]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:36.0299868Z [00:01:50.593]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:36.0300646Z [00:01:50.593]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:36.0301459Z [00:01:50.593]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:36.0302262Z [00:01:50.593]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:36.0303009Z [00:01:50.593]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:36.0303771Z [00:01:50.593]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:36.0304561Z [00:01:50.593]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:36.0305369Z [00:01:50.593]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:36.0306648Z [00:01:50.593]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:36.0307428Z [00:01:50.593]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:36.0308233Z [00:01:50.593]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:36.0309041Z [00:01:50.593]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:36.0309836Z [00:01:50.593]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:36.0310632Z [00:01:50.593]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:36.0311201Z [00:01:50.593]➜  EOF
2025-08-20T22:18:36.0322547Z [00:01:50.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh=>golang.org/x/crypto@v0.38.0/ssh;$WORK/b132=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid H0T-DdoIgCftsl_DAyOP/H0T-DdoIgCftsl_DAyOP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/transport.go
2025-08-20T22:18:36.0332284Z [00:01:50.593]➜  crypto/tls
2025-08-20T22:18:36.0332751Z [00:01:50.593]➜  mkdir -p $WORK/b169/
2025-08-20T22:18:36.0333504Z [00:01:50.593]➜  cat >/tmp/go-build707542385/b169/importcfg << 'EOF' # internal
2025-08-20T22:18:36.0334159Z [00:01:50.593]➜  # import config
2025-08-20T22:18:36.0335064Z [00:01:50.593]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:18:36.0336419Z [00:01:50.593]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:18:36.0337378Z [00:01:50.593]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:36.0338230Z [00:01:50.593]➜  packagefile container/list=/tmp/go-build707542385/b168/_pkg_.a
2025-08-20T22:18:36.0339074Z [00:01:50.593]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:36.0339859Z [00:01:50.593]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:36.0340737Z [00:01:50.593]➜  packagefile crypto/aes=/tmp/go-build707542385/b134/_pkg_.a
2025-08-20T22:18:36.0341591Z [00:01:50.593]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:36.0342445Z [00:01:50.593]➜  packagefile crypto/des=/tmp/go-build707542385/b135/_pkg_.a
2025-08-20T22:18:36.0343280Z [00:01:50.593]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:36.0344118Z [00:01:50.593]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:36.0344975Z [00:01:50.593]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:36.0366278Z [00:01:50.593]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:36.0367537Z [00:01:50.593]➜  packagefile crypto/hkdf=/tmp/go-build707542385/b170/_pkg_.a
2025-08-20T22:18:36.0368420Z [00:01:50.593]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:36.0369363Z [00:01:50.593]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:36.0370419Z [00:01:50.593]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:36.0371523Z [00:01:50.593]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build707542385/b073/_pkg_.a
2025-08-20T22:18:36.0372646Z [00:01:50.593]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build707542385/b139/_pkg_.a
2025-08-20T22:18:36.0373745Z [00:01:50.593]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build707542385/b172/_pkg_.a
2025-08-20T22:18:36.0374809Z [00:01:50.593]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build707542385/b173/_pkg_.a
2025-08-20T22:18:36.0376023Z [00:01:50.593]➜  packagefile crypto/internal/hpke=/tmp/go-build707542385/b174/_pkg_.a
2025-08-20T22:18:36.0376958Z [00:01:50.593]➜  packagefile crypto/md5=/tmp/go-build707542385/b137/_pkg_.a
2025-08-20T22:18:36.0377801Z [00:01:50.593]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:36.0378640Z [00:01:50.593]➜  packagefile crypto/rc4=/tmp/go-build707542385/b140/_pkg_.a
2025-08-20T22:18:36.0379486Z [00:01:50.593]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:36.0380329Z [00:01:50.593]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:36.0381208Z [00:01:50.593]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:36.0382085Z [00:01:50.593]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:36.0382947Z [00:01:50.593]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:36.0384156Z [00:01:50.593]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build707542385/b180/_pkg_.a
2025-08-20T22:18:36.0385161Z [00:01:50.593]➜  packagefile crypto/x509=/tmp/go-build707542385/b142/_pkg_.a
2025-08-20T22:18:36.0386241Z [00:01:50.593]➜  packagefile encoding/pem=/tmp/go-build707542385/b144/_pkg_.a
2025-08-20T22:18:36.0387059Z [00:01:50.593]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:36.0387855Z [00:01:50.593]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:36.0388905Z [00:01:50.593]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build707542385/b175/_pkg_.a
2025-08-20T22:18:36.0390138Z [00:01:50.593]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build707542385/b117/_pkg_.a
2025-08-20T22:18:36.0391081Z [00:01:50.593]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:36.0391915Z [00:01:50.593]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:36.0392825Z [00:01:50.593]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:36.0393702Z [00:01:50.593]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:36.0394506Z [00:01:50.593]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:36.0395239Z [00:01:50.593]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:36.0396160Z [00:01:50.593]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:36.0396943Z [00:01:50.593]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:36.0397734Z [00:01:50.593]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:36.0398499Z [00:01:50.593]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:36.0399269Z [00:01:50.593]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:36.0400062Z [00:01:50.593]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:36.0400819Z [00:01:50.593]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:36.0401639Z [00:01:50.593]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:36.0402713Z [00:01:50.593]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:36.0403490Z [00:01:50.593]➜  packagefile weak=/tmp/go-build707542385/b115/_pkg_.a
2025-08-20T22:18:36.0404066Z [00:01:50.593]➜  EOF
2025-08-20T22:18:36.0412073Z [00:01:50.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b169=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid ERpNi8CF0-X3uSDjBbyq/ERpNi8CF0-X3uSDjBbyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/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-20T22:18:37.1062227Z [00:01:51.673]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:18:37.1261227Z [00:01:51.693]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/0e/0e506fcd1733d91244dccab8fbe918e1b5fd31e8829a8eb1c04e125f751a1a62-d # internal
2025-08-20T22:18:37.1263213Z [00:01:51.693]➜  golang.org/x/crypto/ssh/agent
2025-08-20T22:18:37.1264700Z [00:01:51.694]➜  mkdir -p $WORK/b204/
2025-08-20T22:18:37.1272133Z [00:01:51.694]➜  cat >/tmp/go-build707542385/b204/importcfg << 'EOF' # internal
2025-08-20T22:18:37.1273429Z [00:01:51.694]➜  # import config
2025-08-20T22:18:37.1274431Z [00:01:51.694]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:37.1275854Z [00:01:51.694]➜  packagefile crypto/dsa=/tmp/go-build707542385/b136/_pkg_.a
2025-08-20T22:18:37.1277794Z [00:01:51.694]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:37.1278745Z [00:01:51.694]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:37.1279693Z [00:01:51.694]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:37.1280598Z [00:01:51.694]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:37.1281485Z [00:01:51.694]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:37.1282363Z [00:01:51.694]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:37.1283268Z [00:01:51.694]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:37.1284184Z [00:01:51.694]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:37.1285067Z [00:01:51.694]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:37.1286080Z [00:01:51.694]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.1286968Z [00:01:51.694]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build707542385/b132/_pkg_.a
2025-08-20T22:18:37.1287837Z [00:01:51.694]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:37.1288566Z [00:01:51.694]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:37.1289359Z [00:01:51.694]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:37.1290123Z [00:01:51.694]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:37.1290888Z [00:01:51.694]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.1291671Z [00:01:51.694]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:37.1292525Z [00:01:51.694]➜  EOF
2025-08-20T22:18:37.1310388Z [00:01:51.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/agent=>golang.org/x/crypto@v0.38.0/ssh/agent;$WORK/b204=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid TmXaYb181sAQfXUDyobT/TmXaYb181sAQfXUDyobT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/agent/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/agent/forward.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/agent/keyring.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/agent/server.go
2025-08-20T22:18:37.3271885Z [00:01:51.894]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:18:37.3300324Z [00:01:51.897]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/dd/dde195e61a512be1d84362d23be16f865cbcc7b5b7ddc57d8d595eadcc992e1a-d # internal
2025-08-20T22:18:37.6410012Z [00:01:52.208]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:18:37.6557781Z [00:01:52.223]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/f0/f0a86348059804c5c2ae0765e575976030c84716d0e50e9de40e85585f2c9545-d # internal
2025-08-20T22:18:37.6559130Z [00:01:52.223]➜  net/http/httptrace
2025-08-20T22:18:37.6560762Z [00:01:52.223]➜  mkdir -p $WORK/b194/
2025-08-20T22:18:37.6562427Z [00:01:52.223]➜  cat >/tmp/go-build707542385/b194/importcfg << 'EOF' # internal
2025-08-20T22:18:37.6563086Z [00:01:52.223]➜  # import config
2025-08-20T22:18:37.6563704Z [00:01:52.223]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:37.6564491Z [00:01:52.223]➜  packagefile crypto/tls=/tmp/go-build707542385/b169/_pkg_.a
2025-08-20T22:18:37.6565347Z [00:01:52.223]➜  packagefile internal/nettrace=/tmp/go-build707542385/b148/_pkg_.a
2025-08-20T22:18:37.6566392Z [00:01:52.223]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:37.6567146Z [00:01:52.223]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:37.6567658Z [00:01:52.223]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:37.6568098Z [00:01:52.223]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:37.6568420Z [00:01:52.223]➜  EOF
2025-08-20T22:18:37.6569993Z [00:01:52.223]➜  /root/.go/pkg/tool/linux_amd64/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 ShPW3gat4zMcM1EW83MW/ShPW3gat4zMcM1EW83MW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:18:37.6872288Z [00:01:52.254]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:18:37.6880809Z [00:01:52.255]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/2e/2e2aeabae06c8d32f2473cac1b1e24e244b68206fb859a3aec5e7b0099391d01-d # internal
2025-08-20T22:18:37.6905875Z [00:01:52.255]➜  net/http/internal/httpcommon
2025-08-20T22:18:37.6906481Z [00:01:52.255]➜  mkdir -p $WORK/b197/
2025-08-20T22:18:37.6907172Z [00:01:52.257]➜  cat >/tmp/go-build707542385/b197/importcfg << 'EOF' # internal
2025-08-20T22:18:37.6907794Z [00:01:52.257]➜  # import config
2025-08-20T22:18:37.6908555Z [00:01:52.257]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:18:37.6909561Z [00:01:52.258]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:18:37.6910442Z [00:01:52.258]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:37.6911192Z [00:01:52.258]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:37.6911900Z [00:01:52.258]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.6912791Z [00:01:52.258]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build707542385/b182/_pkg_.a
2025-08-20T22:18:37.6915302Z [00:01:52.258]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build707542385/b190/_pkg_.a
2025-08-20T22:18:37.6916754Z [00:01:52.258]➜  packagefile net/http/httptrace=/tmp/go-build707542385/b194/_pkg_.a
2025-08-20T22:18:37.6917619Z [00:01:52.258]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:37.6918396Z [00:01:52.258]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:37.6919279Z [00:01:52.258]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:37.6920004Z [00:01:52.258]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:37.6920732Z [00:01:52.258]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:37.6921443Z [00:01:52.258]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.6921979Z [00:01:52.258]➜  EOF
2025-08-20T22:18:37.6924922Z [00:01:52.258]➜  /root/.go/pkg/tool/linux_amd64/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 xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:18:37.7157090Z [00:01:52.281]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:18:37.7330430Z [00:01:52.300]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:18:37.7338259Z [00:01:52.301]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T22:18:37.7350291Z [00:01:52.302]➜  net/http
2025-08-20T22:18:37.7350784Z [00:01:52.302]➜  mkdir -p $WORK/b164/
2025-08-20T22:18:37.7356623Z [00:01:52.303]➜  cat >/tmp/go-build707542385/b164/importcfg << 'EOF' # internal
2025-08-20T22:18:37.7357698Z [00:01:52.303]➜  # import config
2025-08-20T22:18:37.7359540Z [00:01:52.303]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:18:37.7360669Z [00:01:52.303]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:18:37.7361679Z [00:01:52.303]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:18:37.7362599Z [00:01:52.303]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:18:37.7363463Z [00:01:52.303]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:37.7364699Z [00:01:52.303]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:37.7366090Z [00:01:52.303]➜  packagefile compress/gzip=/tmp/go-build707542385/b165/_pkg_.a
2025-08-20T22:18:37.7367044Z [00:01:52.303]➜  packagefile container/list=/tmp/go-build707542385/b168/_pkg_.a
2025-08-20T22:18:37.7367936Z [00:01:52.303]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:37.7368852Z [00:01:52.303]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:37.7369766Z [00:01:52.303]➜  packagefile crypto/tls=/tmp/go-build707542385/b169/_pkg_.a
2025-08-20T22:18:37.7370663Z [00:01:52.303]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:37.7371544Z [00:01:52.303]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:37.7372400Z [00:01:52.303]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:37.7373164Z [00:01:52.303]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.7374146Z [00:01:52.303]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build707542385/b182/_pkg_.a
2025-08-20T22:18:37.7375331Z [00:01:52.303]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build707542385/b189/_pkg_.a
2025-08-20T22:18:37.7376670Z [00:01:52.303]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build707542385/b190/_pkg_.a
2025-08-20T22:18:37.7377887Z [00:01:52.303]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build707542385/b183/_pkg_.a
2025-08-20T22:18:37.7379491Z [00:01:52.303]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:37.7380349Z [00:01:52.303]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:37.7381114Z [00:01:52.303]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:37.7381909Z [00:01:52.303]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:37.7382941Z [00:01:52.303]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:37.7383979Z [00:01:52.303]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:37.7384982Z [00:01:52.303]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:37.7385995Z [00:01:52.303]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:37.7386777Z [00:01:52.303]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:37.7387626Z [00:01:52.303]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:37.7388446Z [00:01:52.303]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:37.7389308Z [00:01:52.303]➜  packagefile net/http/httptrace=/tmp/go-build707542385/b194/_pkg_.a
2025-08-20T22:18:37.7390289Z [00:01:52.303]➜  packagefile net/http/internal=/tmp/go-build707542385/b195/_pkg_.a
2025-08-20T22:18:37.7391274Z [00:01:52.303]➜  packagefile net/http/internal/ascii=/tmp/go-build707542385/b196/_pkg_.a
2025-08-20T22:18:37.7392334Z [00:01:52.303]➜  packagefile net/http/internal/httpcommon=/tmp/go-build707542385/b197/_pkg_.a
2025-08-20T22:18:37.7393355Z [00:01:52.303]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:37.7394175Z [00:01:52.303]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:37.7394928Z [00:01:52.303]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:37.7396103Z [00:01:52.303]➜  packagefile path=/tmp/go-build707542385/b081/_pkg_.a
2025-08-20T22:18:37.7396968Z [00:01:52.303]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:37.7397797Z [00:01:52.303]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:37.7398550Z [00:01:52.303]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:37.7399324Z [00:01:52.303]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:37.7400083Z [00:01:52.303]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:37.7400845Z [00:01:52.303]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:37.7401614Z [00:01:52.303]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:37.7402359Z [00:01:52.303]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.7403168Z [00:01:52.303]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:37.7403967Z [00:01:52.303]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:37.7404799Z [00:01:52.303]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:37.7405975Z [00:01:52.303]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:37.7406645Z [00:01:52.303]➜  EOF
2025-08-20T22:18:37.7415920Z [00:01:52.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b164=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid OC_PnB8efZpeq2IcacTr/OC_PnB8efZpeq2IcacTr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/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-20T22:18:37.7424781Z [00:01:52.304]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/65/659d718d37c646bd42b915f9eccfb4c5d42e641a99b829563bc7b6269b5c259f-d # internal
2025-08-20T22:18:37.7426129Z [00:01:52.305]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T22:18:37.7426746Z [00:01:52.305]➜  mkdir -p $WORK/b240/
2025-08-20T22:18:37.7427442Z [00:01:52.305]➜  cat >/tmp/go-build707542385/b240/importcfg << 'EOF' # internal
2025-08-20T22:18:37.7428099Z [00:01:52.305]➜  # import config
2025-08-20T22:18:37.7429002Z [00:01:52.305]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build707542385/b226/_pkg_.a
2025-08-20T22:18:37.7430304Z [00:01:52.305]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:37.7431539Z [00:01:52.305]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build707542385/b241/_pkg_.a
2025-08-20T22:18:37.7432821Z [00:01:52.305]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:37.7434142Z [00:01:52.305]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:37.7435208Z [00:01:52.305]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:37.7436019Z [00:01:52.305]➜  EOF
2025-08-20T22:18:37.7439973Z [00:01:52.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype=>google.golang.org/protobuf@v1.36.8/internal/filetype;$WORK/b240=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.23 -complete -installsuffix shared -buildid hIGNvuaaJD5qTvgQjoUE/hIGNvuaaJD5qTvgQjoUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype/build.go
2025-08-20T22:18:37.7898722Z [00:01:52.357]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:18:37.7914262Z [00:01:52.358]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/c0/c0c6c57947a080438f38750706cf2128e6256a3a7e8fc92e9dbe0cc55670489d-d # internal
2025-08-20T22:18:37.7917364Z [00:01:52.359]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T22:18:37.7919661Z [00:01:52.359]➜  mkdir -p $WORK/b223/
2025-08-20T22:18:37.7920819Z [00:01:52.359]➜  cat >/tmp/go-build707542385/b223/importcfg << 'EOF' # internal
2025-08-20T22:18:37.7921516Z [00:01:52.359]➜  # import config
2025-08-20T22:18:37.7922650Z [00:01:52.359]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:37.7923525Z [00:01:52.359]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build707542385/b240/_pkg_.a
2025-08-20T22:18:37.7924408Z [00:01:52.359]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build707542385/b241/_pkg_.a
2025-08-20T22:18:37.7925430Z [00:01:52.359]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build707542385/b245/_pkg_.a
2025-08-20T22:18:37.7926411Z [00:01:52.359]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build707542385/b246/_pkg_.a
2025-08-20T22:18:37.7926937Z [00:01:52.359]➜  EOF
2025-08-20T22:18:37.7929684Z [00:01:52.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl=>google.golang.org/protobuf@v1.36.8/runtime/protoimpl;$WORK/b223=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.23 -complete -installsuffix shared -buildid yxVpU-ppxdk6nAwK15Kx/yxVpU-ppxdk6nAwK15Kx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl/version.go
2025-08-20T22:18:37.8147426Z [00:01:52.382]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:18:37.8157073Z [00:01:52.383]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/3d/3d456da3be89b27692d6fc95b36bba421e09692686b9b1b68cc0f1fe4c86379f-d # internal
2025-08-20T22:18:37.8159360Z [00:01:52.383]➜  github.com/reviewdog/reviewdog/proto/metacomment
2025-08-20T22:18:37.8160048Z [00:01:52.383]➜  mkdir -p $WORK/b273/
2025-08-20T22:18:37.8160687Z [00:01:52.383]➜  github.com/reviewdog/reviewdog/proto/rdf
2025-08-20T22:18:37.8161528Z [00:01:52.383]➜  mkdir -p $WORK/b216/
2025-08-20T22:18:37.8165881Z [00:01:52.383]➜  cat >/tmp/go-build707542385/b273/importcfg << 'EOF' # internal
2025-08-20T22:18:37.8169578Z [00:01:52.384]➜  # import config
2025-08-20T22:18:37.8170589Z [00:01:52.384]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:37.8171955Z [00:01:52.384]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build707542385/b223/_pkg_.a
2025-08-20T22:18:37.8173027Z [00:01:52.384]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:37.8173818Z [00:01:52.384]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.8174426Z [00:01:52.384]➜  EOF
2025-08-20T22:18:37.8178297Z [00:01:52.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment=>github.com/reviewdog/reviewdog/proto/metacomment;$WORK/b273=>" -p github.com/reviewdog/reviewdog/proto/metacomment -lang=go1.23 -complete -installsuffix shared -buildid XQOvr1OS41afWZ6Z23ri/XQOvr1OS41afWZ6Z23ri -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment/metacomment.pb.go
2025-08-20T22:18:37.8181709Z [00:01:52.384]➜  cat >/tmp/go-build707542385/b216/importcfg << 'EOF' # internal
2025-08-20T22:18:37.8182377Z [00:01:52.384]➜  # import config
2025-08-20T22:18:37.8184468Z [00:01:52.384]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:37.8186698Z [00:01:52.384]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build707542385/b223/_pkg_.a
2025-08-20T22:18:37.8188019Z [00:01:52.384]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:37.8189294Z [00:01:52.384]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.8190139Z [00:01:52.384]➜  EOF
2025-08-20T22:18:37.8194453Z [00:01:52.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf=>github.com/reviewdog/reviewdog/proto/rdf;$WORK/b216=>" -p github.com/reviewdog/reviewdog/proto/rdf -lang=go1.23 -complete -installsuffix shared -buildid G7wNYhrLbuq0v82wa02Y/G7wNYhrLbuq0v82wa02Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/reviewdog.pb.go
2025-08-20T22:18:37.8467660Z [00:01:52.414]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:18:37.8471619Z [00:01:52.414]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/66/66197bab9d8debdb44e678c276e92e471403295e43824b7e2cc4298a1c9bde48-d # internal
2025-08-20T22:18:37.8777545Z [00:01:52.445]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:18:37.8793762Z [00:01:52.446]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/81/819417b77f1b84eaf2e6e63a9fe1e60b434aebc5fccec0a4c8d40d4b109d0707-d # internal
2025-08-20T22:18:37.8794978Z [00:01:52.446]➜  github.com/reviewdog/reviewdog/pathutil
2025-08-20T22:18:37.8795800Z [00:01:52.446]➜  mkdir -p $WORK/b215/
2025-08-20T22:18:37.8797694Z [00:01:52.447]➜  cat >/tmp/go-build707542385/b215/importcfg << 'EOF' # internal
2025-08-20T22:18:37.8798792Z [00:01:52.447]➜  # import config
2025-08-20T22:18:37.8800061Z [00:01:52.447]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:37.8801100Z [00:01:52.447]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:37.8801952Z [00:01:52.447]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:37.8802542Z [00:01:52.447]➜  EOF
2025-08-20T22:18:37.8806265Z [00:01:52.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil=>github.com/reviewdog/reviewdog/pathutil;$WORK/b215=>" -p github.com/reviewdog/reviewdog/pathutil -lang=go1.23 -complete -installsuffix shared -buildid 3LfQFIA7nFw9s7hwyLGk/3LfQFIA7nFw9s7hwyLGk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil/pathutil.go
2025-08-20T22:18:37.9034053Z [00:01:52.470]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:18:37.9046087Z [00:01:52.471]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/15/15cbf288d6558f45ec83a4190baae1b46132c1d9849da479962f26b00111ceed-d # internal
2025-08-20T22:18:37.9048536Z [00:01:52.472]➜  github.com/reviewdog/reviewdog/filter
2025-08-20T22:18:37.9053597Z [00:01:52.472]➜  mkdir -p $WORK/b214/
2025-08-20T22:18:37.9062202Z [00:01:52.473]➜  github.com/reviewdog/reviewdog/parser
2025-08-20T22:18:37.9065365Z [00:01:52.473]➜  mkdir -p $WORK/b248/
2025-08-20T22:18:37.9068606Z [00:01:52.473]➜  cat >/tmp/go-build707542385/b214/importcfg << 'EOF' # internal
2025-08-20T22:18:37.9069298Z [00:01:52.473]➜  # import config
2025-08-20T22:18:37.9069931Z [00:01:52.473]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.9070939Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build707542385/b213/_pkg_.a
2025-08-20T22:18:37.9072235Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:37.9073537Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:37.9074943Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:37.9075988Z [00:01:52.473]➜  EOF
2025-08-20T22:18:37.9079551Z [00:01:52.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter=>github.com/reviewdog/reviewdog/filter;$WORK/b214=>" -p github.com/reviewdog/reviewdog/filter -lang=go1.23 -complete -installsuffix shared -buildid do42yll7RqhauM-DdS9x/do42yll7RqhauM-DdS9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/diff_filter.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/filter.go
2025-08-20T22:18:37.9082880Z [00:01:52.473]➜  cat >/tmp/go-build707542385/b248/importcfg << 'EOF' # internal
2025-08-20T22:18:37.9083840Z [00:01:52.473]➜  # import config
2025-08-20T22:18:37.9084465Z [00:01:52.473]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:37.9085289Z [00:01:52.473]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:37.9086592Z [00:01:52.473]➜  packagefile encoding/xml=/tmp/go-build707542385/b249/_pkg_.a
2025-08-20T22:18:37.9087602Z [00:01:52.473]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:37.9088523Z [00:01:52.473]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.9100729Z [00:01:52.473]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build707542385/b212/_pkg_.a
2025-08-20T22:18:37.9101930Z [00:01:52.473]➜  packagefile github.com/reviewdog/errorformat=/tmp/go-build707542385/b250/_pkg_.a
2025-08-20T22:18:37.9103146Z [00:01:52.473]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build707542385/b210/_pkg_.a
2025-08-20T22:18:37.9104478Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build707542385/b213/_pkg_.a
2025-08-20T22:18:37.9105846Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:37.9107094Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:37.9108465Z [00:01:52.473]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:37.9109852Z [00:01:52.473]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build707542385/b251/_pkg_.a
2025-08-20T22:18:37.9110878Z [00:01:52.473]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:37.9111670Z [00:01:52.473]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:37.9112447Z [00:01:52.473]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:37.9113613Z [00:01:52.473]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:37.9114539Z [00:01:52.473]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:37.9115143Z [00:01:52.473]➜  EOF
2025-08-20T22:18:37.9120590Z [00:01:52.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser=>github.com/reviewdog/reviewdog/parser;$WORK/b248=>" -p github.com/reviewdog/reviewdog/parser -lang=go1.23 -complete -installsuffix shared -buildid ATLjcu_zgB2oLEydTlIG/ATLjcu_zgB2oLEydTlIG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/checkstyle.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/errorformat.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/parser.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjson.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjsonl.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/sarif.go
2025-08-20T22:18:37.9451050Z [00:01:52.512]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:18:37.9472382Z [00:01:52.514]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/73/73a47482b1d75b45ddbe4e53d2bd6138368f42233d577c63219c066cd7215763-d # internal
2025-08-20T22:18:37.9477053Z [00:01:52.514]➜  github.com/reviewdog/reviewdog/doghouse
2025-08-20T22:18:37.9477667Z [00:01:52.514]➜  mkdir -p $WORK/b255/
2025-08-20T22:18:37.9478358Z [00:01:52.514]➜  cat >/tmp/go-build707542385/b255/importcfg << 'EOF' # internal
2025-08-20T22:18:37.9478997Z [00:01:52.514]➜  # import config
2025-08-20T22:18:37.9479832Z [00:01:52.514]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:37.9481026Z [00:01:52.514]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:37.9481805Z [00:01:52.514]➜  EOF
2025-08-20T22:18:37.9489331Z [00:01:52.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse=>github.com/reviewdog/reviewdog/doghouse;$WORK/b255=>" -p github.com/reviewdog/reviewdog/doghouse -lang=go1.23 -complete -installsuffix shared -buildid UBY18ilZ_EXEvDrVgPdr/UBY18ilZ_EXEvDrVgPdr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/service.go
2025-08-20T22:18:37.9718438Z [00:01:52.539]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:18:37.9726151Z [00:01:52.540]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/43/4378ef21388d175f804a1c6d028811d06e75288c155b7d2441f2fc2729d9a73e-d # internal
2025-08-20T22:18:37.9783755Z [00:01:52.545]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:18:37.9798966Z [00:01:52.547]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/d2/d2c1983c79dd4558fd62cae8649238a48cf205b3cc9577dcada7c08f96d228dd-d # internal
2025-08-20T22:18:37.9806797Z [00:01:52.548]➜  github.com/reviewdog/reviewdog
2025-08-20T22:18:37.9809624Z [00:01:52.548]➜  mkdir -p $WORK/b211/
2025-08-20T22:18:37.9810382Z [00:01:52.548]➜  cat >/tmp/go-build707542385/b211/importcfg << 'EOF' # internal
2025-08-20T22:18:37.9811106Z [00:01:52.548]➜  # import config
2025-08-20T22:18:37.9811794Z [00:01:52.548]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:37.9812597Z [00:01:52.548]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:37.9813423Z [00:01:52.548]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:37.9814212Z [00:01:52.548]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:37.9814976Z [00:01:52.548]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:37.9816133Z [00:01:52.548]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build707542385/b212/_pkg_.a
2025-08-20T22:18:37.9817338Z [00:01:52.548]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build707542385/b213/_pkg_.a
2025-08-20T22:18:37.9818825Z [00:01:52.548]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:37.9820082Z [00:01:52.548]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build707542385/b248/_pkg_.a
2025-08-20T22:18:37.9821372Z [00:01:52.548]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:37.9822574Z [00:01:52.548]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:37.9823820Z [00:01:52.548]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build707542385/b251/_pkg_.a
2025-08-20T22:18:37.9824813Z [00:01:52.548]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:37.9825756Z [00:01:52.548]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:37.9826541Z [00:01:52.548]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:37.9827320Z [00:01:52.548]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:37.9827903Z [00:01:52.548]➜  EOF
2025-08-20T22:18:37.9832378Z [00:01:52.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO=>github.com/reviewdog/reviewdog;$WORK/b211=>" -p github.com/reviewdog/reviewdog -lang=go1.23 -complete -installsuffix shared -buildid vq42Zk0zyJqzbpfpvYF-/vq42Zk0zyJqzbpfpvYF- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/comment.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_iowriter.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/fail_level.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/resultmap.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/reviewdog.go
2025-08-20T22:18:38.0977912Z [00:01:52.665]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:18:38.1014828Z [00:01:52.668]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/c1/c15cf5217abd076a49d00633497f69249df7d0c5f7bbab309252351580a8a581-d # internal
2025-08-20T22:18:38.1018623Z [00:01:52.668]➜  github.com/reviewdog/reviewdog/service/commentutil
2025-08-20T22:18:38.1019435Z [00:01:52.668]➜  github.com/reviewdog/reviewdog/project
2025-08-20T22:18:38.1020342Z [00:01:52.668]➜  mkdir -p $WORK/b271/
2025-08-20T22:18:38.1022631Z [00:01:52.669]➜  github.com/reviewdog/reviewdog/service/github/githubutils
2025-08-20T22:18:38.1023421Z [00:01:52.669]➜  mkdir -p $WORK/b274/
2025-08-20T22:18:38.1023957Z [00:01:52.669]➜  mkdir -p $WORK/b257/
2025-08-20T22:18:38.1024694Z [00:01:52.669]➜  cat >/tmp/go-build707542385/b274/importcfg << 'EOF' # internal
2025-08-20T22:18:38.1028645Z [00:01:52.669]➜  # import config
2025-08-20T22:18:38.1029480Z [00:01:52.669]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:38.1030266Z [00:01:52.669]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:38.1031257Z [00:01:52.669]➜  packagefile github.com/haya14busa/go-actions-toolkit/core=/tmp/go-build707542385/b275/_pkg_.a
2025-08-20T22:18:38.1032441Z [00:01:52.669]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:38.1033600Z [00:01:52.669]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:38.1034627Z [00:01:52.669]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:38.1035677Z [00:01:52.669]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:38.1036518Z [00:01:52.669]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:38.1037096Z [00:01:52.669]➜  EOF
2025-08-20T22:18:38.1041600Z [00:01:52.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils=>github.com/reviewdog/reviewdog/service/github/githubutils;$WORK/b274=>" -p github.com/reviewdog/reviewdog/service/github/githubutils -lang=go1.23 -complete -installsuffix shared -buildid YvKjaH_erVP_m1H5yPib/YvKjaH_erVP_m1H5yPib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/comment_writer.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/utils.go
2025-08-20T22:18:38.1047114Z [00:01:52.671]➜  cat >/tmp/go-build707542385/b271/importcfg << 'EOF' # internal
2025-08-20T22:18:38.1047786Z [00:01:52.671]➜  # import config
2025-08-20T22:18:38.1048410Z [00:01:52.671]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:38.1049347Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:38.1050515Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:38.1051529Z [00:01:52.671]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:38.1052258Z [00:01:52.671]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:38.1053027Z [00:01:52.671]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:38.1053659Z [00:01:52.671]➜  EOF
2025-08-20T22:18:38.1054309Z [00:01:52.671]➜  cat >/tmp/go-build707542385/b257/importcfg << 'EOF' # internal
2025-08-20T22:18:38.1054985Z [00:01:52.671]➜  # import config
2025-08-20T22:18:38.1055724Z [00:01:52.671]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:38.1056500Z [00:01:52.671]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:38.1057314Z [00:01:52.671]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:38.1058094Z [00:01:52.671]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:38.1059037Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:38.1060229Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build707542385/b213/_pkg_.a
2025-08-20T22:18:38.1061406Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:38.1062605Z [00:01:52.671]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build707542385/b248/_pkg_.a
2025-08-20T22:18:38.1063990Z [00:01:52.671]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build707542385/b258/_pkg_.a
2025-08-20T22:18:38.1064944Z [00:01:52.671]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build707542385/b259/_pkg_.a
2025-08-20T22:18:38.1078671Z [00:01:52.671]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:38.1079521Z [00:01:52.671]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:38.1080304Z [00:01:52.672]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:38.1081083Z [00:01:52.672]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:38.1081917Z [00:01:52.672]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:38.1082719Z [00:01:52.672]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:38.1083329Z [00:01:52.672]➜  EOF
2025-08-20T22:18:38.1087672Z [00:01:52.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil=>github.com/reviewdog/reviewdog/service/commentutil;$WORK/b271=>" -p github.com/reviewdog/reviewdog/service/commentutil -lang=go1.23 -complete -installsuffix shared -buildid 8UC2Yw7PKu9Dwj4Ywn3b/8UC2Yw7PKu9Dwj4Ywn3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/code_fence.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/commentutil.go
2025-08-20T22:18:38.1095129Z [00:01:52.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/project=>github.com/reviewdog/reviewdog/project;$WORK/b257=>" -p github.com/reviewdog/reviewdog/project -lang=go1.23 -complete -installsuffix shared -buildid d1VPg2L5QqMkjC2iN44c/d1VPg2L5QqMkjC2iN44c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/project/cmdbuilder.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/project/conf.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/project/run.go
2025-08-20T22:18:38.1523982Z [00:01:52.719]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:18:38.1525325Z [00:01:52.719]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:18:38.1545100Z [00:01:52.721]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/37/37268cb11136b2a315a3733a5f8db80a1ef5be7f7de1533639a68fbee8ac88b4-d # internal
2025-08-20T22:18:38.1548718Z [00:01:52.722]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/e0/e050a030d381c77e7619efb2d4bf1aebd03675927e3b6d3e1e2840eb14b5d228-d # internal
2025-08-20T22:18:38.2301150Z [00:01:52.797]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:18:38.2339717Z [00:01:52.801]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/c1/c1f13b3d4066fbcbaf97566d4874b3403e4e11dd0c8b09d5f6732366f5f1bc5b-d # internal
2025-08-20T22:18:39.1084565Z [00:01:53.675]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:18:39.1331242Z [00:01:53.700]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/26/266e469012455d1e6a064c439db64ad706ec938cd419d4f67fdeed2ee7f768a0-d # internal
2025-08-20T22:18:39.1344109Z [00:01:53.701]➜  github.com/42wim/httpsig
2025-08-20T22:18:39.1345034Z [00:01:53.701]➜  mkdir -p $WORK/b101/
2025-08-20T22:18:39.1353319Z [00:01:53.701]➜  github.com/reviewdog/reviewdog/doghouse/client
2025-08-20T22:18:39.1354016Z [00:01:53.701]➜  mkdir -p $WORK/b256/
2025-08-20T22:18:39.1354572Z [00:01:53.701]➜  github.com/go-fed/httpsig
2025-08-20T22:18:39.1355116Z [00:01:53.701]➜  mkdir -p $WORK/b198/
2025-08-20T22:18:39.1356027Z [00:01:53.701]➜  cat >/tmp/go-build707542385/b101/importcfg << 'EOF' # internal
2025-08-20T22:18:39.1356700Z [00:01:53.701]➜  # import config
2025-08-20T22:18:39.1357345Z [00:01:53.701]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.1358141Z [00:01:53.701]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:39.1358973Z [00:01:53.701]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:39.1359892Z [00:01:53.701]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:39.1361130Z [00:01:53.701]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:39.1361997Z [00:01:53.701]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:39.1362872Z [00:01:53.701]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:39.1363745Z [00:01:53.701]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:39.1364628Z [00:01:53.701]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:39.1365611Z [00:01:53.701]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:39.1366499Z [00:01:53.701]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.1367357Z [00:01:53.701]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.1368128Z [00:01:53.701]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.1369068Z [00:01:53.701]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build707542385/b123/_pkg_.a
2025-08-20T22:18:39.1370203Z [00:01:53.701]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build707542385/b126/_pkg_.a
2025-08-20T22:18:39.1397239Z [00:01:53.701]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build707542385/b127/_pkg_.a
2025-08-20T22:18:39.1398412Z [00:01:53.701]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build707542385/b131/_pkg_.a
2025-08-20T22:18:39.1399413Z [00:01:53.701]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build707542385/b132/_pkg_.a
2025-08-20T22:18:39.1400287Z [00:01:53.701]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:39.1401058Z [00:01:53.701]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.1401847Z [00:01:53.701]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:39.1402685Z [00:01:53.701]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.1403849Z [00:01:53.701]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:39.1404779Z [00:01:53.701]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.1405827Z [00:01:53.701]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.1406625Z [00:01:53.701]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.1407238Z [00:01:53.701]➜  EOF
2025-08-20T22:18:39.1412110Z [00:01:53.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2=>github.com/42wim/httpsig@v1.2.2;$WORK/b101=>" -p github.com/42wim/httpsig -lang=go1.18 -complete -installsuffix shared -buildid H_dwsPN4mw_ZJedu-t6m/H_dwsPN4mw_ZJedu-t6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2/algorithms.go /root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2/digest.go /root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2/httpsig.go /root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2/signing.go /root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2/verifying.go
2025-08-20T22:18:39.1416762Z [00:01:53.702]➜  cat >/tmp/go-build707542385/b198/importcfg << 'EOF' # internal
2025-08-20T22:18:39.1417476Z [00:01:53.702]➜  # import config
2025-08-20T22:18:39.1418182Z [00:01:53.703]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.1419018Z [00:01:53.703]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:39.1419906Z [00:01:53.703]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:39.1420785Z [00:01:53.703]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:39.1421658Z [00:01:53.703]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:39.1422535Z [00:01:53.703]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:39.1423440Z [00:01:53.703]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:39.1424314Z [00:01:53.703]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:39.1425651Z [00:01:53.703]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:39.1426463Z [00:01:53.703]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:39.1427332Z [00:01:53.703]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:39.1428256Z [00:01:53.703]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.1429111Z [00:01:53.703]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.1429872Z [00:01:53.703]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.1430804Z [00:01:53.703]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build707542385/b123/_pkg_.a
2025-08-20T22:18:39.1431900Z [00:01:53.703]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build707542385/b126/_pkg_.a
2025-08-20T22:18:39.1432976Z [00:01:53.703]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build707542385/b127/_pkg_.a
2025-08-20T22:18:39.1434054Z [00:01:53.703]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build707542385/b199/_pkg_.a
2025-08-20T22:18:39.1435101Z [00:01:53.703]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build707542385/b131/_pkg_.a
2025-08-20T22:18:39.1436241Z [00:01:53.703]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build707542385/b132/_pkg_.a
2025-08-20T22:18:39.1437098Z [00:01:53.703]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:39.1437819Z [00:01:53.703]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.1438556Z [00:01:53.703]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:39.1439332Z [00:01:53.703]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.1440137Z [00:01:53.703]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:39.1441158Z [00:01:53.703]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.1441958Z [00:01:53.703]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.1442735Z [00:01:53.703]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.1443310Z [00:01:53.703]➜  EOF
2025-08-20T22:18:39.1464209Z [00:01:53.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0=>github.com/go-fed/httpsig@v1.1.0;$WORK/b198=>" -p github.com/go-fed/httpsig -lang=go1.13 -complete -installsuffix shared -buildid IWQdBZHc63qlKZtzJLgj/IWQdBZHc63qlKZtzJLgj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0/algorithms.go /root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0/digest.go /root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0/httpsig.go /root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0/signing.go /root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0/verifying.go
2025-08-20T22:18:39.1468641Z [00:01:53.705]➜  cat >/tmp/go-build707542385/b256/importcfg << 'EOF' # internal
2025-08-20T22:18:39.1469329Z [00:01:53.705]➜  # import config
2025-08-20T22:18:39.1470323Z [00:01:53.705]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.1471248Z [00:01:53.705]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.1472242Z [00:01:53.705]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.1473313Z [00:01:53.705]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.1474438Z [00:01:53.705]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build707542385/b254/_pkg_.a
2025-08-20T22:18:39.1476057Z [00:01:53.705]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build707542385/b255/_pkg_.a
2025-08-20T22:18:39.1477224Z [00:01:53.705]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.1478115Z [00:01:53.705]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:39.1488942Z [00:01:53.705]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.1489829Z [00:01:53.705]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.1490684Z [00:01:53.705]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.1491316Z [00:01:53.705]➜  EOF
2025-08-20T22:18:39.1494841Z [00:01:53.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client=>github.com/reviewdog/reviewdog/doghouse/client;$WORK/b256=>" -p github.com/reviewdog/reviewdog/doghouse/client -lang=go1.23 -complete -installsuffix shared -buildid c6p6QlqNPj71QD_vBH9H/c6p6QlqNPj71QD_vBH9H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client/client.go
2025-08-20T22:18:39.1524943Z [00:01:53.719]➜  github.com/google/go-github/v72/github
2025-08-20T22:18:39.1527846Z [00:01:53.720]➜  mkdir -p $WORK/b206/
2025-08-20T22:18:39.1541279Z [00:01:53.721]➜  cat >/tmp/go-build707542385/b206/importcfg << 'EOF' # internal
2025-08-20T22:18:39.1562305Z [00:01:53.721]➜  # import config
2025-08-20T22:18:39.1562980Z [00:01:53.721]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.1563786Z [00:01:53.721]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.1564597Z [00:01:53.721]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:39.1565416Z [00:01:53.721]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:39.1566464Z [00:01:53.721]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:39.1567347Z [00:01:53.721]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:39.1568262Z [00:01:53.721]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.1569430Z [00:01:53.721]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:39.1570350Z [00:01:53.721]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.1571203Z [00:01:53.721]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.1571983Z [00:01:53.721]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.1572976Z [00:01:53.721]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build707542385/b207/_pkg_.a
2025-08-20T22:18:39.1573955Z [00:01:53.721]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:39.1574718Z [00:01:53.721]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.1575651Z [00:01:53.721]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:39.1576476Z [00:01:53.721]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.1577291Z [00:01:53.721]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.1578084Z [00:01:53.721]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.1578848Z [00:01:53.721]➜  packagefile path=/tmp/go-build707542385/b081/_pkg_.a
2025-08-20T22:18:39.1579687Z [00:01:53.721]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:39.1580532Z [00:01:53.721]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:39.1581333Z [00:01:53.721]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:39.1582116Z [00:01:53.721]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:39.1582892Z [00:01:53.721]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.1583710Z [00:01:53.721]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.1584484Z [00:01:53.721]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.1585236Z [00:01:53.721]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.1593893Z [00:01:53.721]➜  EOF
2025-08-20T22:18:39.1702065Z [00:01:53.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github=>github.com/google/go-github/v72@v72.0.0/github;$WORK/b206=>" -p github.com/google/go-github/v72/github -lang=go1.23 -complete -installsuffix shared -buildid UYMK07KUMb0HE35efM40/UYMK07KUMb0HE35efM40 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_artifacts.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_cache.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_hosted_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_oidc.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_permissions_enterprise.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_permissions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_variables.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflow_jobs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflow_runs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflows.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_events.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_notifications.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_star.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_watching.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_stats.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_users.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_installation.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_manifest.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_marketplace.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/authorizations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/billing.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/checks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/code_scanning.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codesofconduct.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codespaces.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codespaces_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/copilot.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot_alerts.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependency_graph.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependency_graph_snapshots.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/doc.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/emojis.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_hosted_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_code_security_and_analysis.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_config.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_maintenance.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_ssh.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_network_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/event.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/event_types.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gists.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gists_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_blobs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_commits.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_refs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_tags.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_trees.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/github-accessors.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/github.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gitignore.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions_repos.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issue_import.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_assignees.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_events.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_labels.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_milestones.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_timeline.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/licenses.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/markdown.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/messages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/meta.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations_source_import.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations_user.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_codesecurity_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_credential_authorizations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_custom_repository_roles.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_issue_types.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_members.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_network_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_organization_roles.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_outside_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_personal_access_tokens.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_security_managers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_reviewers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_reviews.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_threads.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/rate_limit.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/reactions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_access.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_autolinks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_codeowners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_commits.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_community_health.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_contents.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployment_branch_policies.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployment_protection_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_environments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_forks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_invitations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_lfs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_merging.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_pages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_prereceive_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_releases.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_stats.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_statuses.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_tags.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_traffic.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/scim.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/search.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/secret_scanning.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/security_advisories.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/strings.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_discussion_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_discussions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_members.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/timestamp.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_administration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_emails.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_followers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_gpg_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_ssh_signing_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/without_appengine.go
2025-08-20T22:18:39.1981286Z [00:01:53.765]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:18:39.2000745Z [00:01:53.765]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/85/85393944ed6637acf6a3ec40354d973fe908b1c05a4ad14bb25faf476105b4b7-d # internal
2025-08-20T22:18:39.2001891Z [00:01:53.765]➜  golang.org/x/oauth2/internal
2025-08-20T22:18:39.2002483Z [00:01:53.765]➜  mkdir -p $WORK/b263/
2025-08-20T22:18:39.2003274Z [00:01:53.766]➜  cat >/tmp/go-build707542385/b263/importcfg << 'EOF' # internal
2025-08-20T22:18:39.2004004Z [00:01:53.766]➜  # import config
2025-08-20T22:18:39.2004690Z [00:01:53.766]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.2006022Z [00:01:53.766]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:39.2007129Z [00:01:53.766]➜  packagefile crypto/x509=/tmp/go-build707542385/b142/_pkg_.a
2025-08-20T22:18:39.2008063Z [00:01:53.766]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.2009106Z [00:01:53.766]➜  packagefile encoding/pem=/tmp/go-build707542385/b144/_pkg_.a
2025-08-20T22:18:39.2009953Z [00:01:53.766]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.2010743Z [00:01:53.766]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.2011520Z [00:01:53.766]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.2012335Z [00:01:53.766]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:39.2013475Z [00:01:53.766]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:39.2014282Z [00:01:53.766]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.2015113Z [00:01:53.766]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.2016116Z [00:01:53.766]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.2016935Z [00:01:53.766]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.2017742Z [00:01:53.766]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.2018612Z [00:01:53.766]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:39.2019485Z [00:01:53.766]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.2020120Z [00:01:53.766]➜  EOF
2025-08-20T22:18:39.2024628Z [00:01:53.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b263=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid jCKHvJgn_itwQH2_vGE1/jCKHvJgn_itwQH2_vGE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/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-20T22:18:39.2790911Z [00:01:53.846]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:18:39.2810466Z [00:01:53.848]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T22:18:39.2831681Z [00:01:53.850]➜  golang.org/x/oauth2
2025-08-20T22:18:39.2836521Z [00:01:53.851]➜  mkdir -p $WORK/b262/
2025-08-20T22:18:39.2846549Z [00:01:53.852]➜  cat >/tmp/go-build707542385/b262/importcfg << 'EOF' # internal
2025-08-20T22:18:39.2849185Z [00:01:53.852]➜  # import config
2025-08-20T22:18:39.2860016Z [00:01:53.852]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.2860868Z [00:01:53.852]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.2861791Z [00:01:53.852]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:39.2862692Z [00:01:53.852]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:39.2863606Z [00:01:53.852]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.2891971Z [00:01:53.852]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.2896724Z [00:01:53.852]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.2903287Z [00:01:53.852]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.2908362Z [00:01:53.852]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build707542385/b263/_pkg_.a
2025-08-20T22:18:39.2921179Z [00:01:53.852]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.2922013Z [00:01:53.852]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:39.2922819Z [00:01:53.852]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.2923617Z [00:01:53.852]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.2924427Z [00:01:53.852]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.2925246Z [00:01:53.852]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.2926237Z [00:01:53.852]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.2927006Z [00:01:53.852]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.2927584Z [00:01:53.852]➜  EOF
2025-08-20T22:18:39.2931992Z [00:01:53.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b262=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/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-20T22:18:39.3215625Z [00:01:53.888]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:18:39.3249452Z [00:01:53.892]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/fd/fd589af5e87e49297ee5a991829ddbbdaf242fbc42cd825f498d2461a58991f2-d # internal
2025-08-20T22:18:39.3272056Z [00:01:53.892]➜  net/http/httputil
2025-08-20T22:18:39.3272539Z [00:01:53.892]➜  mkdir -p $WORK/b265/
2025-08-20T22:18:39.3273219Z [00:01:53.893]➜  cat >/tmp/go-build707542385/b265/importcfg << 'EOF' # internal
2025-08-20T22:18:39.3273833Z [00:01:53.893]➜  # import config
2025-08-20T22:18:39.3274583Z [00:01:53.893]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:18:39.3275441Z [00:01:53.893]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:39.3276352Z [00:01:53.893]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.3277107Z [00:01:53.893]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.3277886Z [00:01:53.893]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.3278609Z [00:01:53.893]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.3279540Z [00:01:53.893]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build707542385/b182/_pkg_.a
2025-08-20T22:18:39.3280461Z [00:01:53.893]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.3281405Z [00:01:53.893]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:39.3282079Z [00:01:53.893]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:39.3282789Z [00:01:53.893]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:39.3283521Z [00:01:53.893]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.3284319Z [00:01:53.893]➜  packagefile net/http/httptrace=/tmp/go-build707542385/b194/_pkg_.a
2025-08-20T22:18:39.3285154Z [00:01:53.893]➜  packagefile net/http/internal=/tmp/go-build707542385/b195/_pkg_.a
2025-08-20T22:18:39.3286290Z [00:01:53.893]➜  packagefile net/http/internal/ascii=/tmp/go-build707542385/b196/_pkg_.a
2025-08-20T22:18:39.3288481Z [00:01:53.893]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:39.3289354Z [00:01:53.893]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.3290078Z [00:01:53.893]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.3290800Z [00:01:53.893]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.3291495Z [00:01:53.893]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.3291989Z [00:01:53.893]➜  EOF
2025-08-20T22:18:39.3295465Z [00:01:53.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b265=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid FvW1IWK-P2zDXiAiPRqz/FvW1IWK-P2zDXiAiPRqz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/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-20T22:18:39.3318583Z [00:01:53.899]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:18:39.3328142Z [00:01:53.900]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/5b/5b25756c6c5a00a6febba678482438c78c99b0af6fbb6850f540f841090e0a67-d # internal
2025-08-20T22:18:39.3353227Z [00:01:53.902]➜  code.gitea.io/sdk/gitea
2025-08-20T22:18:39.3356592Z [00:01:53.903]➜  mkdir -p $WORK/b002/
2025-08-20T22:18:39.3382085Z [00:01:53.905]➜  cat >/tmp/go-build707542385/b002/importcfg << 'EOF' # internal
2025-08-20T22:18:39.3389862Z [00:01:53.906]➜  # import config
2025-08-20T22:18:39.3390563Z [00:01:53.906]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.3391430Z [00:01:53.906]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.3394639Z [00:01:53.906]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:39.3396213Z [00:01:53.906]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:39.3399402Z [00:01:53.906]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:39.3400647Z [00:01:53.906]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.3401840Z [00:01:53.906]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:39.3403059Z [00:01:53.906]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.3406196Z [00:01:53.906]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.3407015Z [00:01:53.906]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.3407933Z [00:01:53.906]➜  packagefile github.com/42wim/httpsig=/tmp/go-build707542385/b101/_pkg_.a
2025-08-20T22:18:39.3408974Z [00:01:53.906]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build707542385/b198/_pkg_.a
2025-08-20T22:18:39.3410055Z [00:01:53.906]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build707542385/b200/_pkg_.a
2025-08-20T22:18:39.3411139Z [00:01:53.906]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build707542385/b132/_pkg_.a
2025-08-20T22:18:39.3412217Z [00:01:53.906]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build707542385/b204/_pkg_.a
2025-08-20T22:18:39.3413456Z [00:01:53.906]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.3414361Z [00:01:53.907]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:39.3415246Z [00:01:53.907]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:39.3416292Z [00:01:53.907]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.3417099Z [00:01:53.907]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.3417855Z [00:01:53.907]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.3418625Z [00:01:53.907]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:39.3419422Z [00:01:53.907]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:39.3420234Z [00:01:53.907]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.3421047Z [00:01:53.907]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.3421878Z [00:01:53.907]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.3422665Z [00:01:53.907]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.3423247Z [00:01:53.907]➜  EOF
2025-08-20T22:18:39.3472046Z [00:01:53.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0=>code.gitea.io/sdk/gitea@v0.21.0;$WORK/b002=>" -p code.gitea.io/sdk/gitea -lang=go1.23 -complete -installsuffix shared -buildid rf1rKScI-95LnvF6K2Q6/rf1rKScI-95LnvF6K2Q6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/admin_cron.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/admin_org.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/admin_repo.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/admin_user.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/agent.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/attachment.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/client.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/doc.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/fork.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/git_blob.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/git_hook.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/helper.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/hook.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/hook_validate.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/httpsign.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_comment.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_label.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_milestone.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_reaction.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_stopwatch.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_subscription.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_template.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_timeline.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/issue_tracked_time.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/list_options.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/notifications.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/oauth2.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/org.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/org_action.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/org_member.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/org_team.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/package.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/pull.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/pull_review.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/release.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_action.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_action_variable.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_branch.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_branch_protection.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_collaborator.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_commit.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_compare.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_file.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_key.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_migrate.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_mirror.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_refs.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_stars.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_tag.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_tag_protection.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_team.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_template.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_topics.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_transfer.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_tree.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/repo_watch.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/secret.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/settings.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/status.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_app.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_email.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_follow.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_gpgkey.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_key.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_search.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/user_settings.go /root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0/version.go
2025-08-20T22:18:39.3922651Z [00:01:53.959]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:18:39.3946921Z [00:01:53.962]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T22:18:39.3955160Z [00:01:53.962]➜  net/http/cookiejar
2025-08-20T22:18:39.3959112Z [00:01:53.963]➜  mkdir -p $WORK/b269/
2025-08-20T22:18:39.3968290Z [00:01:53.964]➜  cat >/tmp/go-build707542385/b269/importcfg << 'EOF' # internal
2025-08-20T22:18:39.3976911Z [00:01:53.964]➜  # import config
2025-08-20T22:18:39.3977553Z [00:01:53.964]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:39.3978311Z [00:01:53.964]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.3979052Z [00:01:53.964]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.3979830Z [00:01:53.964]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:39.3980575Z [00:01:53.964]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.3981465Z [00:01:53.964]➜  packagefile net/http/internal/ascii=/tmp/go-build707542385/b196/_pkg_.a
2025-08-20T22:18:39.3982334Z [00:01:53.964]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.3983090Z [00:01:53.964]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:39.3983855Z [00:01:53.964]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.3984599Z [00:01:53.964]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.3985333Z [00:01:53.964]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.3986447Z [00:01:53.964]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:39.3987064Z [00:01:53.964]➜  EOF
2025-08-20T22:18:39.4009874Z [00:01:53.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b269=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid SOV2k6_UA_Ms29ejv6A9/SOV2k6_UA_Ms29ejv6A9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T22:18:39.4921208Z [00:01:54.059]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:18:39.4928042Z [00:01:54.060]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/44/44c1926d4642bbc63574f7bffa07f6e7f25194f91157c41eead890364865aa37-d # internal
2025-08-20T22:18:39.4931374Z [00:01:54.060]➜  golang.org/x/build/gerrit
2025-08-20T22:18:39.4938937Z [00:01:54.061]➜  mkdir -p $WORK/b268/
2025-08-20T22:18:39.4944582Z [00:01:54.061]➜  cat >/tmp/go-build707542385/b268/importcfg << 'EOF' # internal
2025-08-20T22:18:39.4946133Z [00:01:54.061]➜  # import config
2025-08-20T22:18:39.4948597Z [00:01:54.062]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:39.4949645Z [00:01:54.062]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.4952533Z [00:01:54.062]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.4953270Z [00:01:54.062]➜  packagefile crypto/md5=/tmp/go-build707542385/b137/_pkg_.a
2025-08-20T22:18:39.4954085Z [00:01:54.062]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:39.4954964Z [00:01:54.062]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:39.4960524Z [00:01:54.062]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.4961389Z [00:01:54.062]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.4962198Z [00:01:54.062]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.4963007Z [00:01:54.062]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:39.4963831Z [00:01:54.062]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.4964597Z [00:01:54.062]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.4965689Z [00:01:54.062]➜  packagefile net/http/cookiejar=/tmp/go-build707542385/b269/_pkg_.a
2025-08-20T22:18:39.4966918Z [00:01:54.062]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.4967682Z [00:01:54.062]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.4968434Z [00:01:54.062]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:39.4969255Z [00:01:54.062]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:39.4970075Z [00:01:54.062]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:39.4970835Z [00:01:54.062]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:39.4971597Z [00:01:54.062]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.4972361Z [00:01:54.062]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.4973104Z [00:01:54.062]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.4973858Z [00:01:54.062]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.4974442Z [00:01:54.062]➜  EOF
2025-08-20T22:18:39.4978838Z [00:01:54.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/build@v0.0.0-20250512204353-bd68c458b160/gerrit=>golang.org/x/build@v0.0.0-20250512204353-bd68c458b160/gerrit;$WORK/b268=>" -p golang.org/x/build/gerrit -lang=go1.23 -complete -installsuffix shared -buildid jxI7hOkaRSPclSHims1W/jxI7hOkaRSPclSHims1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/golang.org/x/build@v0.0.0-20250512204353-bd68c458b160/gerrit/auth.go /root/go/pkg/mod/golang.org/x/build@v0.0.0-20250512204353-bd68c458b160/gerrit/gerrit.go
2025-08-20T22:18:39.5376355Z [00:01:54.104]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:18:39.5409343Z [00:01:54.108]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/be/bece2327b710d44caa872313fb5af753936ca26c543db1a609e3cd94a01eca00-d # internal
2025-08-20T22:18:39.5416652Z [00:01:54.109]➜  github.com/reva2/bitbucket-insights-api
2025-08-20T22:18:39.5419147Z [00:01:54.109]➜  mkdir -p $WORK/b261/
2025-08-20T22:18:39.5420448Z [00:01:54.109]➜  cat >/tmp/go-build707542385/b261/importcfg << 'EOF' # internal
2025-08-20T22:18:39.5421601Z [00:01:54.109]➜  # import config
2025-08-20T22:18:39.5475075Z [00:01:54.109]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.5476155Z [00:01:54.109]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.5477035Z [00:01:54.109]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.5477929Z [00:01:54.109]➜  packagefile encoding/xml=/tmp/go-build707542385/b249/_pkg_.a
2025-08-20T22:18:39.5478743Z [00:01:54.109]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.5479530Z [00:01:54.109]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.5480439Z [00:01:54.109]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:39.5481318Z [00:01:54.109]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.5482124Z [00:01:54.109]➜  packagefile io/ioutil=/tmp/go-build707542385/b264/_pkg_.a
2025-08-20T22:18:39.5482922Z [00:01:54.109]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:39.5483690Z [00:01:54.109]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:39.5484561Z [00:01:54.109]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.5485450Z [00:01:54.109]➜  packagefile net/http/httputil=/tmp/go-build707542385/b265/_pkg_.a
2025-08-20T22:18:39.5486480Z [00:01:54.109]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.5487270Z [00:01:54.109]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.5488107Z [00:01:54.109]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:39.5488981Z [00:01:54.109]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:39.5490121Z [00:01:54.109]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:39.5490974Z [00:01:54.109]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.5491792Z [00:01:54.109]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.5492598Z [00:01:54.109]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.5493433Z [00:01:54.109]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:39.5494075Z [00:01:54.109]➜  EOF
2025-08-20T22:18:39.5503540Z [00:01:54.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0=>github.com/reva2/bitbucket-insights-api@v1.0.0;$WORK/b261=>" -p github.com/reva2/bitbucket-insights-api -lang=go1.13 -complete -installsuffix shared -buildid NffcmGaai5xxV9g1wHHX/NffcmGaai5xxV9g1wHHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/api_insights.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/client.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/configuration.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_annotation.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_annotations_list.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_error.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_error_response.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_report.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/model_reports_list_response.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/response.go /root/go/pkg/mod/github.com/reva2/bitbucket-insights-api@v1.0.0/utils.go
2025-08-20T22:18:39.6901146Z [00:01:54.257]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:18:39.6986133Z [00:01:54.265]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/f4/f40a2fe75463633f394eb6f0d6c232ff40a007c74c8372748585cb4295ee7c67-d # internal
2025-08-20T22:18:39.6992198Z [00:01:54.266]➜  github.com/reviewdog/go-bitbucket
2025-08-20T22:18:39.6994715Z [00:01:54.266]➜  mkdir -p $WORK/b266/
2025-08-20T22:18:39.6998853Z [00:01:54.267]➜  cat >/tmp/go-build707542385/b266/importcfg << 'EOF' # internal
2025-08-20T22:18:39.7000118Z [00:01:54.267]➜  # import config
2025-08-20T22:18:39.7001637Z [00:01:54.267]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:39.7002465Z [00:01:54.267]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.7003276Z [00:01:54.267]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:39.7004113Z [00:01:54.267]➜  packagefile encoding/xml=/tmp/go-build707542385/b249/_pkg_.a
2025-08-20T22:18:39.7004980Z [00:01:54.267]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:39.7006074Z [00:01:54.267]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.7007000Z [00:01:54.267]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:39.7007878Z [00:01:54.267]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:39.7008696Z [00:01:54.267]➜  packagefile io/ioutil=/tmp/go-build707542385/b264/_pkg_.a
2025-08-20T22:18:39.7009503Z [00:01:54.267]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:39.7010359Z [00:01:54.267]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:39.7011214Z [00:01:54.267]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:39.7012122Z [00:01:54.267]➜  packagefile net/http/httputil=/tmp/go-build707542385/b265/_pkg_.a
2025-08-20T22:18:39.7013006Z [00:01:54.267]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:39.7013815Z [00:01:54.267]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:39.7015034Z [00:01:54.267]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:39.7016111Z [00:01:54.267]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:39.7016928Z [00:01:54.267]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:39.7017733Z [00:01:54.267]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:39.7018554Z [00:01:54.267]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.7019342Z [00:01:54.267]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:39.7020182Z [00:01:54.267]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:39.7020833Z [00:01:54.267]➜  EOF
2025-08-20T22:18:39.7034150Z [00:01:54.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0=>github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0;$WORK/b266=>" -p github.com/reviewdog/go-bitbucket -lang=go1.14 -complete -installsuffix shared -buildid TUwWALhd6XUs4-Fd8wUE/TUwWALhd6XUs4-Fd8wUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/api_reports.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/client.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/configuration.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_error.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_error_error.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_object.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_paginated_annotations.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_paginated_reports.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_report.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_report_all_of.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_report_annotation.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_report_annotation_all_of.go /root/go/pkg/mod/github.com/reviewdog/go-bitbucket@v0.0.0-20201024094602-708c3f6a7de0/model_report_data.go
2025-08-20T22:18:39.9593034Z [00:01:54.526]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:18:39.9734905Z [00:01:54.539]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/1a/1a4764c6a4535d01cae29618d8590e394ad269f5e31bef8dd4e972d4bdc11ac3-d # internal
2025-08-20T22:18:39.9741854Z [00:01:54.541]➜  github.com/reviewdog/reviewdog/service/gerrit
2025-08-20T22:18:39.9742559Z [00:01:54.541]➜  mkdir -p $WORK/b267/
2025-08-20T22:18:39.9743587Z [00:01:54.541]➜  cat >/tmp/go-build707542385/b267/importcfg << 'EOF' # internal
2025-08-20T22:18:39.9744252Z [00:01:54.541]➜  # import config
2025-08-20T22:18:39.9744917Z [00:01:54.541]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:39.9745942Z [00:01:54.541]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:39.9746917Z [00:01:54.541]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:39.9748236Z [00:01:54.541]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:39.9749461Z [00:01:54.541]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build707542385/b268/_pkg_.a
2025-08-20T22:18:39.9750391Z [00:01:54.541]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:39.9751250Z [00:01:54.541]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:39.9752131Z [00:01:54.541]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:39.9752935Z [00:01:54.541]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:39.9753528Z [00:01:54.541]➜  EOF
2025-08-20T22:18:39.9758380Z [00:01:54.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit=>github.com/reviewdog/reviewdog/service/gerrit;$WORK/b267=>" -p github.com/reviewdog/reviewdog/service/gerrit -lang=go1.23 -complete -installsuffix shared -buildid tqIAon_Wi0SZQhNyUwQE/tqIAon_Wi0SZQhNyUwQE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_review.go
2025-08-20T22:18:40.0665003Z [00:01:54.633]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:18:40.0725159Z [00:01:54.639]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/17/17aea96d5db6eaa873c382337803b40987085300fd92c576c8a09c4634692202-d # internal
2025-08-20T22:18:40.0759967Z [00:01:54.643]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T22:18:40.0767439Z [00:01:54.644]➜  mkdir -p $WORK/b278/
2025-08-20T22:18:40.0770706Z [00:01:54.644]➜  cat >/tmp/go-build707542385/b278/importcfg << 'EOF' # internal
2025-08-20T22:18:40.0776541Z [00:01:54.644]➜  # import config
2025-08-20T22:18:40.0777209Z [00:01:54.644]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:40.0777999Z [00:01:54.644]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:40.0778806Z [00:01:54.644]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:40.0779590Z [00:01:54.644]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:40.0780364Z [00:01:54.644]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:40.0781206Z [00:01:54.644]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:40.0781786Z [00:01:54.644]➜  EOF
2025-08-20T22:18:40.0786320Z [00:01:54.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b278=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid L2hU3d5VQsfV8-IXERg8/L2hU3d5VQsfV8-IXERg8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/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-20T22:18:40.1557220Z [00:01:54.723]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:18:40.1573308Z [00:01:54.724]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/e3/e35083ae75e67716e31a606392cdf03db9441d156681aa8b7cbcbd319a16add5-d # internal
2025-08-20T22:18:40.1580725Z [00:01:54.725]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T22:18:40.1581409Z [00:01:54.725]➜  mkdir -p $WORK/b279/
2025-08-20T22:18:40.1588452Z [00:01:54.726]➜  cat >/tmp/go-build707542385/b279/importcfg << 'EOF' # internal
2025-08-20T22:18:40.1589198Z [00:01:54.726]➜  # import config
2025-08-20T22:18:40.1617176Z [00:01:54.726]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:40.1619209Z [00:01:54.726]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:40.1620688Z [00:01:54.726]➜  packagefile crypto/tls=/tmp/go-build707542385/b169/_pkg_.a
2025-08-20T22:18:40.1621832Z [00:01:54.726]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:40.1623018Z [00:01:54.726]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:40.1624369Z [00:01:54.726]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build707542385/b278/_pkg_.a
2025-08-20T22:18:40.1625428Z [00:01:54.726]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:40.1626798Z [00:01:54.726]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:40.1628455Z [00:01:54.729]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:40.1629278Z [00:01:54.729]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:40.1630100Z [00:01:54.729]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:40.1630887Z [00:01:54.729]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:40.1631656Z [00:01:54.729]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:40.1632438Z [00:01:54.729]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:40.1633229Z [00:01:54.729]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:40.1634005Z [00:01:54.729]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:40.1634767Z [00:01:54.729]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:40.1636044Z [00:01:54.729]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:40.1636694Z [00:01:54.729]➜  EOF
2025-08-20T22:18:40.1641255Z [00:01:54.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b279=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid f-e9mu4e0vPT3JKGaT9u/f-e9mu4e0vPT3JKGaT9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/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-20T22:18:40.2652704Z [00:01:54.832]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:18:40.2809080Z [00:01:54.846]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/bf/bfd4edbdc3c525dbcb81fbc82a5442fd17e6c888ec8ca26bcfac7f95b4d28c53-d # internal
2025-08-20T22:18:40.2810499Z [00:01:54.846]➜  github.com/reviewdog/reviewdog/service/bitbucket
2025-08-20T22:18:40.2811220Z [00:01:54.846]➜  mkdir -p $WORK/b260/
2025-08-20T22:18:40.2811990Z [00:01:54.847]➜  cat >/tmp/go-build707542385/b260/importcfg << 'EOF' # internal
2025-08-20T22:18:40.2812674Z [00:01:54.847]➜  # import config
2025-08-20T22:18:40.2813351Z [00:01:54.847]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:40.2816125Z [00:01:54.847]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:40.2817048Z [00:01:54.847]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:40.2818124Z [00:01:54.847]➜  packagefile github.com/reva2/bitbucket-insights-api=/tmp/go-build707542385/b261/_pkg_.a
2025-08-20T22:18:40.2819376Z [00:01:54.847]➜  packagefile github.com/reviewdog/go-bitbucket=/tmp/go-build707542385/b266/_pkg_.a
2025-08-20T22:18:40.2820585Z [00:01:54.847]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:40.2821840Z [00:01:54.847]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:40.2823411Z [00:01:54.847]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:40.2824580Z [00:01:54.847]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:40.2825417Z [00:01:54.847]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:40.2826377Z [00:01:54.847]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:40.2827165Z [00:01:54.847]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:40.2827951Z [00:01:54.847]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:40.2828678Z [00:01:54.847]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:40.2829376Z [00:01:54.847]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:40.2829917Z [00:01:54.847]➜  EOF
2025-08-20T22:18:40.2837958Z [00:01:54.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket=>github.com/reviewdog/reviewdog/service/bitbucket;$WORK/b260=>" -p github.com/reviewdog/reviewdog/service/bitbucket -lang=go1.23 -complete -installsuffix shared -buildid mf47iU8LGhK3P00YuH6a/mf47iU8LGhK3P00YuH6a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/annotator.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/api_client.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_client.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_context.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_helper.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/consts.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/helpers.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_client.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_context.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_helper.go
2025-08-20T22:18:40.3268522Z [00:01:54.891]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:18:40.3273595Z [00:01:54.894]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/e2/e2c3561733fb2b39a0e56e150eb7ac56803b7b266e628b45ce236eb13d3a3059-d # internal
2025-08-20T22:18:40.3487762Z [00:01:54.916]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T22:18:40.3517257Z [00:01:54.916]➜  mkdir -p $WORK/b277/
2025-08-20T22:18:40.3517997Z [00:01:54.916]➜  cat >/tmp/go-build707542385/b277/importcfg << 'EOF' # internal
2025-08-20T22:18:40.3518663Z [00:01:54.916]➜  # import config
2025-08-20T22:18:40.3519284Z [00:01:54.916]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:40.3520047Z [00:01:54.916]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:40.3520835Z [00:01:54.916]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:40.3521649Z [00:01:54.916]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:40.3522394Z [00:01:54.916]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:40.3523319Z [00:01:54.916]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build707542385/b207/_pkg_.a
2025-08-20T22:18:40.3524435Z [00:01:54.916]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build707542385/b278/_pkg_.a
2025-08-20T22:18:40.3525713Z [00:01:54.916]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build707542385/b279/_pkg_.a
2025-08-20T22:18:40.3526741Z [00:01:54.916]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:40.3527661Z [00:01:54.916]➜  packagefile golang.org/x/time/rate=/tmp/go-build707542385/b280/_pkg_.a
2025-08-20T22:18:40.3528500Z [00:01:54.916]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:40.3529226Z [00:01:54.916]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:40.3529994Z [00:01:54.916]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:40.3531095Z [00:01:54.916]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:40.3531853Z [00:01:54.916]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:40.3532632Z [00:01:54.916]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:40.3533466Z [00:01:54.916]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:40.3534292Z [00:01:54.916]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:40.3535046Z [00:01:54.916]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:40.3536040Z [00:01:54.916]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:40.3536791Z [00:01:54.916]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:40.3537585Z [00:01:54.916]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:40.3538410Z [00:01:54.916]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:40.3539170Z [00:01:54.916]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:40.3539914Z [00:01:54.916]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:40.3540653Z [00:01:54.916]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:40.3541406Z [00:01:54.916]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:40.3542140Z [00:01:54.916]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:40.3542863Z [00:01:54.916]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:40.3543430Z [00:01:54.916]➜  EOF
2025-08-20T22:18:40.3628260Z [00:01:54.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0=>gitlab.com/gitlab-org/api/client-go@v0.133.0;$WORK/b277=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid 5WzI2aEjtBY4nOBxGEXE/5WzI2aEjtBY4nOBxGEXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/access_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/alert_management.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/appearance.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/application_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/applications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/audit_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/avatar.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/award_emojis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/broadcast_messages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/bulk_imports.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/ci_yml_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/client_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/cluster_agents.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/commits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/container_registry.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/container_registry_protection_rules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/context.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/custom_attributes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/database_migrations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/dependencies.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/dependency_list_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/dependency_proxy.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/deploy_keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/deploy_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/deployments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/deployments_merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/discussions.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/dockerfile_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/dora_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/draft_notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/enterprise_users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/epic_issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/epics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/error_tracking.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/event_parsing.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/event_systemhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/event_webhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/external_status_checks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/feature_flag_user_lists.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/freeze_periods.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/generic_packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/geo_nodes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/geo_sites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/gitignore_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/gitlab.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/graphql.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_activity_analytics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_epic_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_scim.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_serviceaccounts.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_ssh_certificates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/group_wikis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/groups.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/import.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/instance_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/instance_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/invites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/issue_links.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/issues_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/job_token_scope.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/jobs.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/license.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/license_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/markdown.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/member_roles.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/merge_request_approval_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/merge_request_approvals.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/merge_trains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/metadata.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/namespaces.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/notifications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pages_domains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pagination.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/personal_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pipeline_schedules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pipeline_triggers.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/pipelines.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/plan_limits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_mirror.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/project_vulnerabilities.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/projects.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/protected_branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/protected_tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/releaselinks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/repositories.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/repository_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/repository_submodules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/request_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_group.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_iteration_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_label_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_milestone_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_state_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/resource_weight_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/runners.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/search.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/secure_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/services.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/sidekiq_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/snippet_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/strings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/system_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/terraform_states.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/time_stats.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/todos.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/topics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/usage_data.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/validate.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/version.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.133.0/wikis.go
2025-08-20T22:18:40.3929662Z [00:01:54.960]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:18:40.4081665Z [00:01:54.975]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/eb/ebb59461f6e98889c0a8ae7e602153ceb4b99307cf1a4c7badcb2f2c43588fde-d # internal
2025-08-20T22:18:40.4102869Z [00:01:54.975]➜  github.com/reviewdog/reviewdog/service/gitea
2025-08-20T22:18:40.4103503Z [00:01:54.975]➜  mkdir -p $WORK/b270/
2025-08-20T22:18:40.4104213Z [00:01:54.976]➜  cat >/tmp/go-build707542385/b270/importcfg << 'EOF' # internal
2025-08-20T22:18:40.4104879Z [00:01:54.976]➜  # import config
2025-08-20T22:18:40.4106620Z [00:01:54.976]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build707542385/b002/_pkg_.a
2025-08-20T22:18:40.4107622Z [00:01:54.976]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:40.4108441Z [00:01:54.976]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:40.4109388Z [00:01:54.976]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:40.4110684Z [00:01:54.977]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build707542385/b271/_pkg_.a
2025-08-20T22:18:40.4112105Z [00:01:54.977]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:40.4113252Z [00:01:54.977]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:40.4114358Z [00:01:54.977]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:40.4114959Z [00:01:54.977]➜  EOF
2025-08-20T22:18:40.4118506Z [00:01:54.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitea=>github.com/reviewdog/reviewdog/service/gitea;$WORK/b270=>" -p github.com/reviewdog/reviewdog/service/gitea -lang=go1.23 -complete -installsuffix shared -buildid K2D9sXX6Fwpm8P_jzHNQ/K2D9sXX6Fwpm8P_jzHNQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitea/gitea.go
2025-08-20T22:18:40.4638607Z [00:01:55.029]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:18:40.4655850Z [00:01:55.032]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/d9/d9097d827f134638191d2f062fa21eb3403582f5d620f5e827153f81ad7e91b4-d # internal
2025-08-20T22:18:40.4736611Z [00:01:55.041]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:18:40.4761896Z [00:01:55.043]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/b3/b387958d548bc301c6cd6d1649253f8c0cd9b091c9bd2e8f553c089bd272a72f-d # internal
2025-08-20T22:18:42.7659635Z [00:01:57.333]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:18:42.7952824Z [00:01:57.362]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:18:42.8230015Z [00:01:57.390]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/27/279bd3608ed18bc09a9b8a772dc2f2b2f0c67a16edfb8a3df56d45118243ad43-d # internal
2025-08-20T22:18:42.8231492Z [00:01:57.390]➜  github.com/reviewdog/reviewdog/service/github
2025-08-20T22:18:42.8232283Z [00:01:57.390]➜  mkdir -p $WORK/b272/
2025-08-20T22:18:42.8235264Z [00:01:57.390]➜  cat >/tmp/go-build707542385/b272/importcfg << 'EOF' # internal
2025-08-20T22:18:42.8237676Z [00:01:57.390]➜  # import config
2025-08-20T22:18:42.8238814Z [00:01:57.391]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:42.8239730Z [00:01:57.391]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:42.8240587Z [00:01:57.391]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:42.8241390Z [00:01:57.391]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:42.8242449Z [00:01:57.391]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build707542385/b206/_pkg_.a
2025-08-20T22:18:42.8243583Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:42.8244665Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build707542385/b253/_pkg_.a
2025-08-20T22:18:42.8246021Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:42.8247235Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:42.8248584Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/proto/metacomment=/tmp/go-build707542385/b273/_pkg_.a
2025-08-20T22:18:42.8249876Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:42.8251148Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build707542385/b271/_pkg_.a
2025-08-20T22:18:42.8252577Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/service/github/githubutils=/tmp/go-build707542385/b274/_pkg_.a
2025-08-20T22:18:42.8253953Z [00:01:57.391]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:42.8255188Z [00:01:57.391]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:42.8256297Z [00:01:57.391]➜  packagefile hash/fnv=/tmp/go-build707542385/b221/_pkg_.a
2025-08-20T22:18:42.8257071Z [00:01:57.391]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:42.8257877Z [00:01:57.391]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:42.8259025Z [00:01:57.391]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:42.8259812Z [00:01:57.391]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:42.8260670Z [00:01:57.391]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:42.8261527Z [00:01:57.391]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:42.8262319Z [00:01:57.391]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:42.8263069Z [00:01:57.391]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:42.8263638Z [00:01:57.391]➜  EOF
2025-08-20T22:18:42.8268463Z [00:01:57.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github=>github.com/reviewdog/reviewdog/service/github;$WORK/b272=>" -p github.com/reviewdog/reviewdog/service/github -lang=go1.23 -complete -installsuffix shared -buildid kD6RhclxNm1Lq9-n5v6-/kD6RhclxNm1Lq9-n5v6- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/check.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/github.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/log.go
2025-08-20T22:18:42.8421498Z [00:01:57.409]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/09/09873ad42bf0339c3ddbf57376a51424987d107336b90b2f2d80d4a96487cf5a-d # internal
2025-08-20T22:18:42.8422756Z [00:01:57.409]➜  github.com/reviewdog/reviewdog/service/gitlab
2025-08-20T22:18:42.8423411Z [00:01:57.409]➜  mkdir -p $WORK/b276/
2025-08-20T22:18:42.8424153Z [00:01:57.410]➜  cat >/tmp/go-build707542385/b276/importcfg << 'EOF' # internal
2025-08-20T22:18:42.8426446Z [00:01:57.410]➜  # import config
2025-08-20T22:18:42.8427477Z [00:01:57.410]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:42.8429976Z [00:01:57.410]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:42.8431508Z [00:01:57.410]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:42.8432784Z [00:01:57.410]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:42.8434307Z [00:01:57.410]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build707542385/b271/_pkg_.a
2025-08-20T22:18:42.8435999Z [00:01:57.410]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:42.8437409Z [00:01:57.410]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build707542385/b277/_pkg_.a
2025-08-20T22:18:42.8438506Z [00:01:57.410]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build707542385/b258/_pkg_.a
2025-08-20T22:18:42.8439395Z [00:01:57.410]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:42.8440182Z [00:01:57.410]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:42.8441027Z [00:01:57.410]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:42.8441837Z [00:01:57.410]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:42.8442624Z [00:01:57.410]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:42.8443398Z [00:01:57.410]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:42.8443989Z [00:01:57.410]➜  EOF
2025-08-20T22:18:42.8448623Z [00:01:57.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab=>github.com/reviewdog/reviewdog/service/gitlab;$WORK/b276=>" -p github.com/reviewdog/reviewdog/service/gitlab -lang=go1.23 -complete -installsuffix shared -buildid UUo4hf1DmHDlrFMhhpYJ/UUo4hf1DmHDlrFMhhpYJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_commit.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_diff.go /tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_discussion.go
2025-08-20T22:18:42.9428382Z [00:01:57.510]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:18:42.9446741Z [00:01:57.512]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/d9/d9cd48541da30d3f66ca07346f8029e1e8d6263d32dc19d4d8a20aa01ffb936c-d # internal
2025-08-20T22:18:42.9808474Z [00:01:57.548]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:18:42.9860244Z [00:01:57.553]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/83/833e979fbd789a848ca3e764709fb92ef215f8b0ead083280919828578a12db5-d # internal
2025-08-20T22:18:42.9861747Z [00:01:57.553]➜  github.com/reviewdog/reviewdog/cmd/reviewdog
2025-08-20T22:18:42.9862406Z [00:01:57.553]➜  mkdir -p $WORK/b001/
2025-08-20T22:18:42.9865719Z [00:01:57.554]➜  cat >/tmp/go-build707542385/b001/importcfg << 'EOF' # internal
2025-08-20T22:18:42.9866628Z [00:01:57.554]➜  # import config
2025-08-20T22:18:42.9867545Z [00:01:57.554]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build707542385/b002/_pkg_.a
2025-08-20T22:18:42.9868787Z [00:01:57.554]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:42.9869631Z [00:01:57.554]➜  packagefile crypto/tls=/tmp/go-build707542385/b169/_pkg_.a
2025-08-20T22:18:42.9870329Z [00:01:57.554]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:42.9870892Z [00:01:57.554]➜  packagefile flag=/tmp/go-build707542385/b205/_pkg_.a
2025-08-20T22:18:42.9871361Z [00:01:57.554]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:42.9872047Z [00:01:57.554]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build707542385/b206/_pkg_.a
2025-08-20T22:18:42.9873000Z [00:01:57.554]➜  packagefile github.com/mattn/go-shellwords=/tmp/go-build707542385/b208/_pkg_.a
2025-08-20T22:18:42.9873750Z [00:01:57.554]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build707542385/b210/_pkg_.a
2025-08-20T22:18:42.9874660Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:42.9875390Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build707542385/b253/_pkg_.a
2025-08-20T22:18:42.9876421Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build707542385/b254/_pkg_.a
2025-08-20T22:18:42.9877094Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build707542385/b255/_pkg_.a
2025-08-20T22:18:42.9877998Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/doghouse/client=/tmp/go-build707542385/b256/_pkg_.a
2025-08-20T22:18:42.9879262Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:42.9880432Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build707542385/b248/_pkg_.a
2025-08-20T22:18:42.9881596Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:42.9882792Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/project=/tmp/go-build707542385/b257/_pkg_.a
2025-08-20T22:18:42.9883973Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:42.9885239Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/bitbucket=/tmp/go-build707542385/b260/_pkg_.a
2025-08-20T22:18:42.9886789Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/gerrit=/tmp/go-build707542385/b267/_pkg_.a
2025-08-20T22:18:42.9888099Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/gitea=/tmp/go-build707542385/b270/_pkg_.a
2025-08-20T22:18:42.9889412Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/github=/tmp/go-build707542385/b272/_pkg_.a
2025-08-20T22:18:42.9890707Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/gitlab=/tmp/go-build707542385/b276/_pkg_.a
2025-08-20T22:18:42.9892055Z [00:01:57.554]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:42.9893584Z [00:01:57.554]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build707542385/b277/_pkg_.a
2025-08-20T22:18:42.9894687Z [00:01:57.554]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build707542385/b268/_pkg_.a
2025-08-20T22:18:42.9895846Z [00:01:57.554]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:42.9896869Z [00:01:57.554]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build707542385/b258/_pkg_.a
2025-08-20T22:18:42.9897775Z [00:01:57.554]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:42.9898481Z [00:01:57.554]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:42.9899230Z [00:01:57.554]➜  packagefile log/slog=/tmp/go-build707542385/b281/_pkg_.a
2025-08-20T22:18:42.9900050Z [00:01:57.554]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:42.9900874Z [00:01:57.554]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:42.9901665Z [00:01:57.554]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:42.9902439Z [00:01:57.554]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:42.9903211Z [00:01:57.554]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:42.9904002Z [00:01:57.554]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:42.9904847Z [00:01:57.554]➜  packagefile text/tabwriter=/tmp/go-build707542385/b284/_pkg_.a
2025-08-20T22:18:42.9905911Z [00:01:57.554]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:42.9906716Z [00:01:57.554]➜  packagefile runtime/cgo=/tmp/go-build707542385/b152/_pkg_.a
2025-08-20T22:18:42.9907338Z [00:01:57.554]➜  EOF
2025-08-20T22:18:42.9910422Z [00:01:57.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog=>github.com/reviewdog/reviewdog/cmd/reviewdog;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid pxw35gY5P9GlMExKGiw6/pxw35gY5P9GlMExKGiw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./doghouse.go ./main.go
2025-08-20T22:18:43.1508319Z [00:01:57.718]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:18:43.1544593Z [00:01:57.721]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/b7/b7b87073fdc1895875af08d8292359874d714e1ef1fa6b14565d77dd335e594b-d # internal
2025-08-20T22:18:43.1571169Z [00:01:57.724]➜  cat >/tmp/go-build707542385/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:18:43.1572390Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/cmd/reviewdog=/tmp/go-build707542385/b001/_pkg_.a
2025-08-20T22:18:43.1573594Z [00:01:57.724]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build707542385/b002/_pkg_.a
2025-08-20T22:18:43.1574526Z [00:01:57.724]➜  packagefile context=/tmp/go-build707542385/b043/_pkg_.a
2025-08-20T22:18:43.1575432Z [00:01:57.724]➜  packagefile crypto/tls=/tmp/go-build707542385/b169/_pkg_.a
2025-08-20T22:18:43.1576440Z [00:01:57.724]➜  packagefile errors=/tmp/go-build707542385/b004/_pkg_.a
2025-08-20T22:18:43.1577205Z [00:01:57.724]➜  packagefile flag=/tmp/go-build707542385/b205/_pkg_.a
2025-08-20T22:18:43.1577948Z [00:01:57.724]➜  packagefile fmt=/tmp/go-build707542385/b095/_pkg_.a
2025-08-20T22:18:43.1578906Z [00:01:57.724]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build707542385/b206/_pkg_.a
2025-08-20T22:18:43.1580010Z [00:01:57.724]➜  packagefile github.com/mattn/go-shellwords=/tmp/go-build707542385/b208/_pkg_.a
2025-08-20T22:18:43.1581139Z [00:01:57.724]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build707542385/b210/_pkg_.a
2025-08-20T22:18:43.1582351Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build707542385/b211/_pkg_.a
2025-08-20T22:18:43.1583471Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build707542385/b253/_pkg_.a
2025-08-20T22:18:43.1584666Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build707542385/b254/_pkg_.a
2025-08-20T22:18:43.1586266Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build707542385/b255/_pkg_.a
2025-08-20T22:18:43.1587529Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/doghouse/client=/tmp/go-build707542385/b256/_pkg_.a
2025-08-20T22:18:43.1588777Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build707542385/b214/_pkg_.a
2025-08-20T22:18:43.1589953Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build707542385/b248/_pkg_.a
2025-08-20T22:18:43.1591205Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build707542385/b215/_pkg_.a
2025-08-20T22:18:43.1592448Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/project=/tmp/go-build707542385/b257/_pkg_.a
2025-08-20T22:18:43.1593727Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build707542385/b216/_pkg_.a
2025-08-20T22:18:43.1595031Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/service/bitbucket=/tmp/go-build707542385/b260/_pkg_.a
2025-08-20T22:18:43.1596704Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/service/gerrit=/tmp/go-build707542385/b267/_pkg_.a
2025-08-20T22:18:43.1598011Z [00:01:57.724]➜  packagefile github.com/reviewdog/reviewdog/service/gitea=/tmp/go-build707542385/b270/_pkg_.a
2025-08-20T22:18:43.1599281Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/service/github=/tmp/go-build707542385/b272/_pkg_.a
2025-08-20T22:18:43.1600470Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/service/gitlab=/tmp/go-build707542385/b276/_pkg_.a
2025-08-20T22:18:43.1601372Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build707542385/b247/_pkg_.a
2025-08-20T22:18:43.1602631Z [00:01:57.725]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build707542385/b277/_pkg_.a
2025-08-20T22:18:43.1603438Z [00:01:57.725]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build707542385/b268/_pkg_.a
2025-08-20T22:18:43.1604033Z [00:01:57.725]➜  packagefile golang.org/x/oauth2=/tmp/go-build707542385/b262/_pkg_.a
2025-08-20T22:18:43.1604711Z [00:01:57.725]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build707542385/b258/_pkg_.a
2025-08-20T22:18:43.1605201Z [00:01:57.725]➜  packagefile io=/tmp/go-build707542385/b034/_pkg_.a
2025-08-20T22:18:43.1606071Z [00:01:57.725]➜  packagefile log=/tmp/go-build707542385/b161/_pkg_.a
2025-08-20T22:18:43.1606613Z [00:01:57.725]➜  packagefile log/slog=/tmp/go-build707542385/b281/_pkg_.a
2025-08-20T22:18:43.1607051Z [00:01:57.725]➜  packagefile net/http=/tmp/go-build707542385/b164/_pkg_.a
2025-08-20T22:18:43.1607479Z [00:01:57.725]➜  packagefile net/url=/tmp/go-build707542385/b153/_pkg_.a
2025-08-20T22:18:43.1607895Z [00:01:57.725]➜  packagefile os=/tmp/go-build707542385/b078/_pkg_.a
2025-08-20T22:18:43.1608309Z [00:01:57.725]➜  packagefile os/exec=/tmp/go-build707542385/b209/_pkg_.a
2025-08-20T22:18:43.1608742Z [00:01:57.725]➜  packagefile sort=/tmp/go-build707542385/b163/_pkg_.a
2025-08-20T22:18:43.1609173Z [00:01:57.725]➜  packagefile strings=/tmp/go-build707542385/b062/_pkg_.a
2025-08-20T22:18:43.1609633Z [00:01:57.725]➜  packagefile text/tabwriter=/tmp/go-build707542385/b284/_pkg_.a
2025-08-20T22:18:43.1610086Z [00:01:57.725]➜  packagefile runtime=/tmp/go-build707542385/b010/_pkg_.a
2025-08-20T22:18:43.1610526Z [00:01:57.725]➜  packagefile runtime/cgo=/tmp/go-build707542385/b152/_pkg_.a
2025-08-20T22:18:43.1610969Z [00:01:57.725]➜  packagefile bytes=/tmp/go-build707542385/b003/_pkg_.a
2025-08-20T22:18:43.1611390Z [00:01:57.725]➜  packagefile crypto=/tmp/go-build707542385/b052/_pkg_.a
2025-08-20T22:18:43.1611842Z [00:01:57.725]➜  packagefile crypto/hmac=/tmp/go-build707542385/b056/_pkg_.a
2025-08-20T22:18:43.1612309Z [00:01:57.725]➜  packagefile crypto/sha256=/tmp/go-build707542385/b092/_pkg_.a
2025-08-20T22:18:43.1612793Z [00:01:57.725]➜  packagefile encoding/base64=/tmp/go-build707542385/b093/_pkg_.a
2025-08-20T22:18:43.1613264Z [00:01:57.725]➜  packagefile encoding/hex=/tmp/go-build707542385/b094/_pkg_.a
2025-08-20T22:18:43.1613888Z [00:01:57.725]➜  packagefile encoding/json=/tmp/go-build707542385/b098/_pkg_.a
2025-08-20T22:18:43.1614397Z [00:01:57.725]➜  packagefile github.com/42wim/httpsig=/tmp/go-build707542385/b101/_pkg_.a
2025-08-20T22:18:43.1614938Z [00:01:57.725]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build707542385/b198/_pkg_.a
2025-08-20T22:18:43.1615687Z [00:01:57.725]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build707542385/b200/_pkg_.a
2025-08-20T22:18:43.1616417Z [00:01:57.725]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build707542385/b132/_pkg_.a
2025-08-20T22:18:43.1616987Z [00:01:57.725]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build707542385/b204/_pkg_.a
2025-08-20T22:18:43.1617517Z [00:01:57.725]➜  packagefile mime/multipart=/tmp/go-build707542385/b192/_pkg_.a
2025-08-20T22:18:43.1617972Z [00:01:57.725]➜  packagefile net=/tmp/go-build707542385/b146/_pkg_.a
2025-08-20T22:18:43.1618395Z [00:01:57.725]➜  packagefile reflect=/tmp/go-build707542385/b097/_pkg_.a
2025-08-20T22:18:43.1618825Z [00:01:57.725]➜  packagefile regexp=/tmp/go-build707542385/b202/_pkg_.a
2025-08-20T22:18:43.1619244Z [00:01:57.725]➜  packagefile strconv=/tmp/go-build707542385/b054/_pkg_.a
2025-08-20T22:18:43.1619664Z [00:01:57.725]➜  packagefile sync=/tmp/go-build707542385/b035/_pkg_.a
2025-08-20T22:18:43.1620066Z [00:01:57.725]➜  packagefile time=/tmp/go-build707542385/b044/_pkg_.a
2025-08-20T22:18:43.1620533Z [00:01:57.725]➜  packagefile internal/reflectlite=/tmp/go-build707542385/b005/_pkg_.a
2025-08-20T22:18:43.1621019Z [00:01:57.725]➜  packagefile sync/atomic=/tmp/go-build707542385/b037/_pkg_.a
2025-08-20T22:18:43.1621484Z [00:01:57.725]➜  packagefile container/list=/tmp/go-build707542385/b168/_pkg_.a
2025-08-20T22:18:43.1621950Z [00:01:57.725]➜  packagefile crypto/aes=/tmp/go-build707542385/b134/_pkg_.a
2025-08-20T22:18:43.1622567Z [00:01:57.725]➜  packagefile crypto/cipher=/tmp/go-build707542385/b058/_pkg_.a
2025-08-20T22:18:43.1623049Z [00:01:57.725]➜  packagefile crypto/des=/tmp/go-build707542385/b135/_pkg_.a
2025-08-20T22:18:43.1623498Z [00:01:57.725]➜  packagefile crypto/ecdh=/tmp/go-build707542385/b103/_pkg_.a
2025-08-20T22:18:43.1623953Z [00:01:57.725]➜  packagefile crypto/ecdsa=/tmp/go-build707542385/b102/_pkg_.a
2025-08-20T22:18:43.1624415Z [00:01:57.725]➜  packagefile crypto/ed25519=/tmp/go-build707542385/b128/_pkg_.a
2025-08-20T22:18:43.1624891Z [00:01:57.725]➜  packagefile crypto/elliptic=/tmp/go-build707542385/b108/_pkg_.a
2025-08-20T22:18:43.1625355Z [00:01:57.725]➜  packagefile crypto/hkdf=/tmp/go-build707542385/b170/_pkg_.a
2025-08-20T22:18:43.1626024Z [00:01:57.725]➜  packagefile crypto/internal/boring=/tmp/go-build707542385/b057/_pkg_.a
2025-08-20T22:18:43.1626578Z [00:01:57.725]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build707542385/b059/_pkg_.a
2025-08-20T22:18:43.1627176Z [00:01:57.725]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build707542385/b073/_pkg_.a
2025-08-20T22:18:43.1627771Z [00:01:57.725]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build707542385/b139/_pkg_.a
2025-08-20T22:18:43.1628358Z [00:01:57.725]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build707542385/b172/_pkg_.a
2025-08-20T22:18:43.1628953Z [00:01:57.725]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build707542385/b173/_pkg_.a
2025-08-20T22:18:43.1629505Z [00:01:57.725]➜  packagefile crypto/internal/hpke=/tmp/go-build707542385/b174/_pkg_.a
2025-08-20T22:18:43.1629997Z [00:01:57.725]➜  packagefile crypto/md5=/tmp/go-build707542385/b137/_pkg_.a
2025-08-20T22:18:43.1630456Z [00:01:57.725]➜  packagefile crypto/rand=/tmp/go-build707542385/b120/_pkg_.a
2025-08-20T22:18:43.1630906Z [00:01:57.725]➜  packagefile crypto/rc4=/tmp/go-build707542385/b140/_pkg_.a
2025-08-20T22:18:43.1631348Z [00:01:57.725]➜  packagefile crypto/rsa=/tmp/go-build707542385/b121/_pkg_.a
2025-08-20T22:18:43.1631804Z [00:01:57.725]➜  packagefile crypto/sha1=/tmp/go-build707542385/b141/_pkg_.a
2025-08-20T22:18:43.1632400Z [00:01:57.725]➜  packagefile crypto/sha512=/tmp/go-build707542385/b116/_pkg_.a
2025-08-20T22:18:43.1632866Z [00:01:57.725]➜  packagefile crypto/subtle=/tmp/go-build707542385/b088/_pkg_.a
2025-08-20T22:18:43.1633399Z [00:01:57.725]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build707542385/b180/_pkg_.a
2025-08-20T22:18:43.1633916Z [00:01:57.725]➜  packagefile crypto/x509=/tmp/go-build707542385/b142/_pkg_.a
2025-08-20T22:18:43.1634365Z [00:01:57.725]➜  packagefile encoding/pem=/tmp/go-build707542385/b144/_pkg_.a
2025-08-20T22:18:43.1634952Z [00:01:57.725]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build707542385/b175/_pkg_.a
2025-08-20T22:18:43.1635865Z [00:01:57.725]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build707542385/b117/_pkg_.a
2025-08-20T22:18:43.1636416Z [00:01:57.725]➜  packagefile hash=/tmp/go-build707542385/b053/_pkg_.a
2025-08-20T22:18:43.1636893Z [00:01:57.725]➜  packagefile internal/byteorder=/tmp/go-build707542385/b013/_pkg_.a
2025-08-20T22:18:43.1637389Z [00:01:57.725]➜  packagefile internal/cpu=/tmp/go-build707542385/b012/_pkg_.a
2025-08-20T22:18:43.1637870Z [00:01:57.725]➜  packagefile internal/godebug=/tmp/go-build707542385/b045/_pkg_.a
2025-08-20T22:18:43.1638332Z [00:01:57.725]➜  packagefile slices=/tmp/go-build707542385/b050/_pkg_.a
2025-08-20T22:18:43.1638748Z [00:01:57.725]➜  packagefile weak=/tmp/go-build707542385/b115/_pkg_.a
2025-08-20T22:18:43.1639166Z [00:01:57.725]➜  packagefile encoding=/tmp/go-build707542385/b099/_pkg_.a
2025-08-20T22:18:43.1639665Z [00:01:57.725]➜  packagefile internal/fmtsort=/tmp/go-build707542385/b096/_pkg_.a
2025-08-20T22:18:43.1640125Z [00:01:57.725]➜  packagefile math=/tmp/go-build707542385/b055/_pkg_.a
2025-08-20T22:18:43.1640562Z [00:01:57.725]➜  packagefile unicode/utf8=/tmp/go-build707542385/b042/_pkg_.a
2025-08-20T22:18:43.1641112Z [00:01:57.725]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build707542385/b207/_pkg_.a
2025-08-20T22:18:43.1641756Z [00:01:57.725]➜  packagefile mime=/tmp/go-build707542385/b191/_pkg_.a
2025-08-20T22:18:43.1642375Z [00:01:57.725]➜  packagefile path=/tmp/go-build707542385/b081/_pkg_.a
2025-08-20T22:18:43.1643158Z [00:01:57.725]➜  packagefile path/filepath=/tmp/go-build707542385/b154/_pkg_.a
2025-08-20T22:18:43.1643950Z [00:01:57.725]➜  packagefile unicode=/tmp/go-build707542385/b041/_pkg_.a
2025-08-20T22:18:43.1644895Z [00:01:57.725]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build707542385/b212/_pkg_.a
2025-08-20T22:18:43.1646164Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build707542385/b213/_pkg_.a
2025-08-20T22:18:43.1647376Z [00:01:57.725]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build707542385/b251/_pkg_.a
2025-08-20T22:18:43.1648366Z [00:01:57.725]➜  packagefile bufio=/tmp/go-build707542385/b133/_pkg_.a
2025-08-20T22:18:43.1649156Z [00:01:57.725]➜  packagefile encoding/xml=/tmp/go-build707542385/b249/_pkg_.a
2025-08-20T22:18:43.1650145Z [00:01:57.725]➜  packagefile github.com/reviewdog/errorformat=/tmp/go-build707542385/b250/_pkg_.a
2025-08-20T22:18:43.1651012Z [00:01:57.725]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build707542385/b259/_pkg_.a
2025-08-20T22:18:43.1651795Z [00:01:57.725]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build707542385/b217/_pkg_.a
2025-08-20T22:18:43.1652510Z [00:01:57.725]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build707542385/b223/_pkg_.a
2025-08-20T22:18:43.1653321Z [00:01:57.725]➜  packagefile github.com/reva2/bitbucket-insights-api=/tmp/go-build707542385/b261/_pkg_.a
2025-08-20T22:18:43.1653959Z [00:01:57.725]➜  packagefile github.com/reviewdog/go-bitbucket=/tmp/go-build707542385/b266/_pkg_.a
2025-08-20T22:18:43.1654657Z [00:01:57.725]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build707542385/b236/_pkg_.a
2025-08-20T22:18:43.1655607Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build707542385/b271/_pkg_.a
2025-08-20T22:18:43.1656999Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/proto/metacomment=/tmp/go-build707542385/b273/_pkg_.a
2025-08-20T22:18:43.1658031Z [00:01:57.725]➜  packagefile github.com/reviewdog/reviewdog/service/github/githubutils=/tmp/go-build707542385/b274/_pkg_.a
2025-08-20T22:18:43.1658647Z [00:01:57.725]➜  packagefile hash/fnv=/tmp/go-build707542385/b221/_pkg_.a
2025-08-20T22:18:43.1659279Z [00:01:57.725]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build707542385/b278/_pkg_.a
2025-08-20T22:18:43.1659898Z [00:01:57.725]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build707542385/b279/_pkg_.a
2025-08-20T22:18:43.1660481Z [00:01:57.725]➜  packagefile golang.org/x/time/rate=/tmp/go-build707542385/b280/_pkg_.a
2025-08-20T22:18:43.1660956Z [00:01:57.725]➜  packagefile iter=/tmp/go-build707542385/b039/_pkg_.a
2025-08-20T22:18:43.1661386Z [00:01:57.725]➜  packagefile maps=/tmp/go-build707542385/b145/_pkg_.a
2025-08-20T22:18:43.1669330Z [00:01:57.725]➜  packagefile math/big=/tmp/go-build707542385/b109/_pkg_.a
2025-08-20T22:18:43.1669855Z [00:01:57.725]➜  packagefile math/rand=/tmp/go-build707542385/b110/_pkg_.a
2025-08-20T22:18:43.1670357Z [00:01:57.725]➜  packagefile net/http/cookiejar=/tmp/go-build707542385/b269/_pkg_.a
2025-08-20T22:18:43.1670925Z [00:01:57.725]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build707542385/b263/_pkg_.a
2025-08-20T22:18:43.1671463Z [00:01:57.725]➜  packagefile log/internal=/tmp/go-build707542385/b162/_pkg_.a
2025-08-20T22:18:43.1671968Z [00:01:57.725]➜  packagefile log/slog/internal=/tmp/go-build707542385/b282/_pkg_.a
2025-08-20T22:18:43.1672503Z [00:01:57.725]➜  packagefile log/slog/internal/buffer=/tmp/go-build707542385/b283/_pkg_.a
2025-08-20T22:18:43.1673013Z [00:01:57.725]➜  packagefile compress/gzip=/tmp/go-build707542385/b165/_pkg_.a
2025-08-20T22:18:43.1673492Z [00:01:57.725]➜  packagefile encoding/binary=/tmp/go-build707542385/b124/_pkg_.a
2025-08-20T22:18:43.1674242Z [00:01:57.725]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build707542385/b182/_pkg_.a
2025-08-20T22:18:43.1674910Z [00:01:57.725]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build707542385/b189/_pkg_.a
2025-08-20T22:18:43.1675744Z [00:01:57.725]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build707542385/b190/_pkg_.a
2025-08-20T22:18:43.1676367Z [00:01:57.725]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build707542385/b183/_pkg_.a
2025-08-20T22:18:43.1676859Z [00:01:57.725]➜  packagefile io/fs=/tmp/go-build707542385/b080/_pkg_.a
2025-08-20T22:18:43.1677294Z [00:01:57.725]➜  packagefile math/bits=/tmp/go-build707542385/b040/_pkg_.a
2025-08-20T22:18:43.1677781Z [00:01:57.725]➜  packagefile net/http/httptrace=/tmp/go-build707542385/b194/_pkg_.a
2025-08-20T22:18:43.1678288Z [00:01:57.725]➜  packagefile net/http/internal=/tmp/go-build707542385/b195/_pkg_.a
2025-08-20T22:18:43.1678807Z [00:01:57.725]➜  packagefile net/http/internal/ascii=/tmp/go-build707542385/b196/_pkg_.a
2025-08-20T22:18:43.1679377Z [00:01:57.725]➜  packagefile net/http/internal/httpcommon=/tmp/go-build707542385/b197/_pkg_.a
2025-08-20T22:18:43.1679913Z [00:01:57.725]➜  packagefile net/textproto=/tmp/go-build707542385/b188/_pkg_.a
2025-08-20T22:18:43.1680398Z [00:01:57.725]➜  packagefile internal/bytealg=/tmp/go-build707542385/b011/_pkg_.a
2025-08-20T22:18:43.1680914Z [00:01:57.725]➜  packagefile internal/filepathlite=/tmp/go-build707542385/b079/_pkg_.a
2025-08-20T22:18:43.1681421Z [00:01:57.725]➜  packagefile internal/goarch=/tmp/go-build707542385/b007/_pkg_.a
2025-08-20T22:18:43.1681895Z [00:01:57.725]➜  packagefile internal/itoa=/tmp/go-build707542385/b048/_pkg_.a
2025-08-20T22:18:43.1682366Z [00:01:57.725]➜  packagefile internal/poll=/tmp/go-build707542385/b082/_pkg_.a
2025-08-20T22:18:43.1682866Z [00:01:57.725]➜  packagefile internal/stringslite=/tmp/go-build707542385/b032/_pkg_.a
2025-08-20T22:18:43.1683404Z [00:01:57.725]➜  packagefile internal/syscall/execenv=/tmp/go-build707542385/b083/_pkg_.a
2025-08-20T22:18:43.1683947Z [00:01:57.725]➜  packagefile internal/syscall/unix=/tmp/go-build707542385/b077/_pkg_.a
2025-08-20T22:18:43.1684589Z [00:01:57.725]➜  packagefile internal/testlog=/tmp/go-build707542385/b084/_pkg_.a
2025-08-20T22:18:43.1685051Z [00:01:57.725]➜  packagefile syscall=/tmp/go-build707542385/b047/_pkg_.a
2025-08-20T22:18:43.1685663Z [00:01:57.725]➜  packagefile internal/abi=/tmp/go-build707542385/b006/_pkg_.a
2025-08-20T22:18:43.1686175Z [00:01:57.725]➜  packagefile internal/chacha8rand=/tmp/go-build707542385/b014/_pkg_.a
2025-08-20T22:18:43.1686703Z [00:01:57.725]➜  packagefile internal/coverage/rtcov=/tmp/go-build707542385/b015/_pkg_.a
2025-08-20T22:18:43.1687216Z [00:01:57.725]➜  packagefile internal/godebugs=/tmp/go-build707542385/b016/_pkg_.a
2025-08-20T22:18:43.1687732Z [00:01:57.725]➜  packagefile internal/goexperiment=/tmp/go-build707542385/b017/_pkg_.a
2025-08-20T22:18:43.1688226Z [00:01:57.725]➜  packagefile internal/goos=/tmp/go-build707542385/b018/_pkg_.a
2025-08-20T22:18:43.1688739Z [00:01:57.725]➜  packagefile internal/profilerecord=/tmp/go-build707542385/b019/_pkg_.a
2025-08-20T22:18:43.1689278Z [00:01:57.725]➜  packagefile internal/runtime/atomic=/tmp/go-build707542385/b020/_pkg_.a
2025-08-20T22:18:43.1689806Z [00:01:57.725]➜  packagefile internal/runtime/cgroup=/tmp/go-build707542385/b021/_pkg_.a
2025-08-20T22:18:43.1690342Z [00:01:57.725]➜  packagefile internal/runtime/exithook=/tmp/go-build707542385/b025/_pkg_.a
2025-08-20T22:18:43.1690871Z [00:01:57.726]➜  packagefile internal/runtime/gc=/tmp/go-build707542385/b026/_pkg_.a
2025-08-20T22:18:43.1691386Z [00:01:57.726]➜  packagefile internal/runtime/maps=/tmp/go-build707542385/b027/_pkg_.a
2025-08-20T22:18:43.1691908Z [00:01:57.726]➜  packagefile internal/runtime/math=/tmp/go-build707542385/b023/_pkg_.a
2025-08-20T22:18:43.1692438Z [00:01:57.726]➜  packagefile internal/runtime/strconv=/tmp/go-build707542385/b022/_pkg_.a
2025-08-20T22:18:43.1692963Z [00:01:57.726]➜  packagefile internal/runtime/sys=/tmp/go-build707542385/b031/_pkg_.a
2025-08-20T22:18:43.1693622Z [00:01:57.726]➜  packagefile internal/runtime/syscall=/tmp/go-build707542385/b024/_pkg_.a
2025-08-20T22:18:43.1694180Z [00:01:57.726]➜  packagefile internal/trace/tracev2=/tmp/go-build707542385/b033/_pkg_.a
2025-08-20T22:18:43.1694745Z [00:01:57.726]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build707542385/b065/_pkg_.a
2025-08-20T22:18:43.1695337Z [00:01:57.726]➜  packagefile crypto/internal/fips140hash=/tmp/go-build707542385/b090/_pkg_.a
2025-08-20T22:18:43.1696074Z [00:01:57.726]➜  packagefile crypto/internal/fips140only=/tmp/go-build707542385/b087/_pkg_.a
2025-08-20T22:18:43.1696663Z [00:01:57.726]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build707542385/b066/_pkg_.a
2025-08-20T22:18:43.1697157Z [00:01:57.726]➜  packagefile cmp=/tmp/go-build707542385/b051/_pkg_.a
2025-08-20T22:18:43.1697598Z [00:01:57.726]➜  packagefile unicode/utf16=/tmp/go-build707542385/b100/_pkg_.a
2025-08-20T22:18:43.1698064Z [00:01:57.726]➜  packagefile encoding/asn1=/tmp/go-build707542385/b118/_pkg_.a
2025-08-20T22:18:43.1698592Z [00:01:57.726]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build707542385/b123/_pkg_.a
2025-08-20T22:18:43.1699165Z [00:01:57.726]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build707542385/b126/_pkg_.a
2025-08-20T22:18:43.1699716Z [00:01:57.726]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build707542385/b127/_pkg_.a
2025-08-20T22:18:43.1700253Z [00:01:57.726]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build707542385/b131/_pkg_.a
2025-08-20T22:18:43.1700814Z [00:01:57.726]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build707542385/b199/_pkg_.a
2025-08-20T22:18:43.1701356Z [00:01:57.726]➜  packagefile database/sql/driver=/tmp/go-build707542385/b201/_pkg_.a
2025-08-20T22:18:43.1701836Z [00:01:57.726]➜  packagefile crypto/dsa=/tmp/go-build707542385/b136/_pkg_.a
2025-08-20T22:18:43.1702295Z [00:01:57.726]➜  packagefile crypto/mlkem=/tmp/go-build707542385/b138/_pkg_.a
2025-08-20T22:18:43.1702824Z [00:01:57.726]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build707542385/b155/_pkg_.a
2025-08-20T22:18:43.1703522Z [00:01:57.726]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build707542385/b157/_pkg_.a
2025-08-20T22:18:43.1704133Z [00:01:57.726]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build707542385/b158/_pkg_.a
2025-08-20T22:18:43.1704801Z [00:01:57.726]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build707542385/b159/_pkg_.a
2025-08-20T22:18:43.1705403Z [00:01:57.726]➜  packagefile mime/quotedprintable=/tmp/go-build707542385/b193/_pkg_.a
2025-08-20T22:18:43.1706166Z [00:01:57.726]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build707542385/b147/_pkg_.a
2025-08-20T22:18:43.1706730Z [00:01:57.726]➜  packagefile internal/nettrace=/tmp/go-build707542385/b148/_pkg_.a
2025-08-20T22:18:43.1707249Z [00:01:57.726]➜  packagefile internal/singleflight=/tmp/go-build707542385/b149/_pkg_.a
2025-08-20T22:18:43.1707729Z [00:01:57.726]➜  packagefile net/netip=/tmp/go-build707542385/b150/_pkg_.a
2025-08-20T22:18:43.1708200Z [00:01:57.726]➜  packagefile internal/race=/tmp/go-build707542385/b030/_pkg_.a
2025-08-20T22:18:43.1708710Z [00:01:57.726]➜  packagefile internal/unsafeheader=/tmp/go-build707542385/b009/_pkg_.a
2025-08-20T22:18:43.1709201Z [00:01:57.726]➜  packagefile regexp/syntax=/tmp/go-build707542385/b203/_pkg_.a
2025-08-20T22:18:43.1709663Z [00:01:57.726]➜  packagefile internal/sync=/tmp/go-build707542385/b036/_pkg_.a
2025-08-20T22:18:43.1710145Z [00:01:57.726]➜  packagefile internal/synctest=/tmp/go-build707542385/b038/_pkg_.a
2025-08-20T22:18:43.1710689Z [00:01:57.726]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build707542385/b063/_pkg_.a
2025-08-20T22:18:43.1711264Z [00:01:57.726]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build707542385/b104/_pkg_.a
2025-08-20T22:18:43.1711898Z [00:01:57.726]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build707542385/b107/_pkg_.a
2025-08-20T22:18:43.1712522Z [00:01:57.726]➜  packagefile crypto/internal/randutil=/tmp/go-build707542385/b085/_pkg_.a
2025-08-20T22:18:43.1713208Z [00:01:57.726]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build707542385/b111/_pkg_.a
2025-08-20T22:18:43.1713797Z [00:01:57.726]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build707542385/b112/_pkg_.a
2025-08-20T22:18:43.1714378Z [00:01:57.726]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build707542385/b105/_pkg_.a
2025-08-20T22:18:43.1714960Z [00:01:57.726]➜  packagefile crypto/internal/fips140cache=/tmp/go-build707542385/b114/_pkg_.a
2025-08-20T22:18:43.1715755Z [00:01:57.726]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build707542385/b119/_pkg_.a
2025-08-20T22:18:43.1716328Z [00:01:57.726]➜  packagefile math/rand/v2=/tmp/go-build707542385/b086/_pkg_.a
2025-08-20T22:18:43.1716867Z [00:01:57.726]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build707542385/b129/_pkg_.a
2025-08-20T22:18:43.1717454Z [00:01:57.726]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build707542385/b171/_pkg_.a
2025-08-20T22:18:43.1718030Z [00:01:57.726]➜  packagefile crypto/internal/boring/sig=/tmp/go-build707542385/b089/_pkg_.a
2025-08-20T22:18:43.1718587Z [00:01:57.726]➜  packagefile crypto/internal/fips140=/tmp/go-build707542385/b060/_pkg_.a
2025-08-20T22:18:43.1719147Z [00:01:57.726]➜  packagefile crypto/internal/fips140/check=/tmp/go-build707542385/b064/_pkg_.a
2025-08-20T22:18:43.1719722Z [00:01:57.726]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build707542385/b071/_pkg_.a
2025-08-20T22:18:43.1720343Z [00:01:57.726]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build707542385/b067/_pkg_.a
2025-08-20T22:18:43.1720972Z [00:01:57.726]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build707542385/b068/_pkg_.a
2025-08-20T22:18:43.1721600Z [00:01:57.726]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build707542385/b061/_pkg_.a
2025-08-20T22:18:43.1722171Z [00:01:57.726]➜  packagefile crypto/internal/impl=/tmp/go-build707542385/b069/_pkg_.a
2025-08-20T22:18:43.1722730Z [00:01:57.726]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build707542385/b074/_pkg_.a
2025-08-20T22:18:43.1723429Z [00:01:57.726]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build707542385/b070/_pkg_.a
2025-08-20T22:18:43.1724004Z [00:01:57.726]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build707542385/b072/_pkg_.a
2025-08-20T22:18:43.1724559Z [00:01:57.726]➜  packagefile crypto/internal/sysrand=/tmp/go-build707542385/b076/_pkg_.a
2025-08-20T22:18:43.1725119Z [00:01:57.726]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build707542385/b113/_pkg_.a
2025-08-20T22:18:43.1725862Z [00:01:57.726]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build707542385/b122/_pkg_.a
2025-08-20T22:18:43.1726393Z [00:01:57.726]➜  packagefile crypto/fips140=/tmp/go-build707542385/b181/_pkg_.a
2025-08-20T22:18:43.1726884Z [00:01:57.726]➜  packagefile crypto/x509/pkix=/tmp/go-build707542385/b143/_pkg_.a
2025-08-20T22:18:43.1727451Z [00:01:57.726]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build707542385/b176/_pkg_.a
2025-08-20T22:18:43.1728110Z [00:01:57.726]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build707542385/b177/_pkg_.a
2025-08-20T22:18:43.1728798Z [00:01:57.726]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build707542385/b178/_pkg_.a
2025-08-20T22:18:43.1729416Z [00:01:57.726]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build707542385/b179/_pkg_.a
2025-08-20T22:18:43.1729933Z [00:01:57.726]➜  packagefile internal/bisect=/tmp/go-build707542385/b046/_pkg_.a
2025-08-20T22:18:43.1730530Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build707542385/b218/_pkg_.a
2025-08-20T22:18:43.1731239Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build707542385/b252/_pkg_.a
2025-08-20T22:18:43.1731995Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build707542385/b234/_pkg_.a
2025-08-20T22:18:43.1732835Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build707542385/b219/_pkg_.a
2025-08-20T22:18:43.1733526Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build707542385/b224/_pkg_.a
2025-08-20T22:18:43.1734207Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build707542385/b231/_pkg_.a
2025-08-20T22:18:43.1734865Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build707542385/b235/_pkg_.a
2025-08-20T22:18:43.1735705Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build707542385/b237/_pkg_.a
2025-08-20T22:18:43.1736399Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build707542385/b222/_pkg_.a
2025-08-20T22:18:43.1737062Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build707542385/b243/_pkg_.a
2025-08-20T22:18:43.1737709Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build707542385/b232/_pkg_.a
2025-08-20T22:18:43.1738407Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build707542385/b238/_pkg_.a
2025-08-20T22:18:43.1739121Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build707542385/b240/_pkg_.a
2025-08-20T22:18:43.1739817Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build707542385/b241/_pkg_.a
2025-08-20T22:18:43.1740912Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build707542385/b245/_pkg_.a
2025-08-20T22:18:43.1742156Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build707542385/b246/_pkg_.a
2025-08-20T22:18:43.1743133Z [00:01:57.726]➜  packagefile io/ioutil=/tmp/go-build707542385/b264/_pkg_.a
2025-08-20T22:18:43.1743956Z [00:01:57.726]➜  packagefile net/http/httputil=/tmp/go-build707542385/b265/_pkg_.a
2025-08-20T22:18:43.1745044Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build707542385/b239/_pkg_.a
2025-08-20T22:18:43.1746110Z [00:01:57.726]➜  packagefile github.com/haya14busa/go-actions-toolkit/core=/tmp/go-build707542385/b275/_pkg_.a
2025-08-20T22:18:43.1746873Z [00:01:57.726]➜  packagefile compress/flate=/tmp/go-build707542385/b166/_pkg_.a
2025-08-20T22:18:43.1747342Z [00:01:57.726]➜  packagefile hash/crc32=/tmp/go-build707542385/b167/_pkg_.a
2025-08-20T22:18:43.1747906Z [00:01:57.726]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build707542385/b184/_pkg_.a
2025-08-20T22:18:43.1748553Z [00:01:57.726]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build707542385/b186/_pkg_.a
2025-08-20T22:18:43.1749182Z [00:01:57.726]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build707542385/b187/_pkg_.a
2025-08-20T22:18:43.1749741Z [00:01:57.726]➜  packagefile internal/oserror=/tmp/go-build707542385/b049/_pkg_.a
2025-08-20T22:18:43.1750609Z [00:01:57.726]➜  packagefile internal/asan=/tmp/go-build707542385/b028/_pkg_.a
2025-08-20T22:18:43.1751694Z [00:01:57.726]➜  packagefile internal/msan=/tmp/go-build707542385/b029/_pkg_.a
2025-08-20T22:18:43.1752614Z [00:01:57.726]➜  packagefile crypto/sha3=/tmp/go-build707542385/b091/_pkg_.a
2025-08-20T22:18:43.1753580Z [00:01:57.726]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build707542385/b125/_pkg_.a
2025-08-20T22:18:43.1754675Z [00:01:57.726]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build707542385/b156/_pkg_.a
2025-08-20T22:18:43.1756048Z [00:01:57.726]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build707542385/b160/_pkg_.a
2025-08-20T22:18:43.1757006Z [00:01:57.726]➜  packagefile unique=/tmp/go-build707542385/b151/_pkg_.a
2025-08-20T22:18:43.1758052Z [00:01:57.726]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build707542385/b106/_pkg_.a
2025-08-20T22:18:43.1759291Z [00:01:57.726]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build707542385/b130/_pkg_.a
2025-08-20T22:18:43.1760384Z [00:01:57.726]➜  packagefile crypto/internal/entropy=/tmp/go-build707542385/b075/_pkg_.a
2025-08-20T22:18:43.1761625Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build707542385/b220/_pkg_.a
2025-08-20T22:18:43.1762906Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build707542385/b225/_pkg_.a
2025-08-20T22:18:43.1764245Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build707542385/b226/_pkg_.a
2025-08-20T22:18:43.1765847Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build707542385/b227/_pkg_.a
2025-08-20T22:18:43.1767301Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build707542385/b229/_pkg_.a
2025-08-20T22:18:43.1768413Z [00:01:57.726]➜  packagefile go/token=/tmp/go-build707542385/b233/_pkg_.a
2025-08-20T22:18:43.1769557Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build707542385/b242/_pkg_.a
2025-08-20T22:18:43.1770861Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build707542385/b244/_pkg_.a
2025-08-20T22:18:43.1772255Z [00:01:57.726]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build707542385/b185/_pkg_.a
2025-08-20T22:18:43.1773107Z [00:01:57.726]➜  packagefile embed=/tmp/go-build707542385/b228/_pkg_.a
2025-08-20T22:18:43.1774102Z [00:01:57.726]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build707542385/b230/_pkg_.a
2025-08-20T22:18:43.1795700Z [00:01:57.726]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/reviewdog/reviewdog/cmd/reviewdog\nmod\tgithub.com/reviewdog/reviewdog\tv0.20.4-0.20250820215056-b3a3469f9a9f+dirty\t\ndep\tcode.gitea.io/sdk/gitea\tv0.21.0\th1:69n6oz6kEVHRo1+APQQyizkhrZrLsTLXey9142pfkD4=\ndep\tgithub.com/42wim/httpsig\tv1.2.2\th1:ofAYoHUNs/MJOLqQ8hIxeyz2QxOz8qdSVvp3PX/oPgA=\ndep\tgithub.com/go-fed/httpsig\tv1.1.0\th1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=\ndep\tgithub.com/google/go-github/v72\tv72.0.0\th1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM=\ndep\tgithub.com/google/go-querystring\tv1.1.0\th1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=\ndep\tgithub.com/hashicorp/go-cleanhttp\tv0.5.2\th1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=\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/haya14busa/go-actions-toolkit\tv0.0.0-20200105081403-ca0307860f01\th1:HiJF8Mek+I7PY0Bm+SuhkwaAZSZP83sw6rrTMrgZ0io=\ndep\tgithub.com/haya14busa/go-sarif\tv0.0.0-20240630170108-a3ba8d79599f\th1:IrBUFBhHflcoA53Wp5TEK15bAgad0bgzY0FzW2CV5Oc=\ndep\tgithub.com/mattn/go-shellwords\tv1.0.12\th1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=\ndep\tgithub.com/reva2/bitbucket-insights-api\tv1.0.0\th1:lpQ/Q7OmnG04w/EM77piOwZBxP41PeTlbytXxVrnplA=\ndep\tgithub.com/reviewdog/errorformat\tv0.0.0-20250320004447-223c26dbe212\th1:vln3OhpVhkYTVwvdVKSqnJ80IGZyc9M7tIesYpfm/UQ=\ndep\tgithub.com/reviewdog/go-bitbucket\tv0.0.0-20201024094602-708c3f6a7de0\th1:XZ60Bp2UqwaJ6fDQExoFVrgs4nIzwBCy9ct6GCj9hH8=\ndep\tgitlab.com/gitlab-org/api/client-go\tv0.133.0\th1:Y+t86XrCUY24A1yLMU1mYgC1/kvUTohLPG7bUJs692M=\ndep\tgolang.org/x/build\tv0.0.0-20250512204353-bd68c458b160\th1:q+K3YswzfRYRj48eGo/QcvgZIil3HWUdKO1Zr9qAK/A=\ndep\tgolang.org/x/crypto\tv0.38.0\th1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=\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.34.0\th1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgoogle.golang.org/protobuf\tv1.36.8\th1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=b3a3469f9a9f82df413f5454fefde3bc396b5087\nbuild\tvcs.time=2025-08-20T21:50:56Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:18:43.1809341Z [00:01:57.726]➜  EOF
2025-08-20T22:18:43.1809619Z [00:01:57.726]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:18:43.1809899Z [00:01:57.726]➜  cd .
2025-08-20T22:18:43.1812163Z [00:01:57.726]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=fuYBO_2QdnHZtCXni3kU/pxw35gY5P9GlMExKGiw6/DNh9eoBb1Qh79Ox1JmIC/fuYBO_2QdnHZtCXni3kU -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:18:43.7477123Z [00:01:58.315]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:18:43.7593687Z [00:01:58.326]➜  mkdir -p /build-bins/
2025-08-20T22:18:43.7594366Z [00:01:58.327]➜  cp $WORK/b001/exe/a.out /build-bins/reviewdog
2025-08-20T22:18:43.7696878Z [00:01:58.337]➜  rm -rf $WORK/b001/
2025-08-20T22:18:43.9668091Z [00:01:58.534]➜  '/tmp/tmp.vDAGWtRiaR/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:18:43.9885862Z [00:01:58.556]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:18:44.0256347Z [00:01:58.593]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:18:44.0260043Z [00:01:58.593]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:18:44.0572364Z [00:01:58.624]➜  copy from `/build-bins/reviewdog' [elf64-x86-64] to `/build-bins/stkBFOjk' [elf64-x86-64]
2025-08-20T22:18:44.1371061Z [00:01:58.704]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:18:44.1401717Z [00:01:58.707]➜  
2025-08-20T22:18:44.1419073Z [00:01:58.709]➜  /build-bins/reviewdog
2025-08-20T22:18:44.1433719Z [00:01:58.710]➜  There are 24 section headers, starting at offset 0xd349f8:
2025-08-20T22:18:44.1436059Z [00:01:58.710]➜  
2025-08-20T22:18:44.1436516Z [00:01:58.710]➜  Section Headers:
2025-08-20T22:18:44.1437186Z [00:01:58.710]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:18:44.1437920Z [00:01:58.710]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:18:44.1438617Z [00:01:58.710]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:18:44.1439305Z [00:01:58.710]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:18:44.1440002Z [00:01:58.710]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:18:44.1440481Z [00:01:58.710]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:18:44.1440914Z [00:01:58.710]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T22:18:44.1441339Z [00:01:58.710]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T22:18:44.1441772Z [00:01:58.710]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T22:18:44.1442206Z [00:01:58.710]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:18:44.1442628Z [00:01:58.710]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T22:18:44.1443053Z [00:01:58.710]➜         00000000001f5b28  0000000000000018   A       2     0     8
2025-08-20T22:18:44.1443476Z [00:01:58.710]➜    [ 5] .init             PROGBITS         00000000001f6000  001f6000
2025-08-20T22:18:44.1443914Z [00:01:58.710]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:18:44.1444339Z [00:01:58.710]➜    [ 6] .text             PROGBITS         00000000001f6040  001f6040
2025-08-20T22:18:44.1444766Z [00:01:58.710]➜         00000000004d16ff  0000000000000000  AX       0     0     64
2025-08-20T22:18:44.1445194Z [00:01:58.710]➜    [ 7] .fini             PROGBITS         00000000006c773f  006c773f
2025-08-20T22:18:44.1445980Z [00:01:58.710]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:18:44.1446437Z [00:01:58.710]➜    [ 8] .rodata           PROGBITS         00000000006c8000  006c8000
2025-08-20T22:18:44.1446867Z [00:01:58.710]➜         00000000000c842c  0000000000000000   A       0     0     32
2025-08-20T22:18:44.1447305Z [00:01:58.711]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000079042c  0079042c
2025-08-20T22:18:44.1447734Z [00:01:58.711]➜         000000000000009c  0000000000000000   A       0     0     4
2025-08-20T22:18:44.1448168Z [00:01:58.711]➜    [10] .eh_frame         PROGBITS         00000000007904c8  007904c8
2025-08-20T22:18:44.1448777Z [00:01:58.711]➜         00000000000002b0  0000000000000000   A       0     0     8
2025-08-20T22:18:44.1449193Z [00:01:58.711]➜    [11] .tbss             NOBITS           00000000007911f0  007911f0
2025-08-20T22:18:44.1449605Z [00:01:58.711]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:18:44.1450046Z [00:01:58.711]➜    [12] .init_array       INIT_ARRAY       00000000007911f0  007911f0
2025-08-20T22:18:44.1450491Z [00:01:58.711]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:18:44.1450930Z [00:01:58.711]➜    [13] .fini_array       FINI_ARRAY       00000000007911f8  007911f8
2025-08-20T22:18:44.1451362Z [00:01:58.711]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:18:44.1451794Z [00:01:58.711]➜    [14] .data.rel.ro      PROGBITS         0000000000791200  00791200
2025-08-20T22:18:44.1452235Z [00:01:58.711]➜         0000000000540c48  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1452678Z [00:01:58.711]➜    [15] .dynamic          DYNAMIC          0000000000cd1e48  00cd1e48
2025-08-20T22:18:44.1453108Z [00:01:58.711]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:18:44.1453525Z [00:01:58.711]➜    [16] .got              PROGBITS         0000000000cd1fb8  00cd1fb8
2025-08-20T22:18:44.1453941Z [00:01:58.711]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:18:44.1454354Z [00:01:58.711]➜    [17] .data             PROGBITS         0000000000cd2000  00cd2000
2025-08-20T22:18:44.1454780Z [00:01:58.711]➜         00000000000177c0  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1455231Z [00:01:58.711]➜    [18] .go.buildinfo     PROGBITS         0000000000ce97c0  00ce97c0
2025-08-20T22:18:44.1455934Z [00:01:58.711]➜         0000000000000b20  0000000000000000  WA       0     0     16
2025-08-20T22:18:44.1456525Z [00:01:58.711]➜    [19] .go.fipsinfo      PROGBITS         0000000000cea2e0  00cea2e0
2025-08-20T22:18:44.1457003Z [00:01:58.711]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1457452Z [00:01:58.711]➜    [20] .noptrdata        PROGBITS         0000000000cea360  00cea360
2025-08-20T22:18:44.1457900Z [00:01:58.711]➜         000000000004a5c1  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1458321Z [00:01:58.711]➜    [21] .bss              NOBITS           0000000000d34940  00d34921
2025-08-20T22:18:44.1458746Z [00:01:58.711]➜         0000000000024c90  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1459424Z [00:01:58.711]➜    [22] .noptrbss         NOBITS           0000000000d595e0  00d34921
2025-08-20T22:18:44.1460262Z [00:01:58.711]➜         000000000001f3c0  0000000000000000  WA       0     0     32
2025-08-20T22:18:44.1461097Z [00:01:58.711]➜    [23] .shstrtab         STRTAB           0000000000000000  00d34921
2025-08-20T22:18:44.1461882Z [00:01:58.711]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:18:44.1462248Z [00:01:58.711]➜  Key to Flags:
2025-08-20T22:18:44.1462623Z [00:01:58.711]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:18:44.1463100Z [00:01:58.711]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:18:44.1463566Z [00:01:58.711]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:18:44.1463979Z [00:01:58.711]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:18:44.1464294Z [00:01:58.713]➜  
2025-08-20T22:18:44.1477208Z [00:01:58.715]➜  /build-bins/LICENSE
2025-08-20T22:18:44.1493139Z [00:01:58.716]➜  + file /build-bins/LICENSE /build-bins/reviewdog
2025-08-20T22:18:44.1702494Z [00:01:58.737]➜  /build-bins/LICENSE:   ASCII text
2025-08-20T22:18:44.1757612Z [00:01:58.743]➜  /build-bins/reviewdog: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:18:44.1767657Z [00:01:58.744]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/reviewdog
2025-08-20T22:18:44.1786126Z [00:01:58.746]➜  /build-bins/LICENSE:         1067 Bytes
2025-08-20T22:18:44.1786560Z [00:01:58.746]➜  /build-bins/reviewdog:         13848568 Bytes
2025-08-20T22:18:44.1789642Z [00:01:58.746]➜  + du /build-bins/LICENSE /build-bins/reviewdog --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:18:44.1804539Z [00:01:58.748]➜  1.1K	2025-08-20 22:18:43.965519806 +0000	/build-bins/LICENSE
2025-08-20T22:18:44.1805015Z [00:01:58.748]➜  14M	2025-08-20 22:18:44.085520199 +0000	/build-bins/reviewdog
2025-08-20T22:18:44.1808306Z [00:01:58.748]➜  + popd
2025-08-20T22:18:44.8497896Z [00:01:59.417]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:18:44.8882735Z [00:01:59.455]➜  + '[' -s /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:18:44.8884374Z [00:01:59.455]➜  + cp -fv /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:18:44.8944881Z [00:01:59.462]➜  '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:18:44.8950261Z [00:01:59.462]➜  + find /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:18:44.8953307Z [00:01:59.462]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:18:44.8954798Z [00:01:59.463]➜  + cut -d: -f1
2025-08-20T22:18:44.8959590Z [00:01:59.463]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:18:44.8972290Z [00:01:59.464]➜  + xargs realpath --no-symlinks
2025-08-20T22:18:45.0848772Z [00:01:59.652]➜  sending incremental file list
2025-08-20T22:18:45.0874947Z [00:01:59.655]➜  reviewdog
2025-08-20T22:18:45.1448988Z [00:01:59.712]➜  
2025-08-20T22:18:45.1449545Z [00:01:59.712]➜  sent 13.85M bytes  received 35 bytes  27.70M bytes/sec
2025-08-20T22:18:45.1450101Z [00:01:59.712]➜  total size is 13.85M  speedup is 1.00
2025-08-20T22:18:45.1464043Z [00:01:59.714]➜  
2025-08-20T22:18:46.3677884Z [00:02:00.935]➜  
2025-08-20T22:18:46.3791496Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog' from runner:docker to runner:runner
2025-08-20T22:18:46.3794231Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/reviewdog' from runner:docker to runner:runner
2025-08-20T22:18:46.3796526Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.revive.toml' from root:root to runner:runner
2025-08-20T22:18:46.3798845Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/Dockerfile' from root:root to runner:runner
2025-08-20T22:18:46.3801283Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment/metacomment.pb.go' from root:root to runner:runner
2025-08-20T22:18:46.3803813Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment/metacomment.proto' from root:root to runner:runner
2025-08-20T22:18:46.3806375Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment' from root:root to runner:runner
2025-08-20T22:18:46.3808677Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/entrypoint.sh' from root:root to runner:runner
2025-08-20T22:18:46.3811221Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/update.sh' from root:root to runner:runner
2025-08-20T22:18:46.3813479Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/README.md' from root:root to runner:runner
2025-08-20T22:18:46.3816155Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/DiagnosticResult.json' from root:root to runner:runner
2025-08-20T22:18:46.3818732Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Code.json' from root:root to runner:runner
2025-08-20T22:18:46.3821258Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Diagnostic.json' from root:root to runner:runner
2025-08-20T22:18:46.3823778Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Suggestion.json' from root:root to runner:runner
2025-08-20T22:18:46.3826512Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Source.json' from root:root to runner:runner
2025-08-20T22:18:46.3828976Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Range.json' from root:root to runner:runner
2025-08-20T22:18:46.3831753Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/RelatedLocation.json' from root:root to runner:runner
2025-08-20T22:18:46.3834333Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Position.json' from root:root to runner:runner
2025-08-20T22:18:46.3837037Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Location.json' from root:root to runner:runner
2025-08-20T22:18:46.3839449Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema' from root:root to runner:runner
2025-08-20T22:18:46.3841803Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/reviewdog.proto' from root:root to runner:runner
2025-08-20T22:18:46.3844228Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/reviewdog.pb.go' from root:root to runner:runner
2025-08-20T22:18:46.3846731Z [00:02:00.946]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf' from root:root to runner:runner
2025-08-20T22:18:46.3848940Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto' from root:root to runner:runner
2025-08-20T22:18:46.3851072Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/install.sh' from root:root to runner:runner
2025-08-20T22:18:46.3853290Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git_hooks/README.md' from root:root to runner:runner
2025-08-20T22:18:46.3855784Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git_hooks/prepare-commit-msg' from root:root to runner:runner
2025-08-20T22:18:46.3858294Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git_hooks' from root:root to runner:runner
2025-08-20T22:18:46.3860441Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.reviewdog.yml' from root:root to runner:runner
2025-08-20T22:18:46.3862589Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:18:46.3864777Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.gitlab-ci.yml' from root:root to runner:runner
2025-08-20T22:18:46.3867151Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3869301Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.textlintrc' from root:root to runner:runner
2025-08-20T22:18:46.3871443Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:18:46.3873759Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/code_fence.go' from root:root to runner:runner
2025-08-20T22:18:46.3876680Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/commentutil_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3879300Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/commentutil.go' from root:root to runner:runner
2025-08-20T22:18:46.3881859Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/code_fence_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3884266Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil' from root:root to runner:runner
2025-08-20T22:18:46.3886740Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitea/gitea.go' from root:root to runner:runner
2025-08-20T22:18:46.3888998Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitea' from root:root to runner:runner
2025-08-20T22:18:46.3891405Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil/serviceutil_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3894000Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil/serviceutil.go' from root:root to runner:runner
2025-08-20T22:18:46.3896297Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil' from root:root to runner:runner
2025-08-20T22:18:46.3897918Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_review_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3899504Z [00:02:00.947]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_review.go' from root:root to runner:runner
2025-08-20T22:18:46.3900863Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_diff_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3902198Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_diff.go' from root:root to runner:runner
2025-08-20T22:18:46.3903443Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit' from root:root to runner:runner
2025-08-20T22:18:46.3905178Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/diff_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3907615Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/github.go' from root:root to runner:runner
2025-08-20T22:18:46.3909344Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/check_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3910642Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/check.go' from root:root to runner:runner
2025-08-20T22:18:46.3912164Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/comment_writer.go' from root:root to runner:runner
2025-08-20T22:18:46.3913584Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/utils.go' from root:root to runner:runner
2025-08-20T22:18:46.3914984Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/utils_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3916576Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils' from root:root to runner:runner
2025-08-20T22:18:46.3917856Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/diff.go' from root:root to runner:runner
2025-08-20T22:18:46.3919115Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/log.go' from root:root to runner:runner
2025-08-20T22:18:46.3920408Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/github_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3921655Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github' from root:root to runner:runner
2025-08-20T22:18:46.3922912Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_diff.go' from root:root to runner:runner
2025-08-20T22:18:46.3924269Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_discussion.go' from root:root to runner:runner
2025-08-20T22:18:46.3925976Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_discussion_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3927362Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_diff_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3928729Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_commit_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3930089Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_commit.go' from root:root to runner:runner
2025-08-20T22:18:46.3931358Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab' from root:root to runner:runner
2025-08-20T22:18:46.3932646Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_context.go' from root:root to runner:runner
2025-08-20T22:18:46.3934007Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/annotator_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3935332Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/helpers.go' from root:root to runner:runner
2025-08-20T22:18:46.3937144Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/api_client.go' from root:root to runner:runner
2025-08-20T22:18:46.3938512Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/api_client_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3939868Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_helper.go' from root:root to runner:runner
2025-08-20T22:18:46.3941235Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_helper.go' from root:root to runner:runner
2025-08-20T22:18:46.3942618Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_client.go' from root:root to runner:runner
2025-08-20T22:18:46.3943983Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_client.go' from root:root to runner:runner
2025-08-20T22:18:46.3945312Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/consts.go' from root:root to runner:runner
2025-08-20T22:18:46.3946810Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/annotator.go' from root:root to runner:runner
2025-08-20T22:18:46.3948158Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_context.go' from root:root to runner:runner
2025-08-20T22:18:46.3949570Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_context_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3951016Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket' from root:root to runner:runner
2025-08-20T22:18:46.3952192Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service' from root:root to runner:runner
2025-08-20T22:18:46.3953357Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/filter.go' from root:root to runner:runner
2025-08-20T22:18:46.3954585Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/diff_filter.go' from root:root to runner:runner
2025-08-20T22:18:46.3956043Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/diff_filter_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3957305Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/filter_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3958484Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter' from root:root to runner:runner
2025-08-20T22:18:46.3959683Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.goreleaser-nightly.yml' from root:root to runner:runner
2025-08-20T22:18:46.3961094Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/bitbucket_pipelines.go' from root:root to runner:runner
2025-08-20T22:18:46.3962351Z [00:02:00.948]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/cienv.go' from root:root to runner:runner
2025-08-20T22:18:46.3963568Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/github_actions.go' from root:root to runner:runner
2025-08-20T22:18:46.3964879Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_rerun.json' from root:root to runner:runner
2025-08-20T22:18:46.3966445Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_push.json' from root:root to runner:runner
2025-08-20T22:18:46.3967842Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_pull_request.json' from root:root to runner:runner
2025-08-20T22:18:46.3969381Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata' from root:root to runner:runner
2025-08-20T22:18:46.3970649Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/github_actions_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3971915Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/cienv_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3973095Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv' from root:root to runner:runner
2025-08-20T22:18:46.3974581Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/conf.go' from root:root to runner:runner
2025-08-20T22:18:46.3975991Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/cmdbuilder.go' from root:root to runner:runner
2025-08-20T22:18:46.3977270Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/conf_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3978484Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/run.go' from root:root to runner:runner
2025-08-20T22:18:46.3979702Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/run_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3980885Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project' from root:root to runner:runner
2025-08-20T22:18:46.3982066Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjsonl.go' from root:root to runner:runner
2025-08-20T22:18:46.3983290Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/checkstyle.go' from root:root to runner:runner
2025-08-20T22:18:46.3984524Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjson_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3986097Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjsonl_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3988136Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/diff_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3990442Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/sarif.go' from root:root to runner:runner
2025-08-20T22:18:46.3992690Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/parser.go' from root:root to runner:runner
2025-08-20T22:18:46.3994972Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjson.go' from root:root to runner:runner
2025-08-20T22:18:46.3997389Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/errorformat_test.go' from root:root to runner:runner
2025-08-20T22:18:46.3998664Z [00:02:00.949]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/diff.go' from root:root to runner:runner
2025-08-20T22:18:46.3999886Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/errorformat.go' from root:root to runner:runner
2025-08-20T22:18:46.4001121Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/sarif_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4002370Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/parser_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4003822Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/checkstyle_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4005023Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser' from root:root to runner:runner
2025-08-20T22:18:46.4006420Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/package.json' from root:root to runner:runner
2025-08-20T22:18:46.4007658Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/custom_rdjson.json' from root:root to runner:runner
2025-08-20T22:18:46.4008935Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/staticcheck.go' from root:root to runner:runner
2025-08-20T22:18:46.4010207Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/suggestions.json' from root:root to runner:runner
2025-08-20T22:18:46.4011444Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/golint.go' from root:root to runner:runner
2025-08-20T22:18:46.4012694Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/reviewdog_error.yml' from root:root to runner:runner
2025-08-20T22:18:46.4014151Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/suggestions.txt' from root:root to runner:runner
2025-08-20T22:18:46.4015402Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/golint2.go' from root:root to runner:runner
2025-08-20T22:18:46.4016879Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/custom.txt' from root:root to runner:runner
2025-08-20T22:18:46.4018068Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata' from root:root to runner:runner
2025-08-20T22:18:46.4019324Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/encode-metacomment/main.go' from root:root to runner:runner
2025-08-20T22:18:46.4020650Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/encode-metacomment' from root:root to runner:runner
2025-08-20T22:18:46.4021961Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/go.sum' from root:root to runner:runner
2025-08-20T22:18:46.4023256Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/go.mod' from root:root to runner:runner
2025-08-20T22:18:46.4024548Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/main.go' from root:root to runner:runner
2025-08-20T22:18:46.4025991Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup' from root:root to runner:runner
2025-08-20T22:18:46.4027446Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/decode-metacomment/main.go' from root:root to runner:runner
2025-08-20T22:18:46.4028759Z [00:02:00.950]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/decode-metacomment' from root:root to runner:runner
2025-08-20T22:18:46.4029960Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:18:46.4031140Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.circleci/config.yml' from root:root to runner:runner
2025-08-20T22:18:46.4032326Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.circleci' from root:root to runner:runner
2025-08-20T22:18:46.4033518Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/commands/version.go' from root:root to runner:runner
2025-08-20T22:18:46.4034692Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/commands' from root:root to runner:runner
2025-08-20T22:18:46.4036100Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil/pathutil.go' from root:root to runner:runner
2025-08-20T22:18:46.4037385Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil/pathutil_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4038746Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil' from root:root to runner:runner
2025-08-20T22:18:46.4039930Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/reviewdog.go' from root:root to runner:runner
2025-08-20T22:18:46.4041074Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff.go' from root:root to runner:runner
2025-08-20T22:18:46.4042272Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/.gitignore' from root:root to runner:runner
2025-08-20T22:18:46.4043544Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/doghouse.go' from root:root to runner:runner
2025-08-20T22:18:46.4044841Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/main_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4046536Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/main.go' from root:root to runner:runner
2025-08-20T22:18:46.4047838Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/doghouse_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4049089Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog' from root:root to runner:runner
2025-08-20T22:18:46.4050256Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:18:46.4051576Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/service.go' from root:root to runner:runner
2025-08-20T22:18:46.4052861Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/ciutil/ciutil.go' from root:root to runner:runner
2025-08-20T22:18:46.4054213Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/ciutil/ciutil_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4055708Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/ciutil' from root:root to runner:runner
2025-08-20T22:18:46.4057025Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/doghouse.go' from root:root to runner:runner
2025-08-20T22:18:46.4058319Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/github.go' from root:root to runner:runner
2025-08-20T22:18:46.4059661Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/installation.go' from root:root to runner:runner
2025-08-20T22:18:46.4061028Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/token.go' from root:root to runner:runner
2025-08-20T22:18:46.4063146Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/datastore.go' from root:root to runner:runner
2025-08-20T22:18:46.4065886Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage' from root:root to runner:runner
2025-08-20T22:18:46.4068245Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/token.go' from root:root to runner:runner
2025-08-20T22:18:46.4070626Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/doghouse_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4072788Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/cookieman/cookieman.go' from root:root to runner:runner
2025-08-20T22:18:46.4074256Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/cookieman/cookieman_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4075839Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/cookieman' from root:root to runner:runner
2025-08-20T22:18:46.4077097Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server' from root:root to runner:runner
2025-08-20T22:18:46.4078350Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client/client.go' from root:root to runner:runner
2025-08-20T22:18:46.4079657Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client/client_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4081087Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client' from root:root to runner:runner
2025-08-20T22:18:46.4082368Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/handlers.yaml' from root:root to runner:runner
2025-08-20T22:18:46.4083685Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/.gitignore' from root:root to runner:runner
2025-08-20T22:18:46.4085003Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/base.html' from root:root to runner:runner
2025-08-20T22:18:46.4086667Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/top.html' from root:root to runner:runner
2025-08-20T22:18:46.4088071Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/header.html' from root:root to runner:runner
2025-08-20T22:18:46.4089443Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/base.html' from root:root to runner:runner
2025-08-20T22:18:46.4090809Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/repo.html' from root:root to runner:runner
2025-08-20T22:18:46.4092268Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh' from root:root to runner:runner
2025-08-20T22:18:46.4093653Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/index.html' from root:root to runner:runner
2025-08-20T22:18:46.4095110Z [00:02:00.951]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl' from root:root to runner:runner
2025-08-20T22:18:46.4096741Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/statik/statik.go' from root:root to runner:runner
2025-08-20T22:18:46.4098074Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/statik' from root:root to runner:runner
2025-08-20T22:18:46.4099411Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/github_webhook.go' from root:root to runner:runner
2025-08-20T22:18:46.4100748Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/checker.go' from root:root to runner:runner
2025-08-20T22:18:46.4102050Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/github.go' from root:root to runner:runner
2025-08-20T22:18:46.4103382Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/README.md' from root:root to runner:runner
2025-08-20T22:18:46.4104898Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/encrypted-reviewdog.private-key.pem.bin' from root:root to runner:runner
2025-08-20T22:18:46.4106916Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/encrypted-secret.yaml.bin' from root:root to runner:runner
2025-08-20T22:18:46.4108939Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/secret_sample.yaml' from root:root to runner:runner
2025-08-20T22:18:46.4110300Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret' from root:root to runner:runner
2025-08-20T22:18:46.4111614Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/template.go' from root:root to runner:runner
2025-08-20T22:18:46.4112981Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/static/favicon.ico' from root:root to runner:runner
2025-08-20T22:18:46.4114304Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/static' from root:root to runner:runner
2025-08-20T22:18:46.4115860Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/warmup.go' from root:root to runner:runner
2025-08-20T22:18:46.4117263Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/main.go' from root:root to runner:runner
2025-08-20T22:18:46.4118707Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/app.yaml' from root:root to runner:runner
2025-08-20T22:18:46.4120045Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/.gcloudignore' from root:root to runner:runner
2025-08-20T22:18:46.4121322Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine' from root:root to runner:runner
2025-08-20T22:18:46.4122505Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse' from root:root to runner:runner
2025-08-20T22:18:46.4123638Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:18:46.4124772Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:18:46.4126149Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/fail_level_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4127324Z [00:02:00.952]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:18:46.4128488Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4129684Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:18:46.4131001Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/fail_level.go' from root:root to runner:runner
2025-08-20T22:18:46.4132193Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/reviewdog_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4133445Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/goreleaser-header.md' from root:root to runner:runner
2025-08-20T22:18:46.4134771Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/deploy-doghouse.yml' from root:root to runner:runner
2025-08-20T22:18:46.4136820Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/rdformat.yml' from root:root to runner:runner
2025-08-20T22:18:46.4139101Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/release_test.yml' from root:root to runner:runner
2025-08-20T22:18:46.4141575Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:18:46.4143923Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/go.yml' from root:root to runner:runner
2025-08-20T22:18:46.4146722Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T22:18:46.4148203Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/reviewdog.yml' from root:root to runner:runner
2025-08-20T22:18:46.4149520Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/depup.yml' from root:root to runner:runner
2025-08-20T22:18:46.4150762Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:18:46.4152021Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T22:18:46.4153306Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/renovate.json' from root:root to runner:runner
2025-08-20T22:18:46.4154574Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:18:46.4156047Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:18:46.4157215Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:18:46.4158384Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.travis.yml' from root:root to runner:runner
2025-08-20T22:18:46.4159646Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:18:46.4161106Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:18:46.4162425Z [00:02:00.953]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:18:46.4163730Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:18:46.4165015Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:18:46.4166572Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:18:46.4167899Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:18:46.4169179Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:18:46.4170471Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:18:46.4171906Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:18:46.4173201Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:18:46.4174500Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:18:46.4176103Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:18:46.4177467Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:18:46.4178731Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:18:46.4179948Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:18:46.4181185Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:18:46.4182468Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:18:46.4183795Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:18:46.4185211Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:18:46.4186854Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:18:46.4188034Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:18:46.4189196Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:18:46.4190394Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:18:46.4191600Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:18:46.4192837Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:18:46.4194149Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:18:46.4195727Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:18:46.4197016Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:18:46.4198188Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:18:46.4199335Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:18:46.4200518Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:18:46.4201740Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:18:46.4202907Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:18:46.4204331Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.promisor' from root:root to runner:runner
2025-08-20T22:18:46.4206246Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.idx' from root:root to runner:runner
2025-08-20T22:18:46.4207910Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.promisor' from root:root to runner:runner
2025-08-20T22:18:46.4210091Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.rev' from root:root to runner:runner
2025-08-20T22:18:46.4212866Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.pack' from root:root to runner:runner
2025-08-20T22:18:46.4216074Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.idx' from root:root to runner:runner
2025-08-20T22:18:46.4219065Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.pack' from root:root to runner:runner
2025-08-20T22:18:46.4221126Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.rev' from root:root to runner:runner
2025-08-20T22:18:46.4222521Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:18:46.4223726Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:18:46.4225069Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:18:46.4226605Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:18:46.4227772Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:18:46.4228925Z [00:02:00.954]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:18:46.4230051Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:18:46.4231199Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/resultmap.go' from root:root to runner:runner
2025-08-20T22:18:46.4232372Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment.go' from root:root to runner:runner
2025-08-20T22:18:46.4233574Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_iowriter_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4234785Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/parse.go' from root:root to runner:runner
2025-08-20T22:18:46.4236163Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/parse_test.go' from root:root to runner:runner
2025-08-20T22:18:46.4237368Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/diff.go' from root:root to runner:runner
2025-08-20T22:18:46.4238799Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4240079Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4241349Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.diff' from root:root to runner:runner
2025-08-20T22:18:46.4242691Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4244039Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.diff' from root:root to runner:runner
2025-08-20T22:18:46.4245326Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.diff' from root:root to runner:runner
2025-08-20T22:18:46.4246884Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.diff' from root:root to runner:runner
2025-08-20T22:18:46.4248143Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gen.sh' from root:root to runner:runner
2025-08-20T22:18:46.4249547Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_new.diff' from root:root to runner:runner
2025-08-20T22:18:46.4250875Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.diff' from root:root to runner:runner
2025-08-20T22:18:46.4252208Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4253549Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4254925Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4256752Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4258166Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4259479Z [00:02:00.955]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.diff' from root:root to runner:runner
2025-08-20T22:18:46.4260812Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4262120Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gen.go' from root:root to runner:runner
2025-08-20T22:18:46.4263546Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.git.diff' from root:root to runner:runner
2025-08-20T22:18:46.4264883Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_deleted.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4266540Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.git.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4267948Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.diff' from root:root to runner:runner
2025-08-20T22:18:46.4269354Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff' from root:root to runner:runner
2025-08-20T22:18:46.4270789Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4272163Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty space.txt' from root:root to runner:runner
2025-08-20T22:18:46.4273474Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_deleted.diff' from root:root to runner:runner
2025-08-20T22:18:46.4274939Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_space.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4276504Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4277878Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4279199Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.go' from root:root to runner:runner
2025-08-20T22:18:46.4280499Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4281817Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4283522Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.old.go' from root:root to runner:runner
2025-08-20T22:18:46.4285893Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4288426Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_space.diff' from root:root to runner:runner
2025-08-20T22:18:46.4290929Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4293477Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.txt' from root:root to runner:runner
2025-08-20T22:18:46.4294872Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4296423Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4297743Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4299085Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4300400Z [00:02:00.956]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.diff' from root:root to runner:runner
2025-08-20T22:18:46.4301735Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4303067Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_new.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4304561Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.diff.json' from root:root to runner:runner
2025-08-20T22:18:46.4306115Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.new.txt' from root:root to runner:runner
2025-08-20T22:18:46.4307483Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4308823Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.diff' from root:root to runner:runner
2025-08-20T22:18:46.4310134Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.old.txt' from root:root to runner:runner
2025-08-20T22:18:46.4311453Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.new.go' from root:root to runner:runner
2025-08-20T22:18:46.4312769Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.diff' from root:root to runner:runner
2025-08-20T22:18:46.4314023Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata' from root:root to runner:runner
2025-08-20T22:18:46.4315176Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff' from root:root to runner:runner
2025-08-20T22:18:46.4316526Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/package-lock.json' from root:root to runner:runner
2025-08-20T22:18:46.4317865Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.codecov.yml' from root:root to runner:runner
2025-08-20T22:18:46.4319068Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_iowriter.go' from root:root to runner:runner
2025-08-20T22:18:46.4320211Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO' from root:root to runner:runner
2025-08-20T22:18:46.4321252Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR' from root:root to runner:runner
2025-08-20T22:18:46.4322235Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:18:46.4323201Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:18:46.4324189Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:18:46.4325141Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:18:46.4326284Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.version' from runner:docker to runner:runner
2025-08-20T22:18:46.4327335Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:18:46.4328296Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' from runner:docker to runner:runner
2025-08-20T22:18:46.4329231Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:18:46.4330081Z [00:02:00.957]➜  changed ownership of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:18:46.4330867Z [00:02:00.966]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4331658Z [00:02:00.973]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/reviewdog' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4332727Z [00:02:00.981]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.revive.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4333956Z [00:02:00.988]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4335278Z [00:02:00.995]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment/metacomment.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4357193Z [00:02:01.003]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/metacomment/metacomment.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4427574Z [00:02:01.010]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4496737Z [00:02:01.017]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/update.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4566178Z [00:02:01.024]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4635089Z [00:02:01.031]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/DiagnosticResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4706207Z [00:02:01.038]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Code.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4775185Z [00:02:01.045]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Diagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4843275Z [00:02:01.051]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Suggestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4911814Z [00:02:01.058]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Source.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.4980114Z [00:02:01.065]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Range.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5048709Z [00:02:01.072]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/RelatedLocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5117977Z [00:02:01.079]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Position.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5186464Z [00:02:01.086]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/jsonschema/Location.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5255370Z [00:02:01.093]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/reviewdog.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5324796Z [00:02:01.099]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/proto/rdf/reviewdog.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5392963Z [00:02:01.106]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5461894Z [00:02:01.113]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git_hooks/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5529971Z [00:02:01.120]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git_hooks/prepare-commit-msg' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5599737Z [00:02:01.127]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.reviewdog.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5668700Z [00:02:01.134]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5738050Z [00:02:01.141]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.gitlab-ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5805390Z [00:02:01.148]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5873133Z [00:02:01.154]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.textlintrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.5941425Z [00:02:01.161]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6012109Z [00:02:01.168]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/code_fence.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6082096Z [00:02:01.175]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/commentutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6152274Z [00:02:01.182]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/commentutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6220983Z [00:02:01.189]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/commentutil/code_fence_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6290999Z [00:02:01.196]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitea/gitea.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6360270Z [00:02:01.203]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil/serviceutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6430175Z [00:02:01.210]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/serviceutil/serviceutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6498842Z [00:02:01.217]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_review_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6566511Z [00:02:01.224]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_review.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6636457Z [00:02:01.231]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6706222Z [00:02:01.238]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gerrit/change_diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6778746Z [00:02:01.245]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6848993Z [00:02:01.252]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6918453Z [00:02:01.259]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/check_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.6986709Z [00:02:01.266]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7056313Z [00:02:01.273]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/comment_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7125661Z [00:02:01.280]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7196125Z [00:02:01.287]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/githubutils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7266248Z [00:02:01.294]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7337006Z [00:02:01.301]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7407008Z [00:02:01.308]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7482714Z [00:02:01.315]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7555190Z [00:02:01.322]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_discussion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7623441Z [00:02:01.329]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_discussion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7692964Z [00:02:01.336]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7763580Z [00:02:01.343]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7833118Z [00:02:01.350]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/gitlab/gitlab_mr_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7903130Z [00:02:01.357]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.7974344Z [00:02:01.364]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/annotator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8043420Z [00:02:01.371]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8113819Z [00:02:01.378]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8184637Z [00:02:01.385]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/api_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8253037Z [00:02:01.392]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8322595Z [00:02:01.399]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8392396Z [00:02:01.406]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/cloud_api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8462129Z [00:02:01.413]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8531028Z [00:02:01.420]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/consts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8604049Z [00:02:01.427]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/annotator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8673738Z [00:02:01.434]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8744461Z [00:02:01.441]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/service/bitbucket/server_api_context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8812253Z [00:02:01.448]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8880217Z [00:02:01.455]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/diff_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.8950260Z [00:02:01.462]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/diff_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9018409Z [00:02:01.469]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/filter/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9087456Z [00:02:01.476]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.goreleaser-nightly.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9154961Z [00:02:01.483]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/bitbucket_pipelines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9224280Z [00:02:01.489]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/cienv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9293993Z [00:02:01.496]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/github_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9363559Z [00:02:01.503]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_rerun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9431695Z [00:02:01.510]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_push.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9500762Z [00:02:01.517]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/_testdata/github_event_pull_request.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9570318Z [00:02:01.524]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/github_actions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9639503Z [00:02:01.531]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cienv/cienv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9708454Z [00:02:01.538]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9777791Z [00:02:01.545]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/cmdbuilder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9847667Z [00:02:01.552]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9917236Z [00:02:01.559]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:46.9987142Z [00:02:01.566]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/project/run_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0056380Z [00:02:01.573]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjsonl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0124267Z [00:02:01.579]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/checkstyle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0193222Z [00:02:01.586]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjson_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0261498Z [00:02:01.593]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjsonl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0329548Z [00:02:01.600]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0396275Z [00:02:01.607]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/sarif.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0464601Z [00:02:01.613]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0534314Z [00:02:01.620]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/rdjson.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0606915Z [00:02:01.628]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/errorformat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0676423Z [00:02:01.635]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0747005Z [00:02:01.642]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/errorformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0816876Z [00:02:01.649]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/sarif_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0888218Z [00:02:01.656]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.0957135Z [00:02:01.663]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/parser/checkstyle_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1025961Z [00:02:01.670]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1097754Z [00:02:01.677]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/custom_rdjson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1167557Z [00:02:01.684]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/staticcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1237666Z [00:02:01.691]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/suggestions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1306540Z [00:02:01.698]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/golint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1376153Z [00:02:01.705]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/reviewdog_error.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1445275Z [00:02:01.712]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/suggestions.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1514489Z [00:02:01.718]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/golint2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1583772Z [00:02:01.725]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/_testdata/custom.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1654300Z [00:02:01.732]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/encode-metacomment/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1723695Z [00:02:01.739]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1792198Z [00:02:01.746]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1861097Z [00:02:01.753]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/trigger-depup/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.1930446Z [00:02:01.760]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/scripts/decode-metacomment/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2001632Z [00:02:01.767]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.circleci/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2073074Z [00:02:01.774]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/commands/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2142014Z [00:02:01.781]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil/pathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2211983Z [00:02:01.788]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/pathutil/pathutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2280485Z [00:02:01.795]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/reviewdog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2349974Z [00:02:01.802]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2418054Z [00:02:01.809]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2489327Z [00:02:01.816]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/doghouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2559079Z [00:02:01.823]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2630041Z [00:02:01.830]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2695874Z [00:02:01.837]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/cmd/reviewdog/doghouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2766407Z [00:02:01.844]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2836040Z [00:02:01.851]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/ciutil/ciutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2906555Z [00:02:01.858]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/ciutil/ciutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.2977457Z [00:02:01.865]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/doghouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3047848Z [00:02:01.872]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3116188Z [00:02:01.879]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/installation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3184923Z [00:02:01.885]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3253389Z [00:02:01.892]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/storage/datastore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3322234Z [00:02:01.899]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3391207Z [00:02:01.906]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/doghouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3461163Z [00:02:01.913]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/cookieman/cookieman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3531807Z [00:02:01.920]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/server/cookieman/cookieman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3603005Z [00:02:01.927]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3672540Z [00:02:01.934]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3743411Z [00:02:01.941]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/handlers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3812420Z [00:02:01.948]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3882239Z [00:02:01.955]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/base.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.3952206Z [00:02:01.962]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/top.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4022304Z [00:02:01.969]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/header.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4090984Z [00:02:01.976]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/base.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4160545Z [00:02:01.983]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/gh/repo.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4230082Z [00:02:01.990]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/tmpl/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4300351Z [00:02:01.997]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/statik/statik.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4369867Z [00:02:02.004]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/github_webhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4439430Z [00:02:02.011]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/checker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4511720Z [00:02:02.018]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4581389Z [00:02:02.025]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4651272Z [00:02:02.032]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/encrypted-reviewdog.private-key.pem.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4722760Z [00:02:02.039]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/encrypted-secret.yaml.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4794709Z [00:02:02.046]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/secret/secret_sample.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4868889Z [00:02:02.054]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.4939020Z [00:02:02.061]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/static/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5011065Z [00:02:02.068]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/warmup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5080167Z [00:02:02.075]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5149593Z [00:02:02.082]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/app.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5218796Z [00:02:02.089]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/doghouse/appengine/.gcloudignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5287532Z [00:02:02.096]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5358442Z [00:02:02.103]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5427633Z [00:02:02.110]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/fail_level_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5496742Z [00:02:02.117]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5564564Z [00:02:02.123]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5633802Z [00:02:02.130]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5702899Z [00:02:02.137]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/fail_level.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5771952Z [00:02:02.144]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/reviewdog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5841172Z [00:02:02.151]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/goreleaser-header.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5910337Z [00:02:02.158]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/deploy-doghouse.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.5978560Z [00:02:02.165]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/rdformat.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6046985Z [00:02:02.172]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/release_test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6114555Z [00:02:02.178]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6184704Z [00:02:02.185]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6252513Z [00:02:02.192]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6322799Z [00:02:02.199]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/reviewdog.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6392369Z [00:02:02.206]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/workflows/depup.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6461860Z [00:02:02.213]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6530503Z [00:02:02.220]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/renovate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6599965Z [00:02:02.227]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.github/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6668735Z [00:02:02.234]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6738468Z [00:02:02.241]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6809699Z [00:02:02.248]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6880189Z [00:02:02.255]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.6949295Z [00:02:02.262]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7020332Z [00:02:02.269]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7089304Z [00:02:02.276]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7160555Z [00:02:02.283]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7229894Z [00:02:02.290]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7299108Z [00:02:02.297]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7372032Z [00:02:02.304]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7442799Z [00:02:02.311]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7516084Z [00:02:02.319]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7585813Z [00:02:02.326]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7654990Z [00:02:02.332]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7724439Z [00:02:02.339]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7796551Z [00:02:02.347]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7868066Z [00:02:02.354]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.7936977Z [00:02:02.361]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8007605Z [00:02:02.368]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8076128Z [00:02:02.375]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8147078Z [00:02:02.382]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8216154Z [00:02:02.389]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8287444Z [00:02:02.396]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8357898Z [00:02:02.403]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8429210Z [00:02:02.410]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8498105Z [00:02:02.417]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8568294Z [00:02:02.424]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8637731Z [00:02:02.431]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8706564Z [00:02:02.438]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8776374Z [00:02:02.445]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8845798Z [00:02:02.452]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8916296Z [00:02:02.459]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.8985869Z [00:02:02.466]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9056311Z [00:02:02.473]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9124742Z [00:02:02.479]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/resultmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9194531Z [00:02:02.486]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9264601Z [00:02:02.493]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_iowriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9335669Z [00:02:02.501]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9406369Z [00:02:02.508]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/parse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9476181Z [00:02:02.515]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9547301Z [00:02:02.522]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9617667Z [00:02:02.529]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9687190Z [00:02:02.536]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9756803Z [00:02:02.543]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9826517Z [00:02:02.550]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9896421Z [00:02:02.557]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:47.9967221Z [00:02:02.564]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0037770Z [00:02:02.571]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gen.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0107044Z [00:02:02.578]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_new.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0177416Z [00:02:02.585]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0245244Z [00:02:02.592]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0317913Z [00:02:02.599]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0386992Z [00:02:02.606]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0456924Z [00:02:02.613]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0526780Z [00:02:02.620]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0596277Z [00:02:02.627]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0669830Z [00:02:02.634]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0739337Z [00:02:02.641]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0810750Z [00:02:02.648]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.git.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0882667Z [00:02:02.655]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_deleted.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.0951825Z [00:02:02.662]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.git.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1021839Z [00:02:02.669]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1092219Z [00:02:02.676]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1162715Z [00:02:02.683]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1231923Z [00:02:02.690]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty space.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1302163Z [00:02:02.697]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_deleted.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1372331Z [00:02:02.704]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_space.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1442005Z [00:02:02.711]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline3.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1513174Z [00:02:02.718]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1584692Z [00:02:02.725]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1653465Z [00:02:02.732]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1722293Z [00:02:02.739]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1791722Z [00:02:02.746]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.old.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1861344Z [00:02:02.753]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.1932400Z [00:02:02.760]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_space.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2000967Z [00:02:02.767]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2071171Z [00:02:02.774]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2139917Z [00:02:02.781]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2212447Z [00:02:02.788]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/日本語.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2283728Z [00:02:02.795]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2353587Z [00:02:02.802]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/gofmt.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2422633Z [00:02:02.809]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2493332Z [00:02:02.816]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline2.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2563672Z [00:02:02.823]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty_new.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2636217Z [00:02:02.831]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2705689Z [00:02:02.838]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/sample.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2774689Z [00:02:02.844]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/removeeofnewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2842762Z [00:02:02.851]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/empty.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2911290Z [00:02:02.858]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/nonewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.2982493Z [00:02:02.865]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/golint.new.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3052998Z [00:02:02.872]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/diff/testdata/addeofnewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3123435Z [00:02:02.879]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3193023Z [00:02:02.886]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/.codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3263288Z [00:02:02.893]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vDAGWtRiaR/TEMPREPO/comment_iowriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3333002Z [00:02:02.900]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3402053Z [00:02:02.907]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3472340Z [00:02:02.914]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3543496Z [00:02:02.921]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3618017Z [00:02:02.929]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3687496Z [00:02:02.936]➜  mode of '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.4204285Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:18:48.4205355Z [00:02:02.987]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:18:55.5862984Z 
2025-08-20T22:18:55.5864051Z [+] Sanitizing /tmp/pkgforge/Ett7UWhqG_SBUILD/BUILD.log ==> /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.log
2025-08-20T22:18:57.9556192Z '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.static.log' -> '/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/reviewdog.log'
2025-08-20T22:18:57.9601583Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&download=reviewdog.log
2025-08-20T22:18:57.9602548Z 
2025-08-20T22:18:57.9603385Z [+] Parsing/Uploading reviewdog/reviewdog --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Freviewdog%2Freviewdog [x86_64-Linux]
2025-08-20T22:18:57.9643316Z {
2025-08-20T22:18:57.9643689Z   "_disabled": "false",
2025-08-20T22:18:57.9644322Z   "host": "x86_64-Linux",
2025-08-20T22:18:57.9644670Z   "rank": "",
2025-08-20T22:18:57.9644990Z   "pkg": "reviewdog.static",
2025-08-20T22:18:57.9645373Z   "pkg_family": "reviewdog",
2025-08-20T22:18:57.9645933Z   "pkg_id": "github.com.reviewdog.reviewdog",
2025-08-20T22:18:57.9646386Z   "pkg_name": "reviewdog",
2025-08-20T22:18:57.9646751Z   "pkg_type": "static",
2025-08-20T22:18:57.9647418Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog",
2025-08-20T22:18:57.9648141Z   "app_id": "",
2025-08-20T22:18:57.9648447Z   "appstream": "",
2025-08-20T22:18:57.9648764Z   "category": [
2025-08-20T22:18:57.9649060Z     "ConsoleOnly",
2025-08-20T22:18:57.9649362Z     "Utility"
2025-08-20T22:18:57.9649641Z   ],
2025-08-20T22:18:57.9650222Z   "description": "Automated code review tool integrated with any code analysis tools regardless of programming language",
2025-08-20T22:18:57.9650710Z   "desktop": "",
2025-08-20T22:18:57.9650909Z   "homepage": [
2025-08-20T22:18:57.9651137Z     "https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:57.9651393Z   ],
2025-08-20T22:18:57.9651972Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&download=reviewdog.png",
2025-08-20T22:18:57.9652596Z   "license": [
2025-08-20T22:18:57.9652774Z     "MIT"
2025-08-20T22:18:57.9652936Z   ],
2025-08-20T22:18:57.9653101Z   "maintainer": [
2025-08-20T22:18:57.9653318Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:18:57.9653578Z   ],
2025-08-20T22:18:57.9653745Z   "provides": [
2025-08-20T22:18:57.9653930Z     "reviewdog"
2025-08-20T22:18:57.9654102Z   ],
2025-08-20T22:18:57.9654262Z   "note": [
2025-08-20T22:18:57.9654596Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:57.9654983Z   ],
2025-08-20T22:18:57.9655146Z   "repology": [
2025-08-20T22:18:57.9655331Z     "reviewdog"
2025-08-20T22:18:57.9656113Z   ],
2025-08-20T22:18:57.9656325Z   "screenshots": [],
2025-08-20T22:18:57.9656539Z   "src_url": [
2025-08-20T22:18:57.9656766Z     "https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:57.9657049Z   ],
2025-08-20T22:18:57.9657211Z   "tag": [
2025-08-20T22:18:57.9657381Z     "analyzer",
2025-08-20T22:18:57.9657553Z     "linter"
2025-08-20T22:18:57.9657717Z   ],
2025-08-20T22:18:57.9657900Z   "version": "HEAD-b3a3469-250820T215056",
2025-08-20T22:18:57.9658157Z   "version_upstream": "0.20.3",
2025-08-20T22:18:57.9658497Z   "bsum": "6a0553a05b03c8d4d36c61e69d957187f6651edab14e1852aafd6c33437a40a3",
2025-08-20T22:18:57.9658867Z   "build_date": "2025-08-20T22:18:48Z",
2025-08-20T22:18:57.9659239Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109156000",
2025-08-20T22:18:57.9659603Z   "build_id": "17109156000",
2025-08-20T22:18:57.9660297Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&download=reviewdog.log",
2025-08-20T22:18:57.9661832Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/reviewdog/static.official.source.yaml",
2025-08-20T22:18:57.9663360Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&download=reviewdog",
2025-08-20T22:18:57.9664857Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux",
2025-08-20T22:18:57.9666300Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog",
2025-08-20T22:18:57.9667572Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&manifest",
2025-08-20T22:18:57.9668867Z   "shasum": "344fb81a3aa16e8cf00677fcbd1f0298751c3a5198f39d451384fc56ac052dd4",
2025-08-20T22:18:57.9669508Z   "size": "14 MB",
2025-08-20T22:18:57.9669842Z   "size_raw": "13848568",
2025-08-20T22:18:57.9670216Z   "snapshots": [
2025-08-20T22:18:57.9670809Z     "HEAD-7964632-250119T091931-x86_64-linux",
2025-08-20T22:18:57.9671287Z     "HEAD-ff9df0a-250201T004435-x86_64-linux",
2025-08-20T22:18:57.9671757Z     "HEAD-a14adc1-250201T205850-x86_64-linux",
2025-08-20T22:18:57.9672215Z     "HEAD-2da3fe2-250205T004207-x86_64-linux",
2025-08-20T22:18:57.9672679Z     "HEAD-9347465-250206T133117-x86_64-linux",
2025-08-20T22:18:57.9673173Z     "HEAD-9b239cc-250208T174345-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9673671Z     "HEAD-0670560-250212T014806-x86_64-linux",
2025-08-20T22:18:57.9674126Z     "HEAD-c07e994-250214T223108-x86_64-linux",
2025-08-20T22:18:57.9674584Z     "HEAD-55a6370-250222T025900-x86_64-linux",
2025-08-20T22:18:57.9675109Z     "HEAD-30cad54-250224T164519-x86_64-linux[NA-2025-02-24]",
2025-08-20T22:18:57.9675967Z     "HEAD-bce7628-250225T233156-x86_64-linux[NA-2025-02-25]",
2025-08-20T22:18:57.9676558Z     "HEAD-c1ef33b-250301T031633-x86_64-linux[NA-2025-03-01]",
2025-08-20T22:18:57.9677137Z     "HEAD-40b1750-250304T222154-x86_64-linux[NA-2025-03-04]",
2025-08-20T22:18:57.9677714Z     "HEAD-3bb2d1a-250307T231857-x86_64-linux[NA-2025-03-07]",
2025-08-20T22:18:57.9678266Z     "HEAD-2d9e6f9-250311T170207-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9678785Z     "HEAD-799e845-250530T200727-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9679324Z     "HEAD-2fc7c4c-250603T153229-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9679841Z     "HEAD-44018ab-250611T194810-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9680349Z     "HEAD-236c3dd-250612T020538-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9680854Z     "HEAD-3023f9c-250615T222336-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9681356Z     "HEAD-1523624-250703T125435-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9681877Z     "HEAD-cd3fd23-250708T193928-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9682385Z     "HEAD-294118b-250710T014621-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9682885Z     "HEAD-05e9d32-250718T220629-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9683575Z     "HEAD-165b8d4-250723T141627-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9684182Z     "HEAD-5483791-250729T231052-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9684681Z     "HEAD-4c832f6-250801T174448-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9685181Z     "HEAD-162766c-250809T002947-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9685962Z     "HEAD-6736184-250813T170214-x86_64-linux[0.20.3]",
2025-08-20T22:18:57.9686482Z     "HEAD-ff4aebc-250814T140217-x86_64-linux[0.20.3]"
2025-08-20T22:18:57.9686935Z   ]
2025-08-20T22:18:57.9687258Z }
2025-08-20T22:18:57.9687413Z 
2025-08-20T22:18:57.9687419Z 
2025-08-20T22:18:58.0920314Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux": ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux: not found
2025-08-20T22:18:58.0962356Z Uploading empty artifact
2025-08-20T22:18:58.0969782Z time=2025-08-20T22:18:58Z level=debug msg=Request #0
2025-08-20T22:18:58.0971144Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:4460ed9583ba073672aaab35ad50fb695a04f5c34c0c4cd6202cb5ea4a917f9a"
2025-08-20T22:18:58.0972393Z > Request method: "HEAD"
2025-08-20T22:18:58.0972768Z > Request headers:
2025-08-20T22:18:58.0974359Z    "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-20T22:18:58.0976020Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:18:58.1358605Z time=2025-08-20T22:18:58Z level=debug msg=Response #0
2025-08-20T22:18:58.1359411Z < Response Status: "401 Unauthorized"
2025-08-20T22:18:58.1359998Z < Response headers:
2025-08-20T22:18:58.1363010Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/reviewdog/official/reviewdog:pull\""
2025-08-20T22:18:58.1363835Z    "Date": "Wed, 20 Aug 2025 22:18:58 GMT"
2025-08-20T22:18:58.1364491Z    "Content-Length": "73"
2025-08-20T22:18:58.1364859Z    "X-Github-Request-Id": "C431:C7C27:ACE25:BC0D4:68A649D2"
2025-08-20T22:18:58.1365274Z    "Content-Type": "application/json"
2025-08-20T22:18:58.1366010Z time=2025-08-20T22:18:58Z level=debug msg=Request #1
2025-08-20T22:18:58.1366824Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Freviewdog%2Fofficial%2Freviewdog%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:18:58.1367584Z > Request method: "GET"
2025-08-20T22:18:58.1367862Z > Request headers:
2025-08-20T22:18:58.1368132Z    "Authorization": "*****"
2025-08-20T22:18:58.1368373Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:18:58.1913603Z time=2025-08-20T22:18:58Z level=debug msg=Response #1
2025-08-20T22:18:58.1914446Z < Response Status: "200 OK"
2025-08-20T22:18:58.1914954Z < Response headers:
2025-08-20T22:18:58.1915438Z    "Content-Type": "application/json"
2025-08-20T22:18:58.1916352Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:18:58.1917315Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:18:58.1918100Z    "Date": "Wed, 20 Aug 2025 22:18:58 GMT"
2025-08-20T22:18:58.1918466Z    "Content-Length": "69"
2025-08-20T22:18:58.1918856Z    "X-Github-Request-Id": "C431:C7C27:ACE29:BC0D7:68A649D2"
2025-08-20T22:18:58.1919358Z time=2025-08-20T22:18:58Z level=debug msg=Request #2
2025-08-20T22:18:58.1920188Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:4460ed9583ba073672aaab35ad50fb695a04f5c34c0c4cd6202cb5ea4a917f9a"
2025-08-20T22:18:58.1920984Z > Request method: "HEAD"
2025-08-20T22:18:58.1921213Z > Request headers:
2025-08-20T22:18:58.1922469Z    "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-20T22:18:58.1923595Z    "Authorization": "*****"
2025-08-20T22:18:58.1923844Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:18:58.2165774Z time=2025-08-20T22:18:58Z level=debug msg=Response #2
2025-08-20T22:18:58.2166533Z < Response Status: "404 Not Found"
2025-08-20T22:18:58.2167131Z < Response headers:
2025-08-20T22:18:58.2167746Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:18:58.2168455Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:18:58.2169004Z    "Date": "Wed, 20 Aug 2025 22:18:58 GMT"
2025-08-20T22:18:58.2169377Z    "Content-Length": "70"
2025-08-20T22:18:58.2169785Z    "X-Github-Request-Id": "C431:C7C27:ACE34:BC0E1:68A649D2"
2025-08-20T22:18:58.2170154Z    "Content-Type": "application/json"
2025-08-20T22:18:58.2170478Z time=2025-08-20T22:18:58Z level=debug msg=Request #3
2025-08-20T22:18:58.2171300Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:18:58.2172083Z > Request method: "HEAD"
2025-08-20T22:18:58.2172312Z > Request headers:
2025-08-20T22:18:58.2172523Z    "Authorization": "*****"
2025-08-20T22:18:58.2172771Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:18:58.2457829Z time=2025-08-20T22:18:58Z level=debug msg=Response #3
2025-08-20T22:18:58.2459317Z < Response Status: "200 OK"
2025-08-20T22:18:58.2459843Z < Response headers:
2025-08-20T22:18:58.2460223Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:18:58.2460714Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:18:58.2461292Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:18:58.2461716Z    "Date": "Wed, 20 Aug 2025 22:18:58 GMT"
2025-08-20T22:18:58.2462045Z    "X-Github-Request-Id": "C431:C7C27:ACE3B:BC0ED:68A649D2"
2025-08-20T22:18:58.2462372Z    "Content-Length": "0"
2025-08-20T22:18:58.2462617Z    "Content-Type": ""
2025-08-20T22:18:58.2463250Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:18:58.2463784Z time=2025-08-20T22:18:58Z level=debug msg=Request #4
2025-08-20T22:18:58.2464466Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/HEAD-b3a3469-250820T215056-x86_64-linux"
2025-08-20T22:18:58.2465099Z > Request method: "PUT"
2025-08-20T22:18:58.2465326Z > Request headers:
2025-08-20T22:18:58.2465811Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:18:58.2466165Z    "Authorization": "*****"
2025-08-20T22:18:58.2466412Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:18:58.4965163Z time=2025-08-20T22:18:58Z level=debug msg=Response #4
2025-08-20T22:18:58.4966145Z < Response Status: "201 Created"
2025-08-20T22:18:58.4966692Z < Response headers:
2025-08-20T22:18:58.4967104Z    "Content-Type": "application/json"
2025-08-20T22:18:58.4967755Z    "Docker-Content-Digest": "sha256:4460ed9583ba073672aaab35ad50fb695a04f5c34c0c4cd6202cb5ea4a917f9a"
2025-08-20T22:18:58.4968470Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:18:58.4969442Z    "Location": "/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:4460ed9583ba073672aaab35ad50fb695a04f5c34c0c4cd6202cb5ea4a917f9a"
2025-08-20T22:18:58.4970515Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:18:58.4971043Z    "Date": "Wed, 20 Aug 2025 22:18:58 GMT"
2025-08-20T22:18:58.4971392Z    "Content-Length": "0"
2025-08-20T22:18:58.4971762Z    "X-Github-Request-Id": "C431:C7C27:ACE44:BC0F9:68A649D2"
2025-08-20T22:18:58.4972528Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:18:58.4973275Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:18:58.4973846Z Digest: sha256:4460ed9583ba073672aaab35ad50fb695a04f5c34c0c4cd6202cb5ea4a917f9a
2025-08-20T22:19:00.6696442Z Uploading 74d521cac8b6 CHECKSUM.sig
2025-08-20T22:19:00.6697021Z Uploading 742b3013fbd9 CHECKSUM
2025-08-20T22:19:00.6757544Z Uploading 344fb81a3aa1 reviewdog
2025-08-20T22:19:00.6864171Z Uploading 6c2d564fcef9 reviewdog.sig
2025-08-20T22:19:00.6875851Z Exists    92d4ef949ca2 LICENSE
2025-08-20T22:19:00.7077454Z Uploading f58f6b88d50c LICENSE.sig
2025-08-20T22:19:01.6369805Z Uploaded  74d521cac8b6 CHECKSUM.sig
2025-08-20T22:19:01.6391495Z Uploaded  742b3013fbd9 CHECKSUM
2025-08-20T22:19:01.6577865Z Uploading 9b89df1164fa SBUILD.sig
2025-08-20T22:19:01.6619481Z Uploaded  f58f6b88d50c LICENSE.sig
2025-08-20T22:19:01.6668490Z Exists    b88a4f79024e SBUILD
2025-08-20T22:19:01.6918427Z Uploading dd830212a67a reviewdog.json
2025-08-20T22:19:01.6980837Z Exists    11cf0313013e reviewdog.png
2025-08-20T22:19:01.7191961Z Uploading 808d5fb67a98 reviewdog.json.sig
2025-08-20T22:19:01.8180615Z Uploaded  6c2d564fcef9 reviewdog.sig
2025-08-20T22:19:01.8478609Z Uploaded  344fb81a3aa1 reviewdog
2025-08-20T22:19:01.8485433Z Uploading 19cfe5f41d5f reviewdog.log
2025-08-20T22:19:01.8666285Z Uploading ad301a60979d reviewdog.log.sig
2025-08-20T22:19:02.5969559Z Uploaded  9b89df1164fa SBUILD.sig
2025-08-20T22:19:02.6340235Z Uploaded  dd830212a67a reviewdog.json
2025-08-20T22:19:02.6396193Z Uploading 1cb8336171c3 reviewdog.version
2025-08-20T22:19:02.6713915Z Uploading 306e30af6141 reviewdog.version.sig
2025-08-20T22:19:02.6895914Z Uploaded  808d5fb67a98 reviewdog.json.sig
2025-08-20T22:19:02.7862515Z Uploaded  19cfe5f41d5f reviewdog.log
2025-08-20T22:19:02.8050738Z Uploaded  ad301a60979d reviewdog.log.sig
2025-08-20T22:19:03.5866748Z Uploaded  1cb8336171c3 reviewdog.version
2025-08-20T22:19:03.6023635Z Uploaded  306e30af6141 reviewdog.version.sig
2025-08-20T22:19:03.6024303Z Uploading 57bcde59fee7 reviewdog
2025-08-20T22:19:03.9484969Z Uploaded  57bcde59fee7 reviewdog
2025-08-20T22:19:03.9486406Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:03.9487624Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:19:03.9488654Z Digest: sha256:57bcde59fee75dd2c30d1c93c2cf064c75f62891b0664b66f213e31985bbbc36
2025-08-20T22:19:09.0960665Z 
2025-08-20T22:19:09.0961352Z [+] Registry --> https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:09.0962121Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-x86_64-linux&manifest 
2025-08-20T22:19:09.0962617Z 
2025-08-20T22:19:10.7702221Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:19:10.9351933Z ./BUILD_ARTIFACTS.tar : 39.40%   (  32.8 MiB =>   12.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:19:10.9448624Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:19:10.9487258Z 
2025-08-20T22:19:10.9488534Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml :: 00(Hr):02(Min):25(Sec)
2025-08-20T22:19:10.9489489Z 
2025-08-20T22:19:10.9502512Z 
2025-08-20T22:19:10.9502883Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:19:10 PM) UTC
2025-08-20T22:19:10.9503321Z 
2025-08-20T22:19:11.2462285Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:19:11.2509392Z ##[group]Run ##Presets
2025-08-20T22:19:11.2509747Z [36;1m##Presets[0m
2025-08-20T22:19:11.2509952Z [36;1mset +x ; set +e[0m
2025-08-20T22:19:11.2510162Z [36;1m#-------------#[0m
2025-08-20T22:19:11.2510359Z [36;1m##Debug?[0m
2025-08-20T22:19:11.2510603Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:19:11.2510889Z [36;1m  set -x[0m
2025-08-20T22:19:11.2511075Z [36;1mfi[0m
2025-08-20T22:19:11.2511251Z [36;1m#-------------#[0m
2025-08-20T22:19:11.2511454Z [36;1m##Set ENV[0m
2025-08-20T22:19:11.2511691Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:19:11.2512185Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b3a3469-250820T215056-x86_64-linux"[0m
2025-08-20T22:19:11.2512731Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b3a3469-250820T215056-x86_64-linux"[0m
2025-08-20T22:19:11.2513318Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000"[0m
2025-08-20T22:19:11.2513857Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:19:11.2514261Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:19:11.2514716Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:19:11.2515046Z [36;1m fi[0m
2025-08-20T22:19:11.2515225Z [36;1m##Push[0m
2025-08-20T22:19:11.2515445Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:19:11.2515866Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:19:11.2516246Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:19:11.2516727Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:19:11.2517177Z [36;1m     ls -sh "/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:19:11.2517520Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:19:11.2517739Z [36;1m       {[0m
2025-08-20T22:19:11.2517933Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:19:11.2518273Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:19:11.2518717Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:19:11.2519148Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:19:11.2519691Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b3a3469-250820T215056-x86_64-linux")[0m
2025-08-20T22:19:11.2520397Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109156000")[0m
2025-08-20T22:19:11.2520981Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109156000")[0m
2025-08-20T22:19:11.2521845Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-x86_64-linux")[0m
2025-08-20T22:19:11.2522573Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:18:48Z")[0m
2025-08-20T22:19:11.2523073Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:19:11.2523585Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:18:48Z")[0m
2025-08-20T22:19:11.2524282Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog")[0m
2025-08-20T22:19:11.2524959Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:19:11.2525721Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:19:11.2526495Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:19:11.2527250Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog")[0m
2025-08-20T22:19:11.2527964Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-reviewdog")[0m
2025-08-20T22:19:11.2528533Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/reviewdog/reviewdog")[0m
2025-08-20T22:19:11.2529074Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:19:11.2529585Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:19:11.2530068Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:19:11.2530575Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:19:11.2531006Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:19:11.2531266Z [36;1m         #Check[0m
2025-08-20T22:19:11.2531854Z [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-20T22:18:48Z" ]]; then[0m
2025-08-20T22:19:11.2532571Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:19:11.2532921Z [36;1m            break[0m
2025-08-20T22:19:11.2533134Z [36;1m          else[0m
2025-08-20T22:19:11.2533531Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:19:11.2533957Z [36;1m          fi[0m
2025-08-20T22:19:11.2534187Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:19:11.2534443Z [36;1m        done[0m
2025-08-20T22:19:11.2534636Z [36;1m       }[0m
2025-08-20T22:19:11.2534841Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:19:11.2535088Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:19:11.2535795Z [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-20T22:18:48Z" ]]; then[0m
2025-08-20T22:19:11.2536560Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:19:11.2536971Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:19:11.2537235Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:19:11.2537843Z [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-20T22:18:48Z" ]]; then[0m
2025-08-20T22:19:11.2538711Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:19:11.2539214Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:19:11.2539611Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:19:11.2539849Z [36;1m           fi[0m
2025-08-20T22:19:11.2540043Z [36;1m       fi[0m
2025-08-20T22:19:11.2540221Z [36;1m   fi[0m
2025-08-20T22:19:11.2540399Z [36;1m fi[0m
2025-08-20T22:19:11.2540585Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:19:11.2817722Z shell: /usr/bin/bash -e {0}
2025-08-20T22:19:11.2817972Z env:
2025-08-20T22:19:11.2818159Z   CROSS_COMPILING: NO
2025-08-20T22:19:11.2818382Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:11.2818615Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:11.2818826Z   ON_QEMU: NO
2025-08-20T22:19:11.2819000Z   DEBUG: 0
2025-08-20T22:19:11.2819200Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:11.2819426Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:11.2819881Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:11.2820212Z   KEEP_LOGS: YES
2025-08-20T22:19:11.2829308Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:11.2829598Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:11.2829841Z   SBUILD_REBUILD: false
2025-08-20T22:19:11.2830412Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:11.2830991Z   BUILD_SYS: docker://go
2025-08-20T22:19:11.2831214Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:11.2831419Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:11.2831616Z   SYSTMP: /tmp
2025-08-20T22:19:11.2831804Z   GHA_MODE: MATRIX
2025-08-20T22:19:11.2832237Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:11.2832743Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:11.2833090Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:11.2833471Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:11.2833948Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:11.2834322Z   PKG_TYPE: static
2025-08-20T22:19:11.2834519Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:11.2834751Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:11.2835140Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:11.2835640Z   BUILD_ID: 17109156000
2025-08-20T22:19:11.2835844Z   PKG_NAME: reviewdog
2025-08-20T22:19:11.2836058Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:11.2836305Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:11.2836566Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:11.2836892Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:11.2837273Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:11.2837729Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:11.2838188Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:11.2838468Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:11.2838897Z   GHCR_TOKEN: ***
2025-08-20T22:19:11.2839183Z   GITHUB_TOKEN: ***
2025-08-20T22:19:11.2839417Z   GITLAB_TOKEN: ***
2025-08-20T22:19:11.2840516Z   MINISIGN_KEY: ***
2025-08-20T22:19:11.2840726Z ##[endgroup]
2025-08-20T22:19:11.2938117Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:19:11.2949309Z 13M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:19:11.2962437Z total 15M
2025-08-20T22:19:11.2962699Z 4.0K CHECKSUM
2025-08-20T22:19:11.2962995Z 4.0K CHECKSUM.sig
2025-08-20T22:19:11.2963319Z 4.0K LICENSE
2025-08-20T22:19:11.2963523Z 4.0K LICENSE.sig
2025-08-20T22:19:11.2963700Z 4.0K SBUILD
2025-08-20T22:19:11.2963941Z 4.0K SBUILD.sig
2025-08-20T22:19:11.2964248Z 4.0K SBUILD_TEMP
2025-08-20T22:19:11.2964817Z  14M reviewdog
2025-08-20T22:19:11.2965132Z 4.0K reviewdog.json
2025-08-20T22:19:11.2965805Z 4.0K reviewdog.json.sig
2025-08-20T22:19:11.2966190Z 708K reviewdog.log
2025-08-20T22:19:11.2966522Z 4.0K reviewdog.log.sig
2025-08-20T22:19:11.2966889Z  40K reviewdog.png
2025-08-20T22:19:11.2967217Z 4.0K reviewdog.sig
2025-08-20T22:19:11.2967558Z 708K reviewdog.static.log
2025-08-20T22:19:11.2967952Z 4.0K reviewdog.static.version
2025-08-20T22:19:11.2968365Z 4.0K reviewdog.static.version.sig
2025-08-20T22:19:11.2968771Z 4.0K reviewdog.version
2025-08-20T22:19:11.2969121Z 4.0K reviewdog.version.sig
2025-08-20T22:19:11.4643433Z Uploading b30a768c17b4 BUILD_ARTIFACTS.zstd
2025-08-20T22:19:12.5970423Z Uploaded  b30a768c17b4 BUILD_ARTIFACTS.zstd
2025-08-20T22:19:12.5971103Z Uploading 5526363cee31 SRCBUILD-reviewdog
2025-08-20T22:19:12.9536968Z Uploaded  5526363cee31 SRCBUILD-reviewdog
2025-08-20T22:19:12.9538013Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000:HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:12.9539031Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:19:12.9540026Z Digest: sha256:5526363cee3108c5eeb0636c83045ba2e4d8392df70966585fd3dc589e3db269
2025-08-20T22:19:18.1098339Z 
2025-08-20T22:19:18.1099113Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:18.1099577Z 
2025-08-20T22:19:18.2432025Z ##[group]Run ##Presets
2025-08-20T22:19:18.2432301Z [36;1m##Presets[0m
2025-08-20T22:19:18.2432502Z [36;1mset +x ; set +e[0m
2025-08-20T22:19:18.2432717Z [36;1m#-------------#[0m
2025-08-20T22:19:18.2432920Z [36;1m##Debug?[0m
2025-08-20T22:19:18.2433166Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:19:18.2433461Z [36;1m  set -x[0m
2025-08-20T22:19:18.2433647Z [36;1mfi[0m
2025-08-20T22:19:18.2433827Z [36;1m#-------------#[0m
2025-08-20T22:19:18.2434091Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:19:18.2434448Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:19:18.2484422Z shell: /usr/bin/bash -e {0}
2025-08-20T22:19:18.2484656Z env:
2025-08-20T22:19:18.2484844Z   CROSS_COMPILING: NO
2025-08-20T22:19:18.2485062Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:18.2485296Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:18.2485758Z   ON_QEMU: NO
2025-08-20T22:19:18.2485994Z   DEBUG: 0
2025-08-20T22:19:18.2486189Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:18.2486430Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:18.2486729Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:18.2487046Z   KEEP_LOGS: YES
2025-08-20T22:19:18.2487243Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:18.2487466Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:18.2487687Z   SBUILD_REBUILD: false
2025-08-20T22:19:18.2488236Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:18.2488813Z   BUILD_SYS: docker://go
2025-08-20T22:19:18.2489026Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:18.2489225Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:18.2489420Z   SYSTMP: /tmp
2025-08-20T22:19:18.2489603Z   GHA_MODE: MATRIX
2025-08-20T22:19:18.2490032Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:18.2490540Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:18.2490864Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:18.2491247Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:18.2491720Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:18.2492102Z   PKG_TYPE: static
2025-08-20T22:19:18.2492303Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:18.2492529Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:18.2492907Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:18.2493471Z   BUILD_ID: 17109156000
2025-08-20T22:19:18.2493670Z   PKG_NAME: reviewdog
2025-08-20T22:19:18.2493878Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:18.2494123Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:18.2494381Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:18.2494733Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:18.2495102Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:18.2495758Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:18.2496232Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:18.2496512Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:18.2496782Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:18.2497285Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:18.2497725Z ##[endgroup]
2025-08-20T22:19:18.2646433Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:19:18.2646729Z with:
2025-08-20T22:19:18.2646932Z   name: Bincache_reviewdog_x86_64-Linux
2025-08-20T22:19:18.2647231Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:19:18.2647532Z   compression-level: 0
2025-08-20T22:19:18.2647742Z   retention-days: 30
2025-08-20T22:19:18.2647943Z   overwrite: true
2025-08-20T22:19:18.2648147Z   if-no-files-found: warn
2025-08-20T22:19:18.2648374Z   include-hidden-files: false
2025-08-20T22:19:18.2648623Z env:
2025-08-20T22:19:18.2648792Z   CROSS_COMPILING: NO
2025-08-20T22:19:18.2648999Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:18.2649218Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:18.2649429Z   ON_QEMU: NO
2025-08-20T22:19:18.2649602Z   DEBUG: 0
2025-08-20T22:19:18.2649788Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:18.2650013Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:18.2650306Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:18.2650758Z   KEEP_LOGS: YES
2025-08-20T22:19:18.2650958Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:18.2651176Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:18.2651398Z   SBUILD_REBUILD: false
2025-08-20T22:19:18.2651940Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:18.2652516Z   BUILD_SYS: docker://go
2025-08-20T22:19:18.2652732Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:18.2652933Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:18.2653127Z   SYSTMP: /tmp
2025-08-20T22:19:18.2653341Z   GHA_MODE: MATRIX
2025-08-20T22:19:18.2653773Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:18.2654273Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:18.2654592Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:18.2654982Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:18.2655455Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:18.2655970Z   PKG_TYPE: static
2025-08-20T22:19:18.2656166Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:18.2656398Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:18.2656777Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:18.2657133Z   BUILD_ID: 17109156000
2025-08-20T22:19:18.2657343Z   PKG_NAME: reviewdog
2025-08-20T22:19:18.2657548Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:18.2657785Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:18.2658068Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:18.2658386Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:18.2658756Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:18.2659206Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:18.2659832Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:18.2660111Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:18.2660376Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:18.2660876Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:18.2661318Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:18.2661543Z ##[endgroup]
2025-08-20T22:19:18.4945023Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:19:18.4947465Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:19:18.4948304Z With the provided path, there will be 2 files uploaded
2025-08-20T22:19:18.6066037Z Artifact name is valid!
2025-08-20T22:19:18.6067528Z Root directory input is valid!
2025-08-20T22:19:18.6684154Z Beginning upload of artifact content to blob storage
2025-08-20T22:19:18.9395157Z Uploaded bytes 8388608
2025-08-20T22:19:19.1131178Z Uploaded bytes 14628558
2025-08-20T22:19:19.1331725Z Finished uploading artifact content to blob storage!
2025-08-20T22:19:19.1335457Z SHA256 digest of uploaded artifact zip is 022e95661b16c26e137fb87b081676cb157db02f58fc5ca7fea6511f8885c77c
2025-08-20T22:19:19.1336536Z Finalizing artifact upload
2025-08-20T22:19:19.2183035Z Artifact Bincache_reviewdog_x86_64-Linux.zip successfully finalized. Artifact ID 3813745529
2025-08-20T22:19:19.2184620Z Artifact Bincache_reviewdog_x86_64-Linux has been successfully uploaded! Final size is 14628558 bytes. Artifact ID is 3813745529
2025-08-20T22:19:19.2191960Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109156000/artifacts/3813745529
2025-08-20T22:19:19.2355419Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:19:19.2355901Z with:
2025-08-20T22:19:19.2356215Z   subject-name: reviewdog-17109156000-HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.2357085Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:19:19.2357810Z   show-summary: true
2025-08-20T22:19:19.2358031Z   push-to-registry: false
2025-08-20T22:19:19.2358399Z   github-token: ***
2025-08-20T22:19:19.2358610Z env:
2025-08-20T22:19:19.2358793Z   CROSS_COMPILING: NO
2025-08-20T22:19:19.2359014Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:19.2359252Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:19.2359477Z   ON_QEMU: NO
2025-08-20T22:19:19.2359663Z   DEBUG: 0
2025-08-20T22:19:19.2359860Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:19.2360096Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:19.2360435Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:19.2360759Z   KEEP_LOGS: YES
2025-08-20T22:19:19.2360960Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:19.2361187Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:19.2361429Z   SBUILD_REBUILD: false
2025-08-20T22:19:19.2361983Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:19.2362572Z   BUILD_SYS: docker://go
2025-08-20T22:19:19.2362801Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:19.2363011Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:19.2363214Z   SYSTMP: /tmp
2025-08-20T22:19:19.2363404Z   GHA_MODE: MATRIX
2025-08-20T22:19:19.2363854Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:19.2364364Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:19.2364698Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:19.2365091Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:19.2365809Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:19.2366410Z   PKG_TYPE: static
2025-08-20T22:19:19.2366613Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:19.2366852Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.2367241Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:19.2367608Z   BUILD_ID: 17109156000
2025-08-20T22:19:19.2367815Z   PKG_NAME: reviewdog
2025-08-20T22:19:19.2368033Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:19.2368287Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.2368554Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:19.2368884Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:19.2369267Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.2369739Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:19.2370207Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:19.2370497Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:19.2370781Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.2371294Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:19.2371746Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:19.2371988Z ##[endgroup]
2025-08-20T22:19:19.2448457Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:19:19.2448887Z env:
2025-08-20T22:19:19.2449075Z   CROSS_COMPILING: NO
2025-08-20T22:19:19.2449291Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:19.2449524Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:19.2449746Z   ON_QEMU: NO
2025-08-20T22:19:19.2449927Z   DEBUG: 0
2025-08-20T22:19:19.2450114Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:19.2450533Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:19.2450849Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:19.2451168Z   KEEP_LOGS: YES
2025-08-20T22:19:19.2451365Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:19.2451598Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:19.2451830Z   SBUILD_REBUILD: false
2025-08-20T22:19:19.2464614Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:19.2465297Z   BUILD_SYS: docker://go
2025-08-20T22:19:19.2465642Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:19.2465857Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:19.2466060Z   SYSTMP: /tmp
2025-08-20T22:19:19.2466251Z   GHA_MODE: MATRIX
2025-08-20T22:19:19.2466697Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:19.2467219Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:19.2467558Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:19.2467949Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:19.2468427Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:19.2468822Z   PKG_TYPE: static
2025-08-20T22:19:19.2469026Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:19.2469264Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.2469649Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:19.2470011Z   BUILD_ID: 17109156000
2025-08-20T22:19:19.2470217Z   PKG_NAME: reviewdog
2025-08-20T22:19:19.2470429Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:19.2470682Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.2470947Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:19.2471278Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:19.2471666Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.2472125Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:19.2472594Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:19.2473053Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:19.2473330Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.2473836Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:19.2474286Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:19.2474518Z ##[endgroup]
2025-08-20T22:19:19.6421103Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:19:19.6421448Z with:
2025-08-20T22:19:19.6422128Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:19:19.6422978Z   subject-name: reviewdog-17109156000-HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.6423402Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:19:19.6426203Z   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/17109156000/attempts/1"}}}
2025-08-20T22:19:19.6428944Z   push-to-registry: false
2025-08-20T22:19:19.6429184Z   show-summary: true
2025-08-20T22:19:19.6429606Z   github-token: ***
2025-08-20T22:19:19.6429819Z env:
2025-08-20T22:19:19.6430010Z   CROSS_COMPILING: NO
2025-08-20T22:19:19.6430233Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:19.6430478Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:19.6430704Z   ON_QEMU: NO
2025-08-20T22:19:19.6430890Z   DEBUG: 0
2025-08-20T22:19:19.6431082Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:19.6431322Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:19.6431628Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:19.6431958Z   KEEP_LOGS: YES
2025-08-20T22:19:19.6432162Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:19.6432393Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:19.6432629Z   SBUILD_REBUILD: false
2025-08-20T22:19:19.6433176Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:19.6433766Z   BUILD_SYS: docker://go
2025-08-20T22:19:19.6433996Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:19.6434213Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:19.6434417Z   SYSTMP: /tmp
2025-08-20T22:19:19.6434611Z   GHA_MODE: MATRIX
2025-08-20T22:19:19.6435056Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:19.6435692Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:19.6436026Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:19.6436424Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:19.6436907Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:19.6437297Z   PKG_TYPE: static
2025-08-20T22:19:19.6437503Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:19.6437743Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.6438135Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:19.6438507Z   BUILD_ID: 17109156000
2025-08-20T22:19:19.6438723Z   PKG_NAME: reviewdog
2025-08-20T22:19:19.6438940Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:19.6439201Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:19.6439630Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:19.6439962Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:19.6440346Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.6440811Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:19.6441292Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:19.6441583Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:19.6441869Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:19.6442388Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:19.6442859Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:19.6443101Z ##[endgroup]
2025-08-20T22:19:20.7741401Z Attestation created for 18 subjects
2025-08-20T22:19:20.7746543Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:19:20.7747395Z -----BEGIN CERTIFICATE-----
2025-08-20T22:19:20.7747959Z MIIG7zCCBnWgAwIBAgIUEOAo4gFTztxYGyv2ldhx//nW18wwCgYIKoZIzj0EAwMw
2025-08-20T22:19:20.7748804Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:19:20.7749674Z cm1lZGlhdGUwHhcNMjUwODIwMjIxOTIwWhcNMjUwODIwMjIyOTIwWjAAMFkwEwYH
2025-08-20T22:19:20.7750522Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEpNfeEYj5TE4kc/zxUyfTPkUwUvGVdfB046oC
2025-08-20T22:19:20.7751341Z 7uCJsBAoomUiVoDL8yC8rwtYe0PKUmnoydFUn/goAncqRtQmiKOCBZQwggWQMA4G
2025-08-20T22:19:20.7751899Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUSYkY
2025-08-20T22:19:20.7752437Z T7Boyn6qG38qlb2elmAvCk4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:19:20.7753168Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:19:20.7753707Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:19:20.7754389Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:19:20.7754884Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:19:20.7755338Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:19:20.7756026Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:19:20.7756509Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:19:20.7756983Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:19:20.7757453Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:19:20.7758072Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:19:20.7758542Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:19:20.7759020Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:19:20.7759487Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:19:20.7759959Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:19:20.7760441Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:19:20.7760915Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:19:20.7761381Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:19:20.7762022Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:19:20.7762499Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:19:20.7762965Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:19:20.7763567Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:19:20.7764041Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:19:20.7764519Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:19:20.7764982Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MTU2MDAwL2F0
2025-08-20T22:19:20.7765451Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:19:20.7766337Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJkLKq
2025-08-20T22:19:20.7766816Z AAAEAwBHMEUCIDeHHOf6XEDdD2dGtr0cAAUSC593jg6kGocsYut4DhAKAiEAtPpc
2025-08-20T22:19:20.7767308Z 88gRQ+PX6GLpgSpPMd3uwvUnFC7j5SwL2st652MwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:19:20.7767775Z AM3HOUMk7NxdL/lxEV7WdK6a1O52JiI2TAE7X0ussq0T3x5LLueiK/kp0MMYALvM
2025-08-20T22:19:20.7768208Z RAIwfXJs5RPBsQKBuGj7o5UGMP/GVVr0EpXdASWuX4/COovlX9Eg591lUhRgtnMb
2025-08-20T22:19:20.7768535Z M+sN
2025-08-20T22:19:20.7768723Z -----END CERTIFICATE-----
2025-08-20T22:19:20.7768876Z 
2025-08-20T22:19:20.7769260Z ##[endgroup]
2025-08-20T22:19:20.7769657Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:19:20.7770056Z https://search.sigstore.dev?logIndex=414508445
2025-08-20T22:19:20.7770416Z [36mAttestation uploaded to repository[39m
2025-08-20T22:19:20.7770757Z https://github.com/pkgforge/bincache/attestations/9875571
2025-08-20T22:19:20.8554468Z ##[group]Run ##Presets
2025-08-20T22:19:20.8554757Z [36;1m##Presets[0m
2025-08-20T22:19:20.8554969Z [36;1mset +x ; set +e[0m
2025-08-20T22:19:20.8555193Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8555414Z [36;1m##Debug?[0m
2025-08-20T22:19:20.8555952Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:19:20.8556269Z [36;1m  set -x[0m
2025-08-20T22:19:20.8556485Z [36;1mfi[0m
2025-08-20T22:19:20.8556694Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8557022Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:19:20.8557565Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/reviewdog/official"[0m
2025-08-20T22:19:20.8558031Z [36;1m exit 1[0m
2025-08-20T22:19:20.8558232Z [36;1mfi[0m
2025-08-20T22:19:20.8606843Z shell: /usr/bin/bash -e {0}
2025-08-20T22:19:20.8607093Z env:
2025-08-20T22:19:20.8607288Z   CROSS_COMPILING: NO
2025-08-20T22:19:20.8607551Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:20.8607797Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:20.8608020Z   ON_QEMU: NO
2025-08-20T22:19:20.8608219Z   DEBUG: 0
2025-08-20T22:19:20.8608408Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:20.8608643Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:20.8608944Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:20.8609268Z   KEEP_LOGS: YES
2025-08-20T22:19:20.8609472Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:20.8609705Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:20.8609947Z   SBUILD_REBUILD: false
2025-08-20T22:19:20.8610500Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:20.8611076Z   BUILD_SYS: docker://go
2025-08-20T22:19:20.8611292Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:20.8611497Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:20.8611698Z   SYSTMP: /tmp
2025-08-20T22:19:20.8611886Z   GHA_MODE: MATRIX
2025-08-20T22:19:20.8612340Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:20.8612865Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:20.8613191Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:20.8613582Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:20.8614069Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:20.8614455Z   PKG_TYPE: static
2025-08-20T22:19:20.8614658Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:20.8614903Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8615294Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:20.8615896Z   BUILD_ID: 17109156000
2025-08-20T22:19:20.8616114Z   PKG_NAME: reviewdog
2025-08-20T22:19:20.8616332Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:20.8616589Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8616862Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:20.8617381Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:20.8617760Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8618222Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:20.8618689Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:20.8618979Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:20.8619274Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8619814Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:20.8620274Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:20.8620515Z ##[endgroup]
2025-08-20T22:19:20.8712265Z ##[group]Run ##Presets
2025-08-20T22:19:20.8712528Z [36;1m##Presets[0m
2025-08-20T22:19:20.8712737Z [36;1mset +x ; set +e[0m
2025-08-20T22:19:20.8712960Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8713180Z [36;1m##Debug?[0m
2025-08-20T22:19:20.8713431Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:19:20.8713756Z [36;1m  set -x[0m
2025-08-20T22:19:20.8713953Z [36;1mfi[0m
2025-08-20T22:19:20.8714141Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8714394Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:19:20.8714856Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/reviewdog/official"[0m
2025-08-20T22:19:20.8715280Z [36;1m exit 1[0m
2025-08-20T22:19:20.8715750Z [36;1mfi[0m
2025-08-20T22:19:20.8761722Z shell: /usr/bin/bash -e {0}
2025-08-20T22:19:20.8761964Z env:
2025-08-20T22:19:20.8762154Z   CROSS_COMPILING: NO
2025-08-20T22:19:20.8762412Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:20.8762653Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:20.8762876Z   ON_QEMU: NO
2025-08-20T22:19:20.8763060Z   DEBUG: 0
2025-08-20T22:19:20.8763250Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:20.8763488Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:20.8763801Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:20.8764130Z   KEEP_LOGS: YES
2025-08-20T22:19:20.8764341Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:20.8764570Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:20.8764803Z   SBUILD_REBUILD: false
2025-08-20T22:19:20.8765356Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:20.8766152Z   BUILD_SYS: docker://go
2025-08-20T22:19:20.8766382Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:20.8766591Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:20.8766793Z   SYSTMP: /tmp
2025-08-20T22:19:20.8766981Z   GHA_MODE: MATRIX
2025-08-20T22:19:20.8767425Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:20.8767940Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:20.8768269Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:20.8768666Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:20.8769151Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:20.8769535Z   PKG_TYPE: static
2025-08-20T22:19:20.8769738Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:20.8769972Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8770357Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:20.8770725Z   BUILD_ID: 17109156000
2025-08-20T22:19:20.8770934Z   PKG_NAME: reviewdog
2025-08-20T22:19:20.8771146Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:20.8771398Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8771668Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:20.8771996Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:20.8772372Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8773010Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:20.8773480Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:20.8773766Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:20.8774039Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8774545Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:20.8774995Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:20.8775229Z ##[endgroup]
2025-08-20T22:19:20.8858838Z ##[group]Run ##Presets
2025-08-20T22:19:20.8859097Z [36;1m##Presets[0m
2025-08-20T22:19:20.8859315Z [36;1mset +x ; set +e[0m
2025-08-20T22:19:20.8859537Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8859747Z [36;1m##Debug?[0m
2025-08-20T22:19:20.8860006Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:19:20.8860316Z [36;1m  set -x[0m
2025-08-20T22:19:20.8860530Z [36;1mfi[0m
2025-08-20T22:19:20.8860720Z [36;1m#-------------#[0m
2025-08-20T22:19:20.8861083Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:19:20.8861484Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:19:20.8861788Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:19:20.8862058Z [36;1mfi[0m
2025-08-20T22:19:20.8904795Z shell: /usr/bin/bash -e {0}
2025-08-20T22:19:20.8905035Z env:
2025-08-20T22:19:20.8905225Z   CROSS_COMPILING: NO
2025-08-20T22:19:20.8905694Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:19:20.8905996Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:19:20.8906230Z   ON_QEMU: NO
2025-08-20T22:19:20.8906415Z   DEBUG: 0
2025-08-20T22:19:20.8906610Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:19:20.8906848Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:19:20.8907164Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:19:20.8907489Z   KEEP_LOGS: YES
2025-08-20T22:19:20.8907708Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:19:20.8907940Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:19:20.8908173Z   SBUILD_REBUILD: false
2025-08-20T22:19:20.8908726Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:19:20.8909306Z   BUILD_SYS: docker://go
2025-08-20T22:19:20.8909532Z   BUILD_ON_HOST: FALSE
2025-08-20T22:19:20.8909738Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:19:20.8909940Z   SYSTMP: /tmp
2025-08-20T22:19:20.8910132Z   GHA_MODE: MATRIX
2025-08-20T22:19:20.8910575Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:19:20.8911098Z   INPUT_SBUILD: /tmp/pkgforge/31wBY6qTO_build.yaml
2025-08-20T22:19:20.8911429Z   BUILD_DIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml
2025-08-20T22:19:20.8911826Z   SBUILD_OUTDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR
2025-08-20T22:19:20.8912322Z   SBUILD_TMPDIR: /tmp/pkgforge/kY077N0_31wBY6qTO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:19:20.8912710Z   PKG_TYPE: static
2025-08-20T22:19:20.8912920Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:19:20.8913161Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8913561Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:19:20.8913932Z   BUILD_ID: 17109156000
2025-08-20T22:19:20.8914146Z   PKG_NAME: reviewdog
2025-08-20T22:19:20.8914362Z   PKG_DATE: 2025-08-20T22:18:48Z
2025-08-20T22:19:20.8914619Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:19:20.8914901Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:19:20.8915237Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:19:20.8915883Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8916455Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/reviewdog/official/reviewdog
2025-08-20T22:19:20.8916936Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:19:20.8917396Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:19:20.8917678Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-x86_64-linux
2025-08-20T22:19:20.8918196Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:19:20.8918648Z   UTC_TIME: 2025_08_20T10_19_18_PM
2025-08-20T22:19:20.8918885Z ##[endgroup]
2025-08-20T22:19:20.8990448Z EXITED
2025-08-20T22:19:20.9032870Z Cleaning up orphan processes
